Issue :
When create report and try to open in excel, he got error message : "REP-3000: Internal error starting Oracle Toolkit"
These how step by step I solved the issue :
- Log in to apps server as root.
- Check inittab file : more /etc/inittab, see the id mode, if mode 5 by looking this line "id:5:initdefault".
- I found inittab mode was 5, so :
#export DISPLAY=:0.0
#xhost +
- Modify the context file.
#vi /oracle/DEV/devappl/admin/PROD_devmrcap.xml (*vary depend your installation)
- Find DISPLAY and change to : "<DISPLAY >:0.0</DISPLAY>" *something like that.
- Log in with application user.
- Run environment.
- Shutdown application by :
#cd $COMMON_TOP/admin/scripts/
#sh adstpall.sh apps/apps
10. Make sure all process were stop by : #ps -ef | grep FNDLIBR ,they should be one process.
11. Run autoconfig : #sh adautocfg.sh apps/apps.
12. Startup application by : #sh adstral.sh apps/apps.