Migrating Atrium Integrator jobs and transformations
Migrating jobs by using Atrium Integrator Spoon
You can export and import jobs by using Atrium Integrator Spoon.
To export jobs by using Atrium Integrator Spoon
- Log into Atrium Integrator Spoon.
- Navigate to Tools > Repository.
- Select Export Repository.
- Give a name to the repository file to be exported and click Export.
For additional information on Export Repository, refer to Pentaho documentation.
To import jobs by using Atrium Integrator Spoon
- Log into Atrium Integrator Spoon.
- Navigate to Tools > Repository.
- Select Import Repository.
- Browse to the location where your files are located and select the file to import.
Migrating jobs by using Development-to-Production command line utility
When using the Development-to-Production command utility, consider the following:
- Migrate jobs and transformations, only between the same version of Atrium Integrator 8.1 or later.
- The schedules are not migrated.
The development-to-production utility available at the following location:
- Microsoft Windows:
<AR Installed Directory>\diserver\data-integration\ngie\bin\ devtoprod.cmd
- UNIX:
<AR Installed Directory>\diserver\data-integration\ngie\bin\ devtoprod.sh
When migrating jobs, you can run the development-to-production utility from a development computer, a production computer, or even from a computer where Atrium Integrator client is installed. Ensure that you add the location of the folder from which you are running the utility in the AISrcAndTargerARDetails.properties file.
When you migrate jobs and transformations from one computer to another, only the Run History is modified.
To migrate jobs from one computer to another
- Open the AISrcAndTargerARDetails.properties file from
<ARInstallationDirectory>\diserver\data-integration\ngie\conf - Provide the source Action Request System Application Services credentials.
- Provide the target Action Request System Application Services credentials.
Provide the backup folder location for all the .kjb and .ktrfiles that are to be exported.
Following is a snippet of the AISrcAndTargerARDetails.properties file:
# Fill Source AR Credentials
AR.SRC.SERVERNAME =
AR.SRC.TCPPORT =
AR.SRC.RPCPORT =
# Fill Source AR Remedy Application Services password
AR.SRC.PASSWORD =
# Fill Target AR Credentials
AR.TARGET.SERVERNAME =
AR.TARGET.TCPPORT =
AR.TARGET.RPCPORT =
# Fill Target AR Remedy Application Services password
AR.TARGET.PASSWORD =
# Enter the Backup Folder Location FOR All the .KJB AND .KTR file WHICH WILL get Exported
# For Windows use // for path separator
AI.SRC.REPO.BACKUP.FOLDER=- Save the changes.
- Run the development-to-production utility.
- Verify if the jobs are migrated on the target computer.