<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Problems retrieving call data, agent data etc. in DevNet General Discussions</title>
    <link>https://community.cisco.com/t5/devnet-general-discussions/problems-retrieving-call-data-agent-data-etc/m-p/3483009#M346</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that some of you guys can help me.&lt;/P&gt;&lt;P&gt;I'm making a system much like the historical report program for UCCX, but I'm having trouble getting access to the data that is available for the historical report program.&lt;/P&gt;&lt;P&gt;I don't have much information about where to look, but what I've found out is that the data is stored in the db_cra database on our UCCX server. &lt;/P&gt;&lt;P&gt;It uses an Informix DB and I have already installed drivers found else where on Cisco DevNet, but I still can't seem to get through to the database.&lt;/P&gt;&lt;P&gt;I'm implementing the script in an old application using Classic ASP, but I can also use .NET C# if that is easier, so help for either would be much appreciated.&lt;/P&gt;&lt;P&gt;Following drivers are installed:&lt;/P&gt;&lt;P&gt;IBM INFORMIX ODBC DRIVER&lt;/P&gt;&lt;P&gt;IBM DB2 ODBC DRIVER - IBMDBCL1&lt;/P&gt;&lt;P&gt;IBM DB2 ODBC DRIVER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried the following connectionstrings for classic asp:&lt;/P&gt;&lt;P&gt;DSN = "Database=db_cra; Host=#UCCX_IP#; Server=uccx; Service=1504; Protocol=onsoctcp; UID=#User#; Password=#Password#; Persist Security Info=true; Authentication=Server"&lt;/P&gt;&lt;P&gt;DSN = "Provider=Ifxoledbc; Data Source=db_cra@#UCCX_IP#; User ID=#User#; Password=#Password#;"&lt;/P&gt;&lt;P&gt;DSN = "Driver={INFORMIX 3.30 32 BIT}; Host=#UCCX_IP#; Server=uccx; Service=1504; Protocol=onsoctcp; Database=db_cra; Uid=#User#; Pwd=#Password#;"&lt;/P&gt;&lt;P&gt;DSN = "Driver={Informix-CLI 2.5 (32 Bit)}; Server=#UCCX_IP#; Database=db_cra; Uid=#User#; Pwd=#Password#;"&lt;/P&gt;&lt;P&gt;DSN = "Database=db_cra; Host=#UCCX_IP#; Server=uccx; Service=1504; Protocol=onsoctcp; UID=#User#; Password=#Password#; DB_LOCALE=EN_US.UTF8; CLIENT_LOCALE=EN_US.UTF8;"&lt;/P&gt;&lt;P&gt;DSN = "Dsn=ICacheDB;Driver={INFORMIX 3.82 32 BIT}; Host=#UCCX_IP#; Server=uccx; Service=1525; Protocol=sesoctcp;Database=db_cra;UID=#User#;PWD=#Password#"&lt;/P&gt;&lt;P&gt;DSN = "Driver=informixdsn; Host=#UCCX_IP#; Server=uccx; Service=1504; Protocol=onsoctcp; Database=db_cra; Uid=#User#; Pwd=#Password#;"&lt;/P&gt;&lt;P&gt;DSN = "Provider=ciscodsn; Host=#UCCX_IP#; Server=uccx; Service=1504; Database=db_cra; Uid=#User#; Pwd=#Password#;"&lt;/P&gt;&lt;P&gt;DSN = "DSN=ciscodsn;Uid=#User#;Pwd=#Password#;"&lt;/P&gt;&lt;P&gt;DSN = "Driver={IBM INFORMIX ODBC DRIVER};Client_Locale=en_US.UTF8;DB_LOCALE=en_US.UTF8;Server=dwuccx_uccx;Host=DWUCCX;Service=1504;Protocol=onsoctcp;DatabaseName=db_cra;Uid=&lt;SPAN style="font-size: 13.3333330154419px;"&gt;#User#&lt;/SPAN&gt;;Pwd=#Password#;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I always seem to get 1 of 2 responses:&lt;/P&gt;&lt;P&gt;ADODB.Connection error '800a0e7a'&lt;/P&gt;&lt;P&gt;Provider cannot be found. It may not be properly installed.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OR&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Microsoft OLE DB Provider for SQL Server error '80004005'&lt;/P&gt;&lt;P&gt;Invalid connection string attribute&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see the latter refers to &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Microsoft OLE DB Provider for SQL Server&lt;/SPAN&gt;, so I think that this is my problem, that the server can't seem to get that it should use the IBM/Informix driver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that some of you can help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Mar 2019 10:50:10 GMT</pubDate>
    <dc:creator>denniskrogstrup</dc:creator>
    <dc:date>2019-03-01T10:50:10Z</dc:date>
    <item>
      <title>Problems retrieving call data, agent data etc.</title>
      <link>https://community.cisco.com/t5/devnet-general-discussions/problems-retrieving-call-data-agent-data-etc/m-p/3483009#M346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that some of you guys can help me.&lt;/P&gt;&lt;P&gt;I'm making a system much like the historical report program for UCCX, but I'm having trouble getting access to the data that is available for the historical report program.&lt;/P&gt;&lt;P&gt;I don't have much information about where to look, but what I've found out is that the data is stored in the db_cra database on our UCCX server. &lt;/P&gt;&lt;P&gt;It uses an Informix DB and I have already installed drivers found else where on Cisco DevNet, but I still can't seem to get through to the database.&lt;/P&gt;&lt;P&gt;I'm implementing the script in an old application using Classic ASP, but I can also use .NET C# if that is easier, so help for either would be much appreciated.&lt;/P&gt;&lt;P&gt;Following drivers are installed:&lt;/P&gt;&lt;P&gt;IBM INFORMIX ODBC DRIVER&lt;/P&gt;&lt;P&gt;IBM DB2 ODBC DRIVER - IBMDBCL1&lt;/P&gt;&lt;P&gt;IBM DB2 ODBC DRIVER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried the following connectionstrings for classic asp:&lt;/P&gt;&lt;P&gt;DSN = "Database=db_cra; Host=#UCCX_IP#; Server=uccx; Service=1504; Protocol=onsoctcp; UID=#User#; Password=#Password#; Persist Security Info=true; Authentication=Server"&lt;/P&gt;&lt;P&gt;DSN = "Provider=Ifxoledbc; Data Source=db_cra@#UCCX_IP#; User ID=#User#; Password=#Password#;"&lt;/P&gt;&lt;P&gt;DSN = "Driver={INFORMIX 3.30 32 BIT}; Host=#UCCX_IP#; Server=uccx; Service=1504; Protocol=onsoctcp; Database=db_cra; Uid=#User#; Pwd=#Password#;"&lt;/P&gt;&lt;P&gt;DSN = "Driver={Informix-CLI 2.5 (32 Bit)}; Server=#UCCX_IP#; Database=db_cra; Uid=#User#; Pwd=#Password#;"&lt;/P&gt;&lt;P&gt;DSN = "Database=db_cra; Host=#UCCX_IP#; Server=uccx; Service=1504; Protocol=onsoctcp; UID=#User#; Password=#Password#; DB_LOCALE=EN_US.UTF8; CLIENT_LOCALE=EN_US.UTF8;"&lt;/P&gt;&lt;P&gt;DSN = "Dsn=ICacheDB;Driver={INFORMIX 3.82 32 BIT}; Host=#UCCX_IP#; Server=uccx; Service=1525; Protocol=sesoctcp;Database=db_cra;UID=#User#;PWD=#Password#"&lt;/P&gt;&lt;P&gt;DSN = "Driver=informixdsn; Host=#UCCX_IP#; Server=uccx; Service=1504; Protocol=onsoctcp; Database=db_cra; Uid=#User#; Pwd=#Password#;"&lt;/P&gt;&lt;P&gt;DSN = "Provider=ciscodsn; Host=#UCCX_IP#; Server=uccx; Service=1504; Database=db_cra; Uid=#User#; Pwd=#Password#;"&lt;/P&gt;&lt;P&gt;DSN = "DSN=ciscodsn;Uid=#User#;Pwd=#Password#;"&lt;/P&gt;&lt;P&gt;DSN = "Driver={IBM INFORMIX ODBC DRIVER};Client_Locale=en_US.UTF8;DB_LOCALE=en_US.UTF8;Server=dwuccx_uccx;Host=DWUCCX;Service=1504;Protocol=onsoctcp;DatabaseName=db_cra;Uid=&lt;SPAN style="font-size: 13.3333330154419px;"&gt;#User#&lt;/SPAN&gt;;Pwd=#Password#;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I always seem to get 1 of 2 responses:&lt;/P&gt;&lt;P&gt;ADODB.Connection error '800a0e7a'&lt;/P&gt;&lt;P&gt;Provider cannot be found. It may not be properly installed.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OR&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Microsoft OLE DB Provider for SQL Server error '80004005'&lt;/P&gt;&lt;P&gt;Invalid connection string attribute&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see the latter refers to &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Microsoft OLE DB Provider for SQL Server&lt;/SPAN&gt;, so I think that this is my problem, that the server can't seem to get that it should use the IBM/Informix driver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that some of you can help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2019 10:50:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-general-discussions/problems-retrieving-call-data-agent-data-etc/m-p/3483009#M346</guid>
      <dc:creator>denniskrogstrup</dc:creator>
      <dc:date>2019-03-01T10:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problems retrieving call data, agent data etc.</title>
      <link>https://community.cisco.com/t5/devnet-general-discussions/problems-retrieving-call-data-agent-data-etc/m-p/3483010#M347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could try to install the SQL Server ODBC driver. ODBC drivers are usually used when you are not using ADO.NET for data access.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 14:55:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-general-discussions/problems-retrieving-call-data-agent-data-etc/m-p/3483010#M347</guid>
      <dc:creator>ewindgat</dc:creator>
      <dc:date>2015-08-18T14:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problems retrieving call data, agent data etc.</title>
      <link>https://community.cisco.com/t5/devnet-general-discussions/problems-retrieving-call-data-agent-data-etc/m-p/3483011#M348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SQL Server ODBC driver is already installed. I think the problem is that I can't get the system to change from using SQL Server ODBC to one of the following 3 ODBC drivers instead:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: arial; color: #3d3d3d;"&gt;IBM INFORMIX ODBC DRIVER&lt;/P&gt;&lt;P style="font-size: 12px; font-family: arial; color: #3d3d3d;"&gt;IBM DB2 ODBC DRIVER - IBMDBCL1&lt;/P&gt;&lt;P style="font-size: 12px; font-family: arial; color: #3d3d3d;"&gt;IBM DB2 ODBC DRIVER&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 10:09:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-general-discussions/problems-retrieving-call-data-agent-data-etc/m-p/3483011#M348</guid>
      <dc:creator>denniskrogstrup</dc:creator>
      <dc:date>2015-08-25T10:09:17Z</dc:date>
    </item>
  </channel>
</rss>

