i 10 jobs first two jobs are runing in 2nodes,next 2 jobs
are running in 4 nodes, next 4 jobs are running in 6 nodes
and the remaining jobs are running on 10 nodes. how to
change the node configuration?
Answers were Sorted based on User's Feedback
First create 4 Configuration files(2 Node, 4 Node 6 Node and 10 Node config files).
And add the environment variable($APT_CONFIG_FILE) to all the jobs in the job Properties.
-->For first2 jobs: Assign the 2 Node configuration file path to the $APT_CONFIG_FILE variable in Job properties.
-->For next 2 jobs: Assign the 4 Node configuration file path to the $APT_CONFIG_FILE variable in Job properties.
do this for all jobs.
Bsed on this config file setting, Jobs will pick required Config file in runtime.
| Is This Answer Correct ? | 4 Yes | 0 No |
i have a job with 3 possibiliies finish with ststus ok abbort warning how do you handle these 3 in job sequence? explain the situation where you have appiled scd in your project? chandu
in datastage interview qustion source target ------- ------- 12345 1 2 3 4 5
Can you explain link buffering?
Hi guys, please design a job with derivation(solution). write exact conditions. My requirement Source table emp_no qualification 1 a 1 c 2 a 3 c 3 b Target table emp_no qualification 1 b 2 b 2 c 3 a Here every employer have three qualifications i.e a,b and c. what ever source table dont have some qualification, that will be move to target table. Like above. Hope u get the point. Thanks.
what is .dsx files
How can we run same job in 1 day 2 times
How a source file is populated?
How do you reject records in a transformer?
In my project source data comes from MAINFRAME in files.so,This time data is coming as a binary file...I know for binary data we use Complex flat file stage..I have used it also..but on 'view data' data is not coming correctly..as it in MAINFRAME.give me some ideas..
how to find no.of records in sequntial file itself?
how to connect source to db?generally what r stages u used? how to find the data is having delimiter format?
explain unit testing,systemtesting,integrated testing