Search found 15603 matches

by ArndW
Fri Feb 08, 2008 11:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer stage at the begining of a Job
Replies: 11
Views: 2643

It won't work in EE (unless you use a BASIC transform stage) but since you have the row-generation stage you don't need this functionality.
by ArndW
Fri Feb 08, 2008 10:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Char to Timestamp
Replies: 18
Views: 4118

rockr - timestamp contains a time component. If your data doesn't have it you will need to add it, as DSGuru2B has already shown.
by ArndW
Fri Feb 08, 2008 10:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connecting to DS Server on Windows
Replies: 4
Views: 1142

can you "ping" the DataStage server from the clients?
by ArndW
Fri Feb 08, 2008 9:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Char to Timestamp
Replies: 18
Views: 4118

The Modify stage allows only one action to be done per column.
by ArndW
Fri Feb 08, 2008 9:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sybase truncation error causing job failure
Replies: 4
Views: 2621

Does this occur on a data column or one that is generated in the SQL? If the latter, can't you CAST it to the appropriate datatype?
by ArndW
Fri Feb 08, 2008 7:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: After job subroutine
Replies: 7
Views: 2014

You are probably attaching to the job itself in the after-job routine. Instead of using DSAttachJob(), just use the mnemonic DSJ.ME for the job handle.
by ArndW
Fri Feb 08, 2008 5:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to Schedule from director...
Replies: 2
Views: 1366

Talk to your UNIX system administrator and get permission to use and schedule jobs using "cron". Once that access is granted you will be able to schedule in DataStage.
by ArndW
Fri Feb 08, 2008 5:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Comparison between Database and dataset
Replies: 13
Views: 2980

If you use the same SELECT for the lookup several times then it is best to perform the database lookup once to a dataset or lookup and then use that for the 2nd and further lookups.
The point of the previous posts is that a "sparse" lookup into a table is to be avoided unless absolutely necessary.
by ArndW
Fri Feb 08, 2008 3:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: After job subroutine
Replies: 7
Views: 2014

I haven't seen that error message and am unclear how you could be generating it. The Before/After job routines have 2 parameters, the first is input to the subroutine and can contain whatever you wish while the 2nd is returned and contains the ErrorCode. If you wish to pass more than one value to a ...
by ArndW
Fri Feb 08, 2008 3:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Faliure in Sequence
Replies: 1
Views: 1221

Satadru,

The Search facility for keyword "-14" returns 240 threads on this subject. Add that to the 1-minute wait period and you have your answer.
by ArndW
Fri Feb 08, 2008 3:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Comparison between Database and dataset
Replies: 13
Views: 2980

No - as Ray already stated, if you use a database for a lookup the engine will load that result into a virtual dataset and do the reference from that.
by ArndW
Fri Feb 08, 2008 3:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Failure during execution of operator logic. [api/operator_re
Replies: 1
Views: 1313

The two messages are not related. Look at your function calls in the transform stage, there is an error in the logic that is not syntactical (which the compiler would have found) but does prevent execution. This could be something like a bad data type or a function called with incorrect number of ar...
by ArndW
Fri Feb 08, 2008 2:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid character conversion found converting to ASCL_MS1252
Replies: 1
Views: 1689

The job is aborting because you have hit the 50 warning limit. Your two options are to increase that limit or to get rid of the warning message. Since the message is quite clear and easily fixed I would opt to correct the cause instead of hiding the symptoms. Do you know what the offending character...
by ArndW
Fri Feb 08, 2008 2:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Comparison between Database and dataset
Replies: 13
Views: 2980

If your lookup contains only 500 records then you are much better off using a normal lookup instead of a static one.
by ArndW
Thu Feb 07, 2008 1:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Compilation Error
Replies: 1
Views: 724

This means that the file is corrupt, for some reason. The quickest solution is to save-as another name, delete the bad job, then rename to the correct name. Do you have any idea what could have caused this corruption?