Author Topic: Retreiving Transcripts from UCS  (Read 4361 times)

Offline RDB

  • Newbie
  • *
  • Posts: 25
  • Karma: 0
Retreiving Transcripts from UCS
« on: April 25, 2011, 10:46:35 AM »

In one of our requirements for Chat multimedia client, we need to retreive the stored transcripts from UCS for performing some operations. Need help in achieving the same. Any help appreciated.

Thanks.

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7639
  • Karma: 56330
Re: Retreiving Transcripts from UCS
« Reply #1 on: April 25, 2011, 05:46:33 PM »
Using GAD you can do that...it is a normal function when GAD has a connection to UCS...

Offline fnunezsa

  • Full Member
  • ***
  • Posts: 213
  • Karma: 5
Re: Retreiving Transcripts from UCS
« Reply #2 on: April 25, 2011, 07:14:35 PM »
If you don't want to use GAD for this, the you must develop a custom tool using Genesys SDK.

Offline fnunezsa

  • Full Member
  • ***
  • Posts: 213
  • Karma: 5
Re: Retreiving Transcripts from UCS
« Reply #3 on: April 25, 2011, 07:31:22 PM »
The reason for this is that Transcripts are stored in Character Large Object (CLOB) fields in Interaction table in UCS database, fields names are Text and StructuredText.

Maybe you can try the procedure depicted in http://www.ibm.com/developerworks/websphere/library/techarticles/0611_singh1/0611_singh1.html to convert from CLOB to VARCHAR but I don't believe such convertion will be supported by Genesys Tech Support should you need anything from them about this matter.

Offline RDB

  • Newbie
  • *
  • Posts: 25
  • Karma: 0
Re: Retreiving Transcripts from UCS
« Reply #4 on: May 07, 2011, 07:41:08 PM »

We are developing only an interface application for Chat.
But to perform post handling of transcripts, we need to have them. We are
not using GAD.

@fnunezsa: U mean another tool to retrieve transcripts??

Offline fnunezsa

  • Full Member
  • ***
  • Posts: 213
  • Karma: 5
Re: Retreiving Transcripts from UCS
« Reply #5 on: May 09, 2011, 05:20:05 PM »
Yes, that's what I meant. You have to develop a tool (new application) using Genesys SDK to retrive those transcripts. Genesys SDK provides the methods for that.