Search found 42189 matches

by chulett
Tue Dec 01, 2009 1:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: I can't to access ORACLE database
Replies: 8
Views: 3113

Already have. As noted, find the directory where that ".so" file lives and ensure its home is in that path variable. Simple as that.
by chulett
Tue Dec 01, 2009 12:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: I can't to access ORACLE database
Replies: 8
Views: 3113

OK, so your client shouldn't be the issue. You need to ensure the proper PXEngine/lib directory is in your LD_LIBARY_PATH, the one that contains the orchoracle.so file. Note that that 'proper directory' may be a symbolic link.
by chulett
Tue Dec 01, 2009 11:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Package
Replies: 7
Views: 1721

Ernie, were these "optional" stages in 7.x? I don't recall. If so, you'd need to repeat the Server installation, it will go into "Maintenance Mode" and allow you to add any missing optional plugins.
by chulett
Tue Dec 01, 2009 11:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: I can't to access ORACLE database
Replies: 8
Views: 3113

What stage are you using in your Server jobs to access Oracle?
by chulett
Tue Dec 01, 2009 10:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML OUTPUT : XML file formatting
Replies: 5
Views: 1673

Dang... knew I forget something! The whole "who really cares?" part. :wink:
by chulett
Tue Dec 01, 2009 10:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Job Hangs
Replies: 3
Views: 1602

They're not the "magic bullet" that some seem to believe they are. And I'm not sure what anyone can suggest if you can't make any changes to the jobs. I'm going to have to defer to some of the more smarter folks here as to what might be going on under the covers but it sure seems IPC relat...
by chulett
Tue Dec 01, 2009 10:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML OUTPUT : XML file formatting
Replies: 5
Views: 1673

You only have the option to use a single tag for "empty elements".
by chulett
Tue Dec 01, 2009 10:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Package
Replies: 7
Views: 1721

You're certain they're not there? They would be in the 'Real Time' category. Or in the Manager in the Stage Types / Server / Real Time branch.
by chulett
Tue Dec 01, 2009 9:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Job Hangs
Replies: 3
Views: 1602

What point do you think those IPC stages are serving in the job? :?

Remove them and then either run without row bufferring or enable it at the job level.
by chulett
Tue Dec 01, 2009 9:48 am
Forum: General
Topic: Parallel Routine compilation problem in the transformer
Replies: 11
Views: 6108

It doesn't matter where the compiler is, it matters where you run the compile command from. And I'm sure there's an option to create the output elsewhere. Or use "Docume~1" for the directory name.
by chulett
Tue Dec 01, 2009 9:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: I can't to access ORACLE database
Replies: 8
Views: 3113

It's important to tell us if you've ever been able to "access Oracle" and this is a new error or if this is your first time trying to access anything Oracle in this manner.
by chulett
Tue Dec 01, 2009 9:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSjob failed with DS error code -3
Replies: 1
Views: 2731

/* Errors generated by the DataStage server */ #define DSJE_NOERROR 0 /* No error */ #define DSJE_BADHANDLE -1 /* Invalid JobHandle. */ #define DSJE_BADSTATE -2 /* Job is not in the right state (must be compiled & not running). */ #define DSJE_BADPARAM -3 /* ParamName is not a parameter name in...
by chulett
Tue Dec 01, 2009 7:38 am
Forum: General
Topic: Range lookup
Replies: 9
Views: 2745

Which part is unclear? All the steps seem to be spelled out right there. :?
by chulett
Tue Dec 01, 2009 6:42 am
Forum: General
Topic: Range lookup
Replies: 9
Views: 2745

It's not that you can't do it in earlier versions, it's just that there's no automatic option in the Lookup stage for it. AFAIK you'd have to go more 'old school' and I'm sure others could share techniques if you like.
by chulett
Tue Dec 01, 2009 6:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job names from job sequencer
Replies: 4
Views: 1354

You need all jobs in the Sequence or all jobs that the Sequence actually ran? May not be the same list. For the former, the dssearch command. For the latter, the 'Summary of sequence run' log entry.