cancel
Showing results for 
Search instead for 
Did you mean: 

ECC 6.0 - Installing an additional Dialog Instance

holger_kopf
Explorer
0 Kudos

Hi,

after installing from 'BS_2005_SR3_SAP_Installation_Master' DVD an additional DI. The disp+work.exe dies after some seconds. The OS is Win2008 64Bit Standard Edition.

While they are running i see for earch d+w process a process called WerFault.exe.

In the dev_w* files i can read:

M Mon Mar 08 13:20:47 2010

M ThInit: running on host SGartGuS8

M calling db_connect ...

B create_con (con_name=R/3)

B Loading DB library 'D:\usr\sap\P02\D00\exe\dboraslib.dll' ...

B Library 'D:\usr\sap\P02\D00\exe\dboraslib.dll' loaded

B Version of 'D:\usr\sap\P02\D00\exe\dboraslib.dll' is "700.08", patchlevel (0.234)

B New connection 0 created

C Prepending D:\usr\sap\P02\D00\exe to Path.

M call semaphore clean-up function ...

M ***LOG Q0E=> DpSigGenHandler, Exception (c06d007e) [dpnttool.c 438]

M -


C-STACK -


SAP (R) - R/3(TM) Callstack, Version 1.0

Copyright (C) SAP AG. All rights reserved.

-


Application exception occurred:

Exception : c06d007e (Unknown exception)

App : disp+work.EXE (pid=3836)

When : 3/8/2010 13:20:51.207

Threads : 2

-


Computer Name : SGARTGUS8

User Name : SAPServiceP02

-


Number of Processors: 2

Processor Type: Intel64 Family 6 Model 23 Stepping 10

Windows Version : 6.0 Current Build: 6002

-


State Dump for Thread Id f00

--> (FAULT) Stack Back Trace <--

FramePtr ReturnAd Param#1 Function Name

0000000006e8f710 00000001879a169a 000000000000000d kernel32!RaiseException

0000000006e8f7e0 00000001879a0d96 0000000187d00000 dboraslib!__delayLoadHelper2 [delayhlp.cpp (271)]

0000000006e8f850 0000000187962d0d 0000000006e8f8a0 dboraslib!_tailMerge_OCI_dll

0000000006e8f8b0 000000018798519d 0000003d00000000 dboraslib!get_oci_client_version [dboci.c (2895)]

0000000006e8fa70 000000000127397b 0000000006e8fd60 dboraslib!DbSlConnect [dbsloci.c (1874)]

0000000006e8fcc0 0000000001273de3 0000000000000000 disp+work!open_con [dbcon.c (3755)]

0000000006e8fd30 00000000012778fe 00000000ffffffff disp+work!supply_con [dbcon.c (4009)]

0000000006e8fd70 00000000012683bc 0000000000000001 disp+work!dbsl_connect [dbslxxx.c (232)]

0000000006e8fdd0 00000000004cdc15 0000000007c94ab4 disp+work!db_connect [dblink.c (424)]

0000000006e8fe60 00000000004dfdc9 000000000022acbe disp+work!ThInit [thxxhead.c (1495)]

0000000006e8fe90 000000000043007b 000007ffd7390000 disp+work!ThStart [thxxhead.c (1175)]

0000000006e8fec0 000000000040109d ffffffff00000003 disp+work!DpMain [dpxxdisp.c (1166)]

0000000006e8fef0 00000000019f0df1 0000000000000000 disp+work!nlsui_main [thxxanf.c (84)]

0000000006e8ff50 000000007717be3d 0000000000000000 disp+work!mainCRTStartup [crtexe.c (501)]

0000000006e8ff80 0000000077386a51 0000000000000000 kernel32!BaseThreadInitThunk

0000000006e8ffd0 0000000000000000 0000000000000000 ntdll!RtlUserThreadStart

-


State Dump for Thread Id fa4

--> Stack Back Trace <--

FramePtr ReturnAd Param#1 Function Name

000000000c7ffdf0 000000007716b530 000000000c7ffe38 ntdll!NtFsControlFile

000000000c7ffe60 00000000018daeff fffffffffffffffe kernel32!ConnectNamedPipe

000000000c7ffef0 000007fefe483ea7 00000000002c01a0 disp+work!SigIMsgFunc [signt.c (679)]

000000000c7fff20 000007fefe486635 000007fefe50e740 msvcrt!sqrt

000000000c7fff50 000000007717be3d 0000000000000000 msvcrt!fmod

000000000c7fff80 0000000077386a51 0000000000000000 kernel32!BaseThreadInitThunk

000000000c7fffd0 0000000000000000 0000000000000000 ntdll!RtlUserThreadStart

Any help ??

Regards,

Holger

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

> 0000000006e8f710 00000001879a169a 000000000000000d kernel32!RaiseException

It reads like it's using a 32bit kernel on Windows 2008. It's x64 or 64bit kernel running on your CI, isn't it? Please make sure that you use the latest kernel from SWDC, DBSL as well.

Regards,

Effan

holger_kopf
Explorer
0 Kudos

my CI is running a 32bit Windows 2003. The new DI is a 64bit Windows 2008.

if i start disp+work.exe on the DI i got this info:

D:\usr\sap\P02\D00\exe>disp+work.exe

-


disp+work information

-


kernel release 700

kernel make variant 700_REL

compiled on NT 5.2 3790 Service Pack 2 x86 MS VC++ 14.00

compiled for 64 BIT

compilation mode Non-Unicode

compile time Dec 14 2009 16:09:19

update level 0

patch number 236

source id 0.236

-


supported environment

-


database (SAP, table SVERS) 700

operating system

Windows NT 5.0

Windows NT 5.1

Windows NT 5.2

Windows NT 6.0

Windows NT 6.1

Former Member
0 Kudos

I see, well this is an interesting case as it's usually the other around. So we need to treat this one as a "heterogeneous" architecture since CI and DI are on different kernel. You could try replace or reinstall the new DI after copying the 64bit kernel to the kernel directory on CI host, where DI will copy its new kernel from.

Note 680617 - INST: Appl.Server in Heterogeneous SAP System Environment

Regards,

Effan

Former Member
0 Kudos

Hi

Would also suggest to raise OSS message.

Cheers

Deepanshu

holger_kopf
Explorer
0 Kudos

Dear all,

thanks for your information.

After i copied the files from D:\usr\sap\P02\SYS\exe\nuc\NTAMD64 to D:\usr\sap\P02\D00\exe the DI starts.

In the NTAMD64 directory i found only the oracle client files. Maybe someone can explain it to me....

Anyway now the system runs.

Regards Holger

Former Member
0 Kudos

That's good news, I could use another good news like some points from you. o Thanks!!

former_member204746
Active Contributor
0 Kudos

you probably have problem with SAPCPE.

former_member204746
Active Contributor
0 Kudos

one last thing, if problem is fixed, set this question's status as ANSWERED.

Thanks.

holger_kopf
Explorer
0 Kudos

ok