Post-installation fixes for BMC Virtual Chat

When you finish installing BMC Virtual Chat, perform the following post-installation procedures. You must perform these manual steps so that BMC Virtual Chat works as expected. 

Moving Virtual Chat applications from Maintenance to Production state

For non-administrator users to access the Virtual Chat and Support Chat for Remedy - Single Server ITSM Integration applications, you must move them from the Maintenance state to the Production state.

  1. In the AR System Navigator tree in BMC Developer Studio, select ARSystemServer > All Objects > Applications.
  2. Right-click Virtual Chat in the list of applications and select Create Overlay
    The Virtual Agent application opens in the editor.
  3. From Overlay Type, select Overwrite
  4. Click General
  5. From State, select Production
  6. Save your changes to the application.
     
  7. In version 9.1.00, repeat Step 2 to Step 7 with the Support Chat for Remedy - Single Server ITSM Integration application.

Modifying Virtual Chat Query Response XML

This procedure is a minor fix to the XML responses. 

  1. From the IT Home page, select Virtual Chat > Administration Console > General Settings > Virtual Chat Queries.
  2. Click Show Disabled. 
  3. Open the Virtual Chat Query Configuration records. 
    For example, Remedy Knowledge Management  - 7.6.04 and later (OR)
  4. Scroll through the Response code until you find the urrkml variable.
  5. Select the Remedy Knowledge Management -7.6.04 and later (OR) entry and click Modify.
    The corresponding XML section opens in the editor.

    <a href='[vaq:var urlrkm]'  target='_blank'>[vaq:getelement element='title']</a></td></tr>[/resultsrow]
  6. Set the Status to Enabled
  7. Click OK 

Note: This fix for XML responses is not required in version 9.1.01.

Disabling the impersonate tag in Self Service Portal Configuration

This procedure assumes that you have performed the BMC Knowledge Management integration with BMC Virtual Agent

  1. From the IT Home page, select Virtual Chat > Administration Console > Self Service Portal > Configuration.
  2. Click Show Disabled. 
  3. Select AR Server - RKM 7.6.04 Search Account and then click Modify
  4. Under Configuration, disable the <impersonate>[USER]</impersonate> XML tag by inserting an "x" into the first tag. 

    For example:

    <ar_login>
    	// ***** Required Values *****
    	<ar_server>[SERVER]:rkmsearch</ar_server>
    	<ar_user></ar_user>
    	<ar_p><enc></enc></ar_p>
    	// ***** Optional Values *****
    	<ar_tcp></ar_tcp>
    	<ximpersonate>[USER]</impersonate>
    	<ar_connectionerror>ERROR (90)</ar_connectionerror>
    	<ar_connectionretrytimeout>15</ar_connectionretrytimeout>
    	<ar_connectionretryattempts>2</ar_connectionretryattempts>
    	<default>false</default>
    </ar_login>
  5. Set the Status to Enabled
  6. Click Save and then close the form.
Was this page helpful? Yes No Submitting... Thank you

Comments

  1. Shekhar Raj

    Moving Virtual Chat applications from Maintenance to Production state

    Virtual Chat is not the application Name. it is changed to Virtual Agent - Single Server ITSM Integration. Please correct this.

    Remove Step 7 Repeat Step 2 to Step 7 with the Support Chat for Remedy - Single Server ITSM Integration application. This application is not installed for 9.1.01

    Aug 22, 2016 11:37
  2. Shekhar Raj

    Moving Virtual Chat applications from Maintenance to Production state

    Application name for VA has changed to - Virtual Agent - Single Server ITSM Integration. Correct in Step 2. Step 7 is invalid, as there is no such application installed.

    Aug 22, 2016 11:46
  3. Aaditi Lakade

    Thanks Shekhar. Made the corrections. 

    Aug 23, 2016 05:25