Integrating Remedy applications with BMC Digital Workplace Catalog
Functionality enabled through Remedy application integration
The following table shows a few examples of the features that require this integration.
Remedy application | Example of integrated functionality |
---|---|
BMC Approval Central | A service catalog administrator can design a workflow that sends a request for approval before fulfilling the request. For more information, see Workflow-to-request-approval. |
BMC Service Request Management or BMC HR Case Management | Information is sent from the Remedy server back to BMC Digital Workplace Catalog. For example, the integration script installs the INT:DWPWOI:WOI:ServiceRequestStubUpdate_WorkOrderStatusChange filter in Remedy IT Service Management. This filter sends a work order status each time the value is changed. |
Custom applications developed on the Remedy platform | A BMC Digital Workplace Catalog workflow can use generic actions to create and modify records through any AR System form. For more information, see Remedy-connector. |
Integration process overview
The following diagram illustrates the process for integrating Remedy applications with BMC Digital Workplace Catalog so that end users can request services.
An administrator runs the integration script on each AR System server that hosts a unique Remedy application. The integration script installs the required objects and populates the database entries that support the integration. Afterwards, the administrator must create records through the configuration forms to define the relationship between the Remedy application and the BMC Digital Workplace Catalog server. For Remedy applications deployed in a server group, run the integration on the primary server only. Then, duplicate the ARSystemInstallDir/remoteaction folder onto each of the secondary servers.
The catalog administrator configures a connection that uses the Remedy connector to connect to the Remedy application server. If applications run on different servers, the catalog administrator must create and configure a connection for each server, and must also set the default connection for ITSM functionality. After completing the integration, the catalog administrator creates services that use the connection, and end users request the services.
Before you begin
Download the Remedy-ITSM-integration-patch-for-BMC-Digital-Workplace-Catalog.zip file from BMC Electronic Product Distribution (EPD).
For instructions, see Downloading-the-BMC-Digital-Workplace-Catalog-installation-files.
Obtain the credentials to administer the AR System server.
- For each application to be integrated, enable the AR System Object List on the server.
For instructions, see "To enable and use the AR System Object List" in Setting-up-a-Remedy-Mid-Tier-for-system-administration-of-the-BMC-Digital-Workplace-Catalog-server. - (Optional) To inspect the objects that the integration script creates, configure BMC Remedy Developer Studio with access to the AR System server.
For instructions, see Starting and logging on to Remedy Developer Studio.
To run the Remedy application integration script
Copy the Remedy-ITSM-integration-patch-for-BMC-Digital-Workplace-Catalog.zip file onto the AR System server, and extract the files into a temporary folder.
- Open a command-line or terminal window.
Ensure that the JAVA_HOME environment variable is set.
Windows
> echo %JAVA_HOME%Linux
# echo $JAVA_HOMEIf the JAVA_HOME environment variable is not set, set it.
Windows
> set JAVA_HOME="C:\Program Files\Java\latest"Linux
# export JAVA_HOME=/usr/java/latestRun the script for the server operating system.
Windows
> install.bat
Enter AR System install directory :C:\Program Files\BMC Software\ARSystem
Enter AR System admin user :Demo
Enter AR System Password :password
Enter ITSM hostname :bmc-itsm-sample
Enter port number [zero if no port] : 0Linux
# sh ./install.sh
Enter AR System install directory :/opt/bmc/ARSystem
Enter AR System admin user :Demo
Enter AR System Password :password
Enter ITSM hostname :bmc-itsm-sample
Enter port number [zero if no port] :0The script copies the required files and installs the forms, filters, and escalations.
To verify that the installation is complete
After you run the integration script the first time, you might want to inspect the files, forms, filters, and escalations that were loaded onto the server. You do not have to verify the creation of these objects with every integration.
Open the Remedy AR System ARSystemInstallDir folder and check for the creation of a remoteaction folder. The same files are created on both Windows and Linux systems.
- Open BMC Remedy Developer Studio and log on as the AR System administrator.
Verify whether the following forms have been created. Also verify that filters and escalations have been created for the forms listed below.
If all the files, forms, filters, and escalations were created as described, then the installation was successful.
To configure the callback to the BMC Digital Workplace Catalog server from the AR System server
Use the Remedy Mid Tier for the AR System server to create records to specify the BMC Digital Workplace Catalog server that will receive the callbacks.
Open the AR System Objects List on the mid tier by using a URL similar to the following example. Replace <bmc-itsm-sample.com> with the address of the AR System server.
Examplehttp://<bmc-itsm-sample.com>:8080/arsys/formsWhen you are prompted, log in as an administrative user who has access permission to use the following forms to create records:
- SB:LocalApprovalConfiguration
- SB:RemoteApprovalConfiguration
Search for the SB:LocalApprovalConfiguration form, and create the following record with values that match your system configuration:
Examplehttp://<bmc-itsm-sample.com>:8080/arsys/forms/<bmc-itsm-sample.com>/SB:LocalApprovalConfigurationSearch for the SB:RemoteApprovalConfiguration form, and create the following record with values that match your system configuration:
Examplehttp://<bmc-itsm-sample.com>:8080/arsys/forms/<bmc-itsm-sample.com>/SB:RemoteApprovalConfiguration
To configure connections for ITSM functionality
A catalog administrator must configure at least one connection that uses the Remedy connector. To use Atrium Configuration Management Database (CMDB) functionality, a catalog administrator must also configure a connection that uses the CMDB connector. When you create the first connection for the Remedy connector, the system sets this connection as the default connection for entitlements and approvals. If you are integrating with Atrium Configuration Management Database (CMDB), when you create the first connection for the CMDB connector, the system sets this as the default CMDB connection. For information on creating connections, see Configuring-service-connectors.
To set the default connections for ITSM functionality
If you have more than one connection that uses the Remedy connector or more than one connection that uses the CMDB connector, a catalog administrator can set the default connection in BMC Digital Workplace Catalog.
To change the default connections from the default values set by the system:
- Click the configuration gear (
) to open the Application Settings panel.
- In the Connectors section, click the arrow (>) to open the Default Connections panel, and select the applicable connections:
- Entitlement/Approval—Displays connections that use the Remedy connector. Select the connection to the BMC Service Request Management server. The connection to this server is used for entitlements and approvals, and should connect to the same Remedy ITSM server that is configured in BMC Digital Workplace.
- CMDB—Displays connections that use the CMDB connector. Select the connection to Atrium CMDB.
- Click Save.
Troubleshooting the integration
Perform these tasks if you experience any problems while running workflows after you configure the integration to an AR System server.
Options to troubleshoot the AR System server integration
- To monitor a request to observe the fields that a filter action updated, log on to the mid tier to access the AR System server and search for records created through the SB:ServiceRequestStub form.
- To investigate issues with the integration script, log in to the AR System server and examine the following log:
- (Windows) C:\Program Files\BMC Software\ARSystem\log\remoteaction.log
- (Linux) /opt/bmc/ARSystem/log/remoteaction.log
To troubleshoot issues with the approval engine, log in to the AR System server and examine the approval log (which must be enabled):
- (Windows) C:\Program Files\BMC Software\ARSystem\arserver\db\arapprov.log
- (Linux) /opt/bmc/ARSystem/arserver/db/arapprov.log
To enable the approval log, log in to the mid tier and update the setting under Quick Links > Approval Administration Console > Server Settings.
For more information, see .
To troubleshoot the communication from the BMC Digital Workplace Catalog server
Open the
BMC Digital Workplace Catalog
server file system. Replace <installLocation> with the location of your BMC Digital Workplace Catalog application, for example:
/opt/bmc/digitalworkplace- Review the following log: <installLocation>/db/bundle.log
(Recommended) Run-time log example
# tail -f /opt/bmc/digitalworkplace/db/bundle.logText editor log example
# vi /opt/bmc/digitalworkplace/db/bundle.log
Where to go from here
To configure connections to additional Remedy application servers, see Configuring-service-connectors.
To import services from Remedy Service Request Management, see Importing-service-catalog-items-from-external-systems.
To create services, see Adding-and-updating-services.