Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Forms and Reports Xserver problem

505417Apr 13 2006 — edited Apr 20 2006
Hi,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 18 2006
Added on Apr 13 2006
6 comments
547 views