Search found 42189 matches

by chulett
Fri Jun 19, 2009 7:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Parm in SQL statement of ODBC Connector
Replies: 5
Views: 1477

I don't see anything wrong and simply using a job parameter more than once in the sql should not be an issue. However, connectors are new and this very well could be a bug. Suggest you contact your official support provider and then let us know what comes of it.
by chulett
Fri Jun 19, 2009 6:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error in job log
Replies: 22
Views: 4550

You need to correct your job design. Something is wrong if your hashed lookup is supposed to get you updates and then they're not found in the target database. :?
by chulett
Fri Jun 19, 2009 6:49 am
Forum: General
Topic: ds and oracle
Replies: 1
Views: 1368

Being 'native' stages, both of the Oracle stages require the Oracle client to be installed on the DataStage server.
by chulett
Fri Jun 19, 2009 6:47 am
Forum: IBM QualityStage
Topic: Creating Custom Rule Sets in Quality stage
Replies: 0
Views: 1190

Please repost this in the proper forum, i.e. the QualityStage forum.

*Note - Topic relocated - Content Editor*
by chulett
Thu Jun 18, 2009 10:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: server jobs
Replies: 2
Views: 998

Still not a doing a very good job of choosing post titles. :?

I honestly cannot follow your description. Can we try again please, rephrase your requirements and (ideally) include some examples of the contents of these two flat files?
by chulett
Thu Jun 18, 2009 10:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Splitting Single column value to three columns
Replies: 14
Views: 5682

Right... but realize the people that have it will use it and those that don't will post topics like this.
by chulett
Thu Jun 18, 2009 10:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to log in IBM Datastage after reboot of server
Replies: 30
Views: 20714

Do you mean the drop-down list of projects when connecting to Designer? Because there's no drop-down list of projects in Designer. There is drop down list of projects in Designer,probably you are confusing to Aministrator..otherwise how to log to particular project.. :? You're missing the differenc...
by chulett
Thu Jun 18, 2009 5:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to find the job run times?
Replies: 6
Views: 2003

Not sure where the RT_CONFIGnnn mention came from, but good point about the two sources - RT_STATUSnnn for the most recent information (which seems to be all that is needed here) and RT_LOGnnn for runs as far back as you have logs.
by chulett
Thu Jun 18, 2009 4:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading XML messages from MQ...
Replies: 5
Views: 1808

An "xsd" is an "XML Schema Definition" and there are all kinds of resources out there for you to learn about them, including this site and many books. You would typically get this from the vendor or provider of the XML and is not something you attempt to build yourself... unless,...
by chulett
Thu Jun 18, 2009 4:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Link Partitioner Hashing Algorithm Question
Replies: 3
Views: 1459

Re: Link Partitioner Hashing Algorithm Question

:idea: Use 'code' tags to preserve whitespace and liberal use of the Preview function combined with editing to adjust for the proportional font being used:

Code: Select all

         |---------->tgt
Src---->Part-------->tgt
         |---------->tgt
by chulett
Thu Jun 18, 2009 4:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: query in server jobs
Replies: 4
Views: 1024

From my reading of the post, the source was DB2 but is now flat files.
by chulett
Thu Jun 18, 2009 3:29 pm
Forum: General
Topic: 8.1 Client connections limit?
Replies: 2
Views: 2146

Yah! Working now... thanks.
by chulett
Thu Jun 18, 2009 3:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: stored procedure
Replies: 6
Views: 2205

Why not try putting them in the After SQL tab of your last stage?