We have an ADT interface sending ADT messages to a Vender, say vender A. Another Vender, say Vender B needs to get a copy of the message we are sending to Vender A.
I am setting the thread like this
One Inbound process that goes to two out bound processes (One to Vender A and another to Vender B)
On Route Messages of inbound process I set up like
It sounds like you need to check your error database.
If there is nothing in it then I would guess that when you say your translations are done on a pre-TPS then that TPS must be dispositioning the messages with a KILL. First thing to do here would be to remove the pre-TPS that is doing the translate and then run them through again. You will not get the output that you were looking for but you will have verified that the messages are failing in the proc.
You can also shut down the receiving threads and check your recovery database to make sure the messages get to state 7.
Based strictly on the facts as presented, I think it is pretty clear that either the pre-TPS proc is killing them or they are sitting in your error database.
If they are in the error database then run:
hcidbdump -e -c -L
this will tell you what the error is and then you can proceed from there.
Author
Replies
Viewing 1 reply thread
The forum ‘Cloverleaf’ is closed to new topics and replies.