Hi,
I have one problem with tuxedo 11.1.
I created Tuxedo server which calling tpdequeue in TPNOTRAN mode. Queue space from which is dequeued messages are imported using Tuxedo domains (created in other tuxedo node).
The problem relates to the fact that when server is running and some messages is dequeuing and if in this moment GWTDOMAIN server is stopped in node where queue space is created tpdequeue will be fail with TPESYSTEM error.
This is correct, but if GWTDOMAIN is started again, and new messages is added to queue space, than in next server run tpdequeue will be failed with TPTIME while i restart this server.
Maybe someone has encountered a similar problem?