This article reviews the steps required to perform the task of deploying an Opalis Integration Server Action Server without using the Opalis Integration Server Deployment Manager.

Circumstances where manual deployment may be required:

More Information

1. Copy the following files from Management Server machine to some folder on the machine where Action Server will be installed:

By default the Management Server is installed on <%SystemDrive%>:\Program Files\Opalis Software\Opalis Integration Server\Management Service

2. From the machine where the Action Server will be installed, run the following command:

msiexec.exe /i "<location>\OpalisIntegrationServer_ActionServer.msi" /qn ALLUSERS=1 AS_USERNAME=<domain\account> AS_PASSWORD=<password>

3. On the same machine, run the following command to install the Foundation Objects:

msiexec.exe /i "<location>\OpalisIntegrationServer_FoundationObjects.msi" /qn ALLUSERS=1

4. On the same machine, run the following command for each desired Integration Pack to install that Integration Pack (note: Integration Packs must still be registered with the Management Server using Opalis Integration Server Deployment Manager before completing the installation step manually):

msiexec.exe /i "<location>\IntegrationPackInstallationPackage.msi" /qn ALLUSERS=1

5. From the Start Menu, select "Programs->Opalis Software->Opalis Integration Server->Database Configuration" and follow the prompts to connect to the desired Opalis Database.

6. Verify that the following components were installed:

7. If not already running, start OpalisActionService and review Action Server logs for any errors.