Search found 15603 matches

by ArndW
Wed Jan 24, 2007 7:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: PROTOTYPEParam
Replies: 7
Views: 1486

HarryHome - I now see what you are looking for. The value will be in the DSParams file in your project directory, set using the administrator.
by ArndW
Wed Jan 24, 2007 6:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: PROTOTYPEParam
Replies: 7
Views: 1486

In this case the value for PrototypeJob is supposed to be the name of a job, that line reads DS_JOBS to get the job number for that job name. The default value for this parameter is stored in the job design itself.
by ArndW
Wed Jan 24, 2007 5:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job has finished, status = 96 (Crashed)
Replies: 9
Views: 4506

I just took a quick look at the object code and the backslash is indeed used as a field delimiter in a couple of places, so it is probably not too far off to assume that this character cannot (currently) be used within the user status. The question is whether IBM will change to code to allow the bac...
by ArndW
Wed Jan 24, 2007 5:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Bulk Load
Replies: 6
Views: 2186

I just tried a job as you described and it compiled just fine at 7.5.1.2

Are you certain that your link actually connects to the stage (i.e. move the bulk load stage around and see if the link follows it in the designer)
by ArndW
Wed Jan 24, 2007 4:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error writing in to hash file
Replies: 2
Views: 980

I wasn't sure about the problem until I used the Forum's useful SEARCH capability and came up with this thread.
by ArndW
Wed Jan 24, 2007 4:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job has finished, status = 96 (Crashed)
Replies: 9
Views: 4506

PeterPol - good job on locating the rather obscure cause. In some of the DS code the backslash is used as a string delimiter to store and parse out multiple types of values from one string. This is probably what is happening in your case with the userstatus. I would create a minimal job that reprodu...
by ArndW
Tue Jan 23, 2007 1:05 pm
Forum: General
Topic: CR/LF for the new generation
Replies: 45
Views: 19163

wow - not quite holographic but good enough for me. I want one!!
by ArndW
Tue Jan 23, 2007 12:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get rid of mesg -Violation of PRIMARY KEY constraint
Replies: 13
Views: 7394

The order for SQL actions should be "update existing or insert new"
by ArndW
Tue Jan 23, 2007 12:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: varchar to NUMBER conversion problem
Replies: 3
Views: 788

Use the Designer to actually define a default null value for that column. In the input stage, highlight the column and right-mouse-click to "edit row" and set the null attributes.
by ArndW
Tue Jan 23, 2007 12:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to compile Sequence job variable 'Trim' not defined
Replies: 13
Views: 1715

Naren6786, my only thought right now is that we still don't know the exact syntax or your ds version.
by ArndW
Tue Jan 23, 2007 12:47 pm
Forum: General
Topic: CR/LF for the new generation
Replies: 45
Views: 19163

I remember reading about the advanced technology in Dick Tracy's watch and was sure that one day it would become a common accessory and I would own one. That certainly leapfrogged past a mere timepiece! What I really think might be a near-future technology is a holographic keyboard. I really want on...
by ArndW
Tue Jan 23, 2007 11:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: One DataStage Server is going to die
Replies: 18
Views: 6779

Fernando, the settings are tunables for when you have the DataStage disk cacheing enabled. By setting the DISKCACHE value your system is now enabled for public hashed file cacheing. This does not necessarily mean that you are using the functionality, as a number of conditions and job settings need t...
by ArndW
Tue Jan 23, 2007 11:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to compile Sequence job variable 'Trim' not defined
Replies: 13
Views: 1715

Could you please post the code in your trigger condition; it sounds like you might have some sort of a syntax error.
by ArndW
Tue Jan 23, 2007 11:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job has finished, status = 96 (Crashed)
Replies: 9
Views: 4506

Try resetting the job and looking at the details of the log entry "from previous run" to see if you get additional information on the cause. Does the job also "crash" when run manually with the same parameters? Does it crash every time or just sporadically?
by ArndW
Tue Jan 23, 2007 10:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Copying the dataset file into excel sheet
Replies: 1
Views: 1045

I would duplicate the link to the dataset in the job to also write to a comma separated sequential file, name it with a ".csv" extension and open it from Excel. Another option is to use the UNIX "orchadmin dump" option as documented and output the contents of the dataset to a sequential file and the...