ODBC Driver Manager

Post Reply
Jorge Rachid
Posts: 113
Joined: Fri Jul 22, 2016 8:33 pm
OLAP Product: TM1
Version: 10.2
Excel Version: 2013

ODBC Driver Manager

Post 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
Attachments
Error.jpg
Error.jpg (119.59 KiB) Viewed 1880 times
lotsaram
MVP
Posts: 3651
Joined: Fri Mar 13, 2009 11:14 am
OLAP Product: TableManager1
Version: PA 2.0.x
Excel Version: Office 365
Location: Switzerland

Re: ODBC Driver Manager

Post 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.
Please place all requests for help in a public thread. I will not answer PMs requesting assistance.
Jorge Rachid
Posts: 113
Joined: Fri Jul 22, 2016 8:33 pm
OLAP Product: TM1
Version: 10.2
Excel Version: 2013

Re: ODBC Driver Manager

Post 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!
Post Reply