Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to execute a scenario with SDK in Simulation Mode

user6524128Sep 10 2019 — edited Sep 16 2019

Dear All,

We are using ODI 12.2.1.3.0  and there is a need to start a scenario with groovy in Simulation Mode as we do it in  ODI Studio by checking the "Simulation" option when we run a scenario .

In API documentation there is a class to invoke a scenario with API (invokeStartScenario) , but simulation mode is not mentioned. Any Info regarding this would be appreciated . Thanks in advance.

The construction method is as follows:

ExecutionInfo invokeStartScenario(java.lang.String pScenName,

  java.lang.String pScenVersion,

   StartupParams pVariables,

  java.lang.String pKeywords,

  java.lang.String pContextCode,

   IRuntimeEngineInvoker.IndLogMethod pSessIndLogMethod,

   IRuntimeEngineInvoker.IndLogMethod pStepIndLogMethod,

  java.lang.Integer pLogLevel,

  java.lang.String pSessionName,

  boolean pSynchronous,

  java.lang.String pWorkRepName,

  java.util.Properties pInvocationProperties,

  java.lang.Long pParentSessNo,

  java.lang.String pMasterRuntimeEngineName)

  throws InvocationException

Comments
Post Details