Genesys CTI User Forum

Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: Adam_W on March 03, 2009, 02:43:08 PM

Title: QInfo / Status Tables - ConnID format
Post by: Adam_W on March 03, 2009, 02:43:08 PM
I notice that the ConnIDs which appear in the statserver tables are not in the same hexadecimal format as we see in the T Server logs / attached data.

Here is an example from my Status table: 38845362651778950

Is this correct or should I be using a different datatype for this column or something?  I'm using SQL 2005.

Is there any way to convert it?
Title: Re: QInfo / Status Tables - ConnID format
Post by: Timur Karimov on March 03, 2009, 03:33:55 PM
it's simple conversion from hex to dec. u can use MS T-SQL function "convert" for do it.