UBE kernel

thejdofva

Member
I just got done with the Xe to 8.10 upgrade (DEV, PY) yesterday. I have tow main issues.

1. Only PSFT user can log into the 810 version. No other user can access it.

2. Yesterday I ran all my post upgrade UBEs on the server without any probmlem. Today when I submit aube it gives me the follow error in the log:

2860/960 Thu Nov 11 13:14:52.699 IPCMISC.C294
process 2860 <jdenet_k> registered in entry 2

2860/960 Thu Nov 11 13:14:52.715 NETCFG.C259
Starting Kernel of Type:UBE KERNEL

2860/960 Thu Nov 11 13:14:53.668 JDEKDISP.C179
INITIALIZING UBE KERNEL

2860/3772 Thu Nov 11 13:14:53.824 ODSession.cpp146
error: Failure in method ODSession::ODSession().

2860/3772 Thu Nov 11 13:14:53.824 WRetObj.cpp321
error: HRESULT = 80040e4d, SQLState = 42000, NativeError = 18456, msg = Login failed for user '(null)'..

2860/3772 Thu Nov 11 13:14:53.824 WRetObj.cpp321
error: HRESULT = 80040e4d, SQLState = 01S00, NativeError = 0, msg = Invalid connection string attribute.

2860/3772 Thu Nov 11 13:14:53.824 WDso.cpp357
error: OLEDB failed to initialize DSO with server = OWE01, UID = and MultiCnct = Y.

2860/3772 Thu Nov 11 13:14:53.824 ODSession.h266
error: Invalid function sequence: getWDso().

2860/3772 Thu Nov 11 13:14:53.824 ODSession.cpp174
error: Exception caught in method ODSession::ODSession().

2860/3772 Thu Nov 11 13:14:53.824 ODCOMThread.cpp475
error: [mainODCOMThread()] Exception running API DBInitConnection.

2860/960 Thu Nov 11 13:14:53.824 ODDBInitConnection.cpp159
error: DB API function DBInitConnection failed; rc = -3.

2860/960 Thu Nov 11 13:14:53.824 JDB_DRVM.C735
JDB9900164 - Failed to connect to PS810

2860/960 Thu Nov 11 13:14:53.824 JTP_CM.C242
JDB9909003 - Could not init connect.

2860/960 Thu Nov 11 13:14:53.824 JTP_TM.C1039
JDB9909100 - Get connect info failed: Transaction ID =

2860/960 Thu Nov 11 13:14:53.824 JDB_RQ1.C2111
JDB3100013 - Failed to get connectinfo
-------------------------

Any idea wht is going on here....please help.

Javid
Windows 2000 Sql2000 Xe and E1810
 
Since you have upgraded from XE to 8.10 you have now moved from Group to Role based security. What the upgrade does, is for each group defined it re-assigns it as a Role and all the application type security remains the same. But there is a bug with the upgrade (I am not 100% sure about 8.10 as we are at 8.9) where you have to delete the roles and recreate them (using User Profiles) and then re-assign each user to the roles. When you delete the role it does not delete the application security records it just deletes the role definition.
 
Back
Top