Book a Demo

Author Topic: EA to QC Connector  (Read 2621 times)

Baz Singh

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
EA to QC Connector
« on: June 18, 2012, 07:57:26 pm »
Hi there,

We are deploying the Catch connector to sync EA with HP's Quality Centre service. Through the connectors API I am able to connect to the EA repository fine. The sync however happens with a windows service running on the QC box. Unfortunately this is where the problem lies. The log file reports the following error from the web service. Has anyone come across this?


012-06-18 10:43:48,897 [7] ERROR EaConnectorToQc.Synchronization.Execution.SynchronizationController - EaConnectorToQc.Synchronization.CriticalSyncException: Failed to connect to EA Repository: DBType=3;Connect=;Provider=OraOLEDB.Oracle.1;Persist Security Info=False;User ID=XXXXXX;Password=XXXXXX;Data Source=XXXXXXXXXXX ---> System.Exception: Failed to build session factory for connectionString: ;Provider=OraOLEDB.Oracle.1;Persist Security Info=False;User ID=CIM94_OWNER;Password=CIM;Data Source=INDEL_RESFRADBL of type: Oracle, see inner exception for details ---> Oracle.DataAccess.Client.OracleException ORA-12154: TNS:could not resolve the connect identifier specified    at Oracle.DataAccess.Client.OracleException.HandleErrorHelper(Int32 errCode, OracleConnection conn, IntPtr opsErrCtx, OpoSqlValCtx* pOpoSqlValCtx, Object src, String procedure, Boolean bCheck)