Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> exception: I/O-error

exception: I/O-error

From: jd <jd_at_@datani.dk>
Date: Wed, 7 Jul 1999 11:17:41 +0200
Message-ID: <7lv5vn$ieb$1@news1.tele.dk>


Hi.

(Sorry - my english writing is not what it once was)

We have made a medium sized Oracle forms (5.0.6.11.0) and report
(3.0.5.10.2) system, and it has been running with no problems. Now we have
installed it by our customer and they get an error, starting reports using:

BEGIN param_name := 'PARAM';

param_id := Get_Parameter_List(param_name);

IF NOT Id_Null(param_id) THEN
 Destroy_Parameter_List(param_id);
END IF; param_id := Create_Parameter_List(param_name);

Add_Parameter(param_id,'DESTYPE',TEXT_PARAMETER,'PRINTER');
Add_Parameter(param_id,'P_bundtnr',TEXT_PARAMETER,TO_CHAR(p_bundtnr));
Add_Parameter(param_id,'PARAMFORM',TEXT_PARAMETER,'NO');


RUN_PRODUCT( REPORTS ,'SFU_PREFRI' ,ASYNCHRONOUS ,runtime ,FILESYSTEM ,param_id ,NULL);

END;
(It is translated from danish)

Program error : R30RBE32.EXE
Exception: I/O-error by loading of page (0XC0000006) adress: 0x004e576a

We are both running it unde Windows NT 4.0, and we can not recreate the error at our site.

And they don't get the error every time - they may print reports one day and then the nest day.

Has anyone got similar error?

Thanks

Jan Danvill

WM-data Datani

Denmark Received on Wed Jul 07 1999 - 04:17:41 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US