Search found 719 matches

by karthi_gana
Fri Mar 23, 2012 3:29 am
Forum: General
Topic: issue on CLEAR.FILE
Replies: 11
Views: 4252

Re: issue on CLEAR.FILE

$ chmod 777 -R RT_LOG2451
chmod: -R: not found [No such file or directory]
chmod: RT_LOG2451: cannot change mode [Operation not permitted]

It seems like i don't have the access to execute CHMOD command.
by karthi_gana
Wed Mar 21, 2012 4:35 am
Forum: General
Topic: issue on CLEAR.FILE
Replies: 11
Views: 4252

Re: issue on CLEAR.FILE

I just tried this one too.

>LOGTO UV
>CLEAR.FILE RT_LOG2451
Unable to clear file RT_LOG2451.
File name = Change_Capture_Test
Unable to clear file Filter_Stage.
File name =
>
by karthi_gana
Wed Mar 21, 2012 4:33 am
Forum: General
Topic: issue on CLEAR.FILE
Replies: 11
Views: 4252

Re: issue on CLEAR.FILE

what is the exact difference between RT_LOG and RT_STATUS table?
by karthi_gana
Wed Mar 21, 2012 4:32 am
Forum: General
Topic: issue on CLEAR.FILE
Replies: 11
Views: 4252

issue on CLEAR.FILE

All, I just tried to clear the log by using CLEAR.FILE command as below. . ./dsenv bin/uvsh logto <my project> LIST DS_JOBS Change_Capture_Test got the job id CLEAR.FILE RT_LOG<above jobid> >clear.file RT_LOG2451 CLEAR.FILE attempt on read-only file. ** CLEAR.FILE processing aborted. ** it seems lik...
by karthi_gana
Tue Mar 20, 2012 1:53 am
Forum: General
Topic: BATCH JOB & CSV File
Replies: 10
Views: 3296

Sure.

Now...If i don't have KBA and if i want to implement the same in parallel job itself instead of using server job with KBA routines...how should i achieve this?
by karthi_gana
Mon Mar 19, 2012 1:51 am
Forum: General
Topic: BATCH JOB & CSV File
Replies: 10
Views: 3296

yes. You are right! DEFFUN KBAJobControl(A) Calling "DSU.KBAJobControl" DEFFUN KBAGetParameterArray(A) Calling 'DSU.KBAGetParameterArray' DEFFUN KBAGetParam(A,B) Calling "DSU.KBAGetParam" SystemType = (IF SYSTEM(91) = 0 THEN "UNIX" ELSE "NT") ParameterArray = ...
by karthi_gana
Sun Mar 18, 2012 11:11 pm
Forum: General
Topic: BATCH JOB & CSV File
Replies: 10
Views: 3296

BATCH JOB & CSV File

All, We are using the server job to execute the parallel jobs which we designed. The server job will contain only the annotation. We declared a parameter called "ParameterName" (may be any name) and assigned the path of .CSV file which internally have the job names as below. Job Name Contr...
by karthi_gana
Fri Mar 16, 2012 3:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: orchgeneral,orchsort,orchstats
Replies: 3
Views: 1816

can you tell me what kind of stuff those modules wil do? where i can find more information about those ?
by karthi_gana
Thu Mar 15, 2012 11:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parsing .apt file
Replies: 2
Views: 1476

Re: Parsing .apt file

I guess, by default, the datastage job will use the default.apt file to execute the job. If we want to force the datastage to use the new one, we have to create a new environment variable which will point the newly created .apt file and then the same should be added in the job to utilize the new .ap...
by karthi_gana
Thu Mar 15, 2012 11:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: conductor -uname
Replies: 5
Views: 2977

conductor -uname

I dont understand the below one from the director log.

main_program: conductor uname: -s=Linux; -r=2.6.18-92.1.10.el5; -v=#1 SMP Wed Jul 23 03:56:11 EDT 2008; -n=xxxxxxx001; -m=x86_64

what is the usage of this command?

SMP = Single Mode Processor ?
by karthi_gana
Thu Mar 15, 2012 10:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: orchgeneral,orchsort,orchstats
Replies: 3
Views: 1816

orchgeneral,orchsort,orchstats

I can see the below one in all the job log.
main_program: orchgeneral: loaded
orchsort: loaded
orchstats: loaded
what are they ? what they will do? why are they used in all the jobs?
by karthi_gana
Thu Mar 15, 2012 10:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parsing .apt file
Replies: 2
Views: 1476

Parsing .apt file

All,

In pur project, we use the configuration file which has by default 3 nodes. I have just created a new .apt file with 6 nodes. I would like to use the new one for my new job. How?

I have also searched here to do this. I just heard that we have to "parse the new .apt file". what it is?
by karthi_gana
Sat Mar 10, 2012 12:11 am
Forum: General
Topic: Core usage of UV account
Replies: 9
Views: 4317

Going back to my oruginal question,

what exactly is the usage of UV account? say for example we can't perform something without this account.
by karthi_gana
Sat Mar 10, 2012 12:10 am
Forum: General
Topic: Core usage of UV account
Replies: 9
Views: 4317

It seems like we will log into UV account in two ways.

LOGTO UV

or

CONNECT localuv

right?
by karthi_gana
Thu Mar 08, 2012 2:07 am
Forum: General
Topic: Core usage of UV account
Replies: 9
Views: 4317

ray.wurlod wrote: "system tables"
do you mean VOC and DS_ tables ?