cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Issue with /CPMB/LOAD_DELTA_IP chain from BW

Former Member
0 Kudos
244

Hi all

The execution of DELTA chain from BW returns the following log (without the charging of any data): INFOPROV_INIT_NAMEZLEG_C01_INIT RUNLOGIC 1 CHECKLCK 1 However, the same package executed from Excel runs ok: INFOPROV_INIT_NAME = ZLEG_C01_INIT RUNLOGIC = Yes CHECKLCK = Yes Please see attached file with the script of the package. Somebody knows what happens? Thank you very much for your help.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Vadim,

Through UJD_TEST_PACKAGE and copy/paste the parameters.

Juan.

former_member186338
Active Contributor
0 Kudos

Looks like incorrect copy/paste. Please read:

Vadim

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Vadim,

Yes, as you (document) say, in the Answer Prompt (parameter) it´s necessary to upload the correct file (tab delimited file and each prompt on a new line) like this:

%INFOPROV_INIT_NAME%         ZLEG_C01_INIT

%RUNLOGIC%     1

%CHECKLCK%     1

Thank you very much for your help.

Regards,

former_member186338
Active Contributor
0 Kudos

"The execution of DELTA chain from BW" - how do you execute it from BW?

Vadim