Explain about breakpoint and checkpoint in SISS?

devquora
devquora

Posted On: Feb 22, 2018

 

A breakpoint is used during the development of the SISS package. Sometimes it is also used when troubleshooting in the SISS package. If we wish to pause the execution process during development, then breakpoint is used.

A checkpoint is used when a project fails. This feature restarts the project all over again. While executing, checkpoint keeps saving information about the execution package. It gets deleted if the project is successful otherwise it repeats the project again.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    SISS Interview Questions

    Name the important components of the SISS package

    The components in SISS include the data flow, control flow, package explorer, and event handler. All of these components come in the package after installing the SISS application from Microsoft..

    SISS Interview Questions

    Tell about the SISS package

    The SISS package is available for installation online and it is an organized set of connections. These connections include event handlers, data flow elements, control events, variables, parameters, an..

    SISS Interview Questions

    What is the type of containers that can be used in the SISS package?

    Containers are helpful in grouping different tasks together. Each one of them has a purpose that helps in performing various tasks...