cancel
Showing results for 
Search instead for 
Did you mean: 

system start failure

Former Member
0 Kudos

Hi Everybody.

My NW2004s components BW3.0 system can not work now

when I start it,the ABAP workprocess are all ended.

My db is oracle,version 10.2.0.2.0 ,and is started successfully

there is no any error info in alert.log too.

The error info in dev_w0.log as follow:

********************************

Starting user session (con_hdl=0,svchp=06E46B68,srvhp=06E568F4,usrhp=06E9FC18)

C *** ERROR => OCI-call 'OCISessionBegin' failed with rc=28000

[dboci.c 4500]

C Detaching from DB Server (con_hdl=0,svchp=06E46B68,srvhp=06E568F4)

C *** ERROR => CONNECT failed with sql error '28000'

[dbsloci.c 10948]

B ***LOG BY2=> sql error 28000 performing CON [dbsh#2 @ 1204] [dbsh 1204 ]

B ***LOG BY0=> ORA-28000: the account is locked [dbsh#2 @ 1204] [dbsh 1204 ]

B ***LOG BY2=> sql error 28000 performing CON [dblink#3 @ 431] [dblink 0431 ]

B ***LOG BY0=> ORA-28000: the account is locked [dblink#3 @ 431] [dblink 0431 ]

M ***LOG R19=> ThInit, db_connect ( DB-Connect 000256) [thxxhead.c 1426]

M in_ThErrHandle: 1

M *** ERROR => ThInit: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c 10240]

LOCATION SAP-Server sndev_SBW_01 on host sndev (wp 0)

M * ERROR ThInit: db_connect

M PfStatDisconnect: disconnect statistics

M Entering TH_CALLHOOKS

M ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP

M *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c 720]

M *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c 260]

M Entering ThSetStatError

M ThIErrHandle: do not call ThrCoreInfo (no_core_info=0, in_dynp_env=0)

M Entering ThReadDetachMode

M call ThrShutDown (1)...

M ***LOG Q02=> wp_halt, WPStop (Workproc 0 6148) [dpnttool.c 327]

*********************************

Any ideas any suggestions will be much appreciated

Thanks very much

Peter

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Wang,

It seems that your 'sbwadm' users password is changed and same is not updated in Oracle. I guess you know that sidadm user and SAP<SID> user s will have the same password. Try to change sbwadm(sidadm) user password to old one and start the server.

You can also try to unlock the user by running following command at SQL.

SQL> alter user sapsbw identified by <password> account unlock;

Regards,

Hari.

PS: points are welcome.