Page 1 of 1

Remove Warning: The DTS does not have a status link

Posted: Mon Mar 23, 2015 2:28 pm
by JFPATCHEZ
Hi,

I'm using the Distributed_Transaction stage without MQ to do a distributed transaction.
I have 2 links: 1 update and 1 insert .
It's working but I have a warning : 'The Distributed Transaction Stage does not have a status link.'
Do you have an idea how I can remove this warning ?

Thanks.
Jean-Francois.

Posted: Mon Mar 23, 2015 2:46 pm
by chulett
Not to sound facetious, but... add a status link? If you don't really care about it, perhaps just stub it into a Peek stage.

Posted: Mon Mar 23, 2015 3:13 pm
by oracledba
please check other posts

viewtopic.php?p=358261

Posted: Mon Mar 23, 2015 4:08 pm
by chulett
oracledba wrote:please check other posts

viewtopic.php?p=358261
I'm curious how the linked post applies to this particular issue / error message... it doesn't really seem to unless I'm missing something.

Posted: Tue Mar 24, 2015 9:42 am
by JFPATCHEZ
There was not the answer in the other post.

If I do an output link from the DTS stage with:

DataElement
LinkNumber = DTS.STATUS.ERRLINK
StatusCode= DTS.STATUS.STATUS
ErrCount= DTS.STATUS.COUNT
ErrMessage= DTS.STATUS.ERRMSG
I have an other error message: Internal Error: (numLinkConnectors == m_inputLinkObjArraySize): pxbridge.C: 2397

Any idea ?

Posted: Tue Mar 24, 2015 9:52 am
by JFPATCHEZ
The full error is:
main_program: Internal Error: (numLinkConnectors == m_inputLinkObjArraySize): pxbridge.C: 2397
Traceback: Could not obtain stack trace; check that 'gdb' and 'sed' are installed and on your PATH

This is a bug of version 9.1

Posted: Tue Jun 16, 2015 9:33 am
by JFPATCHEZ
This is a bug of version 9.1, contact IBM for a patch.