Search found 42189 matches

by chulett
Tue Mar 28, 2017 7:56 am
Forum: General
Topic: Oracle 12c as Metadata Repository
Replies: 5
Views: 1763

I'll see what I can find out, see if "they" will share. Perhaps more of an issue if you upgrade an 11g instance to 12c rather than build one from scratch.
by chulett
Tue Mar 28, 2017 7:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mutiple Lookup
Replies: 3
Views: 1728

Joining to the same table 200 times won't be "pretty" either but as noted, you have to do what you have to do to get the job done. Be it source joins or lookups.
by chulett
Sun Mar 26, 2017 5:00 pm
Forum: General
Topic: Oracle 12c as Metadata Repository
Replies: 5
Views: 1763

LOL... surely no one would dare. :wink: We've just completed updating all of our instances to 12c, some went just fine, others... not so much. And with Informatica, some of the workflows were unaffected while our main nightly warehouse load takes twice as long now. Not a tragedy since it went from a...
by chulett
Fri Mar 24, 2017 6:16 pm
Forum: General
Topic: Using JDBC connector to POSTGRES , current TS is wrong
Replies: 1
Views: 1263

Perhaps you need something like this IBM Time Zone Update Utility for Java but I would involve support regardless.
by chulett
Fri Mar 24, 2017 6:12 pm
Forum: General
Topic: ExecuteSQL function within User Variable activity
Replies: 10
Views: 6064

... and if you end up needing more help with that, please start a new discussion with all the appropriate details of your particular question / issue.

Thanks.
by chulett
Fri Mar 24, 2017 10:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date and Decimal format in CSV Output
Replies: 2
Views: 1440

Isn't there an option in the sequential file output to say what kind of quotes to use on string fields, including 'none'?
by chulett
Fri Mar 24, 2017 7:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD TYPE 2
Replies: 2
Views: 2071

Out of curiosity, are you planning on using the SCD stage or "rolling your own" logic?
by chulett
Thu Mar 23, 2017 4:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RCP and adding new columns to flow
Replies: 18
Views: 10406

No clue and the person that wrote that hasn't posted here in 4 years so we may never know. Besides, I don't think it played into the solution at all, as you noted.
by chulett
Thu Mar 23, 2017 9:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change Data Capture gives output records when expecting zero
Replies: 2
Views: 1638

Just to clarify, is this an actual CDC process out of Oracle (i.e. pulling information from the logs) or this is the CDC stage in a job? Guessing the former from the way you've worded things but wanted to double-check.
by chulett
Wed Mar 22, 2017 9:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting Host key verification failed while executing the DS
Replies: 2
Views: 1617

Give us some context. "Executing the DS through unix" means what exactly and is this something new you are trying and has never worked? Was it working before and stopped working? Details, please.

Also, is that the full error? FYI, this topic may help.
by chulett
Wed Mar 22, 2017 7:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trim not working in else clause
Replies: 4
Views: 2215

Technically, this post should be closed as Resolved and a new one opened for your unrelated issue...
by chulett
Wed Mar 22, 2017 7:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String to decimal, unable to get proper data
Replies: 13
Views: 2775

I knew we were missing a key piece of information. And you never mentioned your source was a file which would have been helpful to know. :idea: Next time either transfer your DOS files correctly to UNIX (so they drop the ^M aka x0D and /r) or simply tell DataStage to use the proper record delimiter ...
by chulett
Mon Mar 20, 2017 3:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to query a odbc datasource with field named date
Replies: 4
Views: 1622

What database is this, exactly? For SQL Server, the square brackets [date] syntax should have worked or at least that's my understanding. But the rules for reserved words change from DB to DB so it would be good to know for certain which one it was. And yes, a stern finger-wagging is in order for wh...