Creating a job in Atrium Integrator Spoon
You can use Atrium Integrator Spoon to import and export data from inputs like LDAP, AR System forms, BMC Helix ITSM forms, and those requiring complex staging tasks or complex data manipulations. BMC provides several sample jobs that you can use as a starting point. You can also refer to sample transformations for each step, which can be accessed from the following location:
<ARClientinstallDirectory>\diserver\dataintegration\Sample
For more information about different complex jobs, see Managing-complex-jobs-using-Atrium-Integrator-Spoon.
To access the Atrium Integrator Spoon
- Log in to the computer on which Atrium Integrator Spoon is installed.
- To open Atrium Integrator Spoon, open the Spoon.bat file at the following location:
<installationDirectory>\diserver\data-integration\
To customize a sample job or transformation
The starting point for creating a job using Atrium Integrator Spoon is to customize a sample job or transformation that is already available. If you have deployed BMC Helix CMDB as a container image in your on-premises environment, or if you are a SaaS subscriber, perform the following steps:
On the computer where the Atrium Integrator Spoon client installed, select Start > Programs > BMC Software > AR System > BMC Atrium Integrator Spoon.
The AR System connection dialog box appears.AR System
Connection
- Log on as follows:
- From the AR Server list, select the AR System server on which you have installed the Action Request System database.
- In the User Name field, enter the user name for the AR System server.
For information about the user name that you must specify, see Atrium Integrator permissions. - In the Password field, enter the credentials for the AR System server.
- Click OK.
- In the Atrium Integrator Spoon window, select Tools > Repository > Explore.
The Repository explorer dialog box shows the sample jobs and transformations in the BMCSAMPLES directory. - Double-click a sample job or transformation.
- Select File > Save as.
In the properties window, enter a name for the job or transformation and then click OK.
The sample job or transformation is saved with the name that you specify.Edit the job or transformation as needed.
To edit a custom Spoon job in a containerized environment
In a containerized environment, you cannot copy flat files, such as CSV and XML directly on the server. You must first create entries in the UDM attachments form. If you have a custom job that reads a data file such as Textfile Input and MS Excel Input, perform the following actions:
- Create a record for the source data file in an AR System form that support attachments such as the UDM:Attachments form.
To open the form, use the URL http://<server-name>:<port>/arsys/forms/<server-name>/<form name>. - Save the form.
- Go to Pentaho Spoon to edit the custom job or transformation.
- Before the data file input step, add a step in the transformation that downloads the attachment from the AR System form and save it to a local file system.
Set the parameters in this step to download the job specific attachment and pass it as an input to the data file input step.
See this sample custom transformation to help you modify your custom transformation: .
For more information about creating a job in Atrium Integrator Spoon, see the Pentaho online documentation.