Search found 42189 matches

by chulett
Mon Jun 09, 2014 6:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CSV file with embedded quotes and commas
Replies: 4
Views: 2255

Or just do as Ray suggests. Heck, there may not be anything about this Excel reading job that really "needs" to be done in Parallel and a Server job could have it done while PX was still getting its pants on. :wink:
by chulett
Mon Jun 09, 2014 6:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Output issue
Replies: 3
Views: 1706

So... do you still need help with this? Wondering why it is marked as Resolved without a reply.
by chulett
Sat Jun 07, 2014 5:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bulk orchestrate import of table definitions
Replies: 17
Views: 6105

On the topic of the dsenv information, you're probably just missing the proper "source" syntax so that the contents come into your current script's environment. Typically it would be: cd $DSHOME . ./dsenv In other words you cd to where it lives and then "dot space dot slash" it. ...
by chulett
Sat Jun 07, 2014 10:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bulk orchestrate import of table definitions
Replies: 17
Views: 6105

OK, that's good. You might be surprised at how many people don't do that first to ensure they have the syntax working before it gets scripted. And with that working for you, it rules out your installation being any kind of corrupted. Then it would seem you just have an 'environment' issue and those ...
by chulett
Sat Jun 07, 2014 10:38 am
Forum: General
Topic: Start Loop Activity with List Loop does not show the items
Replies: 4
Views: 2644

You can certainly arrange to have any of that information written to the log but as noted, except for what Ray mentioned, it's not there by default.
by chulett
Sat Jun 07, 2014 7:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bulk orchestrate import of table definitions
Replies: 17
Views: 6105

lewap02 wrote:Could this mean that my DataStage installation is somehow corrupted?
I doubt it. Have you tried / been able to do an import from the command line manually, as in outside of your script?
by chulett
Fri Jun 06, 2014 11:00 pm
Forum: General
Topic: Start Loop Activity with List Loop does not show the items
Replies: 4
Views: 2644

This is expected functionality.
by chulett
Fri Jun 06, 2014 2:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Eliminating Similar rows
Replies: 6
Views: 1696

Of the four columns in your example, which are the "key" columns? Or if those are all key columns are there other columns in the record? If "similar" records means "exactly the same" records then you can do as ssnegi posted. If, however, your key fields are a subset of ...
by chulett
Fri Jun 06, 2014 1:23 pm
Forum: General
Topic: Choosing right ETL tool to build new DW enviroinment
Replies: 5
Views: 2853

But isn't ODI more of an ELT tool and built around PL/SQL or am I thinking of something else?
by chulett
Fri Jun 06, 2014 6:53 am
Forum: General
Topic: Choosing right ETL tool to build new DW enviroinment
Replies: 5
Views: 2853

Interesting... you must be a new incarnation of Cherry as you've posted here 107 other times since 2005 asking questions about a tool you don't have. :wink: As Ray notes, it certainly is one of the tools out there that could handle your volume. If you don't mind paying someone to have done the resea...
by chulett
Thu Jun 05, 2014 8:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Non-Padded Timestamp Format
Replies: 13
Views: 3547

Well... it seems we already have the shenanigans. :wink:
by chulett
Thu Jun 05, 2014 3:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Non-Padded Timestamp Format
Replies: 13
Views: 3547

Or we could just work on finding a proper solution.
by chulett
Thu Jun 05, 2014 3:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Non-Padded Timestamp Format
Replies: 13
Views: 3547

Well, that sucks. According to the documentation what Mike thought turns out to still be true - those "variable width" time formats are only valid for the import operator. "Where indicated the tags can represent variable-fields on import, export, or both. Variable-width date elements ...
by chulett
Thu Jun 05, 2014 1:34 pm
Forum: General
Topic: Migration from 7.5 to 9.1
Replies: 2
Views: 1100

Some quick answers... 1. They will import directly and should not have to change. 2. See #1. 3. I don't recall it being deprecated, would be shocked if it is any kind of gone. 4. See #1. 5. It's as straight forward as that. 6. Yes. Was going to write up something more comprehensive but let's just le...