ORA-12154 from sql server reporting services
I'm rather embarrassed to have to ask for help on this particular error, but am out of ideas.
Client process is SQL Server Reporting Services, a product I've never laid eyes on before. The developer is trying to configure a new server. He walked me through the connection definitions and properties within SSRS, which as far as I could tell looked ok. The "connection script" is:
Connection script
Provider=OraOLEDB.Oracle.1;Data Source=DWPRD;Unicode=True
He has TNS_ADMIN set as a system environment variable. We confirmed that there is a sqlnet.ora and tnsnames.ora file at %TNS_ADMIN%, and that they are the only copies on the machine. They looked good, and I get a good tnsping on the same name as included in the 'connect string' field of SRRS (tnsping dwprd)