Search found 42189 matches

by chulett
Fri Sep 03, 2010 2:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Retrreiving Job's RT_LOGXXX
Replies: 2
Views: 953

Code: Select all

SELECT NAME FROM DS_JOBS WHERE JOBNO = 'XXX'

Code: Select all

SELECT JOBNO FROM DS_JOBS WHERE NAME = '????'
by chulett
Fri Sep 03, 2010 2:29 pm
Forum: General
Topic: dsjob command syntax
Replies: 8
Views: 42077

That would just give you a standard "usage statement" without the level of detail that the documentation goes into.
by chulett
Fri Sep 03, 2010 11:56 am
Forum: General
Topic: dsjob command syntax
Replies: 8
Views: 42077

I don't have any of the 8.x documentation here now, but in the 7.x world it was all explained in the Command Line Interface chapter in either of the two "Developer Guides". I know it's in the new docs somewhere, just not sure exactly where, sorry.
by chulett
Fri Sep 03, 2010 10:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequencer Aborting
Replies: 3
Views: 2327

Oh, good lord. By contrast, I should waste "precious minutes of my life" repeating something over and over when a search would turn up the answer? Please.
by chulett
Fri Sep 03, 2010 9:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert Integer to SmallInt
Replies: 1
Views: 1392

:!: I split this from the post you decided to add it to. New problems = new posts, which also gives you the added bonus of being able to control the fate of the thread such as deciding when it is resolved. Please take a moment to edit your post and add the particulars for your particular issue: Data...
by chulett
Fri Sep 03, 2010 9:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Email Error
Replies: 4
Views: 1497

Do you have it working in another Project that you could export/import into this one? Have you tried the Multi-Job Compiler? Sometimes it lets you do things that are not otherwise possible on a singleton basis.
by chulett
Fri Sep 03, 2010 9:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to generate the same key using surrogate generator stage
Replies: 3
Views: 1155

Taken on its own, that doesn't make a whole lot of sense. A surrogate key is a unique value and would typically be the PK of the record. Does your target structure allow multiple records to exist with the same surrogate value? Or are you simply saying that subsequent occurances of 'the same client' ...
by chulett
Fri Sep 03, 2010 7:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Slow response in Data Stage 7.5 designer
Replies: 9
Views: 3811

If you are saying that your Server is not local, i.e. is in a remote location then no, there really is no other solution.
by chulett
Fri Sep 03, 2010 6:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Base64 Encoding
Replies: 27
Views: 10449

Good luck, would be cool if someone did. :wink: We ended up taking the Java that they had written for singleton calls and having it converted to handle streams. We then took a mid-job Sequential File stage that dropped the target values to a flat file and then immediately picked the file back up and...
by chulett
Thu Sep 02, 2010 9:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of stage (aggregator stage)
Replies: 6
Views: 3196

I wonder if simply putting a Transformer between the two (rather than the IPC stage) would have done the trick as well?
by chulett
Thu Sep 02, 2010 3:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformation logic - need to grab substring
Replies: 15
Views: 4244

agpt wrote:Can you please tell me what Column[3] does here exactly?
Without the starting position, it starts from the end so that means to substring off the last 3 characters from the string.
by chulett
Thu Sep 02, 2010 3:38 pm
Forum: General
Topic: Problem with logging into Director - Project locked
Replies: 17
Views: 7305

Out of curiousity, did you take your actual error message and do an exact search for it here? I know it has been discussed a number of times in the past, seems like those discussions would be of some help to you.
by chulett
Thu Sep 02, 2010 5:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-01400: cannot insert NULL
Replies: 17
Views: 9087

When I see something like this, it is usually data related. Something has come along in production that you haven't seen or tested for in your other environments. If you are certain about 'everything else' being the same and no changes have been made recently in production, that is sure what I would...
by chulett
Wed Sep 01, 2010 9:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL Logic in Datastage
Replies: 14
Views: 8662

Do you understand what the sql does? Can you spell out in words what kind of information you need from the dataset in question?
by chulett
Wed Sep 01, 2010 5:43 pm
Forum: General
Topic: Sequencer ALL or Any - I need both
Replies: 11
Views: 5841

Just wanted to make sure you were aware of the Reply to Topic 'button' in the future - it is down at the bottom left-hand side of the page. There's no need to quote an entire post simply to reply - do that when it makes sense or you need to respond to certain segments of other posts, but not all the...