error 1848 de oracle

rafael gomez
22 de Diciembre del 2003
buen dia necesito q me ayuden para solucionar un problema q tengo con la impresion de oracle cuando trato de imprimir me sale un error report fail 1848 y no sale nada.. Gracias

nerea
22 de Diciembre del 2003
Hola,
Existe un bug al respecto que tiene un workaround. Te copio la explicación de Oracle:

Problem Description
-------------------

Trying to print a character mode report from Forms using RUN_PRODUCT with parameter DESNAME, report does not print and generates the error:

REP-1848: Failed while trying to begin printing

This problem does not happen with a bitmap report.
From Reports Builder, report is printed with no problems.


Solution Description
--------------------

Modify the dflt.prt to your needs and use it instead of using a .prt with another name.


Explanation
-----------
The error in generated whenever a .prt name different from "dflt" is used and passed as a parameter from the Form. If you use the "dflt.prt" the error won't be generated.

Backup the dflt.prt, modify it and use it instead of using another .prt.

Fix in 6.0.5.35.2


References
----------

BUG:1218294