Search found 42189 matches

by chulett
Thu Mar 04, 2010 3:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Output- Aborting because of large number of records
Replies: 6
Views: 1902

OK, edited my post to be more specific as to the stage I was referencing.
by chulett
Thu Mar 04, 2010 3:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: External Source Problem
Replies: 8
Views: 6775

Sorry but that tells me absolutely nothing. :?

Define 'read' in this context, please. And tell us your complete job design, what's in there besides the troublesome External Source stage.
by chulett
Thu Mar 04, 2010 3:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Output- Aborting because of large number of records
Replies: 6
Views: 1902

There's an option to use a Trigger Column in the XML Output stage, when the value in that column changes the stage closes the current file and opens a new output file.
by chulett
Thu Mar 04, 2010 3:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed files - delete recs vs reload
Replies: 7
Views: 1974

So... deleting from hashed files... we're talking UV stage wearing, SQL deletes here I assume?
by chulett
Thu Mar 04, 2010 2:34 pm
Forum: General
Topic: How to Restart Datastage sequence when a job aborts?
Replies: 20
Views: 28100

OK... for grins let's recap what we know so far from the thread and the searches I'm sure you've done here: a. 'Reset if required then Run' in a Job Activity stage does exactly what it sounds like it does, allowing an Aborted job to be rerun without a manual reset first. b. Enabling 'checkpoints' in...
by chulett
Thu Mar 04, 2010 2:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oraclestage padded space issue
Replies: 2
Views: 1350

What data type did you use for the column in the stage? Char? If so, then the padding is expected and you need to try Varchar.
by chulett
Thu Mar 04, 2010 2:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: External Source Problem
Replies: 8
Views: 6775

What are you trying to accomplish with the stage? You cannot simply put a file name there, it will treat it as a command or script that it thinks you want to run, hence your 'need' for execute permissions. Hint: you no need. :wink: If you are trying to emulate examples posted here where the ES stage...
by chulett
Thu Mar 04, 2010 9:20 am
Forum:
Topic: How to migrate Informatica to Datastgae
Replies: 9
Views: 4339

Why not post your 'further information' here?
by chulett
Thu Mar 04, 2010 6:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: List Indexes on Hash files
Replies: 4
Views: 1460

So, are you actually asking how to know which fields were marked as 'Key' fields in the hashed file?
by chulett
Thu Mar 04, 2010 6:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage version upgrade
Replies: 2
Views: 1711

1. Yes. With new port = 7.5.3, without port = 7.5.1a

2. Yes. You will need to duplicate everything and 'migrate' all code.
by chulett
Thu Mar 04, 2010 6:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stopping the job - Diffce ?
Replies: 4
Views: 1842

The former is the right way while the latter is about as wrong of a way as you can get. :wink:
by chulett
Thu Mar 04, 2010 6:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sort: DataStage vs. Unix
Replies: 2
Views: 3571

Hmmm... not sure if you stayed in "job type" when you looked but I would think most discussions of sort here, DS v. UNIX, would be for a Server job. The sort there is more of a "poor mans" sort and not really suited for large volumes, necessitating a need to fall back to the O/S ...
by chulett
Thu Mar 04, 2010 6:36 am
Forum: General
Topic: How to Restart Datastage sequence when a job aborts?
Replies: 20
Views: 28100

Since resources are 'mostly' the cause and it runs fine the next time then any automatic restart of the sequence job will 'mostly' work fine. Me, I would worry about the 'un-mostly' part but it seems like you're not going to. :? Your questions have already been answered, some parts more than once, n...
by chulett
Thu Mar 04, 2010 6:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid timestamp value
Replies: 14
Views: 9082

OK, then let's move on to the time portion. Ignoring the milliseconds, is it really coming over as "24:00:00"? I do not believe that is a valid time value in any system... 23:59:59 + 1 = 00:00:00 AFAIK.
by chulett
Thu Mar 04, 2010 6:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with AS400 column which include special character
Replies: 8
Views: 6441

You have to do more than just "turn on" that environment variable, you have to use different names for the columns as per the docs - did you?