Search found 85 matches

by vigneshra
Thu Dec 29, 2005 9:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in job connecting to DB2UDB
Replies: 6
Views: 2846

Ray, When I verified with DBA, they say that the file is having read permission to everyone. I myself verified and found that it is having read permission to all. Also, the job runs successfully when it is rerun for the second time. So I am confused if it is an interface issue. If multiple processes...
by vigneshra
Wed Dec 28, 2005 3:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in job connecting to DB2UDB
Replies: 6
Views: 2846

Error in job connecting to DB2UDB

Hi Whenever we try to run some jobs, they abend with the following message "The file `/db2home/sqllib/db2nodes.cfg' must exist and be readable by all users!" But on the second or third rerun, they complete successfully. This does not happen to all the jobs and not during all the runs but t...
by vigneshra
Fri Dec 09, 2005 10:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error with shared container
Replies: 1
Views: 1244

Error with shared container

Hi One of our jobs which is calling a shared container to generate a sequence number aborts frequently with the following warning and error messages. SCGenSeqNo.db2API_Max_Seq,0: Logging delayed metadata. SCGenSeqNo.db2API_Max_Seq,0: Requesting delayed metadata. SCGenSeqNo.db2API_Max_Seq,0: Failure ...
by vigneshra
Wed Oct 19, 2005 1:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Extraction - non-collocated joins
Replies: 3
Views: 1305

Ray,

So you mean to say that we need to repartition the table to make collocated. Or otherwise we need to create one more table which is partitioned on the required keys and then move all the records from the original table to this table and do a join. Am i right?
by vigneshra
Mon Oct 17, 2005 5:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Merge Stage
Replies: 4
Views: 1159

Hi Yogesh,

Check your metadata definitions in your job. Also since the number of records is just around 300-400, you can click view data in the stage and see if the columns are populated correctly in each of the records. I think this will help you.
by vigneshra
Mon Oct 17, 2005 5:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: combining two tables in Datastage
Replies: 4
Views: 2592

Hi Prashanth,

This question does not need a separate post as you have ample number of posts in the same forum. Use the search in this forum and get enlightened :)
by vigneshra
Mon Oct 17, 2005 3:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Extraction - non-collocated joins
Replies: 3
Views: 1305

Parallel Extraction - non-collocated joins

Hello Everyone, I have a question here. Say, we are having 2 huge tables (each having around 700 millions of records). One table is partitioned on column1 where as another table is partitioned on column2. Is it advisable to do a parallel extraction from a query that joins these two tables (which is ...
by vigneshra
Wed Oct 05, 2005 4:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mq stage
Replies: 3
Views: 1616

Hi Everyone, We have a requirement. we are extracting and processing data from DB2 database. After processing the records are to be fed into MQ as messages. The volume will be around 2-10 millions. Is there a workable solution for this in DataStage? Also is there anybody who has implemented this suc...
by vigneshra
Mon Jun 20, 2005 6:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: About Post-job server subroutine
Replies: 2
Views: 831

Hi Arnd,

Thank you very much for the info. This would be of great help to our project.
by vigneshra
Mon Jun 20, 2005 5:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: About Post-job server subroutine
Replies: 2
Views: 831

About Post-job server subroutine

Hi We are having an after-job subroutine that creates the job run report in the needed format. In our project we are having nearly 100 jobs, few are independent and few are dependent on each other. The doubt I have is that all the jobs are accessing the same after-job subroutine to generate the repo...
by vigneshra
Mon Apr 18, 2005 7:10 am
Forum: General
Topic: Can we use DSOpenProject, DSOpenJob in basic routines?
Replies: 3
Views: 2870

Can we use DSOpenProject, DSOpenJob in basic routines?

Hi We tried to use the functions DSOpenProject, DSOpenJob and DSCloseJob in the basic routines but on compilation, it is returning the following error: Array 'DSOpenProject' never dimensioned. Array 'DSOpenJob' never dimensioned. Array 'DSCloseJob' never dimensioned. 3 Errors detected, No Object Cod...
by vigneshra
Sun Apr 10, 2005 5:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capturing Job Information? Pls Help asap!
Replies: 9
Views: 4418

Roy and Arnd, Thanks for your quick response! To be true, I never tried these DataStage in-built basic routines. I just want to know if these routines can give the details like type of the stage (Transformer, Sorter, Aggregator, etc) and stage-link relationships (like In_Trns is the input link and O...
by vigneshra
Sun Apr 10, 2005 2:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capturing Job Information? Pls Help asap!
Replies: 9
Views: 4418

Capturing Job Information? Pls Help asap!

Hi, In our project, we need to develop an ETL auditing process as a part of ensuring Data Quality. For that we need to develop an automated process (either an ETL job or routine) that captures all information about the jobs under our project. The information are to be stored separately in different ...
by vigneshra
Wed Mar 30, 2005 1:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warnings in join stage
Replies: 5
Views: 3562

Warnings in join stage

Hi We are getting a warning in our job when trying to validate. The warning is as below: JOIN_Records: When checking operator: User inserted sort "{natural="SORT_Guest:InTo_Join_Left.v", synthetic="buffer(0)"}" does not fulfill the sort requirements of the downstream op...
by vigneshra
Tue Mar 15, 2005 2:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference between ON and WHERE clauses in SQL
Replies: 1
Views: 904

Difference between ON and WHERE clauses in SQL

Hi If the join is an inner join, the condition we put in ON clause is equivalent to putting the same condition in WHERE clause but when the condition is left-outer join or right-outer join it differs based on the condition we give. Am I right? For example, if the SQL is like this, Select T1.* from t...