HI Guru's,
I have executing one shell command through ODIOScommand. I want apply topology username and password using Substitution API. I tried all below options but it did return any value. Can you help meĀ out on this issue.
<%=odiRef.getInfo("DEST_USER_NAME")%>
<%=odiRef.getuser("USER_NAME")%>
<%=odiRef.getInfo("SRC_USER_NAME")%>
How to call topology username and password through API like above command.
I need all this values using API. What is the correct api to get output.
Topology Username
Topology Password
Topology Server Name
Thanks,
R