cancel
Showing results for 
Search instead for 
Did you mean: 

dispatcher down afet some time

Former Member
0 Kudos

dear all

quality server dispatcher not up for the following error

Using implementation flat

M <EsNT> Memory Reset disabled as NT default

X ES initialized.

M

M Wed Mar 05 12:20:55 2008

M calling db_connect ...

C Got ORACLE_HOME=c:\oracle\ora92 from environment

C Client NLS settings: AMERICAN_AMERICA.UTF8

C Logon as OPS$-user to get SAPBAR's password

C Connecting as /@BAR on connection 0 ...

C Attaching to DB Server BAR (con_hdl=0,svchp=07EC345C,svrhp=04C2A554)

C Starting user session (con_hdl=0,svchp=07EC345C,srvhp=04C2A554,usrhp=07EC8F04)

C *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1017

[dboci.c 3720]

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

[dbsloci.c 9750]

C Try to connect with default password

C Connecting as SAPBAR/<pwd>@BAR on connection 0 ...

C Starting user session (con_hdl=0,svchp=07EC345C,srvhp=04C2A554,usrhp=07EC8F04)

C *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1045

[dboci.c 3720]

C Detaching from DB Server (con_hdl=0,svchp=07EC345C,srvhp=04C2A554)

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

[dbsloci.c 9750]

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

B ***LOG BY0=> ORA-01045: user SAPBAR lacks CREATE SESSION privilege; logon denied [dbsh#2 @ 1200] [dbsh 1200 ]

B ***LOG BY2=> sql error 1045 performing CON [dblink#1 @ 419] [dblink 0419 ]

B ***LOG BY0=> ORA-01045: user SAPBAR lacks CREATE SESSION privilege; logon denied [dblink#1 @ 419] [dblink 0419 ]

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

M in_ThErrHandle: 1

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

M

M Info for wp 0

M

M stat = 4

M reqtype = 1

M act_reqtype = -1

M rq_info = 0

M tid = -1

M mode = 255

M len = -1

M rq_id = 65535

M rq_source = 255

M last_tid = 0

M last_mode = 0

M int_checked_resource(RFC) = 0

M ext_checked_resource(RFC) = 0

M int_checked_resource(HTTP) = 0

M ext_checked_resource(HTTP) = 0

M report = > <

M action = 0

M tab_name = > <

M

M *****************************************************************************

M *

M * LOCATION SAP-Server qtysvr_BAR_44 on host qtysvr (wp 0)

M * ERROR tskh_init: db_connect

M *

M * TIME Wed Mar 05 12:20:55 2008

M * RELEASE 640

M * COMPONENT Taskhandler

M * VERSION 1

M * RC 13

M * MODULE thxxhead.c

M * LINE 9589

M * COUNTER 1

M *

M *****************************************************************************

M

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 730]

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

M Entering ThSetStatError

M Entering ThReadDetachMode

M call ThrShutDown (1)...

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

please guide

thanks

in advance

with best regardsvenkat

Accepted Solutions (0)

Answers (1)

Answers (1)

andreas_herzog
Active Contributor
0 Kudos

C *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1017

http://dboci.c 3720

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

http://dbsloci.c 9750

C Try to connect with default password

C Connecting as SAPBAR/<pwd>@BAR on connection 0 ...

C Starting user session (con_hdl=0,svchp=07EC345C,srvhp=04C2A554,usrhp=07EC8F04)

C *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1045

http://dboci.c 3720

C Detaching from DB Server (con_hdl=0,svchp=07EC345C,srvhp=04C2A554)

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

http://dbsloci.c 9750

B ***LOG BY2=> sql error 1045 performing CON dbsh#2 @ 1200 dbsh 1200

B ***LOG BY0=> ORA-01045: user SAPBAR lacks CREATE SESSION privilege; logon denied

plz read sapnotes 400241 and 50088...did you implement ops$ mechanism? who is user sapbar ? why not use <sid>adm?

GreetZ, AH