Hi all I've got a problem in a scenario step that have predecessor inbound.
This is the situation i've got a lot of steps that listen to sapb1 objects modifications and then writes on another DB
then i've got a step that i want to call after 2 of the preceding steps as successor in witch i want to call an external WS.
The steps with sap oimbound all works well but the step called as successor never triggers and i don't understand why.
Thi is the definition of the inbound of the step that has to be triggered after the others:
now it only has one xsl dummy transformation to test if the step is called but when i resolve this issue i will call here a web service.
Theese 2 are the outbound of 2 steps after those i want to call the step with predecessors:
This is the message log after tryng tolaunch the steps.
As you can see the sender object is for both a SAP object (2 bp, and 4 Item) but thera aren't messagges from queue as i can expect
Tryng to debug i figured that in the queue monitor there are 2 messages in the stream of the step that are not going away (they are there from more than an hour)
I reallly don't understand where i'm doing wrong