Hi Experts
I am trying to automate the process of Data loading from BI to BPC by creating process chain ie MD Load -> TD Load -> Currency Conv package.
I used below link to create custom process chain linking each BPC Package using UJD_TEST_PACKAGE.
Automation of BPC Data Manager Packages
The problem is when I am running for testing purpose I am getting error in VIEW STATUS OF BPC for PC - /CPMB/IMPORT_IOBJ_MASTER & for other too..
/CPMB/MODIFY completed in 0 seconds
/CPMB/BW_IOBJ_MASTER_SOURCE completed in 0 seconds
/CPMB/CLEAR completed in 0 seconds
[Message]
--------------------------------------------------------------
Task name MASTER DATA SOURCE:
An exception with the type CX_XSLT_RUNTIME_ERROR occurred, but was neither handled locally, nor declared in a RAISING clause
No valid source context supplied
model: GL_Financial. Package status: ERROR
Not sure whether my PRocess chain is correct ( since it is showing black connectwith line not green one)
Note : I dont want to use PAckage link ( Since I wanted to notify users if any Package fails)
Thanks !!