concurrent etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster
concurrent etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster

11 Kasım 2013 Pazartesi

File server could not verify its initialization parameters

Problem:

file-server-could-not-verify-its-initialization-parameters


Solution:


1. Apply Patch 4244610.

2. View request and output.


Temporary workaround:

1. Modify the 8.0.6 listener.ora file and remove the spaces in between them for the
APPLFSTT parameter.

Example:

Change

APPLFSTT=WFTST_806_BALANCE; WFTST; WFTST_FO; WFTST_BALANCE

to

APPLFSTT=WFTST_806_BALANCE;WFTST;WFTST_FO;WFTST_BALANCE



2. Restart the apps listener.
lsnrctl stop apps_listener
lsnrctl start apps_listener

Note: Make a copy of the listener.ora file before editing.  If you don't apply the patch this issue won't solved permanenly.

5 Ocak 2013 Cumartesi

Xlib: connection to "x:0.0" refused by server



Problem:

When you running concurrent reports you get this error.

Xlib: connection to "x:0.0" refused by server
Xlib: Invalid MIT-MAGIC-COOKIE-1 key
REP-3000: Internal error starting Oracle Toolkit
REP-0004: Warning: Unable to open user preference file while running reports.
xlib connection to 1.0 refused by server oracle concurrent
Xlib: connection to "hostname:1.0" refused by server

Solution:

su - root

export DISPLAY=hostname:1.0
xhost +

./adcmtl.sh stop

./adcmtl.sh start

Note:
This problem happened AIX,SOLARIS OS,not LINUX.Because  reports use DISPLAY,Linux OS has DISPLAY,but others doesn't have.If you use Linux,don't panic.You won't come across this problem:)