How do we deploy SISS?

devquora
devquora

Posted On: Apr 01, 2020

 

After installing the SISS package, we convert them into an executable package that can be used to implement SISS functions. This process is called the deployment of the SISS package. Additionally, there is a deployment utility that allows us to deploy the package from any location.

  • To deploy we can use the following steps.
  • Right-click on the project integration and then select their properties.
  • Here click 'True' and create the deployment utility option. Once the changes are made, we can close this window and right-click on the project to build it.
  • We can open the bin folder, the deployment folder is created. This is located in the main project location that was created earlier. Then double click on the .manifest file to find the deploy package on the SQL server.

    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...