Search found 41 matches

by adasgupta123
Thu Mar 21, 2013 4:49 am
Forum: General
Topic: Need to display stage run time in job log
Replies: 0
Views: 1052

Need to display stage run time in job log

Hi ,

Can any one please let me know which environment variable can be used to make the DataStage job log display the amount of time a particular stage consumes during a job run ?

Thanks and Regards

Avik Dasgupta
by adasgupta123
Thu Mar 01, 2012 1:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-00060 dead lock detected,Oracle stage run sequentially
Replies: 3
Views: 2673

ORA-00060 dead lock detected,Oracle stage run sequentially

Hi , I am having a job where a table is being updated in a Oracle connector stage. The error the job is throwing : ORA-00060 dead lock detected while waiting resource The oracle connector stage is run in sequential mode and the array size is set 1 to avoid the duplicate delete key problem.Even after...
by adasgupta123
Thu Jan 12, 2012 6:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not finding Transaction rollback option in Oracle connector
Replies: 1
Views: 2005

Not finding Transaction rollback option in Oracle connector

Hi , In my job I am inserting some records to a oracle table using Oracle connector stage.Requirement is that either all records are inserted successfully or the the entire transaction is rolled back.For example : I have 4 records to insert ,one of them violates unique constrain.In this case the ent...
by adasgupta123
Wed Dec 07, 2011 2:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequentila file read error
Replies: 1
Views: 1111

Sequentila file read error

Hi , In the job we are using sequential file stage to read data.Number of readers per node is defined as 24. Now it is throwing the error message : Cannnot use multiple readers :The file lentgh is not a multiple of record length. Should I make "Number of readers per node " =1 ? Please let ...
by adasgupta123
Mon Oct 31, 2011 6:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while using orchadmin utility
Replies: 9
Views: 9616

In addition to that :

When I ran the same command as dsadm user ,it worked perfectly
by adasgupta123
Mon Oct 31, 2011 3:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while using orchadmin utility
Replies: 9
Views: 9616

Hi , I set the value of APT_CONFIG_FILE variable to apt file for the project. I also sourced the dsenv file.I followed the same process while working in Datastage 8.1 environment and that worked perfectly there.I am facing the problem in the 8.5 environment only which is newly set up.Is there any po...
by adasgupta123
Fri Oct 28, 2011 1:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while using orchadmin utility
Replies: 9
Views: 9616

Error while using orchadmin utility

Hi , I am trying to read a dataset from command line using orchadmin utility. I am able to successfully execute the "describe" command .But whenver I am using the orchadmin utility to dump the content of the dataset I getting error. This is the command I am executing : orchadmin dump /u/In...
by adasgupta123
Fri Sep 30, 2011 12:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change capture stage producing conflicting output
Replies: 5
Views: 3534

Change capture stage producing conflicting output

Hi , I have a job where there are two input datasets which act as before and after dataset for a change capture stage.Output of the change capture stage is stored in a dataset.The two input links of change capture stage are sorted and hash partitioned on the key column. The job is part of a sequence...
by adasgupta123
Thu Sep 15, 2011 5:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hash partitioning on the same subset key
Replies: 4
Views: 2339

Hi Roland ,

Thanks a lot

Regards

Avik
by adasgupta123
Thu Sep 15, 2011 5:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hash partitioning on the same subset key
Replies: 4
Views: 2339

Hi Roland, Thanks for your explanation .I got your point. There is another similar scenario ,the only difference is the second stage is aggregator stage.That means the remove duplicate and aggregator stage are placed side by side .The key for the first stage is A,B columns and for second stage is B....
by adasgupta123
Thu Sep 15, 2011 3:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hash partitioning on the same subset key
Replies: 4
Views: 2339

Hash partitioning on the same subset key

Hi , In my job two stages - remove duplicate and join stage are placed side by side. I have done key based hash partitioning for the first stage (remove duplicate).The key for the first stage(remove duplicate) is columns A and B.For the next join stage the key is B. My query is do I need to again re...
by adasgupta123
Thu Aug 25, 2011 4:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Connector error while writing records to DB2 table
Replies: 0
Views: 2755

DB2 Connector error while writing records to DB2 table

Hi , We have a job which reads data from a dataset and writes to DB2 table.We have used DB2 connector stage.The number of records is bit high ,more than 3000000. The job is running for more than half an hour before it is aborting .Following is error message it is throwing : Str_Item_Fcst_Parm_DBCon:...
by adasgupta123
Thu Aug 18, 2011 6:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error message :Failure during execution of operator logi
Replies: 5
Views: 3965

Error message :Failure during execution of operator logi

Hi , I am having a job which consists of 5 lookup stages ,5 transformer stages,2 input datasets and one output dataset.One of the input datasets is having 5049590records and another one is having 0 records. The job is throwing following run time error ; Failure during execution of operator logic Sho...
by adasgupta123
Thu Aug 18, 2011 5:49 am
Forum: General
Topic: Job Migration issue from release 8.1 to 8.5
Replies: 2
Views: 1640

Job Migration issue from release 8.1 to 8.5

Hi , We developed datastage jobs in Datastage Release 8.1 in development environment.Now we are are planning to export the jobs to QA environment which is Datastage Release 8.5. By general rule it should be backward compatible.I need to know if there are any aspects which we need to take care of . T...
by adasgupta123
Sun Dec 23, 2007 12:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to connect to DB2 through Enterprise stage
Replies: 0
Views: 870

Not able to connect to DB2 through Enterprise stage

Hi all, previously my data stage server was connecting to a db2 8 server.Recently new db2 database(version 9) have been installed with the seperate db2 instance in the same machine where db2 8 was installed.So currently 2 database instances running in the same machine. The db2 client which is instal...