Search found 102 matches

by Jay
Fri Mar 11, 2005 3:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: JobControl
Replies: 3
Views: 1983

Got it

Hi All, Got the sucka fixed.... this batch was opening a text file..IPY004File.txt Jobxxxx was also opening the same file to get the file name and extract the date for version...here the job was hanging... now i am passing as parameter the file name for Jobxxxx to extract the date... sorry for wasti...
by Jay
Thu Mar 10, 2005 5:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: JobControl
Replies: 3
Views: 1983

JobControl

Hi All I am in a fix...my job control is waiting infinitely while doing DSWaitForJob(). I am reading a text file which has a list of files, which are to be processed by JobXXXX, sequentially. Here is the code. ********************************************************************************* * Open f...
by Jay
Thu Feb 10, 2005 2:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warnings...is it ok to ignore them?
Replies: 10
Views: 4125

Thanks all....i tried everything and am still getting the warnings...so me and my teammates are deciding to ignore the warnings for the time being...
by Jay
Wed Feb 09, 2005 5:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Schema propagation warning
Replies: 6
Views: 3590

I am still getting this warning for all the PX jobs....

How will you see the job ? Shall i send you a dsx file ?
by Jay
Wed Feb 09, 2005 11:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warnings...is it ok to ignore them?
Replies: 10
Views: 4125

Staging Oracle DB = Oracle9i Enterprise Edition Release 9.2.0.4.0

Target Oracle DB = Oracle8i Enterprise Edition Release 8.1.7.4.0

Is this a problem ?
by Jay
Wed Feb 09, 2005 11:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warnings...is it ok to ignore them?
Replies: 10
Views: 4125

Database is Oracle 8.1.7.4.0

I read somewhere in this forum that its how Oracle organises its data and there is some problem for Datastage to read them.
by Jay
Wed Feb 09, 2005 11:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warnings...is it ok to ignore them?
Replies: 10
Views: 4125

warnings...is it ok to ignore them?

Hi All, I am getting similar warnings in all the 4 PX jobs i am developing. Source table has EMPLOYEE_NBR in Numeric(8,0). compareEmployeeTables: When checking operator: On input data set 0: When binding input interface field "EMPLOYEE_NBR" to field "EMPLOYEE_NBR": Implicit conve...
by Jay
Wed Feb 02, 2005 2:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference between Change Capture Stage and Difference Stage
Replies: 6
Views: 3081

Thanks, T42. It seems that the job is working fine.

I'll keep you posted...
by Jay
Tue Feb 01, 2005 4:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference between Change Capture Stage and Difference Stage
Replies: 6
Views: 3081

T42,

Thanks for the idea...now its working good...

one more question....Edit code=3 is never set in my case....

I am changing the value of one of the columns....so for the same key it should give a change_code of 3.....

but it is giving a change_code of 2.

Any suggestions?

Thanks
jay
by Jay
Tue Feb 01, 2005 11:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: change capture
Replies: 1
Views: 1099

change capture

Hi All, I am using the Change Capture stage to get insert/edit/delete rows comparing one table to another. Change codes: Insert=1, Delete=2, Edit=3. Here is one result which is baffling me. 1 new row, from 1st table(before data set) + 0 rows from 2nd table(after data set), change_code=2 (considers a...
by Jay
Mon Jan 31, 2005 9:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 19 Length numeric characters in constraints section
Replies: 5
Views: 1542

One resolution will be to use Matches to do the comparision instead of <>.

I am not sure if we are supposed to use <> while comparing strings...

Jay
by Jay
Fri Jan 28, 2005 12:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference between Change Capture Stage and Difference Stage
Replies: 6
Views: 3081

Need some help here... I set values in the Change Capture as Delete code=2, Edit code =3, Insert code=1. For actual inserts into the target tbl, what is happening is , change_code=2. I am comparing two tables. I think waht is happening is for inserts, there are no rows in the 2nd table. So delete co...
by Jay
Fri Jan 28, 2005 12:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP - Mismatch in number of column between data and link
Replies: 2
Views: 2230

Also check the length of the individual columns in the actual file and as defined in the column definition.
by Jay
Thu Jan 27, 2005 9:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning in Lookup stage
Replies: 2
Views: 1052

Thanks...i'll keep you posted...
by Jay
Wed Jan 26, 2005 6:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning in Lookup stage
Replies: 2
Views: 1052

Warning in Lookup stage

Hi All, I am getting the following error Lkp: When checking operator: Dropping component "LAST_NM" because of prior component with same name The lookup is being done on 1 key column. But i need to pass the other columns that come in the stream link... Any ideas as to what could be happenin...