Search found 42189 matches

by chulett
Wed Dec 10, 2008 9:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Restartable sequence jobs
Replies: 4
Views: 1515

Reset if required is needed to rerun an aborted job, a key need when building restartable Sequence jobs. If you simply say "Run" and the job is Aborted, the attempt to rerun the job will fail.
by chulett
Wed Dec 10, 2008 9:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning error message
Replies: 2
Views: 1430

Your user does not have permissions to access the hashed file mentioned. Specifically, it looks like it is trying to delete / recreate it and cannot.
by chulett
Wed Dec 10, 2008 8:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle process continue even after the jobs are stopped
Replies: 4
Views: 1121

If by "stopped" you mean using the Stop button while the job is running, yes - that can happen. I only do that when the sql is actively delivering rows, if it is still "building the cursor" then you'll have issues, best to have a DBA kill the Oracle SID in that case.
by chulett
Wed Dec 10, 2008 8:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: process each record one at a time
Replies: 6
Views: 1458

OK... almost went into a discussion of transaction size and all that on the off chance you needed something along those lines, figured it would come out in the next postings if that was the case. Thanks Ray. :wink: And yes, always best to "explain in detail" right away rather than giving u...
by chulett
Wed Dec 10, 2008 8:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Output problems
Replies: 8
Views: 1743

If it does work great unchanged when the values are unique, then changing the repetition element probably won't help. I wonder if you can 'trick' it somehow, add an incrementing number perhaps that forces uniqueness at the proper level and then... remove it? :? [scratches head]
by chulett
Wed Dec 10, 2008 8:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage login error
Replies: 4
Views: 1593

I would hope you've already done this, but for the record: did you try searching? An exact search for failed to authenticate the current user against the selected domain turned up 13 other posts, many of which were marked as Resolved. Did none of them help?
by chulett
Wed Dec 10, 2008 8:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read UniVerse tables through JobControl
Replies: 11
Views: 2162

Why not just create a Server job to read it and do whatever you want with the data? Either a Hashed File or UniVerse stage can easily source from it.
by chulett
Wed Dec 10, 2008 8:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extract Data
Replies: 5
Views: 1375

In that case, you need to mark the subject as Resolved using the button at the top of the screen.
by chulett
Tue Dec 09, 2008 5:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extract Data
Replies: 5
Views: 1375

That's fine, what I posted will still work. Did you try it?
by chulett
Tue Dec 09, 2008 4:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extract Data
Replies: 5
Views: 1375

If the requirement is "two adjacent fields from a space delimited string starting from the second field" then Field() will do the trick:

Code: Select all

Field(Link.Field, " ", 2, 2)
by chulett
Tue Dec 09, 2008 4:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: process each record one at a time
Replies: 6
Views: 1458

You don't need to do anything special as (basically) that is how a DataStage Server job works. Each record will make a complete trip from beginning to end, source to target, cradle to grave, individually in a serial fashion.

So... you're good. :wink:
by chulett
Tue Dec 09, 2008 3:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Output problems
Replies: 8
Views: 1743

To answer your other question, ID is the Key field. That's way too "high". To quote our dear friend Ernie: As for repetition element, I generally refer to it as "an element at the lowest level node in the document that I am interested in." It's the node that you expect will &quo...
by chulett
Tue Dec 09, 2008 2:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Output problems
Replies: 8
Views: 1743

Hmmm... do you have a Repetition Element (key) marked?

ps. You really should start a new post for new / unrelated questions.
by chulett
Tue Dec 09, 2008 9:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: send dsjob output to logfile
Replies: 7
Views: 6385

All true - and welcome, btw - but the OP specifically asked "How can i redirect output of dsjob command to LOG", so that was the question that was answered. We'll soon see, I hope, if there's more to the question than that. :wink: