Windows service fails with following error
Database credentials are not valid: Exception has been thrown by the target of an invocation.; DatabaseError: SQL Statement: creating OracleConnection -
ORA-12638: Credential retrieval failed CausingException:ORA-12638: Credential retrieval failed
The services uses a windows AD service account to start, but when I checked by DB it is not configured as a DB user. Is there a reason why the service account is throwing an ora error?
Our application team is using kerberos authentication for SSO user log-in and it is working.