A job is having only 2 stages I/p dataset and target table.Job is taking very long time to load 50 million records.How to improve performance of this job.

Answers were Sorted based on User's Feedback



A job is having only 2 stages I/p dataset and target table.Job is taking very long time to load 50 m..

Answer / tkm

1) Perform a bulk load into the target load.
2) If bulk load is already there, check whether the indexes (if any) in the target table are disabled or not.
3) Maybe you can check the configuration file to check how many nodes it is using and switch to a different configuration file having more number of nodes.

Is This Answer Correct ?    1 Yes 0 No

A job is having only 2 stages I/p dataset and target table.Job is taking very long time to load 50 m..

Answer / datastage4you

You can try to put a copy stage with force=True propertly. It can inhance the performance

http://goo.gl/atN4AT
www.datagenx.net

Is This Answer Correct ?    0 Yes 0 No

A job is having only 2 stages I/p dataset and target table.Job is taking very long time to load 50 m..

Answer / anchalthakran

Check the DataStage Director job log for jobs which do not show job run statistics and confirm whether the following variable is defined:
APT_NO_JOBMON
If APT_NO_JOBMON is defined and set to value of 1 or true, then it will disable job monitoring and process metadata reporting for parallel jobs.

Confirm the JobMonApp process is up and running:
ps -ef | grep JobMonApp

default ports for JobMonApp is : 13400 and 13401

Both ports must be in listen state.

if you are getting this error: Failed to connect to JobMonApp on port 13401" please restart this service.

[root@ibmiis9 ~]# cd /opt/IBM/InformationServer/Server/PXEngine/
[root@ibmiis9 PXEngine]# export APT_ORCHHOME=`pwd`
[root@ibmiis9 PXEngine]# cd java/
[root@ibmiis9 java]# ./jobmoninit stop
JobMonApp has been shut down.
[root@ibmiis9 java]# ./jobmoninit start
JobMonApp has been started.
[root@ibmiis9 java]#

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Data Stage Interview Questions

How to transfer file from one system to another system in UNIX?which command to be use?

4 Answers   Cap Gemini, TCS,


What are routines in datastage?

0 Answers  


Hi, what is use of Macros,functions and Routines..? At what situation you are used. If you know the answer please explain it. Thanks.

0 Answers  


source has 2 fields like COMPANY LOCATION IBM HYD TCS BAN IBM CHE HCL HYD TCS CHE IBM BAN HCL BAN HCL CHE LIKE THIS....... AND I WILL GET THE OUTPUT LIKE THIS.... Company loc count TCS HYD 3 BAN CHE IBM HYD 3 BAN CHE HCL HYD 3 BAN CHE PLZ SEND ME ANSWER FOR THIS QUESTION..........

3 Answers   Patni,


Can you define merge?

0 Answers  






What is difference between 8.1 , 8.5 and 9.1 ?

1 Answers   IBM,


I have a source like file it have Number of records and i want to load without first and last records in target?Datastage?

4 Answers   CSC,


how to use self join using datastage ? can u tell me using stage how can we implemnet the self join

0 Answers  


What is mapping?

3 Answers  


i/p o/p1 o/p2 1 1 4 1 1 5 1 1 6 2 2 2 2 2 2 3 3 4 5 6 how to populates i/p rows into o/p1&o/p2 using datastage stages?and also the same scenario using sql?

8 Answers   IBM,


Differentiate between validated and Compiled in the Datastage?

0 Answers  


i have 4 jobs i want run 1job should run on 1node and 2job runon 2node and.... how to make it possible?

1 Answers  


Categories