cancel
Showing results for 
Search instead for 
Did you mean: 

Integration Process - Time-Dependent Loop

maciej_jarecki
Contributor
0 Kudos

Hello All

I made solution like :

[Time-Dependent Loop|http://help.sap.com/saphelp_nw04/helpdata/en/c5/582541019fa52fe10000000a155106/frameset.htm]

with second case "Time-Dependent Loop".

But my exception is never raise and i don't know why. is there any special setting in PI where i have to configurate it ??

Regards

Maciej

Accepted Solutions (0)

Answers (1)

Answers (1)

prateek
Active Contributor
0 Kudos

Are other steps of BPM getting processed. Have you made sure that the BPM instance have started?

Regrds,

Prateek

maciej_jarecki
Contributor
0 Kudos

Hi

yes in BPE monitor i see that workflow has been activated, started block and loop is waiting for another message.

in workflow log in dedlines tab i see that it should be terminated but my exception is never trigered.

BR

Maciej

former_member200962
Active Contributor
0 Kudos

Have you:

1) Include a Deadline Branch in your block witha Control Step (Action = Throw Exception)

2) Defined an Exception handler in your Block and then inlcuded this particular Exception Handler in the Exception Branch.

3) Have to included an Exception Branch?

4) done a check for your BPM in IR...press F7 after opening your BPM

5) are all the components of your BPM seen in the XML in SXI_CACHE?

If possible host the screenshot of your BPM on some site and post the link here.

Regards,

Abhishek.

maciej_jarecki
Contributor
0 Kudos

Hi

What i have done is:

define block with local correlation "Correlation" and exceptions "TimeOut"

inside this block i create infinite loop with inside receive step tha use correlation and container operation.

to block i added deadline block with following properties: creating the step 3 minutes and inside it control step with throw exception

to block also added exception branch with exception handler

after block i have some mapping and send step

BR

Maciej

sunilchandra007
Active Contributor
0 Kudos

Check out the following threads if it helps :

1.

2.

Regards,

Sunil Chandra

maciej_jarecki
Contributor
0 Kudos

Great!

I was sure that there is some parameter to configure it.

Many Thx

M.