Search found 53125 matches

by ray.wurlod
Wed Sep 10, 2014 4:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: need help making generic incremental load job
Replies: 5
Views: 1743

Welcome aboard.

Research "runtime column propagation" (RCP) here, in the manuals or on IBM Knowledge Center
(http://www-01.ibm.com/support/knowledge ... ge_IS.html)
by ray.wurlod
Wed Sep 10, 2014 4:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: C++ Function in Transformer
Replies: 2
Views: 2321

Does the folder in which the library/object exists appear in the PATH when this job is executed? (Check the entry in the job log that contains environment variable values.)
by ray.wurlod
Tue Sep 09, 2014 11:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parent Child Load
Replies: 2
Views: 1266

You might experiment with a Connector with multiple input links, which should give you you ability to create a transaction across all three tables where a particular key value is shared.

But what you are doing will work too.
by ray.wurlod
Tue Sep 09, 2014 5:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple instance Error
Replies: 6
Views: 2058

I agree with Craig. Your symptom strongly suggests that whatever method you are using to request job runs is re-using invocation ID.
by ray.wurlod
Tue Sep 09, 2014 5:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Splitting of tables
Replies: 6
Views: 2006

Copy stage can drop columns - you probably don't need Modify stages for that.
Various options exist for elimination of duplicates or filtering based on dates; investigate the possibilities - some of which have been posted here - and run with whatever works best for you.
by ray.wurlod
Tue Sep 09, 2014 5:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: No updates done on SQL Server using ODBC connector
Replies: 1
Views: 1177

Welcome aboard.

Perhaps you could start with enabling ODBC tracing, to see what actually gets passed "over the wire".
by ray.wurlod
Tue Sep 09, 2014 5:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Single column to multiple
Replies: 7
Views: 3544

Seems to me (based on your example) that the more appropriate delimiter to use in your Field() function is " " rather than ":".
by ray.wurlod
Tue Sep 09, 2014 5:11 pm
Forum: General
Topic: authfile option in dsjob
Replies: 4
Views: 2887

What you have described should work. What specific error message was thrown?
by ray.wurlod
Tue Sep 09, 2014 5:09 pm
Forum: General
Topic: how to rename files after datastage job completed?
Replies: 10
Views: 7538

The UNIX command executed via ExecSH can be anything you can do on the UNIX command line. Therefore, for example, you could construct a pipeline based around a for loop picking up all the files in the directory.
by ray.wurlod
Tue Sep 09, 2014 5:07 pm
Forum: General
Topic: LastrowinGroup function in datastage
Replies: 4
Views: 4363

Have you tried it?

I can't envisage how you would manage the three separate grouping (sorting) requirements.
by ray.wurlod
Mon Sep 08, 2014 11:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Splitting of tables
Replies: 6
Views: 2006

That comes under the heading of consultancy. Which comes at a cost. The way we work here is that you come up with your own design and try it out, and we can then help you work out why it doesn't work, or why it's inefficient, or whatever else you may need help with. But we're NOT here to provide a d...
by ray.wurlod
Mon Sep 08, 2014 10:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle loading error
Replies: 5
Views: 1927

The "orch..." modules you mentioned have nothing to do with Oracle - they have to do with Orchestrate (the parallel execution engine of DataStage). Are you really sure there are no other entries in the job log, and yet the Oracle table gets created? Possibly your logging system has become ...
by ray.wurlod
Mon Sep 08, 2014 4:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple file Loading with file Pattern, Strange Behaviour
Replies: 5
Views: 2206

Are there other files in the folder that match the pattern *.csv ?
by ray.wurlod
Sat Sep 06, 2014 8:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Quickly determining how much resource a job is using
Replies: 2
Views: 1633

DataStage Operations Console, which has the added benefit of preserving history in a database so you can monitor trends.
by ray.wurlod
Sat Sep 06, 2014 8:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connection to HDFS through BDFS Stage
Replies: 5
Views: 3763

Can you check that the Hadoop server is listening (successfully) on port number 9000? This is the next step on from a ping test, which only shows network connectivity. Use netstat and, perhaps, telnet commands to test the port.