cancel
Showing results for 
Search instead for 
Did you mean: 

Process Chains

Former Member
0 Kudos

Hi everybody,

I have some problems with process chains.

I have a master process chain which contains some other lokal process chains.

The process chain is scheduled to run every day at 0500 am.

Most of the days it is working fine but on some days occurs an error. (Actual: once a week)

The error seems like this:

(Job Log)

*******************************************************

Job started

Step 001 started (program RSPROCESS, variant &0000000100158, user ID BW_BATCH)

Version 'M' of chain ASCC_PRICE_PC was saved without checking

Version 'A' of chain ASCC_PRICE_PC was saved without checking

The Chain Was Removed From Scheduling

Program RSPROCESS successfully scheduled as job BI_PROCESS_ABAP with ID 05011201

Program RSPROCESS successfully scheduled as job BI_PROCESS_ABAP with ID 05011202

Program RSPROCESS successfully scheduled as job BI_PROCESS_ABAP with ID 05011203

Program RSPROCESS successfully scheduled as job BI_PROCESS_AND with ID 05011201

Program RSPROCESS successfully scheduled as job BI_PROCESS_CHAIN with ID 05011301

Program RSPROCESS successfully scheduled as job BI_PROCESS_DROPINDEX with ID 05011301

Program RSPROCESS successfully scheduled as job BI_PROCESS_INDEX with ID 05011301

Program RSPROCESS successfully scheduled as job BI_PROCESS_LOADING with ID 05011305

Program RSPROCESS successfully scheduled as job BI_PROCESS_LOADING with ID 05011306

Program RSPROCESS successfully scheduled as job BI_PROCESS_LOADING with ID 05011307

Program RSPROCESS successfully scheduled as job BI_PROCESS_ODSACTIVAT with ID 05011409

Program RSPROCESS successfully scheduled as job BI_PROCESS_ODSACTIVAT with ID 05011411

Job BI_PROCESS_TRIGGER could not be activated (return code 7)

Job BI_PROCESS_TRIGGER could not be activated (return code 7)

Job finished

Job BI_PROCESS_TRIGGER could not be activated (return code 7)

*******************************************************

or

*******************************************************

Job started

Step 001 started (program RSPROCESS, variant &0000000098907, user ID BW_BATCH)

Version 'M' of chain ASCC_PRICE_PC was saved without checking

Version 'A' of chain ASCC_PRICE_PC was saved without checking

The Chain Was Removed From Scheduling

Program RSPROCESS successfully scheduled as job BI_PROCESS_ABAP with ID 05012904

Program RSPROCESS successfully scheduled as job BI_PROCESS_ABAP with ID 05013005

Job BI_PROCESS_ABAP could not be activated (return code 7)

Job BI_PROCESS_ABAP could not be activated (return code 7)

Job finished

*******************************************************

The lokal process chain doesn't even start a single process. And as a matter of fact the master process chain is also stopped.

If I start the lokal process chain manually it works as usual and even on the next day it works like it should.

In most cases a few days later the same error occurs again.

Would be great if someone could help me!!!!

Greetings

Oliver

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

From the error message it is clear that u hadnt checked the PC before activating and saving.

U must do the checking of PC by clicking the check view iocn after that only u r supposed to activate and then schedule..

when ever ur triggering manully i think ur giving the some periodic values thats why its running for some time.

Regards-

Siddhu

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanx for your help!!!