- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2020 07:11 PM
Virtual Agent Freezes for a specific user. It works fine for others. Any help would be really helpful.
Solved! Go to Solution.
- Labels:
-
Virtual Agent

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2020 11:43 PM
HI Sajith,
One of the possible cause is, "User is having a conversation with VA and route to live agent and waiting in the queue" If the user wait time is more than the time set in the property - com.glide.cs.conversation_idle_timeout. The chat_queue_entry will be closed down by scheduled job but the sys_cs_conversation entry may still be live and causing this issue.
You have to navigate to sys_cs_conversation table and make the record "faulted" for that specific user having issue. This should resolve your issue after the user refreshes the browser.
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2020 11:43 PM
HI Sajith,
One of the possible cause is, "User is having a conversation with VA and route to live agent and waiting in the queue" If the user wait time is more than the time set in the property - com.glide.cs.conversation_idle_timeout. The chat_queue_entry will be closed down by scheduled job but the sys_cs_conversation entry may still be live and causing this issue.
You have to navigate to sys_cs_conversation table and make the record "faulted" for that specific user having issue. This should resolve your issue after the user refreshes the browser.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-31-2020 07:18 PM
THank you Murali. I was not having access to it, so I contacted the ServiceNow Team to do this. The issue was resolved. THanks again

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2020 06:29 AM
You've welcome