Setting up the integration framework
You can set up the integration framework to accommodate the linking of authorized to actual CIs.
Procedure
- Add a new enterprise service that will be used to import your naming rules from an XML
file (to view a sample XML file, see NamingRuleSample.xml on the developerWorks Process Automation Community site.
- Click Open menu > Integration > Enterprise Services.
- Click the New Enterprise Service icon.
- Type MXNMR in the Enterprise Service field.
- Type Import naming rules in the Description field.
- Select Sync in the Operation field.
- Select MXNMR in the Object Structure field.
- Click Save.
- Add a new external system that will be used to import the naming rules by running the
MXNMR enterprise service:
- Click Open menu > Integration > External Systems.
- Click the New External System icon.
- Type MXNMR in the System field.
- Type Import naming rules in the Description field.
- Check the Enabled box.
- Select MXXMLFILE in the End Point field.
- Select jms/maximo/int/queues/sqout in the Outbound Sequential Queue field.
- Select jms/maximo/int/queues/sqin in the Inbound Sequential Queue field.
- Select jms/maximo/int/queues/cqin in the Inbound Continuous Queue field.
- Click Save.
- Open the Enterprise Services tab.
- Click New Row.
- Type MXNMR in the Enterprise Service field.
- Check the Enabled box.
- Click Save.
- Configure the cron task.
To perform an import, a cron task must be running that processes the messages on the queue.
- Click Open menu > System Configuration > Platform Configuration > Cron Task Setup.
- Click the New Cron Task Definition icon.
- Type MSCONQCONSUMER in the Cron Task field.
- Type JMS Continuous Queue Consumer in the Description field.
- Type psdi.iface.jms.JMSQueueCronTask in the Class field.
- Click New Row.
- Type CONQIN in the Cron Task Instance Name field.
- Type JMS Continuous Queue In Consumer in the Description field.
- Click Schedule.
- Select Every and enter 5 in the seconds field.
- Click OK.
- Check the Active box.
- Check the Keep History box.
- Type 5 in the Max Number of History Records field.
- Type psdi.iface.jms.QueueToMaximoProcessor in the Value field for the MESSAGEPROCESSOR parameter.
- Type jms/maximo/int/queues/cqin in the Value field for the QUEUENAME parameter.
- Click Save.
- Select the Reload Request action.
- Select the new cron task instance CONQIN from the list, and click OK.