Hello,
I have an agent that should send a dashboard page by email. But I get the following error message:
[Util Logger] Exception occurred:
Severity:1
Type:PKN3saw9ExceptionE
File:project/ibotapi/ibotrpcproxy.cpp
Line:159
Message:Authentication failed.
Authentication Failure.
Error Codes: IHVF6OM7:OPR4ONWY:U9IM8TAC:U9IM8TAC:U9IM8TAC
Location: saw.connectionPool.getConnection, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool.socketrpcserver, saw.threads
Odbc driver returned an error (SQLDriverConnectW).
State: 08004. Code: 10018. [NQODBC] [SQL_STATE: 08004] [nQSError: 10018] Access for the requested connection is refused.
(08004)
State: HY000. Code: 43113. [nQSError: 43113] Message returned from OBIS.
(HY000)
State: HY000. Code: 43126. [nQSError: 43126] Authentication failed: invalid user/password. (HY000)
So, he seems to use a "SYSTEM" user according to servers/obis1/log files. But I don't know if this is the Oracle SYSTEM User or some intenal Weblogic "system" user. There is some kind of credential store in Weblogic where I set the DB password for the Oracle SYSTEM user (oracle.bi.system --> system.user) but I still get the error message when starting the Agent.
So, which password(s) and users did I not configure correclty?
Any help appreciated.
Thanks
Malte