Search found 42189 matches

by chulett
Tue Oct 23, 2007 7:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential file reading to DB2 vs Oracle issue
Replies: 3
Views: 1117

That really doesn't make much sense, I suspect there is a key piece of information missing. Have you looked at the job's log after it completes, are they any warnings posted to it? What is your Update Action in the OCI stage?
by chulett
Tue Oct 23, 2007 6:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential file reading to DB2 vs Oracle issue
Replies: 3
Views: 1117

So... do you have an FTP issue or a job issue? :?

Have you compared the files to ensure they are identical after the transfer? How exactly are you performing the FTP - script, manually, FTP stage?
by chulett
Tue Oct 23, 2007 6:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to connect database from datastage
Replies: 4
Views: 3235

Have you used the OCI stage before this and are just having an issue with one table / connection - or is this the first time you are attempting to do this in DataStage? If the first time, the implication (at a bare minimum) is you haven't configured DataStage for Oracle. Worst case, it can mean you...
by chulett
Tue Oct 23, 2007 6:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Where can I enable the NLS setting???
Replies: 14
Views: 6096

Are you absolutely certain you need to do this? :?
by chulett
Tue Oct 23, 2007 6:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Exporting the Project: read only items were ignored problem
Replies: 7
Views: 1500

So... export the Read Only objects as well if you need them.
by chulett
Tue Oct 23, 2007 6:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routine is not cataloged
Replies: 13
Views: 8469

It is supplied as part of the standard install. However, it sounds like someone has futzed around and created a 'User Defined' version of it as well, seemingly with the same name - not exactly what I would call a Best Practice. :?
by chulett
Tue Oct 23, 2007 6:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reverse Pivot in Parallel Jobs (DS8) ?
Replies: 7
Views: 5494

Perhaps you can take some comfort from the fact that, from what I recall, the 8.1 release will have a stage (stages?) that will support both pivot 'directions'.
by chulett
Tue Oct 23, 2007 6:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML parsing using XML_Plugin
Replies: 4
Views: 1392

Re: XML parsing using XML_Plugin

As noted, it is very hard to understand what exactly you are trying to do and what your problem is. However... in above structure i want to pass whole xml and type attribute to trnasfomer so how can i do that .... wht will be the xpath/derivation for the same in XML pluign before transformer ?or an...
by chulett
Tue Oct 23, 2007 6:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Preclude direct parallel loading unless an index option
Replies: 2
Views: 5270

On top of that, have a chat with your DBA on the subject as well.
by chulett
Mon Oct 22, 2007 11:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we define breakpoint only at warning point?
Replies: 3
Views: 1016

You'd have to tell us what is different about your last record.
by chulett
Mon Oct 22, 2007 7:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC Connectivity problem
Replies: 2
Views: 1225

a) Welcome!

b) Why not use OCI?

c) Post your entries from both files.
by chulett
Mon Oct 22, 2007 7:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Touch File mechanism
Replies: 8
Views: 4324

The 'semaphore' file would need to be touched into existance on the DataStage server for it to be of any easy use. Otherwise, you'd need to use another mechanism to poll for its arrival.
by chulett
Mon Oct 22, 2007 7:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: can update one row at a time.Help me pls
Replies: 5
Views: 3819

Re: can update one row at a time.Help me pls

LoadCur.CTransformerStage25.Lnk_SQL_Upmedia: DSD.BCIPut call to SQLExecute returned informational message. SQLSTATE=01004, DBMS.CODE=0 [Ardent][SQL Client][ODBC][Microsoft][ODBC SQL Server Driver] Fractional truncation There's no problem updating more than one row at a time and it will happen autom...
by chulett
Mon Oct 22, 2007 7:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we define breakpoint only at warning point?
Replies: 3
Views: 1016

You're probably better off changing the Link Tracing Level on the Inputs Properties tab of the FTP stage and seeing what gets logged when the job runs rather than trying to debug something like that. Put your cursor in the field and then click Property Help to see the additive values you can use the...
by chulett
Mon Oct 22, 2007 7:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing parameters in Execute cmd stage
Replies: 4
Views: 1921

:? 'ksh' is fine by itself, no need for the '-x' option.