Create new physical agent "OracleDIAgent" like the same
Goto CMD prompt and open your WLS installed drive ex
C:/oracle/Middleware/oracle_common/common/bin
Type wlst and enter
execute the following command:
connect('weblogic','Admin123','t3://localhost:7001')
weblogic user name and password and host and port number
and enter
Execute the following command to add the correct credential store for ODI Supervisor :
createCred (map="oracle.odi.credmap", key="SUPERVISOR", user="SUPERVISOR", password="welcome", desc="ODI SUPERVISOR Credential").
IAlso execute the command to add the correct credential store for the domain ODI-DOMAIN :
createCred (map="oracle.odi.credmap", key="ODI-DOMAIN", user="weblogic", password="Admin123", desc="ODI-DOMAIN Credential").
exit and start your weblogic domain services
and goto ODI Topology admin and open OracleDIAgent and test
Goto CMD prompt and open your WLS installed drive ex
C:/oracle/Middleware/oracle_common/common/bin
Type wlst and enter
it will connect wlst
connect('weblogic','Admin123','t3://localhost:7001')
weblogic user name and password and host and port number
and enter
Execute the following command to add the correct credential store for ODI Supervisor :
createCred (map="oracle.odi.credmap", key="SUPERVISOR", user="SUPERVISOR", password="welcome", desc="ODI SUPERVISOR Credential").
IAlso execute the command to add the correct credential store for the domain ODI-DOMAIN :
createCred (map="oracle.odi.credmap", key="ODI-DOMAIN", user="weblogic", password="Admin123", desc="ODI-DOMAIN Credential").
exit and start your weblogic domain services
and goto ODI Topology admin and open OracleDIAgent and test
No comments:
Post a Comment