Remove Warning: The DTS does not have a status link

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
JFPATCHEZ
Participant
Posts: 24
Joined: Fri Nov 26, 2004 10:51 am
Location: Montreal

Remove Warning: The DTS does not have a status link

Post 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.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post 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.
-craig

"You can never have too many knives" -- Logan Nine Fingers
oracledba
Premium Member
Premium Member
Posts: 49
Joined: Mon Aug 06, 2012 9:21 am

Post by oracledba »

please check other posts

viewtopic.php?p=358261
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post 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.
-craig

"You can never have too many knives" -- Logan Nine Fingers
JFPATCHEZ
Participant
Posts: 24
Joined: Fri Nov 26, 2004 10:51 am
Location: Montreal

Post 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 ?
JFPATCHEZ
Participant
Posts: 24
Joined: Fri Nov 26, 2004 10:51 am
Location: Montreal

Post 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
JFPATCHEZ
Participant
Posts: 24
Joined: Fri Nov 26, 2004 10:51 am
Location: Montreal

This is a bug of version 9.1

Post by JFPATCHEZ »

This is a bug of version 9.1, contact IBM for a patch.
Post Reply