Author Topic: Reconnecting to Interaction server after network resumes  (Read 2556 times)

Offline pankaj257

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
Reconnecting to Interaction server after network resumes
« on: September 17, 2014, 09:21:43 AM »
Hi,

I am using Genesys PSDK (to create Agent Desktop) to connect to interaction server via proxy.

For login to Inetraction server for media email, i am using following sequences of requests:

Register (RequestRegisterClient)
Login (RequestAgentLogin)
Adding Email Media (RequestAddMedia)

I am using ADDP and WarmStandBy application block to reconnect to Interaction server in case of any network disconnection or switch over. My problem is i am not able to reconnect to the same session. So if any email interaction which was open on the desktop before disconnection, if i perform any action like save to workbin or mark done etc after reconnect to the interaction server, i get error "Unknown interaction identifier specified".

Any help in this regard is highly appreciated.