Internal Error: (types.hasField(fieldSel)): genericUpdate.C:

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
sudhindra
Participant
Posts: 2
Joined: Wed Apr 20, 2005 2:57 am
Location: bangalore
Contact:

Internal Error: (types.hasField(fieldSel)): genericUpdate.C:

Post by sudhindra »

I'm getting a fatal error message-
" Internal Error: (types.hasField(fieldSel)): genericUpdate.C:294
Traceback: Could not obtain stack trace; check that 'dbx' and 'sed' are installed and on your PATH"

Can anyone pls tell me what the possible causes could be.The misleading part is that,I've been doing the same operations several times,but this error has never been there.
Thx
sudhindra
ahmediftikhar
Participant
Posts: 22
Joined: Thu Jul 29, 2004 8:10 am

Post by ahmediftikhar »

Error messgage tells that PATH environment variable (which is set up in the $DSHOME/dsenv file) does not include the directory in which either or both of sed or dbx commands is found.

Check it out for the PATH variable and the files in appropriate path. If that is not there :(
sudhindra
Participant
Posts: 2
Joined: Wed Apr 20, 2005 2:57 am
Location: bangalore
Contact:

checked it

Post by sudhindra »

I've checked that and its there.can there be any other cause?
Thx
sudhindra
Post Reply