Troubleshooting the BMC Remedy AR System adapter
This topic provides information about troubleshooting issues specific to the BMC Remedy AR System adapter.
For troubleshooting startup, connection, and other information, see https://kb.bmc.com/infocenter/index?page=content&id=S:KA327406.
Message: BMC Remedy AR System server not sending notifications to a client.
Explanation: The BMC Remedy AR System server stops sending notifications to a client if the maximum number of allowed attempts fails.
User response: Restart the BMC Remedy AR System server to clear its cache.
The integration between BMC Atrium Orchestrator and BMC Remedy AR System fails, because the AR System API files arutil-7.5.00.08.jar and arapi-7.5.00.08.jar bundled with the BMC Remedy AR System adapters are not supported by the BMC Remedy AR System version 9.0.
Before you integrate an AR System application with an Atrium Orchestrator web service, perform the following steps:
- Open the BMC Atrium Orchestrator CDP Installation folder.
- Navigate to the following folder:
- For ro-adapter-remedy-actor
\server\grids\<YourGridName>\library\adapters\implementations\ ro-adapter-remedy-actor_<version> - For ro-adapter-remedy-monitor
\server\grids\<YourGridName>\library\adapters\implementations\ ro-adapter-remedy-monitor_<version>
- For ro-adapter-remedy-actor
- Stop the BMC Atrium Orchestrator CDP service.
- Replace the existing arutil-7.5.00.08.jar and arapi-7.5.00.08.jar files with arutil90_build001.jar and arapi90_build001.jar files.
Update the following content in the config.xml file:
<required-jars>
<required-jar>arutil-7.5.00.08.jar</required-jar>
<required-jar>jlicapi-5.1.jar</required-jar>
<required-jar>arapi-7.5.00.08.jar</required-jar>
</required-jars>with
<required-jars>
<required-jar>arutil90_build001.jar</required-jar>
<required-jar>jlicapi-5.1.jar</required-jar>
<required-jar>arapi90_build001.jar</required-jar>
</required-jars>- Restart the BMC Atrium Orchestrator CDP service.