Search found 15603 matches

by ArndW
Wed Dec 12, 2007 3:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: main_program: Internal Error: (nP==nC)
Replies: 4
Views: 2241

Let's see - you've posted the same code twice and stated that it is urgent. This means you haven't read the readme's plus you've most likely not bothered trying to use the Search function either. This means that this isn't really an urgent issue.
by ArndW
Tue Dec 11, 2007 12:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_ipcflush() - Error in mutex_unlock() - Not owner
Replies: 7
Views: 3051

Yes, the IPC stage is no longer necessary, you don't need a sequential file stage to replace the IPC, just remove the IPC stage altogether.
by ArndW
Tue Dec 11, 2007 9:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage stripping quotes from parameters
Replies: 6
Views: 6598

Could you explain how the program is getting this string - is it from a job parameter, and if so, how are you setting the value at runtime.
by ArndW
Tue Dec 11, 2007 9:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dynamic prepared Sql using routines
Replies: 4
Views: 1228

Posting the same question more than once won't get you any additional or bette ranswers. In fact, chances are that you've lowered your chances.
by ArndW
Tue Dec 11, 2007 9:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage stripping quotes from parameters
Replies: 6
Views: 6598

Have you tried surrounding your parameter with another legal quote character - i.e.

Code: Select all

"TestCol = '374425'"
by ArndW
Tue Dec 11, 2007 7:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: implementation
Replies: 1
Views: 580

Re: implementation

Implementation is defined as Spelled Pronunciation[n. im-pluh-muhnt; v. im-pluh-ment, -muhnt]...5. to put into effect according to or by means of a definite plan or procedure... ; Your 'implementation' instance is misnamed, thus causing the confusion. Perhaps "test" or "SIT" or something like that i...
by ArndW
Tue Dec 11, 2007 7:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Connect with EXCEL
Replies: 11
Views: 1510

I can't recall - why don't you try it without predefined columns to see? If it doesn't work you'll have your answer.
by ArndW
Tue Dec 11, 2007 6:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Connect with EXCEL
Replies: 11
Views: 1510

Could you perhaps rephrase that? You do need to define rows and columns so that the ODBC drivers can detect them and access them; if that is what you are asking.
by ArndW
Tue Dec 11, 2007 6:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while converting date & time in DB2 Stage
Replies: 1
Views: 663

I think that the server DB2 stage expects the date and time to be in DataStage internal format. Try
ICONV(In.EN_DATE,'D4-YMD')
ICONV(In.EN_TIME,'MTS')
by ArndW
Tue Dec 11, 2007 6:37 am
Forum: General
Topic: Save log details of a particular job in file
Replies: 1
Views: 778

Moderator - please delete this duplicate thread
by ArndW
Tue Dec 11, 2007 6:35 am
Forum: General
Topic: Dynamic Sql in routines
Replies: 2
Views: 943

Please post in the correct forum and add what you have tried (i.e. reading the documentation, searching the forums)
by ArndW
Tue Dec 11, 2007 6:33 am
Forum: General
Topic: Save log details of a particular job in file
Replies: 2
Views: 803

use the dsjob command with the options you would like and redirect the output to a text file.
by ArndW
Tue Dec 11, 2007 6:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Command dsjob -stageinfo not giving the desired result
Replies: 23
Views: 6362

Good, that means that my earlier assumption is proven wrong!

AmeyJoshi14 - have you checked your log file in the director to see if you can see the row counts there?
by ArndW
Tue Dec 11, 2007 6:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Command dsjob -stageinfo not giving the desired result
Replies: 23
Views: 6362

As I mentioned before, you can use the DSGetLinkInfo() and DSGetStageInfo() calls to get this information from inside a DataStage DS/BASIC routine (which can be run in a before- or after-job call).
by ArndW
Tue Dec 11, 2007 5:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid Character conversion
Replies: 11
Views: 3299

I will assume that "did not recognize the record" means that the derivation returned a '0'. This means that the string does not contain a char(226) character. Since you assert that it the source does, this would mean that your NLS settings have remapped the character. If you know the record and posi...