Search found 15603 matches

by ArndW
Mon Aug 28, 2006 12:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How do I know which functions are for DS7.5.1A Parallel Edit
Replies: 6
Views: 1338

The BASIC functions do not apply to PX jobs, unless you specifically use the BASIC Transform stage. The functions availabe to you in PX are documented in the pdf document Parallel Job Developer's Guide
by ArndW
Mon Aug 28, 2006 4:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: help regarding email notification stage
Replies: 3
Views: 1179

Welcome to DSXchange, Siji.

You can use the DSGetLogSummary() routine to retrieve the appropriate messages so that you can include them in the text of your e-mail message.
by ArndW
Mon Aug 28, 2006 4:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to obtain the starttimestamp of the parent-sequencer
Replies: 15
Views: 5712

I recall that the help text is wrong, which is why I used the loop method I described earlier.
by ArndW
Mon Aug 28, 2006 3:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: passing parameters in between stages of a sequence
Replies: 7
Views: 1920

It is possible to have a job which has a transform stage as the source. You need to define at least one stage variable and also put a constraint on the output so that the job finishes. But this is exactly what you are trying to do - write just one record to your database with the value of the parame...
by ArndW
Sun Aug 27, 2006 5:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stop Datastage Job
Replies: 4
Views: 1947

If I remember correctly, you can only attach to using the API and then delete a running job if your process was the one that started it. I think I ran into that issue a while back, but I'll check when I get to a DS computer.
by ArndW
Sat Aug 26, 2006 5:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Importing parallel shared container
Replies: 13
Views: 3933

Oops - I obviously had not had enough coffee when I responded, I mistook this thread for another. Can you login to the manager as your DataStage administrator and try the import (I still have a nagging suspicion the UNIX permissions are at the root of your particular problem). And I don't think that...
by ArndW
Sat Aug 26, 2006 4:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: In Lkp / Date field /db INSERT Null problem
Replies: 5
Views: 1382

Are you certain that your lookup is successful on every row? If not, then the value returned will be null.
by ArndW
Sat Aug 26, 2006 4:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Disappeared the zero infront
Replies: 5
Views: 1964

As Ray has already stated, just add a 0 to the number in a derivation and your leading zeroes will be stripped out.
by ArndW
Sat Aug 26, 2006 4:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Importing parallel shared container
Replies: 13
Views: 3933

Please create a dummy job in the original project (server or EE). Put one line into the job control "** This is a comment line", save the job and export it. Can you import this job into the new project? I think you will get the same error message and it might be due to insufficient access rights in ...
by ArndW
Sat Aug 26, 2006 1:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job running no result
Replies: 9
Views: 4912

kashif007 wrote:..i dont know how do i fix a built-in routine. tblock is a built in routine...


tblock is not a DataStage builtin routine. It might be a user-written routine that you can find in the Manager under the "routines" category.

What exactly is being called in your before-job subroutine call?
by ArndW
Sat Aug 26, 2006 1:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UserDefined SQL
Replies: 3
Views: 1056

Hello Xpert,

what user-defined SQL did you try and what was the error? Oracle sequences work quite well in DataStage.
by ArndW
Sat Aug 26, 2006 1:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: In Lkp / Date field /db INSERT Null problem
Replies: 5
Views: 1382

There are some anomalies in your logic:
- Why are you checking for IsNotNull() when you assert that no nulls can be found.
- A CHAR(10) field can never be equal to ''.

The only way for a null value to slip into your logic is if your "Date" field is set to null upon a failed lookup.
by ArndW
Fri Aug 25, 2006 7:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP stage error
Replies: 5
Views: 1460

try doing the same Ftp connection manually from the command line to see if it could be the userid/password portion or even the base ftp connection that isn't working. Are you sure you have an ftp server on the Windows machine running?
by ArndW
Fri Aug 25, 2006 7:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job running no result
Replies: 9
Views: 4912

If you open up the Advanced Parallel Job Developer's Guide you can search for the references to APT_DUMP_SCORE. You won't need it since your problem is in the before-job routine. You can find it in your designer, job details. Once you know what is being called (it could be a DataStage routine or eve...
by ArndW
Fri Aug 25, 2006 7:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error : out of memory space.
Replies: 3
Views: 1281

Please supply enough details to help locate the problem. Do you get this when you import DSX files? When you compile? When you run? What is the full error message and is it sporadic?

Also specify whether this is a server or a PX job and then post it in the correct forum.