cancel
Showing results for 
Search instead for 
Did you mean: 

Light Optimize DMP not getting triggered in SAP BPC 10.1

balaji_p5
Participant
0 Kudos
578

Hi All,

Light Optimization DMP is used to trigger automatically based on ZLIGHT_OPT package but now when we run ZLIGHT_OPT dmp the Light Optimization chain/package is not getting triggered. When we checked in UJD PACKAGES2 table Light Optimization package unique id got changed(It looks someone removed the light optimization DMP and created new one)

Please find below for DMP details:

ZLIGHT_OPT:

TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,TAB,%TAB%)

TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,EQU,%EQU%)

TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,SUSER,%USER%)

TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,SAPPSET,%APPSET%)

TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,SAPP,%APP%)

INFO(%EQU%,=)

TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,REPLACEPARAM,EXEC%EQU%%EXEC%)

TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,LOGICFILENAME,ZCHECK_STATUS.LGF)

DEBUG(ON)

Accepted Solutions (0)

Answers (2)

Answers (2)

balaji_p5
Participant
0 Kudos

Yes John

balaji_p5
Participant
0 Kudos

Hi John,

Thanks for your response. Yes, we are also using standard process chain /CPMB/LIGHT_OPTIMIZE for Lite Optimization but it triggers based on the other DMP(ZLIGHT_OPT).

ZLIGHT_OPT is a package which we are using to check any package is running or not in the model then it will trigger standard process chain /CPMB/LIGHT_OPTIMIZE . For example, if any package is not running in the model then it will trigger process chain /CPMB/LIGHT_OPTIMIZE and if any package is running in the model then it will wait for the package to complete then it will trigger process chain /CPMB/LIGHT_OPTIMIZE .

johnnbc
Explorer

so you have a DMP ZLIGHT_OPT which calls script logics ZCHECK_STATUS.LGF which calls a process chain and then the standard process chain /CPMB/LIGHT_OPTIMIZE?