Search found 42189 matches

by chulett
Wed Nov 07, 2007 11:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Least Date
Replies: 4
Views: 2070

Explain what 'existing_column + input_value' means. Sounds like you could just expand the same technique for all columns.
by chulett
Wed Nov 07, 2007 7:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML
Replies: 18
Views: 4771

Kumar, at some point you are going to need to start a new thread. We can't deal with every single XML problem you have for the rest of your career in this one thread. :wink:

Post a sample snippet of your XML for us, show us the problem.
by chulett
Wed Nov 07, 2007 7:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DRSStage ORA-03113 or Transaction size out of bounds errors
Replies: 5
Views: 3057

Re: DRSStage ORA-03113 or Transaction size out of bounds err

Q1. Is this error possible, if the db operation takes a long time? Yes, that could be one reason. Your DBA could supply more, I'd wager. Q2. Any idea what this message means? Where are the bounds set? Not sure, but since it doesn't have an 'ORA' component, guessing it comes from the DRS stage. Are ...
by chulett
Wed Nov 07, 2007 7:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Least Date
Replies: 4
Views: 2070

Put the existing row in a reference hashed file. Send the input row down an update link if the new value is less than the looked-up value.
by chulett
Wed Nov 07, 2007 1:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Folder Stage -Large file- 50 mb can't process
Replies: 11
Views: 5369

Thanks - by 'reset' I assume you mean 'increase', yes? Any chance you could specify what values you increased them to and what value LDR_CNTRL needed to be set to? Edited to add: seems like from a quick Google that LDR_CNTRL is an AIX-specific environment variable. If that's the case, then this solu...
by chulett
Wed Nov 07, 2007 1:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination
Replies: 2
Views: 1013

When you reset the job from Director did you get a 'From previous run...' message in the log?
by chulett
Wed Nov 07, 2007 10:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in Viewing the data
Replies: 5
Views: 3604

There are two buttons at the very top of any post you create, one marks the thread as Resolved and the other marks it as a Workaround.
by chulett
Wed Nov 07, 2007 9:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NextSurrogateKey()
Replies: 18
Views: 12828

Have you tried... oh, I don't know... searching the forums?
by chulett
Wed Nov 07, 2007 9:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Optional Data.
Replies: 4
Views: 1545

That or get 'those people' to build you a proper file.
by chulett
Wed Nov 07, 2007 8:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Optional Data.
Replies: 4
Views: 1545

Curious - how can one have 'optional' fields in a fixed-width file? :?
by chulett
Wed Nov 07, 2007 7:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NextSurrogateKey()
Replies: 18
Views: 12828

First thought - "search forums for Could not obtain stack trace; check that 'gdb' and 'sed' are installed and on your PATH to see if anyone else has ever posted it".
by chulett
Wed Nov 07, 2007 7:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NextSurrogateKey()
Replies: 18
Views: 12828

It's available in server jobs... with the 8.x release? :?
by chulett
Wed Nov 07, 2007 6:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File from Unix....
Replies: 1
Views: 771

Re: File from Unix....

I want to use this as a source in my Datastage job. The problem is the file is located in Unix Env, where the path is differnet from our working directory path. That's not a problem, actually it's perfectly normal. Just specify the full path to the directory they are in (hopefully as a job paramete...
by chulett
Tue Nov 06, 2007 11:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML
Replies: 18
Views: 4771

Yes, folder stage.
by chulett
Tue Nov 06, 2007 11:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML
Replies: 18
Views: 4771

Why not just load directly into SQL Server from your source files? I don't see the point in first turning them into XML and then completely undoing that to load them back into your database. Regardless, yes - a Folder stage with a wildcard pattern to read them all and an XML Input stage to flatten t...