Search found 42189 matches

by chulett
Thu Jan 07, 2010 9:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sybase to oracle using select statment
Replies: 1
Views: 809

Worst case just type them in. Or if you have the Oracle metadata imported and stored, drag it from the browser to the link in question or 'Load' it from inside the stage.
by chulett
Thu Jan 07, 2010 9:21 pm
Forum: General
Topic: 'Abnormal Termination of Stage' and 0 byte coredump
Replies: 11
Views: 2908

I would imagine it will be frustrating, have you involved your official support provider yet? And keep in mind the fact that 'resources' can involve more than server CPU/disk/memory, there's also internal DataStage resources and possible engine configuration issues that could come into play as well.
by chulett
Thu Jan 07, 2010 9:18 pm
Forum: General
Topic: Using underlying database to get audit trail of job mods
Replies: 3
Views: 3475

My understanding is that the information about your DataStage jobs are stored in both places, and logs can be in one, the other or (seemingly) both as well but I don't think anyone would suggest storing logs in both places. The log options come with 8.1, for 8.0 they're still in the Universe reposit...
by chulett
Thu Jan 07, 2010 9:12 pm
Forum: General
Topic: Issue returning data from Routine Activity
Replies: 10
Views: 3646

Did you not do the search I suggested? The cause and solution have been repeated here many times, and as noted your 'dud data' is a Field Mark.
by chulett
Thu Jan 07, 2010 7:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pass values to parameters
Replies: 4
Views: 2246

Well... there very well may be but you'd need to better explain your needs and what precisely this 'control job' did for you. There are always other approaches, up to you to decide what's "easiest" or "best".
by chulett
Thu Jan 07, 2010 7:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pass values to parameters
Replies: 4
Views: 2246

It will only store "one" value and yes, overwrites so last one in wins. Most people use a delimited string to pass multiple values and then parse out the appropriate piece for each parameter.

Would that work for you?
by chulett
Thu Jan 07, 2010 7:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_Decimal::operator=: warning
Replies: 3
Views: 4670

That's... odd, so no clue why it thinks you've got a decimal on the target end? When I've seen unexplainable things like this, I generally delete the stage in question from the job and set it up again from scratch and that typically resolves the issue.

Worth a shot here.
by chulett
Thu Jan 07, 2010 7:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pass values to parameters
Replies: 4
Views: 2246

Hard to tell for certain, but it sounds like a job for the USERSTATUS area. See if an exact search for that and/or DSSetUserStatus helps you out.
by chulett
Thu Jan 07, 2010 7:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: accessing the data stage server
Replies: 3
Views: 1040

While that used to be the case, the last time I checked with support they insisted that they needed to exactly match. Otherwise they mostly work OK but expect to have... issues. I did.
by chulett
Thu Jan 07, 2010 7:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2/UDB Stage error: db2nodes.cfg file missing
Replies: 2
Views: 3735

Ah... thanks for posting that!
by chulett
Thu Jan 07, 2010 7:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: increase file size
Replies: 1
Views: 886

That's a limit of your operating system, not DataStage. Talk to your SysAdmins to see if that limit can be raised.
by chulett
Thu Jan 07, 2010 7:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Trigger Output
Replies: 3
Views: 1179

You've got no control over the filename aside from the "base" name that is used, and the trigger option will always append an incremented number to every file other than the first one as you've seen. I've been in the same boat where I needed something different, name-wise, for the various ...
by chulett
Thu Jan 07, 2010 7:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Numeric part extraction
Replies: 5
Views: 1624

Exactly. And if you look at the transform code you'll see they're both just wrappers for the OConv function, something that's easier to remember and self-documenting.

Please mark your post as Resolved using the button at the top of the page.