Page 1 of 1

ODBC Driver Manager

Posted: Thu May 24, 2018 1:54 pm
by Jorge Rachid
Hi guys,

I have a process with some process that use data from ODBC. For some reason since yesterday when I try to run a IT process that read data from database I get a error on log file. In theory nothing have changed since then, but I would like to know if someone has some tip for this kind of problem.

Find attached the part of the log with error on database connection.

Thanks a lot!

JR

Re: ODBC Driver Manager

Posted: Thu May 24, 2018 4:18 pm
by lotsaram
Maybe nothing has changed in your source database however it looks suspiciously like someone has deleted the ODBC data source name from the TI process as you can see the error message complaining about a blank ("") data source name.

If you are pulling DatasourceNameForServer from a cube value with CellGetS then you will find that someone's fat fingers have deleted the cell value.

Re: ODBC Driver Manager

Posted: Thu May 24, 2018 4:34 pm
by Jorge Rachid
Hi,

I realize that the ODBC connection was 32-bit while the server was 64-bit. Then we did the connection again as 64 bits and it seems to solve it.

Thank you!