Search found 42189 matches

by chulett
Tue Nov 06, 2007 9:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ICONV 12-hour format Time Conversion
Replies: 2
Views: 1393

From what I recall, it doesn't like the space before the AM or PM when doing 12-hour format conversions. Try removing it and rerunning your tests.
by chulett
Tue Nov 06, 2007 6:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem calling routine using routine activity
Replies: 2
Views: 1071

Better yet, search the forums for Controller problem: Unhandled failure for the answers you seek. It's only been discussed a bajillion times.
by chulett
Tue Nov 06, 2007 3:13 pm
Forum: General
Topic: ETL Synopsis
Replies: 7
Views: 3106

Well... this isn't SynopsisXchange. What are you trying to find out? :?
by chulett
Tue Nov 06, 2007 12:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Will SE Sequences allow MP?
Replies: 1
Views: 815

There's no such restriction on CPU usage for jobs run by a Sequence job. The O/S decides where everything goes, regardless.
by chulett
Tue Nov 06, 2007 8:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Desired date format (YYYY-MM-DD) to be loaded to Oracle DB
Replies: 5
Views: 1522

No, the post was primarily in response to Raftsman's post, you just snuck in there at the last minute between 'Previews' and I didn't bother to adjust for it.

The 'ps' was for you, however. :wink:
by chulett
Tue Nov 06, 2007 8:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Desired date format (YYYY-MM-DD) to be loaded to Oracle DB
Replies: 5
Views: 1522

I'd be really careful about giving advice like that - any idea how many processes that rely on the NLS_DATE format being defaulted that you might break with that change? If you have a successful process, why not stick with it? The 'default date format' being discussed is for external processes and ...
by chulett
Tue Nov 06, 2007 8:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Strange Aggregator Error
Replies: 1
Views: 1094

Odd... if you Reset the job after it aborts, is there a 'From previous run...' entry in the log? If so, please post the contents.
by chulett
Tue Nov 06, 2007 7:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple streams are not running in datastage server
Replies: 3
Views: 1152

Need a better idea of exactly what you are doing in your job. One ODBC stage, two output links, each one using User-Defined sql? If you use two separate ODBC stages, do they work fine?
by chulett
Tue Nov 06, 2007 7:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage 8.0 Authenticating Active Directory
Replies: 2
Views: 2849

Thanks for posting that, Greg. :D
by chulett
Tue Nov 06, 2007 7:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Updating Table leaves it in a Nowait state
Replies: 2
Views: 957

Would need a better idea of your job design and constraints. I'm also assuming your job fails with the NOWAIT error rather than finishing properly and then other processes get the error attempting to access your table. I would guess that while you may only be sending data down one path, all are firi...
by chulett
Tue Nov 06, 2007 7:35 am
Forum: General
Topic: Data insertion to database
Replies: 2
Views: 885

I would typically script a 'checker' like that. Then with all metadata the same, process all files at once by concatenation or via the Filter option. Otherwise, a looping structure can be built to process them one-by-one.
by chulett
Tue Nov 06, 2007 1:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Right Padding Spaces
Replies: 20
Views: 8742

Captain, we appear to be caught inside of some kind of time loop...
by chulett
Tue Nov 06, 2007 1:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Right Padding Spaces
Replies: 20
Views: 8742

Right, was wondering if that was what you meant - by explicitly padding with another character. However, an unpadded string on the other hand..
by chulett
Tue Nov 06, 2007 1:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Right Padding Spaces
Replies: 20
Views: 8742

If you write Varchar(10) "Hello" to an Oracle CHAR(10) you are going to get "Hello " unless you try very hard not to. I'm not sure how you keep a CHAR field from padding with spaces, even by trying very hard. And keep in mind the fact that Toad has an option to automatically 'Trim string data in CH...
by chulett
Tue Nov 06, 2007 12:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML
Replies: 18
Views: 4771

There's no 'condition', really - a new file is created whenever the value in the Trigger Column changes. Doesn't matter what the value is or if the column is actually used in the XML or not - when it changes, you get a new file. We use it to keep the files under a certain size - not an exact science...