The EDI solutions provided by Adeptia are readily available as EDI accelerators that you can download, deploy on the AC application, and start using. The accelerators are in the form of zip files.
Deploying in AC 4.x
To deploy the EDI accelerators, follow the steps given below:
Go to this location to view the details of migration helm package.
Add migration repo using the following command:
helm repo add adeptia-connect-migration https://adeptia.github.io/adeptia-connect-migration/charts/
Click DEFAULT VALUES to download the values.yaml file.
Provide values for the following properties and environment variables in values.yaml file as shown in the table below.
Variable/Property | Value |
---|---|
BACKEND_DB_URL | <URL of the backend database server>
|
BACKEND_DB_USERNAME | <Username of your backend database server> |
BACKEND_DB_PASSWORD | <Password for your backend database server> |
BACKEND_DB_DRIVER_CLASS | <Backend database driver class name> |
BACKEND_DB_TYPE | <Type of the backend database server> For example, SQL-Server. |
SHARED_PATH | <Environment variable in the values.yaml file that contains the configured shared path> The default value for this variable is /shared. This is the folder created at the root level in the PVC when you deploy Adeptia Connect. |
MIGRATION_XML_FILE_PATH | <Path of the folder that contains the accelerator>. |
5. Navigate to the migration directory, and run the below command to install the accelerator.
helm upgrade -i migration adeptia/migration -f adeptia/values.yaml -n <NAMESPACE>
The Migration job does not get deleted automatically after the deployment is complete. You need to manually delete it before you start a new deployment.
Deploying in AC 3.x (Windows)
Steps to deploy accelerator:
Go to the location where Adeptia Connect is installed, for example, C:\Program Files\AdeptiaConnect\AdeptiaConnect-<version>.Open thebinfolder.Double-clickMigrationUtility.exeto run the Migration Utility Wizard.ClickNext.SelectAdeptia Connect, and then clickNext.SelectInstall Accelerators,and then clickNext.Browse to and select the accelerator zip, and clickNext.Browse to and select the Connect Server target location where you want to deploy the accelerator, for example, C:\Program Files\AdeptiaConnect\AdeptiaConnect-<version>\ConnectServer\AdeptiaServer, and then clickNext.Once the accelerator is installed successfully, a confirmation message appears.ClickOKto close the confirmation dialog box.ClickSave Logsto save the logs. Choose the location to save the logs.ClickFinishto exit the Migration utility.
Deploying in AC 3.x (Linux)
Steps to deploy accelerator:
Open Terminal, and go to theServerKerneldirectory.Enter the following command, and then press ENTER to start the Migration Utility../migrationutility.sh –console
Type2forAdeptia Connect, and then press ENTER.Type3for accelerator deployment, and press ENTER.Type the source directory containing the accelerator zip, and press ENTER.Type the target directory where Adeptia Connect is installed and press ENTER.The utility starts installing the accelerator. A message appears indicating accelerator is installed successfully.