What is the Arguement for getFailureStepLog() Method?
980427Jun 4 2013 — edited Jun 5 2013I'm not that good with Java, so I'm not sure but oracle has a slew of information on different Java Methods for ODI and getting information from the Repository. But I don't see any information on what the Argument is for these methods.
For example, I can build a Refreshing Variable to get the Session Number:
SELECT <%=odiRef.getSession("SESS_NO")%> FROM DUAL
The Arguments for the odiRef.getSession() are listed in the KM Dev Guide.
However all the online oracle pages do not list the Arguments?? Like below:
http://docs.oracle.com/cd/E21764_01/apirefs.1111/e17060/oracle/odi/domain/runtime/session/OdiSession.html#getFailureStepLog__