Search found 42189 matches

by chulett
Wed Dec 17, 2008 4:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fault Type 11
Replies: 6
Views: 1727

First bit of light shedding should come from a forum search. For example, I got 40 hits when I did an exact search for "Fault type is 11", something out there should help. FYI - The "Fault types" are the same as UNIX signals, so 11 is SIGSEGV or a Segmentation Violation: http://w...
by chulett
Wed Dec 17, 2008 2:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Otherwise option in constraints
Replies: 4
Views: 1545

Ah... while you could mark the second as a Reject link, you probably don't want the warning that will log. For "Link2" use "Link1.REJECTED" as the constraint to catch everything that didn't go down Link1.
by chulett
Wed Dec 17, 2008 2:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Move hash files from one server to another
Replies: 1
Views: 1348

As long as the same hashed file has already been created on the other server, since it is an account-based static hashed file you can simply copy the file named SDKSequences that you'll find inside the source project to the target project. If it's not in the target project yet, simple 'Test' the rou...
by chulett
Wed Dec 17, 2008 1:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF and merging records back together
Replies: 4
Views: 934

Trust me, my pretty. [rubs hands together slowly]

:wink:
by chulett
Wed Dec 17, 2008 1:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Otherwise option in constraints
Replies: 4
Views: 1545

What 'otherwise' option would that be? Do you mean perhaps an 'else' in the constraint expression? An example or more detailed question would help here.
by chulett
Wed Dec 17, 2008 1:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using TimeDate
Replies: 1
Views: 1090

Timedate output is in the form of "hh:mm:ss dd mmm yyyy", so separate the time and the date using Field, convert the date with an IConv/OConv pair and then glue the two pieces back together.
by chulett
Wed Dec 17, 2008 1:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Deleted
Replies: 3
Views: 871

Right, deleted is deleted. So, no project exports, file level backups, nothing? If that's the case, you could lose more than one job if something really went south. :?
by chulett
Wed Dec 17, 2008 1:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Do jobs in a sequencer inherit the "DS_PXDEBUG = 1"
Replies: 2
Views: 1486

Seeing as how it's not a parameter per se but rather an evironment variable, it doesn't really suprise me that it affects all jobs run by a Sequence job when it is set at that level.
by chulett
Wed Dec 17, 2008 12:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Scheduling a Job
Replies: 2
Views: 1598

Yup, the next 7th day of the month. :wink:
by chulett
Wed Dec 17, 2008 10:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: X9.37 data format load using Datastage
Replies: 1
Views: 1481

Wasn't sure what "load" meant here - read it and load the results into another source, like a database or did you mean write / create a file in this format? Regardless, I don't see why not. Not going to be quite as straightforward as a 'normal' file but should be perfectly do-able. What ki...
by chulett
Wed Dec 17, 2008 8:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Output stage! Help needed...
Replies: 9
Views: 2474

Hell, it takes me longer than that to come up with a new job's name.
by chulett
Wed Dec 17, 2008 8:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage repository interface error
Replies: 1
Views: 2073

Did you try searching for "unable to return an attached job"? Several existing discussions out there on the subject.
by chulett
Wed Dec 17, 2008 8:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Output stage! Help needed...
Replies: 9
Views: 2474

:? You seem to have misunderstood the "10 minutes" comment - that was how long it took Ernie to build the job.
by chulett
Wed Dec 17, 2008 8:00 am
Forum: General
Topic: Abnormal termination of stage X Transformer_188 detected
Replies: 3
Views: 1488

For a guess of Oracle issues, check the Oracle client version installed on both machines. They may be different.
by chulett
Wed Dec 17, 2008 7:55 am
Forum: General
Topic: Abnormal termination of stage X Transformer_188 detected
Replies: 3
Views: 1488

No, this is forensics work. Reset (not recompile) the aborted job and let us know if there is any new information logged 'From previous run...' otherwise we have no idea what is going wrong.