Search found 2 matches

by anu13
Wed Aug 17, 2005 11:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logs from C++ library coming only sometimes.
Replies: 2
Views: 1106

Logs from C++ library coming only sometimes.

Hi All, I am writing printf statements in a c++ library and it is coming on the director log during successful execution. However if i raise a unix signal say "SIGKILL" for example to abort the datastage job after these printf statements, I am unable to see my printf logs on the director. ...
by anu13
Wed Aug 17, 2005 11:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to call ds_writelog /How to abort from C++ library
Replies: 0
Views: 662

Unable to call ds_writelog /How to abort from C++ library

Hi Ray and other experts. I wish to abort my datastage job with customised error messages going into the director log from inside my c++ shared object. I saw folks refering to "ds_writelog" defined in .../gcidir/include/dsd_gci.h. I get a huge list of compilation errors when I try to inclu...