Search found 42189 matches

by chulett
Sat Nov 21, 2009 8:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance with Change Capture Stage
Replies: 7
Views: 5922

That doesn't sound substantially different than what the stage being discussed does. Have you run your 20M records both ways and compared the results?
by chulett
Sat Nov 21, 2009 8:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is Full hot backup sufficent to restore IS server ?
Replies: 8
Views: 2214

Can you test this out at all? Or does everything need to be theory until you actually lose your servers?
by chulett
Sat Nov 21, 2009 8:03 am
Forum: General
Topic: Unable to view data from a Sequential File Stage
Replies: 11
Views: 12376

Re: Unable to view data from a Sequential File Stage

deepa_shenoy wrote:I have given NULL Field value as '\xAB' for NULL handling.
I'm assuming this is the issue, the use of extended ascii for null fields. I doubt the viewer supports them, does the file look correct from the O/S?
by chulett
Sat Nov 21, 2009 7:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS 7.5.2 intalled on XP sp2 - parellel job dosn't run
Replies: 12
Views: 4321

You've posted two versions - 7.5.2 & 7.5v2 - neither of which will run PX jobs on Windows. Do you actually have 7.5x2? And yes, you need to install a supported C++ compiler.
by chulett
Fri Nov 20, 2009 8:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can anyone please help where the datastage picks the tnsname
Replies: 7
Views: 2754

Yes, direct reference is made to the TNS name, a.k.a. the appropriate entry in the tnsnames.ora file... or possibly out on a names server. The question was how does DataStage (technically any app leveraging the client) know where to find the tnsnames.ora file.
by chulett
Fri Nov 20, 2009 1:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: scheduling
Replies: 7
Views: 1433

And all DataStage does is add it to 'cron' anyways, assuming it is a recurring schedule. Otherwise it submits it to 'at' for those one-time times.
by chulett
Fri Nov 20, 2009 10:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: List of DS jobs modified in 'N' days
Replies: 3
Views: 1623

There is a DS_AUDIT table, search for that here for many discussions on how to access it.
by chulett
Fri Nov 20, 2009 9:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: scheduling
Replies: 7
Views: 1433

Yes, repeat the process (the 'Add to Schedule' option) three times, once for each time desired.
by chulett
Fri Nov 20, 2009 9:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Duplicate record insert with other value
Replies: 9
Views: 2839

Note that Ray did not say increment, he said "increment". There's a reason why it was in quotes.
by chulett
Fri Nov 20, 2009 9:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: scheduling
Replies: 7
Views: 1433

Right, simply 'Add to Schedule' multiple times.
by chulett
Fri Nov 20, 2009 9:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Files Deletion using datastage
Replies: 10
Views: 2425

Or just rely on the fact that both methods are going to produce pretty much identical results.
by chulett
Fri Nov 20, 2009 7:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to abort a job from within a transformer stage
Replies: 5
Views: 4292

satish.raghavan wrote:Sorry for using U. i meant You. Please change accordingly.I was Fast typing mistake.
Just for the record, you can go back and edit your own posts after the fact. To paraphrase Apple - there's a button for that. :wink:
by chulett
Fri Nov 20, 2009 7:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can anyone please help where the datastage picks the tnsname
Replies: 7
Views: 2754

Right, it's got nothing to do with ODBC and for Windows it uses the environment variables - ORACLE_HOME or TNS_ADMIN if set to override the default location of $ORACLE_HOME/network/admin.
by chulett
Fri Nov 20, 2009 7:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Control Error
Replies: 15
Views: 3826

Still... all this... completely unnecessary: ErrCode = DSSetParam(hJob1, "$DSDir", $DSDir) ErrCode = DSSetParam(hJob1, "$OracleUser", $OracleUser) ErrCode = DSSetParam(hJob1, "$OracleRemote", $OracleRemote) ErrCode = DSSetParam(hJob1, "$OraclePwd", $OraclePwd)