Deployer Question

When the connections are migrated through deployer does the target server login/password and server information stay?

yes, it stays… in deployer while creating the deployment set, the connection can also be configured to point to a different server (ex. test db details) after deployment…

Senthil

IF I am deploying couple of services to already existing packages to PROD ( meant to say partial deployment)

Does that effect any of the currently running services from the same package .

Example :

PACKAGE.Folder:ServiceA was deployed to PROD into PACKAGE

PACKAGE1.Folder2:ServiceB (some service from a different package) was running and invoked a service PACKAGE.Folder1:ServiceC.

Below is the error I received

com.wm.lang.flow.FlowException:[ISC.0049.9010] Service ‘PACKAGE1.Folder2:ServiceB’ invoking unknown service ‘PACKAGE.Folder1:ServiceC’ at ‘Invoke for PACKAGE.Folder1:ServiceC’. The service may have been renamed, moved or disabled.

Does the partial deployment reload the package?

Any Ideas?

Thanks!
-Vkram

Yes it will reload whole package. It will kill the running services in that package due to the reload.

also partial deployment (a particular service deployment) will not affect any of the other services in the package…

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.