Search found 5 matches

by akroy2011
Tue Jul 26, 2011 11:29 am
Forum: General
Topic: Restartability mechanisms
Replies: 31
Views: 15458

Can u tell us the logic so that I can try to design my job?
We are extracting from SAP.
How can I design so that job will start extracting data from 1001 records once it aborted after 1000 records.
by akroy2011
Sun Jul 24, 2011 7:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job reports failure (code 11)
Replies: 5
Views: 5453

Parallel job reports failure (code 11)


only this is single fatal entry in log..
by akroy2011
Sat Jul 23, 2011 4:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job reports failure (code 11)
Replies: 5
Views: 5453

Parallel job reports failure (code 11)

Job extracting data from SAP table KONV with ABAP extract stage and loading into an oracle table. Two string parameters are passed to ABAP code. POSNR & KNUMV. These parameters are formed in its previous job. Both parameter contains value like xxxxxxxxxxyyyyyyyyyyzzzzzzzzzz. It ran fime when str...
by akroy2011
Fri Jul 22, 2011 8:31 pm
Forum: General
Topic: Pass Parameter in ABAP Extract STAGE
Replies: 3
Views: 2552

That problem got resolved.I put quotes in parameter of where clause. where ERDAT>='#p_Date#' It is working fine if I run the job manually. Now I have created another ABAP code for KONV. When I pass a string as job parameter to ABAP code & run job manually it works fine. But when I pass same valu...
by akroy2011
Mon Jul 18, 2011 1:01 pm
Forum: General
Topic: Pass Parameter in ABAP Extract STAGE
Replies: 3
Views: 2552

Pass Parameter in ABAP Extract STAGE

I want to pass a parameter "p_Date" with value '20110701' in an ABAP program.
But the ABAP program is not considering this parameter.It is fetching all records.
please suggest.