Configuring the hypertext launch link to BMC Remedy Mid Tier
You can configure the hypertext launch link to BMC Remedy Mid Tier from the following existing reports:
- BMC Incident Management
- BMC Change Management
- BMC Release Management
This section provides steps as an example of how you can add a hypertext launch link to an existing BMC Incident Management report.
Note that some Incident Management reports have hyperlinks in them that you can use to launch the incident form. Use this procedure to add hyperlinks to those reports that don't already have them.
To add the hypertext launch link to an existing Incident Management report
- Log on to the BI launch pad.
- Navigate to the Documents tab.
- In the Folders menu, expand Public Folders and then BMC Analytics for BSM.
- Expand the BMC Analytics subfolder that contains the report you want to modify.
- If you have not already created a copy of the report, create a copy of it using the following steps:
- Click Organize > Copy.
- Locate and select the folder where you want to put the copy.
- Click Organize > Paste.
- Right-click the report that you want to modify and select Modify from the context menu.
- Click Edit in the Data Access > Data Providers tab.
- In the Query Panel dialog that appears, navigate to the object Service Desk > Incident Management > Incident > Incident ID – Hyperlink to AR in the BMC Analytics universe and drag it into the Result Objects pane.
- Ensure that the objects Reporting Period Start Date and End Date are added to the report filter section and enabled for prompting by clicking the Define Filter Type icon, selecting Prompt, and then specifying the Prompt properties.
- Click Run Query in the top right of the Query Panel.
- In the Prompts dialog that appears, provide the Reporting Period Start Date (for example, 2000-01-01) and End Date (for example, 2019-11-30) and click Run Query. The Prompts and Query Panel dialogs disappear.
- Enable the Available Objects view and click the Details report tab to view the table.
- Drag the object Incident ID – Hyperlink to AR from the list of available objects to the table.
- Right-click a cell in the newly added column and select Linking > Read Content as Hyperlink.
- Save the report.
- Record the the modifications that you performed to the report. For guidelines and information, see Report-customization-template.
This object allows the you (report user) to click the Incident ID in the report and launch the incident form in context within BMC Remedy Mid Tier.
Changing the values for the AR Server Host Name or Mid Tier URL and Port fields
(Optional) Follow the steps given below to change the values for the AR Server Host Name or Mid Tier URL and Port fields, using any of the following options.
To change the values through the BMC Analytics for BSM installer
Run the BMC Analytics for BSM 8.1 installer.
- On the Reconfiguration Options screen, select Repair AR System Database Objects.
- Enter the new values for AR Server Host Name and Mid Tier URL and Port and click Next.
The installer updates the changes directly to the database. The reports are also automatically updated with the new values.
To change the values manually
Follow the steps given below if the configuration and log files are not located in the temp directory.
- Log in to the Database Server.
Run the following query to update the AR Server Host Name or Mid Tier URL and Port values.
UPDATE ANA_MIDTIER SET WEB_SERVER = ‘<New_Value>’, AR_SERVER = ‘<New_Value>’
WHERE MIDTIER_ID = 1