To resolve REP-3000 while running PDF reports, try these solutions:
1. Set ‘s_display’ in SID_server.xml using vi or using Oracle Application Manager:
a. Use the ‘uname -n’ command to determine the correct name of the server eg vision.hostname.com
b. If the ‘echo $DISPLAY’ command is set to 0.0, then the s_display parameter to this value, for example:
vision.hostname.com:0.0
c. In a Terminal window, enter ‘xhost +’
d. Do not log off the console (0.0)
OR
2. If VNC is running on port 1 on the server:ex
set s_display to vision.hostname.com:1.0 or vision:1.0
Ensure that VNC server is not killed during the day.
Or set ‘headless’ in SID_server.xml to true and DisallowTCP to false in the /etc/X11/gdm/gdm.conf
Run AutoConfig after changing any SID_server.xml parameter.
0 Comments.