Search found 42189 matches

by chulett
Tue Dec 08, 2009 6:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job parameters
Replies: 3
Views: 1319

Exactly, parameter sets with value files should do the trick.
by chulett
Tue Dec 08, 2009 6:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capturing Oracle Logs
Replies: 9
Views: 3126

Maybe not. That makes no sense to me, but perhaps the job monitor must indeed be enabled for that to work for a PX job and I lied.

Hopefully someone knows for sure. :?
by chulett
Tue Dec 08, 2009 6:40 am
Forum: General
Topic: Oracle to Teradata migration
Replies: 10
Views: 5485

After all this discussion, which "this" is the this you wrote a shell script for?
by chulett
Tue Dec 08, 2009 6:38 am
Forum: General
Topic: Job finish with DSJS.RUNWARN
Replies: 8
Views: 2959

Re: Job finish with DSJS.RUNWARN

The status DSJS.RUNWARN is obtained when job finishes a normal run with warning. How can i achieve this. The job should not abort but finish with warning. I'm afraid this doesn't make much sense yet. Once a job decides to abort there's no way to make it end with a different status. Are you asking a...
by chulett
Tue Dec 08, 2009 6:33 am
Forum: General
Topic: Job finish with DSJS.RUNWARN
Replies: 8
Views: 2959

The "this" to achieve here has nothing to do with the original question, unfortunately, but rather from a misplaced bit of advice.
by chulett
Tue Dec 08, 2009 6:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Error
Replies: 3
Views: 1423

Then I can't help you, not knowing squat about SQL Server nor what this 'family' error could mean. Hopefully someone else does.
by chulett
Tue Dec 08, 2009 6:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datatype equivalent
Replies: 7
Views: 2618

Some will tell you the OSH route is 'more accurate' but I don't see how an OSH schema will help you in a Server job, for that importing via the Plug-in Metadata option with OCI is fine. If you like, compare the two and see what (if any) difference there is. And yes, Varchar covers string fields, inc...
by chulett
Tue Dec 08, 2009 6:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to initialize plug-in
Replies: 33
Views: 22793

If it worked it must be some kind of correct.
by chulett
Tue Dec 08, 2009 6:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: C Stage PlugIn function "Put" required
Replies: 4
Views: 2211

More of a typo than a bug and it seems to me you must have had something else in there like a "lib" entry in addition to mispelled "libi32" one or it wouldn't have worked at all... but OK. Bug. As long as you figured it out. :wink:
by chulett
Mon Dec 07, 2009 9:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Link variables
Replies: 3
Views: 1149

dnat wrote:yeah..But with the link variables i think we should be able to capture it from the transformer itself.
No, because that's not the way it works in parallel jobs.
by chulett
Mon Dec 07, 2009 9:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unknown error SQLCODE 536631
Replies: 2
Views: 2241

If someone has and feels like sharing, they will. Patience. For the "unknown error" I'm not sure what you can do other than open a case with your official support provider. For the other, add $APT_DISABLE_COMBINATION to the job and set it to True. That will give you more information regard...
by chulett
Mon Dec 07, 2009 9:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Table definitions import in Datastage Server Edition
Replies: 7
Views: 10361

Does the DB2 user you're logging in as "own" any tables? I don't know the proper DB2 term, in Oracle it would be tables in the current user's schema. If the tables are elsewhere, seems to me you'd need to use the Filter option to get to them but I've got no DB2 here to know for sure. Perha...
by chulett
Mon Dec 07, 2009 9:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Invalid XML characters in CDATA
Replies: 2
Views: 3192

Funny thing is I don't actually need anything from the CDATA, they're not even part of the fields we're parsing out. Doesn't seem to matter as just their presence puts the big kibosh on being able to do anything. I changed my job from passing just the filename in from the Folder and using the URL op...
by chulett
Mon Dec 07, 2009 6:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error calling subroutine: DSR_IMPPLG (Action=1)
Replies: 3
Views: 3396

Can you do anything Oracle on this new installation? Meaning, can you View Data via the Oracle Enterprise stage in a PX job or from OCI in a Server job? Trying to determining if your Oracle connectivity is completely hosed or if this is strictly a plug-in metadata importing issue.
by chulett
Mon Dec 07, 2009 4:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Invalid XML characters in CDATA
Replies: 2
Views: 3192

Invalid XML characters in CDATA

Not having played much with CDATA in XML, I'm wondering how it is meant to be used. Specifically, this line is in the documentation from a vendor who's XML I am trying to consume: There is no structure to this section other than the value for each element is always contained as a CDATA field to allo...