Search found 42189 matches

by chulett
Tue Feb 23, 2010 5:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle date format OCI returns
Replies: 8
Views: 3526

What level did you check? There are three places it can be set with each overriding the other - database, session, client - hence the question.
by chulett
Tue Feb 23, 2010 1:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle date format OCI returns
Replies: 8
Views: 3526

Check the NLS_DATE_FORMAT settings of the two databases.
by chulett
Tue Feb 23, 2010 11:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple environments - same project
Replies: 15
Views: 4015

So, are you saying that the only environment where the jobs will be multi-instance would be test/uat? A little lost here on exactly what you are proposing. :?
by chulett
Tue Feb 23, 2010 11:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unable to delete datasets
Replies: 3
Views: 2452

It uses the information in the descriptor to know where all the actual dataset files are located that need deleting.

Please mark your post as Resolved using the button at the top of the page! :wink:
by chulett
Tue Feb 23, 2010 11:24 am
Forum: General
Topic: SQL Builder puts datastore name in select
Replies: 5
Views: 2099

Interesting. Could be a bug with the stage.
by chulett
Tue Feb 23, 2010 10:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unable to delete datasets
Replies: 3
Views: 2452

Are you pointing it to the actual descriptor file (the one that ends with .ds) and the dataset itself? It needs to be the former.
by chulett
Tue Feb 23, 2010 10:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML not processing records
Replies: 10
Views: 4110

Can you post a representative snippet of the actual XML and your corresponding XPath Expressions? That would help a lot. When you do, let us know which you've marked as the repetition element.
by chulett
Tue Feb 23, 2010 10:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: export jobs from server side
Replies: 6
Views: 2466

From what I've read here, you really need 8.1.1 for complete istool functionality. And perhaps another patch on top of that, not sure.
by chulett
Tue Feb 23, 2010 10:12 am
Forum: General
Topic: SQL Builder puts datastore name in select
Replies: 5
Views: 2099

No clue about DB2 but importing the table metadata without specifying the "fully qualified" option worked better for me with the Oracle stages. That and I never use the SQL Builder option. :wink:
by chulett
Tue Feb 23, 2010 9:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of stage job.transformer detected
Replies: 4
Views: 3234

You really should start your own post. Just how "same" is your same issue? Are you on the 7.x release on Windows, for example? Server job?
by chulett
Tue Feb 23, 2010 8:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple environments - same project
Replies: 15
Views: 4015

Making everything multi-instance rather than simply creating a new project per 'environment' is a less than optimal solution. IMHO.
by chulett
Tue Feb 23, 2010 8:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple xpaths for single field in XML Ouput Description
Replies: 3
Views: 1137

Ernie doesn't need "simple words", he just needs something that illustrates what it is you are trying to do a little better. :!: Why in the world did you feel the need to post your question again? Please delete it before someone replies to it so we can keep a single conversation going. Here.
by chulett
Tue Feb 23, 2010 8:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job error
Replies: 11
Views: 2588

That's actually the batch file the Notification Stage automatically generates and then deletes afterwards. I'd start with your 'SubMasterLoad' job which is probably a Sequence job. Of course, a direct call DSSendMail would also create it.
by chulett
Tue Feb 23, 2010 6:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML not processing records
Replies: 10
Views: 4110

Typically this is an XPath Expressions issue where they don't match the source properly. Can you post some of the gory details of what you are doing, please?