Search found 42189 matches

by chulett
Mon Mar 15, 2010 2:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting string to number
Replies: 16
Views: 4996

sreddy wrote:Job status is Abort.
:roll: Understand that. Please tell us why it aborted, post the fatal error message(s) from the log.
by chulett
Mon Mar 15, 2010 11:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting string to number
Replies: 16
Views: 4996

So, do we have to guess what the "abort" is?
by chulett
Mon Mar 15, 2010 11:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Stage Type [Enterprise/Connector] - Multi-Clients
Replies: 8
Views: 2431

I'm not really sure what that means... can you rephrase the question, please?
by chulett
Mon Mar 15, 2010 11:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Internal Error: Unable to initialize the Direct Path Context
Replies: 4
Views: 2911

So, you decided to post here although you have a completely different error / problem? Would be best if you started your own thread. With your own details. :?
by chulett
Mon Mar 15, 2010 10:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Xquery
Replies: 2
Views: 1706

Sorry Lance, much as I would love to help I have neither. :cry:

Will be interested in any answers, though.
by chulett
Mon Mar 15, 2010 10:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date format writing to oracle
Replies: 6
Views: 1742

Target stage please, Oracle Enterprise? If so, set to what Write Method? What data type are you using in the job itself for this field - Date or Timestamp? Can you post the generated SQL?

The more details you provide up front, the sooner we can stop dancing and get you to a proper solution.
by chulett
Mon Mar 15, 2010 10:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting string to number
Replies: 16
Views: 4996

Make an explicit conversion using the StringToDecimal() function.
by chulett
Mon Mar 15, 2010 9:25 am
Forum: General
Topic: APT_DBKeyGenerator is not wave aware
Replies: 5
Views: 2808

You really should get yourself up on the latest 8.1.x release at your earliest oppurtunity. Perhaps this is it? :wink:
by chulett
Mon Mar 15, 2010 9:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: [IIS-CONN-TERA-005004] RDBMS code 8055:
Replies: 1
Views: 6846

Show it to your Teradata DBA.
by chulett
Mon Mar 15, 2010 9:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I generate ETL stats on all jobs in a project?
Replies: 14
Views: 13034

Before deciding where all this should come from, it would help to know what exactly it is that you need in this 'ETL report'. Do you? Can you articulate it here for us? :?
by chulett
Mon Mar 15, 2010 9:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date format writing to oracle
Replies: 6
Views: 1742

Re: Date format

I have insert to table in format like 'dd/mm/yyyy' No, you don't. Unfortunately, if you think you do, that means you don't really understand DATE fields or how to work with them via SQL. What is your target stage? Is the SQL generated or user-defined? Those answers will help figure out what really ...
by chulett
Mon Mar 15, 2010 9:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Stage Type [Enterprise/Connector] - Multi-Clients
Replies: 8
Views: 2431

You can either go with a 'least common denominator' approach and use the lowest client version for all, or dynamically switch out the environment variables that control the Oracle client ($ORACLE_HOME, etc) on a job to job or project level to leverage multiple clients installed on the same box.
by chulett
Mon Mar 15, 2010 9:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help: DataStage 7.5.3 and Oracle RAC 10G
Replies: 6
Views: 3973

Ah... thanks for posting your solutions. :D
by chulett
Mon Mar 15, 2010 9:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine analyzation
Replies: 2
Views: 1295

So... no comments in the code and nothing in the Short description? Nothing in the Long description to explain what it does, how to call it, known issues, change history, nada? If so, someone needs to be slapped around.
by chulett
Mon Mar 15, 2010 9:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Type conversion not recognized
Replies: 5
Views: 1881

And you got an 'effective straight forward' answer in Ray's post. :? OK... first you need to ensure that you really need something in an external YYYY-MM-DD format for your date target. And since your source is already in that format (it just has some extra bits) if that's really what you need then ...