Everything booted up fine except upon startup, I got the classic “server is busy” message.
The server you are trying to access is either busy or experiencing difficulties. Please close the Web browser, open a new browser window, and try logging in again.[19:01:21]
I looked through srvrmgr and saw that all my components were up. Next I dug through the eappweb logs to see:
ProcessPluginRequest ProcessPluginRequestError 1 000000034e660a1b:0 2011-09-06 19:00:32 -1402688624: [SWSE] Failed to obtain a session ID. A license key for this software has expired.
I google’d this and found this thread:
https://forums.oracle.com/forums/thread.jspa?messageID=7423036
So I took his approach and inserted records into the S_APP_KEY table. Replace the keys below ‘00001’, ‘00002’, etc. with the demo keys acquired from
http://www.oracle.com/us/support/licensecodes/siebel/index.html
insert into S_APP_KEY values ('ROW7', sysdate, '0-1', sysdate, '0-1', 0, 0, null, sysdate, '00001', 'dataimp');
insert into S_APP_KEY values ('ROW8', sysdate, '0-1', sysdate, '0-1', 0, 0, null, sysdate, '00002', 'dataimp');
insert into S_APP_KEY values ('ROW9', sysdate, '0-1', sysdate, '0-1', 0, 0, null, sysdate, '00003', 'dataimp');
insert into S_APP_KEY values ('ROW10', sysdate, '0-1', sysdate, '0-1', 0, 0, null, sysdate, '00004', 'dataimp');
---http://wentari.blogspot.com--------
Không có nhận xét nào:
Đăng nhận xét