Two errors after cloning eBS

shiyihai發表於2011-05-26

There are two errors when completing a clone from PROD.

One is about the error Xlib: connection to ":0.0" refused by server” , you should check the vnc server address and port number on app tier, they must the same as the value of $DISPLAY.

The other error is about ORA-20100: File o0042978.tmp creation for FND_FILE failed” , you should check the environment variable $APPLPTMP on app tier, then to check the parameter value UTL_FILE_DIR. the $APPLPTMP should be included in the UTL_FILE_DIR, and you can using the following statement to check it:

exec FND_FILE.PUT_LINE(FND_FILE.LOG, 'it's a testing!');

[@more@]

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/38542/viewspace-1050390/,如需轉載,請註明出處,否則將追究法律責任。

相關文章