Search found 5168 matches

by kumar_s
Fri Oct 20, 2006 12:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Server Job - Performance Issue
Replies: 15
Views: 6990

Try to monitor the CPU usage of your server when you run this job. For initial load (or atleast for testing) change the update action to Insert and drop indeces in the target table (if you have any) before loading the data. If you database and datastage are of different server, check for network con...
by kumar_s
Fri Oct 20, 2006 12:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join Stage Retains Deleted Duplicate Columns
Replies: 8
Views: 1775

Force compile will do the magic for those jobs where design is copied. RCP can be siwtched off for the whole job as well.
by kumar_s
Fri Oct 20, 2006 12:37 am
Forum: General
Topic: Ship Date, *Stage 8.0
Replies: 7
Views: 4504

Even DataStage Server Edition version 8.0 doesn't have a Universe engine.

Humm... Then just just XML pack installaion for upgrade wont do the wonder, as told by the product manager or someone.
by kumar_s
Fri Oct 20, 2006 12:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transformer_0: Internal error: function 'row_to_external()'
Replies: 4
Views: 1260

row_to_external() should refert to the ftp interface. Try to write it in to a sequential file. And check if there is any thing unexpected. Later try to ftp the same file from command prompt and check if you find any difficulty in that.
by kumar_s
Fri Oct 20, 2006 12:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how can we reset a datastage job using datastage coding
Replies: 7
Views: 8704

If you are using DsRunJob(), ther is a run mode DSJ.RUNRESET.
by kumar_s
Thu Oct 19, 2006 4:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transformer_0: Internal error: function 'row_to_external()'
Replies: 4
Views: 1260

Check for the data, if Null or any ^M is been passed.
by kumar_s
Thu Oct 19, 2006 4:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Advice on generating OSH script
Replies: 10
Views: 3738

You can leverage the Creation of Jobs from Templates, if you need to create many similar jobs.
by kumar_s
Thu Oct 19, 2006 4:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RE:Error
Replies: 4
Views: 1042

Hope all these question were not Interview question. :wink:
by kumar_s
Thu Oct 19, 2006 3:58 am
Forum: General
Topic: Port No used by Datastage?
Replies: 3
Views: 2424

Version 5 onwards.
by kumar_s
Thu Oct 19, 2006 3:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: performance issue with Oracle OCI stage
Replies: 2
Views: 935

Large volume of data will consume time, but you can aproach the data to load in parallel streams by dividing the input data into parallel similar stream. If you add index on the key in which the look is made in target, it may increase some performace while finding the record for Update or insert. Bu...
by kumar_s
Thu Oct 19, 2006 3:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Operator Role problem
Replies: 13
Views: 3254

userasif - Either If you dont find any jobs or if they are not compiled, you may not see the options to run the jobs. So check if you were able to find the jobs using other User id.
If not even in other user id, you may need to Reindex your project.
by kumar_s
Thu Oct 19, 2006 3:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deleting from source
Replies: 7
Views: 1479

But you can try to have a ORDER BY class or a Aggregator in the job to check if the lock be released, so that you can delete in the same job.
by kumar_s
Thu Oct 19, 2006 3:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Want to delete the records giving specific date range
Replies: 12
Views: 3728

You can see his message if you click here and proceed further.
For the date issue, if or using user defined SQL use TO_DATE() funciton, else convert into requried fromat in Datastage Transformer.
by kumar_s
Thu Oct 19, 2006 3:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Importing and Running an Oracle Stored Procedure
Replies: 10
Views: 4800

If you are using ODBC stage, and using Call StroredProcedure, just pass some dummy argument. And you need to chagne your stored procedure to include one input argument to be present. You can just use a transformer with out any input, or another database stage, which pass some dummy value from its ex...
by kumar_s
Thu Oct 19, 2006 3:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Maximum and Minimum JOBNO in a project
Replies: 9
Views: 2132

chulett wrote:Detail Suppression. Run the query with and without and you shall see, my young Padawan.

Thats obvious from you, Jedi Master.