Search found 42189 matches

by chulett
Wed Jul 29, 2009 6:33 am
Forum: General
Topic: Sending Email through after job subroutine on Windows pf
Replies: 3
Views: 2016

Use DSSendMail, that's what it's there for, Windows or UNIX. Use DSSendMailTester to makes sure it all works for you and to iron out any kinks.
by chulett
Wed Jul 29, 2009 6:30 am
Forum: General
Topic: Compare two Datastage jobs
Replies: 13
Views: 18944

In other words, it's a manual process. Export both to a .dsx and compare using your favorite tool. This is automated in 8.x.
by chulett
Tue Jul 28, 2009 10:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine Error
Replies: 11
Views: 3261

Again, what exactly are you putting in the stage that it won't accept?
by chulett
Tue Jul 28, 2009 10:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Node Number clause in SQL queries
Replies: 10
Views: 6597

A DataStage "node" is a logical concept and not something you can include in a SQL query. What exactly are you trying to accomplish? :?
by chulett
Tue Jul 28, 2009 10:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine Error
Replies: 11
Views: 3261

But when I call the routine in a job activity it is not accepting if I dont supply quotes to the values. Two problems here. One is you don't call a routine from a Job Activity stage - do you mean a Routine Activity stage? And what does "not accepting" mean, what exactly are you putting in...
by chulett
Tue Jul 28, 2009 6:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS_AUDIT
Replies: 7
Views: 3394

Post your SQL, then perhaps we'll have a clue what your "failed to compare" statement means. :?
by chulett
Tue Jul 28, 2009 6:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup aborting after few minutes
Replies: 3
Views: 1469

:!: Please don't start multiple posts on the same subject. Why not stick with your original post on the problem?

viewtopic.php?p=335270
by chulett
Tue Jul 28, 2009 6:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob has status=0 even though job aborts
Replies: 17
Views: 8917

Not true. If the job aborts they get 3. If it finishes with warnings they get 2. If they used -mode RESET they get 21. And so on. My statements have been based on my assumption that their Sequence job is always running to completion 'without error' and the errors mentioned are when jobs under the c...
by chulett
Tue Jul 28, 2009 6:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Commit interval in oracle enterprise stage
Replies: 25
Views: 7105

Sequence restartability is completely different from the restartability you mean at the job level. It will simply start the job over again and without anything specific to handle previously committed rows will just attempt to load everything again. You may be OK with the upsert mode, however, as ins...
by chulett
Tue Jul 28, 2009 6:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Single Line
Replies: 18
Views: 4838

dstage2006 wrote:I am able to get it in the sequential file but not in the xml output.
First suggestion would be to explain this statement, I for one am unclear on what it is you are trying to say.
by chulett
Tue Jul 28, 2009 6:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Row count not matching between DS and toad
Replies: 3
Views: 1145

Assuming the queries are identical, there are a couple of reasons I can think of - they are sourcing from different instances or perhaps the source is 'dynamic', i.e. records were added before the second one was run.
by chulett
Tue Jul 28, 2009 4:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read value from text file using Execute Command
Replies: 4
Views: 6422

At the moment, your [ParamValue/Limitvalue is not appropriate] error is being caused by the fact that it cannot cat the file you've asked it to: Output from command ====> cat: 0652-050 Cannot open /etl/PDAODS_Dev/temp/text.txt You need to solve the your 'cat' problem first. Does the filename as logg...
by chulett
Tue Jul 28, 2009 4:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob has status=0 even though job aborts
Replies: 17
Views: 8917

And then they'll always get a one rather than a zero. :wink:
by chulett
Tue Jul 28, 2009 4:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Job 222 Phantom 20151
Replies: 3
Views: 1116

Seems to me that is what was posted.
by chulett
Tue Jul 28, 2009 3:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob has status=0 even though job aborts
Replies: 17
Views: 8917

That just means the Sequence job itself ran to completion without issue. Look into the use of the Terminator stage after the email notification if you want the Sequence to abort as well.