Search found 47 matches

by Edwink
Tue May 08, 2007 8:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Internal Error: Function 'row_to_buffer' failed
Replies: 3
Views: 1946

are you using any function inside the routine?and whether are you passing null values without nullhandling options to that routine?
this type of error i got for the above reason...
by Edwink
Tue May 08, 2007 8:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complex Flat file RECORD options
Replies: 2
Views: 845

if the file is ordinaty txt file, data format should be Text.
Byte order set it as native-endian...
character set is also EBCDIC if data is in mainframe format..
please correct if m wrong...
by Edwink
Mon May 07, 2007 11:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: BAPI Extract row counts issue
Replies: 3
Views: 2158

BAPI is nothing, but type of stored procedure.. it is called as function in SAP...in that procedure there might be any constraints...so have check in the BAPI
by Edwink
Fri May 04, 2007 2:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to get rejects in oracle stage
Replies: 3
Views: 1071

in Oracle stage i cant find the options? :(
by Edwink
Fri May 04, 2007 2:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to get rejects in oracle stage
Replies: 3
Views: 1071

how to get rejects in oracle stage

Friends,
i m loading records into oracle through oci stage..
few records got rejected due to some constraints..
whether there is any way to collect the reject in a file?
transformer is the stage, before oci stage...
thanks
by Edwink
Fri May 04, 2007 1:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: BAPI Extract row counts issue
Replies: 3
Views: 2158

are you using the userdefined query or using inbuilt procedures.?
by Edwink
Fri May 04, 2007 12:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is there any limit for query size in OCI stage?
Replies: 9
Views: 4332

can u able to excute the same query through SQL plus?
by Edwink
Fri May 04, 2007 12:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IsValid and SetNull
Replies: 12
Views: 4964

i m using the same function in my jobs it is running fine...

once i got the same problem ...but issue is, target field is not nullable..
by Edwink
Fri May 04, 2007 10:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Interpretation in PX b/w Lnk.NOTFOUND and NOT(Lnk.NOTFOUND)
Replies: 5
Views: 1361

u dont have not found option in PX so u have to use lookup+transformer stage. in lookup stage have lookup failure constrints in properties tab to continue .. take the both key column of primary and reference link to output.. And in the transformer have two o/p link applying constrints isnotnull (ref...
by Edwink
Thu May 03, 2007 3:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with lookup stage
Replies: 6
Views: 3341

how many lookup file are you using?
by Edwink
Thu May 03, 2007 8:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC stage fetches only 1 row
Replies: 9
Views: 1444

do you have the options set inthe ODBC stage like fetch array size =1?
by Edwink
Thu May 03, 2007 8:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC stage fetches only 1 row
Replies: 9
Views: 1444

what is query you are using to fetch the data?
by Edwink
Wed May 02, 2007 3:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bus error
Replies: 5
Views: 1714

problem resolved..
we increased the max processes per user_id and it got resolved now.
thanks :D