Search found 19 matches

by chooi
Sun Apr 03, 2005 3:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to use isnull
Replies: 4
Views: 2254

how to use isnull

Hi all,
if i use isnull function in ETL on a numeric field?it will hit the error?Urgent one. Please help!!!
by chooi
Sat Mar 26, 2005 2:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: shell script problem.
Replies: 1
Views: 1424

shell script problem.

Hi all, I am planned to delete a sequential file after run a job.But my shell script have problem.The problem is like this: I pass the sequential file name as parameter to shell script. the shell script will read a text file which the text file name is the sequential file name and the other files' p...
by chooi
Sat Mar 26, 2005 1:43 am
Forum: IBM QualityStage
Topic: Error : User Id is a required stage property
Replies: 6
Views: 7118

the source stage facing this problem. i think is because of user id and pwd not correct..any ideas?
by chooi
Thu Mar 24, 2005 8:35 pm
Forum: IBM QualityStage
Topic: Error : User Id is a required stage property
Replies: 6
Views: 7118

Error : User Id is a required stage property

Hi all,
any idea with this error :" User Id is a required stage property".

Thanks 1st.
by chooi
Wed Mar 23, 2005 9:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom error
Replies: 3
Views: 2856

Phantom error

Hi all
i hit the error :
"DataStage Job 3094 Phantom 24845
Unable to open "/tmp/capture57558aa" file.
Attempting to Cleanup after ABORT raised in stage TalismanMinH..TABLENME_MinH
DataStage Phantom Aborting with @ABORT.CODE = 3"

Any idea?
by chooi
Mon Mar 21, 2005 7:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: call subroutine in after-job subroutine
Replies: 9
Views: 4325

ok .roger that.
by chooi
Mon Mar 21, 2005 6:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: invalid identifier
Replies: 12
Views: 7745

Thanks u all. I already found out the error. It is because of the connection setting issue.
by chooi
Sun Mar 20, 2005 11:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: invalid identifier
Replies: 12
Views: 7745

here is my previous question 's SQL statement : INSERT INTO DMCHM_IB_RGB_DTL (LRECSEQNBR,LIBSEQNBR,NBENTYPE,STRDESGNCD,STRAGENTCD,DAMOUNT,DINTRATE,DTPERIODPROCESSTO,DTPERIODPROCESSFROM,DINTACCR,DTOTPREVBENAMOUNT,DCURRENTBALPAR,DCURRENTBALNPAR,DCURRENTBALLINK,DINTCURRENTPAR,DINTCURRENTNPAR,DINTCURREN...
by chooi
Sun Mar 20, 2005 9:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: invalid identifier
Replies: 12
Views: 7745

Hi all,
now I had hit another similar problem.But this time is more funny,it say "SEQNO" : invalid identifier. I had check the source and target table , the SQL statement, transformer. But still come out this error. Can anyone help?Thanks.
by chooi
Fri Mar 18, 2005 3:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: invalid identifier
Replies: 12
Views: 7745

Now I want to run a job to transform sybase data to oracle data . I hit the error :" dmChmIBRGBDtl..Trans1: ORA-00904: "DINTACCRUEDNPAR": invalid identifier" both of the tables contains same data set ,no any column is missed including the DINTACCRUEDNPAR , what else will cuase th...
by chooi
Fri Mar 18, 2005 3:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: invalid identifier
Replies: 12
Views: 7745

invalid identifier

hi, I run a job and it is aborted .It gives me the error message :" invalid identifier". Normally, it is because of either source or target table don't got such field. But I had checked and the field is existed in both source and target table ,and their data type,length also the same. What...
by chooi
Fri Mar 18, 2005 2:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: call subroutine in after-job subroutine
Replies: 9
Views: 4325

Hi chulett,
u r right. job parameter can be used in after-job routine. how about the stage variable? can it be put into after-job routine as well?
by chooi
Fri Mar 18, 2005 1:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: call subroutine in after-job subroutine
Replies: 9
Views: 4325

Hi chulett,
how do i put my job parameter inside the input value of "after-job routine"? let say my job parameter is : DATA

so ,is it put like this in input value box:

:DATA:

Plz advice.
by chooi
Fri Mar 18, 2005 12:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: call subroutine in after-job subroutine
Replies: 9
Views: 4325

Hi ArndW,
what I know is, the job parameter only functioned during run-time . So, after the job runned, job parameter will not abled to "used" in after-job routine. am i right?
by chooi
Thu Mar 17, 2005 9:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: execSH Problem..plz help
Replies: 13
Views: 5815

Thanks guy/gal . u all r helpful.