I am trying to load/show a crystal report in a .net viewer application and I'm getting the following error trying to establish the connection.
Failed to open the connection. Details: [Database Vendor Code: 12154 ]
The environment is CRXI R2 using the oracle server connection type, asp.net 2.0 crystal viewer control, oracle 10G client.
I can run the report locally using the crystal IDE without problems. I get the error when I try to load the report through the viewer app on the server. I know code 12154 indicates a TNS names file issue but I can use the tnsnames file from the server on my local machine to access the db with out a problem. Also, the viewer app is running on two other production web servers without a problem. I'm having the issue on a new web server we just built out as a staging server.
Any help is appreciated.
Thanks
Failed to open the connection. Details: [Database Vendor Code: 12154 ]
The environment is CRXI R2 using the oracle server connection type, asp.net 2.0 crystal viewer control, oracle 10G client.
I can run the report locally using the crystal IDE without problems. I get the error when I try to load the report through the viewer app on the server. I know code 12154 indicates a TNS names file issue but I can use the tnsnames file from the server on my local machine to access the db with out a problem. Also, the viewer app is running on two other production web servers without a problem. I'm having the issue on a new web server we just built out as a staging server.
Any help is appreciated.
Thanks