How to find the Data source name on linux server
Hello All,
Good Morning...
I created a rpd in my local machine and deployed on the server through Fusion middle ware.
and copied the catalog file there in the server.
While working on my local machine I have two odbc connections... one is for development and other is for production.
at the time of deployment to the server I changed the development instance to production instance throught the connection pool.
I am encountering the following error while working on the analyis....
Odbc driver returned an error (SQLExecDirectW).
Error Details
Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
State: HY000. Code: 10058. [NQODBC] [SQL_STATE HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 16001] ODBC error state: IM002 code: 0 message: [DataDirect][ODBC lib] Data source name not found and no default driver specified. (HY000)
I think this is because of the mismatch of the datasource name in server and my local machine...could you please tell me how to find the datasource names on the server?
Thanks!