01-11-2011 03:13 AM - edited 03-14-2019 07:10 AM
I am installing an ASP script on a WIndows 2003 Server to act as a Wallboard for UCCX V8. I have downloaded the Informix ODBC driver and have installed it on Windows 2003 machine being used as the web server. I can see the driver there just fine. When I create a new DSN I complete everything just fine, however when I click on "Apply and Test" it says that uccxhruser@10.133.1.10 is not a valid user. 10.133.1.10 is not the UCCX machine, it is the web server machine. How can I get it to pass the correct username?
Solved! Go to Solution.
01-11-2011 06:42 AM
This should do it I was checking the admin guide and following were the instructions for server name
======
This is the instance name of the Informix database.
Informix database instance name can be formed using Host Name of the Unified CCX server by following the conventions mentioned below:
•Convert all upper case letters to lower case.
•Add the letter “i” as a prefix to the instance name, if the host name starts with a number.
•Append the letters "_uccx" to the instance name.
For example, if the host name is "802UCCX-Ha-Node1", then you should enter "i802uccx_ha_node1_uccx” in the server name field.
=======
Page 464
Hope this helps
Regards
01-11-2011 06:54 AM
I think that we are almost there.
I converted hyphens to underscopes. This was fine for the server name, but the host required the hyphens (obviously this is used for the nslookup). So I have:
Server: comms_ipcc_01_uccx
Host: comms-ipcc-01
I now get the error Database Locale Information Mismatch. In the ODBC driver, the Database is set to en_US.819 and the Client en_US.CP1252. I am located in the UK. That shouldn't matter should it?
01-11-2011 06:56 AM
Yeah Sucess. I unticked the Use Server Database Locale and re ticked it and it worked. Thanks everyone for your help.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide