Search found 42189 matches

by chulett
Mon Dec 16, 2013 11:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data conversion error
Replies: 12
Views: 6848

Imed - best if you start a new post and let us know the details of your problem. Then we don't waste a lot of time with answers that don't apply. :wink:
by chulett
Mon Dec 16, 2013 10:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML DataType
Replies: 5
Views: 1859

I don't have any DB2 experience but in Oracle you can't simply select XMLType data from the database. They have a set of functions specifically for those kind of tasks. Not sure how equivalent the two are but if you have a specific XML data type rather than simply storing it in a CLOB then I'd suspe...
by chulett
Mon Dec 16, 2013 10:26 am
Forum: General
Topic: Load Multiple Tables, One Job Design Question
Replies: 3
Views: 952

Re: Load Multiple Tables, One Job Design Question

iq_etl wrote:Would you suggest just copying over the 8.7 jobs to 9.1 if we determine them to stay as server jobs?
Exactly... export from 8.7, import into 9.1 and you're ready to go.
by chulett
Mon Dec 16, 2013 8:46 am
Forum: General
Topic: Load Multiple Tables, One Job Design Question
Replies: 3
Views: 952

Re: Load Multiple Tables, One Job Design Question

We'd really rather not have to write conversions for all of these First thought? Don't. Just because you are moving to Parallel jobs doesn't mean every single Server job must be rewritten in Parallel. Use PX for new jobs where appropriate. Start the rewrite with those Server jobs that would most be...
by chulett
Sun Dec 15, 2013 4:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: conversion error
Replies: 5
Views: 2097

Probably. Be patient...

Also verify your data types and sizes, source to target. I for one do not expect that kind of warning going from a small field to a larger one, it is generally the other way round that causes issues.
by chulett
Sat Dec 14, 2013 4:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: conversion error
Replies: 5
Views: 2097

Sorry but what are you attempting to do with the substring operators? The "[5,0]" part... remove it. Don't see any need for the "ceil" rounding either. What happens with a straight-up function call?

Code: Select all

StringToDecimal(select_stats.CYCLE_DAY_OF_MONTH)
by chulett
Sat Dec 14, 2013 4:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading XML - underperforming
Replies: 18
Views: 6639

a) use the xml Stage instead. The xml stage requires an xsd, and it has a steep learning curve, significantly because it demands that you have familiarity with xsd's and are comfortable with hierarchical concepts. This would be the new stage that I mentioned earlier, Joyce. No input or output just....
by chulett
Fri Dec 13, 2013 4:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: confounding problem with QUOTES in schema file
Replies: 3
Views: 3621

You only use the INTACT keyword for partial schemas. Changing quotes to "double" is what fixed the problem in your subject line, removing the "intact" property is what let the fields be parsed properly. How did you end up with that option in the schema file?
by chulett
Fri Dec 13, 2013 3:29 pm
Forum: General
Topic: Compare Two Values in Sequential File
Replies: 19
Views: 7977

You may need to include the drive letter if the files are on a different drive from where the DataStage jobs are executing. Otherwise a path is a path is a path and the Execute Command stage doesn't treat them as anything different from what the Sequential File stage would in a job.
by chulett
Fri Dec 13, 2013 11:20 am
Forum: General
Topic: Compare Two Values in Sequential File
Replies: 19
Views: 7977

If you are on Windows, change the 'echo' to a 'type'. Right now it's probably just echoing the string that is the name of your file rather than the contents. On UNIX you would use 'cat', on Windows the equivalent is 'type'.
by chulett
Fri Dec 13, 2013 8:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading XML - underperforming
Replies: 18
Views: 6639

Yah, we have a 'double-posting' issue here and they can even come several minutes apart depending on what the user does navigation-wise after the initial post. Usually I'm here cleaning them up but I was still asleep. :wink:
by chulett
Fri Dec 13, 2013 7:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server job aborts with connector stages in 8.7
Replies: 7
Views: 4112

Time to involve your official support provider.
rahcomp1 wrote:One confusion here, In the technote lib file name is mentioned as 'libicui18n.so' but the file I have, has an extension '.a'.
This extension changes based on the operating system.
by chulett
Fri Dec 13, 2013 7:50 am
Forum: General
Topic: DataStage 9.1 Operations Console Database Supported Versions
Replies: 8
Views: 4606

Of course.