I downloaded the correct version of Client SDK by IBM DOC, Now, I tried to ways to connect Informix readonly database (UCCX of cisco):
- ODBC
- .NET DLL (IBM.Data.Informix.dll)
Both gave me the following Error:
IBM.Data.Informix.IfxException: ERROR [28000] [Informix .NET provider][Informix]Incorrect password or user [UserNameComesHere]@[MyCompIPComesHere][myCompFullDomainNameComesHere] is not known on the database server.
things that changed from last time i've succeeded to get information:
- I upgraded the OS to Windows 10
- I changed the driver respectively
- Also i know same connection string worked before
- most important: if the driver was'nt concatinate an ip and compFullName probably it was worked.
Thanks A Lot for who can share additional information.