Search found 15603 matches

by ArndW
Thu Sep 07, 2006 11:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RowCount from the DSGetLinkInfo always return zero
Replies: 20
Views: 6587

I've used the routine many times in the past, it does work. But if you have a spelling or capitalization error it is unforgiving and gives you the results that you are getting. As Ray has already suggested check the Stage and the Link names. Even if the Stage is spelled correctly, does it actually l...
by ArndW
Thu Sep 07, 2006 7:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: merge stage failure
Replies: 3
Views: 1441

Re: merge stage failure

rishabh wrote:...1. Invalid row termination character configuration...


have you checked your source data for an invalid/inappropriate termination character?
by ArndW
Thu Sep 07, 2006 6:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Failed to open project - Status code = 81011
Replies: 7
Views: 6168

Luciana,

could you post your command line, most of the time the problem lies in the syntax of the dsjob command.
by ArndW
Thu Sep 07, 2006 3:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Executing Two dos commands in Execute Command Activity
Replies: 12
Views: 3852

You mean something like "cd c:\temp | dir"?[/b]
by ArndW
Thu Sep 07, 2006 3:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to call jobcontrol.h to buildop
Replies: 2
Views: 1460

Have you looked at the Parallel Job Advanced User Guide at the chapters 7 & 8 which describe the c++ interface? This describes the calls and header files.
by ArndW
Thu Sep 07, 2006 3:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datastage
Replies: 5
Views: 1246

Kartheek,

could you explain exactly where you are using a template and quote the error message you are getting? That would make analysis a lot easier.
by ArndW
Thu Sep 07, 2006 3:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Setting up DataStage Default Directory on Windows Server
Replies: 2
Views: 2176

The CWD (current working directory) of any shell command in DataStage will always be that of the DataStage project directory, so if you specify a relative path it will always start in that location. You should specify an absolute path if you want to use your own folder.
by ArndW
Thu Sep 07, 2006 12:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot open 'Job Activity's propertise from job sequence
Replies: 5
Views: 1499

This sounds like the problem that is fixed with a patch from IBM/Ascential. eCase 60128.
by ArndW
Thu Sep 07, 2006 12:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Turning of delay write on windows server
Replies: 1
Views: 624

I'm not sure what type of delayed write you are talking about. If it is the normal Windows mechanism then, in the normal course of events, DataStage wouldn't even notice that it is turned on or off. In case of system failure the chances of data corruption are of course higher with delayed writes tur...
by ArndW
Wed Sep 06, 2006 3:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT Acronym meaning
Replies: 4
Views: 3480

kris - thanks! I had no idea where that acronym came from. This place is always a great source of information from so many different areas!
by ArndW
Wed Sep 06, 2006 3:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob -lognewest error
Replies: 7
Views: 2442

Craig - thanks for the sanity check... of course you are correct!
by ArndW
Wed Sep 06, 2006 11:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob -lognewest error
Replies: 7
Views: 2442

Re: dsjob log report

vardhan354 wrote:i tried with this dsjob -lognewest projectname jobname it is giving a message newest id = 50, statuscode = 0.


Try actually using the name of your project and the name of your job in the command; i.e. "dsjob -lognewest MyProject MyJob"
by ArndW
Wed Sep 06, 2006 11:41 am
Forum: General
Topic: DSWaitForJob function
Replies: 2
Views: 2027

You will need to call the function as follows:

Code: Select all

ErrCode = DSWaitForJob(hJob8:',':hJob9)
by ArndW
Wed Sep 06, 2006 9:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RowCount from the DSGetLinkInfo always return zero
Replies: 20
Views: 6587

I think that the reason you aren't getting an output is that the "DSJ.ME" might not be valid in the after-job routine. Can you put a DSLogInfo() call into the routine and output the value of DSJ.ME? You could also do a "CALL DSLogInfo('My job name is "':DSGetJobInfo(DSJ.ME,DSJ.JOBNAME),'')"
by ArndW
Wed Sep 06, 2006 8:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Internal Error (39202)
Replies: 5
Views: 6183

look at the date/time modified of your bin/uv program; it might have been overwritten since those messages should not appear when starting DataStage.