cancel
Showing results for 
Search instead for 
Did you mean: 

DISP+WORK running then died at the time of starting sap

Former Member
0 Kudos

Hello All

I have a problem of starting sap.

DISP+WORK IS RUNNING FINE THEN DIED SUDDENLY.

I HAVE CHECKED THE DATABASE AND IT IS WORKING FINE.

and I am getting this error in file dev_w0

      • ERROR => Invalid profile parameter dbms/type (or environment variable dbms_type) = <undef>, cannot load DB library

[dbcon.c 4532]

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

M in_ThErrHandle: 1

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

M

M Info for wp 0

M

M stat = WP_RUN

M waiting_for = NO_WAITING

M reqtype = DP_RQ_DIAWP

M act_reqtype = NO_REQTYPE

M rq_info = 0

M tid = -1

M mode = 255

M len = -1

M rq_id = 65535

M rq_source =

M last_tid = 0

M last_mode = 0

M semaphore = 0

M act_cs_count = 0

M csTrack = 0

M csTrackRwExcl = 0

M csTrackRwShrd = 0

M control_flag = 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 req.vm = no VM

M attachedVm = no VM

M

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

M *

M * LOCATION SAP-Server IDES_IDT_00 on host IDES (wp 0)

M * ERROR ThInit: db_connect

M *

M * TIME Mon Aug 18 11:26:12 2008

M * RELEASE 700

M * COMPONENT Taskhandler

M * VERSION 1

M * RC 13

M * MODULE thxxhead.c

M * LINE 10486

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 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 3512) [dpnttool.c 327]

Anyone can help me please

Regards

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Thanks gurus

Issue resolved

ganesh_s7
Participant
0 Kudos

if the problem is solved. kindly close the thread

Former Member
0 Kudos

Hi,

Please check following things:

1:Listner is running or not.

2:As env variable dbms_type

ERROR => Invalid profile parameter dbms/type (or environment variable dbms_type) = <undef>, cannot load DB library

is not set, set it to ORA.

Shivam

Former Member
0 Kudos

Hi Khalid,

You can see the error

Invalid profile parameter dbms/type (or environment variable dbms_type) = <undef>, cannot load DB library

Please set the environment variable DBMS_TYPE properly.

For oracle it will be DBMS_TYPE = ORA

For sql server it will be DBMS_TYPE = mss

Regards

Ashok

Edited by: Ashok Dalai on Aug 18, 2008 10:24 AM

stefan_koehler
Active Contributor
0 Kudos

Hello,

> ERROR => Invalid profile parameter dbms/type (or environment variable dbms_type) = <undef>, cannot load DB library

You have not set the database type in your environment or in the sap profiles. Just set the environment variable "dbms_type=ORA" and it will work.

Regards

Stefan