Search found 336 matches

by Raftsman
Wed Jan 16, 2008 3:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help to find training cources by DataStage EE v8.x
Replies: 10
Views: 5280

Ray, I have been to the courses for EE. They have an essential and advanced. They are working on the EE administration course. The problem with these courses is, if the instructor is good, you benefit otherwise it's an expensive venture. My colleagues took the advanced course in Toronto, Canada and ...
by Raftsman
Wed Jan 16, 2008 2:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Status = 3 (Abort)
Replies: 11
Views: 2531

Ray,

I have tried many thing and the exception handler doesn't fire. I tried setting the trigger and still it didn't work. I put Terminate stages to handle the Abort and it works. I still thing the second job causes confusion in the sequence. If I run one job it works.
by Raftsman
Wed Jan 16, 2008 1:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Status = 3 (Abort)
Replies: 11
Views: 2531

The exception handler is not getting initiated and my colleagues and I figure that the the subsequent job is getting fired off before the exception handler is hit. The subsequent job finished normally and takes over the initial exception. One solution is to put a Terminator stage on all jobs. This e...
by Raftsman
Wed Jan 16, 2008 12:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Status = 3 (Abort)
Replies: 11
Views: 2531

First, the trigger in Job 1 is unconditional. Second, normally when an abort occurs in any job, the exception handling module get initiated which in turn initiates the termination module. We didn't want to attach error handling in all Jobs of a sequence. From the documentation, we were able to make ...
by Raftsman
Wed Jan 16, 2008 12:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Status = 3 (Abort)
Replies: 11
Views: 2531

There is no trigger in Job 2. Last Job in the sequence.

Not sure what you mean about the Exception Handler parallel, Could you please clarify
by Raftsman
Wed Jan 16, 2008 12:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help to find training cources by DataStage EE v8.x
Replies: 10
Views: 5280

Check out the IBM Courses. Search for Datastage. I have been on the DS EE Essentials and Advanced. Their ok. The Essential will help if your new to the product, but experience and trial and error out way the courses. As for installation, ask IBM to assist. You will gain most of your experience from ...
by Raftsman
Wed Jan 16, 2008 12:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Status = 3 (Abort)
Replies: 11
Views: 2531

Job Status = 3 (Abort)

I have a sequence job with two jobs, ie. Job1 ====> Job2 Exception =====> Termination (Stop Sequence) I wanted to test the exception abort routine and entered an incorrect File name in Job 1 so that it would abort. It did. The problem I face is, Job2 started and finished and the sequence ended norma...
by Raftsman
Fri Jan 04, 2008 10:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Jobs with Transforms Require C++ Compiler
Replies: 2
Views: 1389

You should first search the forum as there has been many discussion on this subject.

As for you question, no functionality loss. The compiler works well.
by Raftsman
Tue Dec 18, 2007 12:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSExport
Replies: 1
Views: 925

DSExport

I am using the following command to export Job Executables. For some reason, the job design is exported. Could someone please tell me why the following syntax doesn't work. I added the /EXEC and it is not recognized. The manual doesn't cover the parameters very well. Thanks C:\IBM\InformationServer\...
by Raftsman
Fri Dec 14, 2007 3:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing parameter out of datastage job
Replies: 21
Views: 37600

I tried to use the DSSetUserStatus routine that is published on some posts but I keep getting this error when I test the routine. Routine: Call DSSetUserStatus(Arg1) Ans = Arg1 RETURN(Ans) TEST #1 ******* Arg1 = 'Jim' Test completed. DSLogWarn called from : DSRGetJob Message to be logged is... > Can...
by Raftsman
Fri Dec 14, 2007 3:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing parameter out of datastage job
Replies: 21
Views: 37600

I tried to use the DSSetUserStatus routine that is published on some posts but I keep getting this error when I test the routine. Routine: Call DSSetUserStatus(Arg1) Ans = Arg1 RETURN(Ans) TEST #1 ******* Arg1 = 'Jim' Test completed. DSLogWarn called from : DSRGetJob Message to be logged is... > Can...
by Raftsman
Thu Dec 13, 2007 2:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Common Module
Replies: 3
Views: 1946

Dam, I should of ask this question sooner. I ran into this problem months ago and the IBM engineer specifically told me that I need to run in multiple instances but he forgot to tell me that there was a check box. I assumed different datastage instances.

Thanks
by Raftsman
Thu Dec 13, 2007 1:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Common Module
Replies: 3
Views: 1946

Common Module

I would like to create a common module that would be used multiple times to populate our Operation Data Mart. The Operational Data Mart contains start and end times, failure or successes, counts etc. This common module would be a unique DS program that would accept parameters and write records to th...
by Raftsman
Thu Nov 29, 2007 9:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Operational Metadata
Replies: 1
Views: 1385

Operational Metadata

We have a requirement to extract and load the Operational Metadata into a Operational Data Mart. We are using Oracle 10g to store the Xmeta schema. I have looked through the tables trying to make sense on where the job information resides. Still haven't found it. I turned on the "Generate Opera...
by Raftsman
Thu Nov 22, 2007 7:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ExecCommand
Replies: 17
Views: 4178

Hi Ray,

I tested the space and the job would not compile. The solution as simple as it was, enter start in command prompt. It solved the problem.

Thanks for all responses.