executeMetaDataRule

The executeMetaDataRule method executes a metadata rule after validating the locationName parameter. If the parameter is invalid, error messages are displayed.

Parameter NameValid ValuesAssociated Error CodesComments

String pUserName

String pPassword

String pSSOToken

 

AIF_COMMON_ERR_00001:Invalid token.

AIF_COMMON_ERR_00002:Invalid User Name/Password combination.

Of these three parameters you should pass either the username and password or a valid sso_token.
String locationName AIF_ERR_00015: Invalid Location NameThe location name
String pSyncMode TRUE/FALSE AIF_ODI_ERR_00002:Invalid value passed for synchronous mode parameter. This parameter represents where the execution should take place synchronously or asynchronously. Value of True executes the job synchronously.