Search found 42189 matches

by chulett
Wed Nov 01, 2006 7:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Notification Mail in the Top Job Sequencer
Replies: 2
Views: 720

I don't see any burning need to make the top level Sequence job do all the work. If each 'sub' Sequence does its own email notification, then they can automatically include exception information in the email via a check-box. The top level Sequence can know that there was an error and handle things a...
by chulett
Wed Nov 01, 2006 7:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while viewing data from OCI stage
Replies: 5
Views: 1648

Have you done anything to configure DataStage for the OCI stages? Read the DataStage Plug-In Installation and Configuration Guide pdf for the details. You need an Oracle client installed and configured to stand any chance of them working...
by chulett
Wed Nov 01, 2006 7:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read from internet file through proxy server
Replies: 1
Views: 909

Not sure that's possible... probably best to ask Support that question. And then let us know what you find out!
by chulett
Wed Nov 01, 2006 7:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg: Timestamp
Replies: 15
Views: 3897

Cool... nanoseconds. :wink:
by chulett
Wed Nov 01, 2006 7:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can I pass the DB name,user id and pwd in Sequencer?
Replies: 8
Views: 1947

Allegedly, the job runs fine 'by itself' but only has this problem when run by the Sequence... so don't think that's it.
by chulett
Wed Nov 01, 2006 7:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSD.SEQOpen Failed
Replies: 23
Views: 6775

Guess not! :wink:
by chulett
Wed Nov 01, 2006 7:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can I pass the DB name,user id and pwd in Sequencer?
Replies: 8
Views: 1947

Well... when you have a parameter defined in a Sequence job, and you want to pass it on to another job via a Job Activity stage, you don't use hashes / pound signs around the parameter name. And don't type them in by hand, use the External Parameter Helper goodie (use the 'Insert Parameter Value but...
by chulett
Tue Oct 31, 2006 10:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: core.* files
Replies: 12
Views: 6072

That is the 'phantom' directory. Cat out the contents of any of the files, that should help answer your question.
by chulett
Tue Oct 31, 2006 8:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs abort list in sequencer
Replies: 13
Views: 3596

However is there any simple way to abort the main sequencer if any of the jobs inside it fails, so that I can right a simple peace of code in my control job and send the notification? Sure... upgrade. Major changes to Sequence functionality in 7.5.x which you will find very helpful in this endeavor...
by chulett
Tue Oct 31, 2006 8:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs abort list in sequencer
Replies: 13
Views: 3596

What 7.x version? That will change the answers... but typically:

Exception Handler -> Notification Activity -> Routine Activity (UtilityAbortToLog)
by chulett
Tue Oct 31, 2006 8:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Urgent - The upgradation time from 7.1 to 7.5
Replies: 2
Views: 724

Two or three hours, I would think... hard to say, too many variables. You could always tail the install log to follow the progress.

I'll skip the whole 'urgent' speech, Ray has one all set to go and I'm sure he'll be along eventually. I just happened to be in the neighborhood...
by chulett
Tue Oct 31, 2006 8:09 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: maintain session state when it sources data from Webservices
Replies: 1
Views: 2134

:? You've already posted this rather confusing question over in the TX forum, which is the correct place for it... this forum isn't.

I'd suggest you go back there and answer the questions being put to you so you stand some chance of getting a proper answer.
by chulett
Tue Oct 31, 2006 8:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: file attachment in mail
Replies: 13
Views: 3337

Excellent. :D
by chulett
Tue Oct 31, 2006 7:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_ipcgetnext() Error
Replies: 4
Views: 1086

First Fatal error coming is : PS_PP_JRNL_LN..PS_JRNL_LN_ERR.IDENT6: At row 4401, link "Insert_Into_MB_JRNL_LN_ERR" Row rejected. [IBM][CLI Driver][DB2] SQL0204N "FDM1PA.PS_MB_JRNL_LN_ERR" is an undefined name. SQLSTATE=42704 Assuming this isn't some odd artifact of the IPC stage, you'll need to cor...
by chulett
Mon Oct 30, 2006 10:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: replacing null column with some value and assigning a keyval
Replies: 20
Views: 4451

Copy the routine and change the line that comes after the 'Table is not in the cache' comment... From: Open HashTable To: OpenPath HashTable That's it. And to use it, rather than send in just the name of the hashed 'table', send in the complete path. But that should be pretty obvious.