Search found 9 matches

by ap_nat
Fri Jan 23, 2004 12:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: HashFile Problems
Replies: 16
Views: 6102

Re: HashFile Problems

That much of the message suggests that an attempt is being made to access the status of a passive stage (or resource). If this is the case, there is a problem accessing the status file for the job (RT_STATUSnn, where nn is the job number). It may be an intermittent contention issue. Nonetheless, yo...
by ap_nat
Thu Jan 22, 2004 11:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: HashFile Problems
Replies: 16
Views: 6102

HashFile Problems

Hi! I have a job that uses a hashfile stage, the directory is cleared before creating the hashfile, there is no VOC entry for the hashfile and the job works nearly all the times. But once in a blue moon I get the error "DSD.UVOpen": Line 503, WRITE failure. If I track this line it seems to...
by ap_nat
Thu Apr 24, 2003 11:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: developing plugins
Replies: 1
Views: 988

developing plugins

I am an experienced C and C++ programmer, I need to develop a plugin. I could not find a place for any documentation on it, it seems many other threads in this forum deal with it, but they stop short of citing a place to find it. Our versions of datastage are 5 and 6 and the platform is Unix. The cl...
by ap_nat
Wed Apr 16, 2003 3:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom warning
Replies: 11
Views: 5505

Hi ! It seems that these are issues with the XMLInput stage plugin that we are using, the XMLImput stage that we use does throw some warnings like that. The Ascential guys said that they may come up with a patch for it sometime soon. Thanks a lot for the help. Specially Ray and Mihai. The line 273 w...
by ap_nat
Mon Apr 14, 2003 4:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom warning
Replies: 11
Views: 5505

Hi Ray! I could locate the files for the transformers, but still can not find any for job control routine. I have already gone thru the transformer files, and nothing seems to be wrong with them. In fact only three of these files in that job have line counts over 273. I had already done a grep for t...
by ap_nat
Mon Apr 14, 2003 4:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom warning
Replies: 11
Views: 5505

Hi mihai! I could see the output, but as expected it does not have sqrt or any equivalent of it. The lines of code are as follows 00273 00858 : 0F8 move 0 => _T0011 00273 0085E : 01E call LOADLIBRARY PLUGIN.DLL _T0011 00273 00868 : 0C2 jump 00890: but then again are they the line numbers as in the e...
by ap_nat
Fri Apr 11, 2003 4:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom warning
Replies: 11
Views: 5505

Hi Ray! Thanks for the info about the RT_BPxx part, as it appears the generated code is there. But what I wanted to do was to track down the line 273 which is supposed to be the place for warning, as it happens there are many files in that folder and they are more of basic code showing the mappings ...
by ap_nat
Fri Apr 11, 2003 3:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom warning
Replies: 11
Views: 5505

Hi! thanks for the reply, but as I told before there is no place in the code where I am calculating a square root. I know it sounds a bit odd but that is how it is. We are also not using a routine that may compute any square root. In fact we are doing string operations rather than arithmetic ones in...
by ap_nat
Thu Apr 10, 2003 3:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom warning
Replies: 11
Views: 5505

Phantom warning

I get an warning message as follows: "Program "DSD.StageRun": Line 273, Square root of a negative number. DataStage Phantom Finished" In my job I am not computing any square roots. My job uses aggregators and hashfiles, the only two probable places I can think such an error can c...