Search found 42189 matches

by chulett
Tue Nov 24, 2009 11:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connect to Oracle
Replies: 5
Views: 1308

Nope, just that. :wink:
by chulett
Tue Nov 24, 2009 10:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connect to Oracle
Replies: 5
Views: 1308

You can connect to whatever instances are defined in your server's tnsnames.ora file. If you need more, add them, usually by enlisting the aid of your DBA to do that for you.
by chulett
Tue Nov 24, 2009 10:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS 8.1 Installation while 7.5 runing on Same Box
Replies: 2
Views: 833

You can, and how you do that is discussed in the Planning, Installation and Configuration Guide pdf that ships with 8.
by chulett
Tue Nov 24, 2009 9:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Range lookup
Replies: 17
Views: 19234

I agree. Much more better now. :D
by chulett
Tue Nov 24, 2009 8:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference between none and end delimiter
Replies: 5
Views: 1872

You seem to be confusing the 'final' delimiter with the 'record' delimiter.
by chulett
Tue Nov 24, 2009 8:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Range lookup
Replies: 17
Views: 19234

:idea: Tip: you can use the 'code' tags to preserve white-space and make things line up. You'll need to make liberal use of the 'Preview' option as well as it doesn't always work like you think it will with a proportional font. And one can always edit one's own posts so it's not too late to go back ...
by chulett
Tue Nov 24, 2009 8:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Table Used in all the ETL Jobs
Replies: 9
Views: 3292

You also have an odd combination of single and double-quotes in there and I think a mismatch is tripping you up. :?
by chulett
Tue Nov 24, 2009 6:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reset aborted sequencers using UNIX shell script - reg.
Replies: 3
Views: 897

As noted, the command line dsjob function has a -run reset option you should be able to leverage for this.
by chulett
Tue Nov 24, 2009 6:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal conversion
Replies: 8
Views: 1841

And if you can't figure out the 'precision and scale' part, go all Old School on it and divide it by 100. :wink:
by chulett
Tue Nov 24, 2009 6:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Control Error
Replies: 15
Views: 3826

Why, that's elemental my dear Watson, when you need to override it, set it to a non-default value. As already noted. Thrice now, I believe. And that's not called a default value for no reason. :wink:
by chulett
Tue Nov 24, 2009 6:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logic for getting one year back result
Replies: 3
Views: 978

Sainath.Srinivasan wrote:DataStage is not a Time Machine to send you back one year.
Too bad, always wanted one. :cry:
by chulett
Tue Nov 24, 2009 6:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: main_program: Fatal Error: Not a v1.1 type: decimal[10,0]
Replies: 3
Views: 1109

Re: main_program: Fatal Error: Not a v1.1 type: decimal[10,0

Note : I did not change the metadata and this job is designed last week and upto yesterday it's working fine but today i am getting this error What changed between then and now? The job? The Oracle table? Something obviously did, the problem is going to be figuring out what. I would suspect the lat...
by chulett
Tue Nov 24, 2009 6:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Nvarchar - Datatype Not Supported
Replies: 6
Views: 5049

What stage are you using? What does the documentation for that stage list as unsupported data types and/or as 'issues' for the stage?
by chulett
Tue Nov 24, 2009 6:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Record on file DS_STAGETYPES can not be written
Replies: 20
Views: 8842

Well, at least we have a Clue now. :wink:
by chulett
Tue Nov 24, 2009 6:34 am
Forum: General
Topic: DATE VALIDATION
Replies: 4
Views: 1819

Ray has made available a generic IsValid routine to validate most data types, a search should turn up the link or perhaps he'll stop by and post it again. You can also use IConv() then Status() to check to see if it was able to convert it. :!: Be aware, however, that just checking for 'valid' might ...