Search found 42189 matches

by chulett
Fri Jan 02, 2009 1:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help needed for FTP stage...
Replies: 27
Views: 9523

chulett wrote:You need to establish a handle to the "srcDlyCalcTxns_LN" job and not use DSJ.ME at all. The 2nd & 3rd arguments are Stage Name and Link Name respectively from the job the handle is attached to. And then detach the handle when you are done with it.
by chulett
Fri Jan 02, 2009 12:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help needed for FTP stage...
Replies: 27
Views: 9523

Only execute the code to run those jobs if the 'result' value is greater than zero.
by chulett
Fri Jan 02, 2009 11:51 am
Forum: General
Topic: table definition differences between Manager and Designer
Replies: 1
Views: 888

Someone could have manually added a column to the table in the job without updating the metadata, there's nothing forcing them to match other than disciplined developers. However, sounds more like the metadata and the job were updated in dev but the updated metadata wasn't promoted into the producti...
by chulett
Fri Jan 02, 2009 11:47 am
Forum: General
Topic: When using Job Compile in Designer I do not see error box
Replies: 6
Views: 1777

Then please mark the post as Resolved using the button at the top of the screen.
by chulett
Fri Jan 02, 2009 11:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help needed for FTP stage...
Replies: 27
Views: 9523

No idea what your error has to do with the code you posted but your call to DSGetLinkInfo will never be executed:

Code: Select all

If Errcode Then 
   GOTO ENDJOB 
   result = DSGetLinkInfo(DSJ.JOBNAME,DSJ.xfmDailyCalcTxns,DSJ.Extract_DailyCalcTxns,DSJ.LINKROWCOUNT) 
End 
Does that formatting help show you why?
by chulett
Fri Jan 02, 2009 11:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help needed for FTP stage...
Replies: 27
Views: 9523

First tell us what 'not running' means, what issues you are seeing where. I'm not about to guess what errors you may or may not be getting, especially with all those custom routines. :?
by chulett
Fri Jan 02, 2009 10:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help needed for FTP stage...
Replies: 27
Views: 9523

Check again. You need to establish a handle to the "srcDlyCalcTxns_LN" job and not use DSJ.ME at all. The 2nd & 3rd arguments are Stage Name and Link Name respectively from the job the handle is attached to. And then detach the handle when you are done with it.
by chulett
Fri Jan 02, 2009 10:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help needed for FTP stage...
Replies: 27
Views: 9523

nm - revisit the online help for the DSGetLinkInfo syntax, it needs Job Handle + Stage and Link names. DSJ.ME is the handle to the job invoking the call, btw - i.e. your job control.
by chulett
Fri Jan 02, 2009 10:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help needed for FTP stage...
Replies: 27
Views: 9523

Which bit is the modified bit and what's not working about it?
by chulett
Fri Jan 02, 2009 10:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Milliseconds in date function
Replies: 1
Views: 777

Please search the forums for "milliseconds" as this has been asked and answered in the past. The answer depends on your O/S as well and its ability to deliver milliseconds.
by chulett
Fri Jan 02, 2009 9:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help needed for FTP stage...
Replies: 27
Views: 9523

You can use DSGetLinkInfo() to check how many records went down the creation link or DSExecute() for O/S commands to check the actual file: "wc -l", "test -s", etc.
by chulett
Fri Jan 02, 2009 9:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to run job in unix command promp
Replies: 1
Views: 863

Both Developer's Guide pdf documents have a chapter fully explaining the Command Line Interface for DataStage.
by chulett
Fri Jan 02, 2009 9:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: command
Replies: 3
Views: 914

UNIX 101. Fully qualify the path, add the directory to your $PATH, sit in the directory and prefix the command with "./", etc etc etc.
by chulett
Fri Jan 02, 2009 8:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hashed file
Replies: 10
Views: 1917

The hashed file will either need to have been created in an account, or a VOC entry created for a 'pathed' file using SETFILE, in order to use this command.
by chulett
Fri Jan 02, 2009 8:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error on import
Replies: 2
Views: 1277

With this being 8.x and thus recovery being more complex than earlier versions, I'd suggest opening a case with your official support provider.