Author Topic: Interaction Workspace Desktop log parsing  (Read 2059 times)

Offline AdriaanB

  • Newbie
  • *
  • Posts: 12
  • Karma: 0
Interaction Workspace Desktop log parsing
« on: October 16, 2019, 08:04:49 AM »
Is there any log parser like Kazimir for Interaction Workspace Desktop?
The server environment isn't hosted at our site.

Offline gen_rtfm

  • Full Member
  • ***
  • Posts: 114
  • Karma: 4
Re: Interaction Workspace Desktop log parsing
« Reply #1 on: October 19, 2019, 06:02:34 AM »
Hi, not that I know of.

Skickat från min F8331 via Tapatalk


Offline AdriaanB

  • Newbie
  • *
  • Posts: 12
  • Karma: 0
Re: Interaction Workspace Desktop log parsing
« Reply #2 on: October 29, 2019, 11:59:15 AM »
Thanks gen_rtfm, I made may own parsing macro.

Offline nonny

  • Full Member
  • ***
  • Posts: 218
  • Karma: 2
Re: Interaction Workspace Desktop log parsing
« Reply #3 on: October 30, 2019, 09:45:41 AM »
Can you share that macro please?

Sent from my Redmi Note 7 using Tapatalk


Offline AdriaanB

  • Newbie
  • *
  • Posts: 12
  • Karma: 0
Re: Interaction Workspace Desktop log parsing
« Reply #4 on: October 31, 2019, 07:52:04 AM »
It is just a Textpad Macro:
Getting a general view of treated calls:
Find and Mark following lines with reg expressions on:

State:.*\[voice
\] ERROR
Voice strategy 'VoiceProtocolEventStrategy'.*Processing msg \[Name\]
Request Policy ArePossible begin: Interaction ID
AgentStatusNotReadyCommandHandler
AgentStatusReadyCommandHandler

Copy bookmarked lines
Paste in new file
Clean the lines with find/replace.
---

Another Macro, using the result of the preceding macro is getting the ACW timings:
Find and Mark following lines with reg expressions on:
State:LoggedOut
State:LoggedIn
State=PresentedIn
\[AgentEvent Begin\] EventAgentNotReady AgentID.*State:AfterCallWork
AgentStatusNotReadyCommandHandler
AgentStatusReadyCommandHandler

Copy bookmarked lines
Paste in new file