Search found 42189 matches

by chulett
Tue Jul 21, 2009 9:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with dsjob command...
Replies: 7
Views: 2447

I'd also add a suggestion to not set Run_Stat that way but instead run the command directly and then capture $? and see if that changes things.
by chulett
Tue Jul 21, 2009 9:17 am
Forum: General
Topic: XML Output Stage Not Generating XML File
Replies: 5
Views: 1866

This typically means your XPath Expressions are not correct. How were they generated - from an xsd or manually? Can you post some samples of what you are trying to generate and the XPath Expressions you are using?
by chulett
Tue Jul 21, 2009 7:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to Open Datastage Manager
Replies: 5
Views: 1577

If this happens to just you and no-one else, then I would suggest a complete removal of the existing client and a reinstall. If it happens to everyone, then bigger issues are afoot.
by chulett
Tue Jul 21, 2009 5:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to import DB2 table definition
Replies: 2
Views: 1580

Please post the complete, unedited error message that you receive.
by chulett
Tue Jul 21, 2009 5:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: lookup Failed !!
Replies: 15
Views: 4615

A hashed file lookup fails when the key values don't match exactly and it is typically something like trailing spaces on one side or the other that do people in. As noted, triple-check your values.
by chulett
Tue Jul 21, 2009 5:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI_INVALID_HANDLE with NLS Mapping
Replies: 14
Views: 8019

Not necessarily an NLS issue, at least not yet. Any chance you are moving any kind of "LOB" data in the job? It is not supported and can generate that error, hence the question.
by chulett
Tue Jul 21, 2009 5:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Difference in ORAOCI read result between Oracle 9i and 11g
Replies: 11
Views: 6360

Hkonishi wrote:Q5) Oracle client version on DataStage server?
A5) No Oracle client was installed on to our DS server at this stage. We are now planning to install 10g client by the end of this year.
Not possible. The OCI stages do not function without an Oracle client installed on the DataStage server. FYI.
by chulett
Tue Jul 21, 2009 5:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CRITICAL ERROR!!!!
Replies: 6
Views: 3593

Something that says "CRITICAL ERROR! Notify the system administrator" should be reported to your admin and then they in turn will need to contact your official support provider.
by chulett
Tue Jul 21, 2009 5:19 am
Forum: General
Topic: Difference between a .dsx file and .xml file
Replies: 6
Views: 3204

There is an extra step needed when importing a .xml export file, it will first be converted to .dsx 'under the covers' automatically and then imported. This conversion can be... lengthy. FYI.
by chulett
Mon Jul 20, 2009 10:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unique Number for each record
Replies: 5
Views: 1684

Ugh... the moment you put any 'intelligence' or 'business logic' into a surrogate key it is no longer a true surrogate. Why the desire to include the date/time information? Are you doing this so the incremented portion can start over from 1 each load? :?
by chulett
Mon Jul 20, 2009 9:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issues with SCD & CDC?
Replies: 5
Views: 2059

I would think that your business rules re: duplicate records would drive the solution. Are all processed? Only the first one encountered? Only the last / most recent record? The answer would affect the solution.
by chulett
Mon Jul 20, 2009 4:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem while reading entire file
Replies: 7
Views: 3309

And adding it at the Project level will immediately affect all jobs in that project, depending on what you use as its default value.
by chulett
Mon Jul 20, 2009 4:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Difference in ORAOCI read result between Oracle 9i and 11g
Replies: 11
Views: 6360

Well, then... I've seen something like this and it was a bug that getting a newer version of the Oracle client solved. Maybe not exactly this. :wink:
by chulett
Mon Jul 20, 2009 3:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CDC is capable without primary key
Replies: 13
Views: 7490

To Kunal, since it's a related discussion, I would opt for posting my queries in this thread itself rather than creating lots of threads under same topic. What do you say? Related != same. We ask people to start their own topics even for allegedly 'related' questions for multiple reasons, including...