Updating an application in an existing environment
You can update application files and databases move either the entire application or the updates to an existing environment.
About this task
When Datacap Application Copy Tool updates an existing application, the destination .app file is not changed. Any keys that are added to Datacap Application Manager in the source application environment must be added to the destination application environment.
When you update an existing application, you can copy the actors, roles, and workflows that are associated with the application. The actors, roles, and workflows must be the same for the source and destination applications. The copy process might fail, if you copy only the workflows.
Procedure
To move an application into a new environment:
Example
In this example updated Medical Claims applications are moved from the source environment to the destination environment by using the online migration option. Both environments are using the DB2® database provider.
DAppCopy -from -an MClaims -af \\Development\Datacap\MClaims
-adb "Provider=IBMDADB2;Hostname=Devhost;Database=MClaimsAdm;"
-edb "Provider=IBMDADB2;Hostname=Devhost;Database=MClaimsEng;"
-fdb "Provider=IBMDADB2;Hostname=Devhost;Database=MClaimsFP;"
-how online
-to -an MClaims -af \\Production\Datacap\MClaims
-adb "Provider=IBMDADB2;Hostname=Prodhost;Database=MClaimsAdm;"
-edb "Provider=IBMDADB2;Hostname=Prodhost;Database=MClaimsEng;"
-fdb "Provider=IBMDADB2;Hostname=Prodhost;Database=MClaimsFP;"
-how online -oapp update