Search found 20 matches

by midhun0077
Fri Nov 21, 2008 10:37 pm
Forum: General
Topic: Validation Issue
Replies: 1
Views: 1204

Validation Issue

Hi all...:) I am facing a strange issue. I have one server job. It has got 4 parameters. TAR_DSN,TAR_PWD,TAR_USER,WORKDIR. The issue is, even if i give wrong parameters(any of the 4 or all the 4) and validate it it will say Validated OK. Initially the password was encrypted. I changed it to string f...
by midhun0077
Thu Nov 20, 2008 11:29 pm
Forum: General
Topic: Getting Triggered Mails
Replies: 1
Views: 1056

Getting Triggered Mails

Hi all, I am getting a lot of triggered mails from one of the projects. It has got my mail id in the administrator. From the logs( from director) i can see the jobs were run last on 16th of this month. But all the mails i got were of date11/20/2008. The jobs has got aborted as per the mail. i am qui...
by midhun0077
Wed Nov 19, 2008 3:56 am
Forum: General
Topic: Perl Script Not Running
Replies: 7
Views: 2960

can anyone tell me what is the command to execute a perscript using job control ?
by midhun0077
Wed Nov 19, 2008 3:50 am
Forum: General
Topic: Perl Script Not Running
Replies: 7
Views: 2960

can u make it a little more clear??
is it job control wat u are mentioning?
by midhun0077
Wed Nov 19, 2008 3:25 am
Forum: General
Topic: Perl Script Not Running
Replies: 7
Views: 2960

i need this project to be run after a batch job.
But for a batch job there is no ExecSh option...
by midhun0077
Wed Nov 19, 2008 2:05 am
Forum: General
Topic: Perl Script Not Running
Replies: 7
Views: 2960

Perl Script Not Running

Hi, I have one perl script ( PerlProjectb) as after job subroutine of my project- ProA. After completion of ProA, this shud run ProB which is another project. But while runnig the script in unix i got an error like this.... Invalid arguments: dsjob -run [-mode <NORMAL | RESET | VALIDATE>] [-param <n...
by midhun0077
Sat Nov 08, 2008 10:01 pm
Forum: General
Topic: create hash file
Replies: 6
Views: 2318

create hash file

can anyone tell me the significance of "create hash file" option for ahsh files?
thanks in advance...:)
by midhun0077
Sat Nov 08, 2008 2:03 am
Forum: General
Topic: ORA-01008: not all variables bound
Replies: 8
Views: 3639

Thanks a lot Ray and Chulett...:)

the issue is resolved. Primary key value, i loaded in the parent table and also i used generated sql.

Now its working fine...:)
by midhun0077
Fri Nov 07, 2008 10:19 pm
Forum: General
Topic: ORA-01008: not all variables bound
Replies: 8
Views: 3639

One more thing...when i give insert and update as generated sql(INSERT ROWS WITHOUT CLEARING for insert and UPDATE EXISTING ROWS ONLY for updating) i am getting a new error: ORA-02291: integrity constraint (DLEUSER.FK_NICBCUSTDETL_DLCUST) violated - parent key not found Is this becuase one of the ke...
by midhun0077
Fri Nov 07, 2008 7:49 am
Forum: General
Topic: ORA-01008: not all variables bound
Replies: 8
Views: 3639

ORA-01008: not all variables bound

i am trying to insert(update also) data from a hash file to Oracle table. hashed-->>Transformer-->>Oracle stage. this is the inseret query INSERT INTO CUSTOMER_DETAIL (INS_CO_DL_CUST_ID,LOC_DL_CUST_ID,COLL_FLG,USER_ID,APPL_ID,LOCK_ID,REC_DT) VALUES (:1,:2,:3,:4,:5,:6,:TO_DATE(:7, 'YYYY-MM-DD HH24:MI...
by midhun0077
Fri Nov 07, 2008 1:34 am
Forum: General
Topic: Primary key issue
Replies: 1
Views: 1040

Primary key issue

can a nullable field in a table be specified as the primary key in a hashed file. i am extracting data from oracle stage and storing it in hashed file. the filed appl_id is a nullable field in oracle stage...and i am using this field as key in hash file...is this correct? also the exact value in thi...
by midhun0077
Mon Nov 03, 2008 7:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Merge Issue
Replies: 1
Views: 1008

Merge Issue

I am merging two files using merge. there is one common primary key. the output of merge is given to a sequential file.till then no probs. after that, the output of seq file is given to a transformer and a hash file is used as look up. the joined data is written into the seq file, but lines are show...
by midhun0077
Sat Nov 01, 2008 1:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage PX
Replies: 3
Views: 1437

Datastage PX

Hii there,

What is datastage PX?

can neone please explain?
by midhun0077
Fri Oct 31, 2008 9:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Validate job
Replies: 1
Views: 1238

Validate job

Hii there,

Can anyone explain what exactly happens wen we validate a job using director?

Thanks in advance...
by midhun0077
Thu Oct 30, 2008 7:20 am
Forum: General
Topic: Escape charecter in Merge
Replies: 4
Views: 2055

i dont know what an escape character actually is.
By default it was \ in the merge state, so i didn't change it.
please explain what it exactly means.