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.
Answer Posted / 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 View All Answers
AGGREGATOR default datatype
What is the difference between informatica and datastage?
How to perform incremental load in datastage?
Hi,can any one please mention list of dimension and fact tables for Sales and Distribution System for a Pharmacutical company.
What are transforms and what is the differenece between routines and transforms?
What is the project in datastage?
Field,NVL,INDEX,REPLACE,TRANSLATE,COLESC
What are the steps needed to create a simple basic datastage job?
Explain the datastage parallel extender (px) or enterprise edition (ee)?
What is apt_config in datastage?
Difference between ‘validated ok’ and ‘compiled’ in data stage?
Can you explain kafka connector?
Explain entity, attribute and relationship in datastage?
Can anyone tell me a difficult situation who have handled while creating Datastage jobs?
What are the types of hashed files in data stage