Search found 42189 matches

by chulett
Tue Aug 07, 2007 6:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Text manipulation
Replies: 5
Views: 1021

Build a routine. Count the number of fields and then loop through them, concatenating together the result.
by chulett
Tue Aug 07, 2007 11:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to convert Excel date
Replies: 3
Views: 813

You'll need to figure out or look up what Excel uses for its 'zero date'. Shouldn't be too hard.
by chulett
Tue Aug 07, 2007 10:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to convert Excel date
Replies: 3
Views: 813

Why not apply a Date format to the speadsheet column so you get a 'real' date in your saved csv rather than Excel's internal date number?
by chulett
Tue Aug 07, 2007 10:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter Passing in sequence
Replies: 4
Views: 1244

It's been discussed here quite a bit. Rather than someone typing it up one more time, how about searching for a signifcant portion of your error message? An exact search for "ParamValue/Limitvalue is not appropriate" should turn up what you need to know.
by chulett
Tue Aug 07, 2007 6:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data type to choose
Replies: 4
Views: 1328

What is the datatype of this 'message' field in your database? Some types, like TEXT fields, are not easily supported - if they are supported at all.
by chulett
Tue Aug 07, 2007 6:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Shot Read in Seq File
Replies: 4
Views: 1625

Re: Short Read in Seq File

Forum software removes all of the 'extra' spaces from posts unless you wrap things in code tags, so your 'dummy' data doesn't even look close to fixed width data unless you do what Ray must have and 'Reply with Quote' to see the raw data. 699991267250AV Ivan Ge388425101143953563022008435087 41 Eight...
by chulett
Tue Aug 07, 2007 6:12 am
Forum: General
Topic: dsr.admin error creating DR elements -1
Replies: 6
Views: 2863

You should probably open a case with your official Support provider as there isn't a ton of 8.x experience here yet. I just wanted to make sure you were using 10gR2 as that seems to be the supported Oracle release and the only one that stands a chance of working, from what I've read here.
by chulett
Mon Aug 06, 2007 9:47 pm
Forum: General
Topic: dsr.admin error creating DR elements -1
Replies: 6
Views: 2863

What version of Oracle?
by chulett
Mon Aug 06, 2007 9:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CLOB handling !!!
Replies: 3
Views: 1554

What version of the Oracle database? Oracle client? Search the forums for CLOB, you'll find quite a number of discussions on the subject as they can cause all kinds of problems. Here's one example a search turned up for me: m Look at the others as well. I personally have never had a need to try to d...
by chulett
Mon Aug 06, 2007 1:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get value of an Env variable in a stage of a job
Replies: 4
Views: 1139

If it is already 'parameterized' - i.e. a Job Parameter, can you not just refer to the parameter name itself in that column's derivation?
by chulett
Mon Aug 06, 2007 1:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Changing autopurge settings
Replies: 5
Views: 1422

Thanks Gateleys. I'd searched for the KBA utility name, figured that would be included in any post with the code. When that didn't turn anything up and you posted, I stopped searching. Thanks for providing the link.
by chulett
Mon Aug 06, 2007 1:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Review request-WP 'Finite Separation Band of Static H File'
Replies: 9
Views: 2811

I find it strange that 'help' here is only considered to be limited to naive people asking questions and experts answering. Guess I expected too much when asking experts to read a 8 page pdf. Hardly. As I noted in the first reply, patience is a virtue here. Not everyone checks in all the time nor h...
by chulett
Mon Aug 06, 2007 11:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Changing autopurge settings
Replies: 5
Views: 1422

Was just going to post the same thing. I could have sworn it was posted here, but couldn't find it. It used to be available at the old DataStageXchange site but is 'No longer available' there. :(
by chulett
Mon Aug 06, 2007 9:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: value larger than specified precision allows for this column
Replies: 7
Views: 1561

Yes, that would have been good to mention. What is the metadata for this Oracle field in your job?
by chulett
Mon Aug 06, 2007 9:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: value larger than specified precision allows for this column
Replies: 7
Views: 1561

It has no idea you have implied decimals there, you need to "unimply" it - divide it by 1000 or there is a FMT option to change the scale.