Forms and Reports Xserver problem
505417Apr 13 2006 — edited Apr 20 2006Hi,
I've got a very urgent problem. I use Application Server Forms and Reports 10g on AIX 5L. I created script to start application:
#!/bin/sh
ORACLE_HOME=/opt/oracle/product/forms
DISPLAY=localhost:0.0
export ORACLE_HOME
export DISPLAY
$ORACLE_HOME/opmn/bin/opmnctl startall
When I start that script from X console in server room, everything works great. When I start this script from my laptop logged to the server(ssh or telnet), and root is logged in to the server on the X console in server room, everything works. When I execute script from my laptop logged to the server and nobody is logged on the X console, I have a problem. The Reports server doesn't work. When I try to execute a sample report I got an error. What can I do to give access to Xserver to my script, even if nobody is logged on the server X console.
Please, help me!
Tim