Oracle Data Provider

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Chris

    Oracle Data Provider

    I am getting the following exception when I try and connection to a remote
    oracle database. The same code works fine when I run it as an application.
    For the life of me I can't figure out why it works as an app but not a
    service. It actually finds the TSN listener but after that it breaks.
    Please help, I'm going nuts here...

    Chris

    {System.Data.Or acleClient.Orac leException}
    [System.Data.Ora cleClient.Oracl eException]:
    {System.Data.Or acleClient.Orac leException}
    HelpLink: Nothing
    InnerException: Nothing
    Message: "ORA-12640: Authentication adapter initialization failed
    "
    Source: "System.Data.Or acleClient"
    StackTrace: " at System.Data.Ora cleClient.DBObj ectPool.GetObje ct(Object
    owningObject, Boolean& isInTransaction )
    at
    System.Data.Ora cleClient.Oracl eConnectionPool Manager.GetPool edConnection(St r
    ing encryptedConnec tionString, OracleConnectio nString options,
    OracleConnectio n owningObject, Boolean& isInTransaction )
    at
    System.Data.Ora cleClient.Oracl eConnection.Ope nInternal(Oracl eConnectionStri n
    g parsedConnectio nString, Object transact)
    at System.Data.Ora cleClient.Oracl eConnection.Ope n()
    at BridgeEmailer.M ailer.Start()"
    TargetSite: {System.Reflect ion.RuntimeMeth odInfo}


Working...