Search found 42189 matches

by chulett
Wed Jul 30, 2008 10:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Email Notification
Replies: 32
Views: 9455

Why in the world would you want to send emails after specific stages? And what kind of "status" do you mean? That is typically a job level concept, stages don't have a status to speak of.
by chulett
Wed Jul 30, 2008 10:07 pm
Forum: General
Topic: Passing User Status back to parent seq'er for restartability
Replies: 1
Views: 1233

Wow... confusing and basically one long sentence. And I'm pretty much lost in your maze of "seq'er"s. There's no "r" in "Sequence". UserStatus can be passed downstream but not upstream. Sounds like you'll need to find another mechanism, perhaps by writing the batch id to a flat file and then using a...
by chulett
Wed Jul 30, 2008 2:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple attachments in email
Replies: 2
Views: 2112

Doesn't work that way, all pathnames must be full pathnames to the individual files - not to a directory of files.

:idea: You may want to consider zipping up all of the files and then attaching the zip file.
by chulett
Wed Jul 30, 2008 2:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Record Counts from Data Set
Replies: 5
Views: 1678

That is an operating system command.
by chulett
Wed Jul 30, 2008 2:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: After SQL Not Executing: MS SQL 2005
Replies: 8
Views: 3088

Interesting solution, glad you found one.

dec1177 wrote:Thanks chulett for your $0.02!

No problem, that will be $27.95 please.

:wink:
by chulett
Wed Jul 30, 2008 1:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routine to delete a table
Replies: 7
Views: 1598

Pretty bare bones, that. Your DataStage job will have no clue if that sql succeeds or fails.
by chulett
Wed Jul 30, 2008 1:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Setting Variables in Job Control
Replies: 4
Views: 2230

I don't see "JobListType" used anywhere, so it seems as if that was never implemented or something else is passed that BatchConfig array. Or it could just be that this was cribbed from somewhere (seems very "KBA" like to me) and they took parts they didn't need. Bottom line, it does seem like (in i...
by chulett
Wed Jul 30, 2008 1:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routine to delete a table
Replies: 7
Views: 1598

Best to sit with your DBA or someone there that's done that kind of thing and have them walk you through it.
by chulett
Wed Jul 30, 2008 12:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routine to delete a table
Replies: 7
Views: 1598

Why not just script a sqlplus session? Then ExecSH before job will get the job done.
by chulett
Wed Jul 30, 2008 12:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Setting Variables in Job Control
Replies: 4
Views: 2230

We'd have to see the "RunBatch" code to answer that question.
by chulett
Wed Jul 30, 2008 11:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Project Level Environment Variables ---------
Replies: 12
Views: 4667

Off the top of my head, my first recommendation would be to upgrade to 7.5.x. 7.1 is old as dirt and (from what I recall) had less than stellar implementations of the Project level Environment Variables.
by chulett
Wed Jul 30, 2008 11:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Urgent Help Needed
Replies: 5
Views: 2047

Don't know for sure, but you can certainly try bringing over those COMO and HOLD files from Test and see what happens. Can't make it any worse.
by chulett
Wed Jul 30, 2008 10:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Urgent Help Needed
Replies: 5
Views: 2047

Yikes. What is left in $DSHOME, anything? Regardless, those are far from 'temporary' files and you'll need to restore from your backup it seems.
by chulett
Wed Jul 30, 2008 9:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise stage
Replies: 12
Views: 5284

Does the delete and commit happen? I don't believe your bind parameters in the insert sql are correct for PX.