Hi All,
I am running a report (through rwrun60) developed in Oracle Reports6i in Unix (Sun solaris) from a shell script. I have set the following environment variables to a printer(that is working).
PRINTER=<printer_name>; export PRINTER
TK2_PRINTER=<printer_name>; export TK2_PRINTER
ORACLE_PRINTER=<printer_name>; export ORACLE_PRINTER
TK2_PRINT_STATUS='echo %n is valid'; export TK2_PRINT_STATUS
Environment varriables ORACLE_HOME and REPORTS60_PATH are also set.
Following is the command used to run the report:
rwrun60 userid=/ module=emp.rdf batch=yes paramform=no desformat=dflt.prt desname=abc.txt background=yes destype=file mode=character
When I run the shell I am getting the following error.
REP-1800: Formatter error.
Please help.
Thanks for reading.
Karuna
I am running a report (through rwrun60) developed in Oracle Reports6i in Unix (Sun solaris) from a shell script. I have set the following environment variables to a printer(that is working).
PRINTER=<printer_name>; export PRINTER
TK2_PRINTER=<printer_name>; export TK2_PRINTER
ORACLE_PRINTER=<printer_name>; export ORACLE_PRINTER
TK2_PRINT_STATUS='echo %n is valid'; export TK2_PRINT_STATUS
Environment varriables ORACLE_HOME and REPORTS60_PATH are also set.
Following is the command used to run the report:
rwrun60 userid=/ module=emp.rdf batch=yes paramform=no desformat=dflt.prt desname=abc.txt background=yes destype=file mode=character
When I run the shell I am getting the following error.
REP-1800: Formatter error.
Please help.
Thanks for reading.
Karuna