Search found 42189 matches

by chulett
Tue Sep 28, 2010 6:54 am
Forum: General
Topic: Not able to log in to Datastage Designer client
Replies: 7
Views: 5090

Lots of help out there from AIX folks when you google for "touch: 0652-046". Usually seems to be a corrupt filesystem but do the search yourself and run some of the tests they suggest.
by chulett
Tue Sep 28, 2010 6:48 am
Forum: General
Topic: What is use of template?
Replies: 8
Views: 2178

Still... that's an "old school" template process you can follow when you don't have true templates. You have to remember to save a copy of the original under a new name and not accidentally modify or destroy the job that serves as the "template". In my mind, a true template would...
by chulett
Mon Sep 27, 2010 9:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Ruleset error
Replies: 7
Views: 3627

"Ruleset"? Where exactly are you doing this? Should this perhaps be over in the QualityStage forum? :?
by chulett
Mon Sep 27, 2010 9:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: conversion
Replies: 17
Views: 4130

Good to know. So, silly question perhaps but how does one determine if the "component ordering of the external date is the same as that of your locale"?
by chulett
Mon Sep 27, 2010 8:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling function in oracle stage
Replies: 8
Views: 2184

In. A. Reference. Lookup. :?

And you did not answer any of my questions, which makes it difficult for any continued help.
by chulett
Mon Sep 27, 2010 8:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: conversion
Replies: 17
Views: 4130

Perhaps IConv(YourDate,'DMDY[2,2,2]') for the internal conversion part?
by chulett
Mon Sep 27, 2010 5:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: conversion
Replies: 17
Views: 4130

Convert it into the format it is expecting.
by chulett
Mon Sep 27, 2010 3:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling function in oracle stage
Replies: 8
Views: 2184

You cannot if you want to leverage a bind parameter like that, I'm afraid. Where are you trying to do this, on the source or target side? What are you trying to bind into that :1 spot?
by chulett
Mon Sep 27, 2010 2:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Open command in OE stage
Replies: 4
Views: 1063

That would be correct. It may work (never tried) but you'd have no mechanism to capture the output.
by chulett
Mon Sep 27, 2010 2:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling function in oracle stage
Replies: 8
Views: 2184

That would need to be in a reference lookup for that parameter binding to have a chance to work correctly - are you?
by chulett
Mon Sep 27, 2010 2:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: conversion
Replies: 17
Views: 4130

Or let the stage generate the SQL. If your data types are correct in the job, it will automatically use a TO_DATE() in the generated sql.
by chulett
Mon Sep 27, 2010 2:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: scd2 fatal error
Replies: 1
Views: 1002

So... in other words... the exact same problem you've already posted about. Why did you feel the need to start over again? :?
by chulett
Mon Sep 27, 2010 11:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Open command in OE stage
Replies: 4
Views: 1063

You can't, at least not there. You should be using the Stored Procedure stage for that.
by chulett
Mon Sep 27, 2010 11:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: conversion
Replies: 17
Views: 4130

Like normal - an Iconv/OConv pair (or substring / concatenation) to get it into a standard format and then a TO_DATE() with a matching format mask in your target SQL.
by chulett
Mon Sep 27, 2010 11:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Invalid Year!
Replies: 3
Views: 1094

Ah, no worries... a resolved issue is a resolved issue. :wink: