cancel
Showing results for 
Search instead for 
Did you mean: 

Change SID

Former Member
0 Kudos

Hi people,

It´s possible to make a full image of one system (S.O,DB, and system SAP), and copy it in another host?

Could i to change the SID of the system?

More thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ruben,

You can do this in the following way. If you want to use it as the productive environment then I'll suggest not to follow this method. But if you want to use it as QA/Dev system then you can do this as it takes less amount of time.

1. Restore the Database in the new host and during restoration change your DB name.

2. Run the STM tool for SQL Server to change your Non MCOD system to MCOD system.

3. Copy the //server1/<Drive>/usr/sap/<SID> folder to //server2/<Drive>/usr/sap/<SID>

4. Determine the new Instance Number.

5. Rename folder //server2/<Drive>/usr/sap/<SID>/DVBMGxx....where xx is the new Instance no.

6. Go to the profile directory and change the following entries.

a. Replace all entries of the old database server with new database server.

b. Replace all entries of the old SAP binaries server with new SAP binaries server.

c. Replace all old instance number to new Instance number (if old instance no is 00 then change all parameter which are ended with old instance no. i.e. _00)

7. Rename profile files as per new instance no.

8. Run program SAPSTARTSRV.EXE to setup new SAP Services and MMC.

9. Normal post system copy steps like SAPLICENSE, BDLS etc.

Rgds,

SK

Former Member
0 Kudos

Thanks,

There are a guide for follow this method??

For to know more of this practice.

more thanks

Syamkriz
Active Participant
0 Kudos

Hi SK,

That is wonderful. Could you please put some light into "all entries of SAP binary server" and "STM tool" .

Thanks and Regards,

Syam

markus_doehr2
Active Contributor
0 Kudos

> That is wonderful. Could you please put some light into "all entries of SAP binary server" and "STM tool" .

If you don't know what he's talking about:

Read the system copy guides at http://service.sap.com/systemcopy

They explain what is the STM tool.

If you have no clue how to this above then I suggest you stay with the default way of copying instances (according to the guide).

Markus

Former Member
0 Kudos

"all entries of SAP binary server" means to change all entries in the profile parameter files where it points to the old server where SAP has been installed means say your SAP has been installed in //server1 and you copied all files to //server2. Then all entries of //server1 has to be replaced with //server2.

STM tool has been used to change Non MCOD schema withing the DB to MCOD schema. Means within the DB all "dbo" schema has been changed to "SID". Use of STM tool is very easy. Just double click on it and there is an option to change schema. Execute it.

Let me know ifyou have any doubts.

Rgds,

SK

Former Member
0 Kudos

Then, you´re told me that using the STM tools can change the SID system if I select non MCOD to MCOD??

More thanks

Former Member
0 Kudos

STM tool has only being used to change the schema not the SID. For example the SAP system "PRD" has a database named "PRD".Now in the Non MCOD system all the SAP tables have a schema name called "dbo",if you run STM tool it will convert this dbo schema to the schema name "PRD".

For changing SID of your database during restoration of the DB you have to restore it as a different name.

Comments??

Rgds,

SK

Former Member
0 Kudos

But, if i have an image of one system, when i bring to new system and it´s installed, I have replicated the other host, then how can i do for start up the system with diferent SID?

Former Member
0 Kudos

STM tool has been used only for DB. For creating image you have to follow the procedure which I've told you.

Rgd,

SK

Former Member
0 Kudos

Hi Subhadip Kumar,

Could you explain in more detail the steps? I don´t understand very much.

This steps are available for a SQL database?

More thanks.

Former Member
0 Kudos

1. Restore the Database in the new host and during restoration change your DB name.

During restoration you can change the DB name according to the new SID

2. Run the STM tool for SQL Server to change your Non MCOD system to MCOD system.

This is required if you have Non-MCOD source system and you want to convert it to MCOD.

3. Copy the //server1/<Drive>/usr/sap/<SID> folder to //server2/<Drive>/usr/sap/<SID>

Copying the binaries of SAP to the new server.

4. Determine the new Instance Number

Decide the new Instance no. If you wan to keep the same SID no. Then this step 4,5,6c and 7 can be ignored. acn be ignored.

5. Rename folder //server2/<Drive>/usr/sap/<SID>/DVBMGxx....where xx is the new Instance no.

6. Go to the profile directory and change the following entries.

a. Replace all entries of the old database server with new database server.

b. Replace all entries of the old SAP binaries server with new SAP binaries server.

c. Replace all old instance number to new Instance number (if old instance no is 00 then change all parameter which are ended with old instance no. i.e. _00)

7. Rename profile files as per new instance no.

8. Run program SAPSTARTSRV.EXE to setup new SAP Services and MMC.

9. Normal post system copy steps like SAPLICENSE, BDLS etc.

Now let me know which stepyou didn't understand.

Rgds,

SK

Former Member
0 Kudos

I don´t understand that If I clone the server1 on to server2 I´ve to hosts cloned then the phase 1, of the restoration the database, how have to do it?

Thanks really

Former Member
0 Kudos

So you want to avoid the DB restoration part.In that case you have to rename your existing DB with the new SID and need to perform some additional task as below.

Lets say for example you want to change your DB from Dev to DV1

1. Step 1 not needed. But you need to perform the below tasks

2. Rename your existing database.

3. Detach your DB.

4. you have to create new folder DV1DATA1, DV1DATA2....,DV1LOG1 exactly in the same location where DEVDATA1,DEVDATA2.....DEVLOG1 exists.

5. Copy the datafiles and logfiles to the new location.

6. Attach the DB with new location.

7. Rename your existing datafiles and logfiles.

ALTER DATABASE DV1 MODIFY FILE ( NAME = DEVDATA1.dbf, NEWNAME = DV1DATA1.dbf)

Then you have to follow the step2 onwards.

Comments???

Rgds,

SK

Former Member
0 Kudos

Ok, perfect.

Then the 2 step, If I´ve the system cloned, the binary files are of the productive system(refresh), I think that the second step it´s not necessary,or not?

thanks you for your patience

Former Member
0 Kudos

As youhave already cloned the system, step 3 is also not needed. Step 2 i.e. STM tool depends whether your source system is non MCOD or not.If this is non MCOD and you want to convert it you can perform this step.This step is completely optional.

Rgds

SK

Former Member
0 Kudos

Then If I clone the system the steps I´ve to do the follow steps

1. Restore the Database in the new host and during restoration change your DB name.

I´ll have to do it

2 and 3 In my case isn´t necessary

4. Determine the new Instance Number

Decide the new Instance no. If you wan to keep the same SID no. Then this step 4,5,6c and 7 can be ignored. acn be ignored.

The instance number is the same 00, but i would change sap sid

5. Rename folder //server2//DVBMGxx....where xx is the new Instance no.

It isn´t necessary

6. Go to the profile directory and change the following entries.

a. Replace all entries of the old database server with new database server.

b. Replace all entries of the old SAP binaries server with new SAP binaries server.

c. Replace all old instance number to new Instance number (if old instance no is 00 then change all parameter which are ended with old instance no. i.e. _00)

change somethig with the old sid by the new sid

7. Rename profile files as per new instance no.

8. Run program SAPSTARTSRV.EXE to setup new SAP Services and MMC.

Launch the command via command line,not?

9. Normal post system copy steps like SAPLICENSE, BDLS etc.

import request transports, set printers...

More thanks

Former Member
0 Kudos

If your database has already been restored with old name in your new cloned system then instead of Step 1 you have to perform the following step instead of Step 1.

Lets say for example you want to change your DB from Dev to DV1

1. Step 1 not needed. But you need to perform the below tasks

2. Rename your existing database.

3. Detach your DB.

4. you have to create new folder DV1DATA1, DV1DATA2....,DV1LOG1 exactly in the same location where DEVDATA1,DEVDATA2.....DEVLOG1 exists.

5. Copy the datafiles and logfiles to the new location.

6. Attach the DB with new location.

7. Rename your existing datafiles and logfiles.

ALTER DATABASE DV1 MODIFY FILE ( NAME = DEVDATA1.dbf, NEWNAME = DV1DATA1.dbf)

But if your database is not there in your cloned system then you have to perform Step 1.

8. Run program SAPSTARTSRV.EXE to setup new SAP Services and MMC.

Launch the command via command line,not?

Yes, you have to launch it via command line. The file available in the Kernel directory.

Rgds,

SK

Former Member
0 Kudos

More thanks Subhadip Kumar

I´ll try to make this method.

Former Member
0 Kudos

Hi,

I recently followed this procedure and strictly went over the configurations mentioned herein. However, msg_server.exe isn't starting. Following is dev_ms:

-


trc file: "dev_ms", trc level: 1, release: "700"

-


[Thr 4040] Sun May 24 02:51:34 2009

[Thr 4040] MsSSetTrcLog: trc logging active, max size = 20971520 bytes

systemid 562 (PC with Windows NT)

relno 7000

patchlevel 0

patchno 163

intno 20050900

make: multithreaded, Unicode, 64 bit, optimized

pid 3860

[Thr 4040] Sun May 24 02:51:35 2009

[Thr 4040] ***LOG Q01=> MsSInit, MSStart (Msg Server 1 3860) [msxxserv.c 1835]

[Thr 4040] ***LOG Q0I=> NiPGetServByName2: service 'sapmsC7Q' not found: getservbyname_r [ninti.c 530]

[Thr 4040] *** ERROR => MsSCommInit: NiBufListen(sapmsC7Q) (rc=NIESERV_UNKNOWN) [msxxserv.c 10186]

[Thr 4040] *** ERROR => MsSInit: MsSCommInit [msxxserv.c 1871]

[Thr 4040] *** ERROR => main: MsSInit [msxxserv.c 5951]

[Thr 4040] ***LOG Q02=> MsSHalt, MSStop (Msg Server 3860) [msxxserv.c 5999]

and same goes with Java. Following is dev_disp:

Former Member
0 Kudos

trc file: "dev_disp", trc level: 1, release: "700"

-


sysno 01

sid C7Q

systemid 562 (PC with Windows NT)

relno 7000

patchlevel 0

patchno 185

intno 20050900

make: multithreaded, Unicode, 64 bit, optimized

pid 3804

Sun May 24 02:51:40 2009

kernel runs with dp version 241000(ext=110000) (@(#) DPLIB-INT-VERSION-241000-UC)

length of sys_adm_ext is 576 bytes

      • SWITCH TRC-HIDE on ***

***LOG Q00=> DpSapEnvInit, DPStart (01 3804) [dpxxdisp.c 1285]

shared lib "dw_xml.dll" version 185 successfully loaded

shared lib "dw_xtc.dll" version 185 successfully loaded

shared lib "dw_stl.dll" version 185 successfully loaded

shared lib "dw_gui.dll" version 185 successfully loaded

shared lib "dw_mdm.dll" version 185 successfully loaded

rdisp/softcancel_sequence : -> 0,5,-1

use internal message server connection to port 3901

Sun May 24 02:51:45 2009

      • WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 5 seconds

***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c 5418]

MtxInit: 30000 0 0

DpSysAdmExtInit: ABAP is active

DpSysAdmExtInit: VMC (JAVA VM in WP) is active

DpIPCInit2: start server >UT1VC7Q01_C7Q_01 <

DpShMCreate: sizeof(wp_adm) 59568 (1752)

DpShMCreate: sizeof(tm_adm) 58861440 (29416)

DpShMCreate: sizeof(wp_ca_adm) 80000 (80)

DpShMCreate: sizeof(appc_ca_adm) 160000 (80)

DpCommTableSize: max/headSize/ftSize/tableSize=4000/16/4416064/4416080

DpShMCreate: sizeof(comm_adm) 4416080 (1088)

DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=512/48/65600/90416/156064

DpShMCreate: sizeof(slock_adm) 156064 (104)

DpFileTableSize: max/headSize/ftSize/tableSize=6600/16/633664/633680

DpShMCreate: sizeof(file_adm) 633680 (72)

DpShMCreate: sizeof(vmc_adm) 61520 (1864)

DpShMCreate: sizeof(wall_adm) (416064/346352/64/192)

DpShMCreate: sizeof(gw_adm) 48

DpShMCreate: SHM_DP_ADM_KEY (addr: 000000000F0B0050, size: 65199728)

DpShMCreate: allocated sys_adm at 000000000F0B0050

DpShMCreate: allocated wp_adm at 000000000F0B21F0

DpShMCreate: allocated tm_adm_list at 000000000F0C0AA0

DpShMCreate: allocated tm_adm at 000000000F0C0B00

DpShMCreate: allocated wp_ca_adm at 00000000128E3280

DpShMCreate: allocated appc_ca_adm at 00000000128F6B00

DpShMCreate: allocated comm_adm at 000000001291DC00

DpShMCreate: allocated slock_adm at 0000000012D53E50

DpShMCreate: allocated file_adm at 0000000012D79FF0

DpShMCreate: allocated vmc_adm_list at 0000000012E14B40

DpShMCreate: allocated gw_adm at 0000000012E14BC0

DpShMCreate: allocated vmc_adm at 0000000012E14BF0

DpShMCreate: allocated ca_info at 0000000012E23C40

DpShMCreate: allocated wall_adm at 0000000012E23C50

Sun May 24 02:51:47 2009

MBUF state OFF

DpCommInitTable: init table for 4000 entries

DpFileInitTable: init table for 6600 entries

DpSesCreateTable: created session table at 0000000018FD0050 (len=1434432)

rdisp/queue_size_check_value : -> off

ThTaskStatus: rdisp/reset_online_during_debug 0

Sun May 24 02:51:48 2009

EmInit: MmSetImplementation( 2 ).

MM global diagnostic options set: 0

<ES> client 0 initializing ....

<ES> InitFreeList

<ES> block size is 4096 kByte.

Using implementation view

<EsNT> Using memory model view.

<EsNT> Memory Reset disabled as NT default

Sun May 24 02:51:49 2009

<ES> 511 blocks reserved for free list.

ES initialized.

mm.dump: set maximum dump mem to 96 MB

DpVmcInit2: o.k.

Sun May 24 02:51:51 2009

J2EE server info

start = TRUE

state = STARTED

pid = 144

argv[0] = H:\usr\sap\C7Q\DVEBMGS01\exe\jcontrol.EXE

argv[1] = H:\usr\sap\C7Q\DVEBMGS01\exe\jcontrol.EXE

argv[2] = pf=H:\usr\sap\C7Q\SYS\profile\C7Q_DVEBMGS01_UT1VC7Q01

argv[3] = -DSAPSTART=1

argv[4] = -DCONNECT_PORT=65000

argv[5] = -DSAPSYSTEM=01

argv[6] = -DSAPSYSTEMNAME=C7Q

argv[7] = -DSAPMYNAME=UT1VC7Q01_C7Q_01

argv[8] = -DSAPPROFILE=H:\usr\sap\C7Q\SYS\profile\C7Q_DVEBMGS01_UT1VC7Q01

argv[9] = -DFRFC_FALLBACK=ON

argv[10] = -DFRFC_FALLBACK_HOST=localhost

start_lazy = 0

start_control = SAP J2EE startup framework

DpJ2eeStart: j2ee state = STARTED

Sun May 24 02:51:53 2009

rdisp/http_min_wait_dia_wp : 1 -> 1

***LOG CPS=> DpLoopInit, ICU ( 3.0 3.0 4.0.1) [dpxxdisp.c 1692]

Sun May 24 02:51:54 2009

***LOG Q0I=> NiPConnect2: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 2823]

      • ERROR => NiPConnect2: SiPeekPendConn failed for hdl 3 / sock 120

(SI_ECONN_REFUSE/10061; I4; ST; 172.18.5.222:3901) [nixxi.cpp 2823]

      • ERROR => MsIAttachEx: NiBufConnect to UT1VC7Q01/3901 failed (rc=NIECONN_REFUSED) [msxxi.c 652]

***LOG Q0L=> DpLoopInit, nomscon () [dpxxdisp.c 1826]

CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.

Sun May 24 02:52:14 2009

CCMS: start to initalize 3.X shared alert area (first segment).

DpJ2eeLogin: j2ee state = CONNECTED

Sun May 24 02:52:35 2009

***LOG Q0I=> NiPConnect2: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 2823]

      • ERROR => NiPConnect2: SiPeekPendConn failed for hdl 5 / sock 72

(SI_ECONN_REFUSE/10061; I4; ST; 172.18.5.222:3901) [nixxi.cpp 2823]

      • ERROR => MsIAttachEx: NiBufConnect to UT1VC7Q01/3901 failed (rc=NIECONN_REFUSED) [msxxi.c 652]

Sun May 24 02:52:55 2009

***LOG Q0I=> NiPConnect2: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 2823]

      • ERROR => NiPConnect2: SiPeekPendConn failed for hdl 5 / sock 72

(SI_ECONN_REFUSE/10061; I4; ST; 172.18.5.222:3901) [nixxi.cpp 2823]

      • ERROR => MsIAttachEx: NiBufConnect to UT1VC7Q01/3901 failed (rc=NIECONN_REFUSED) [msxxi.c 652]

Sun May 24 02:53:15 2009

***LOG Q0I=> NiPConnect2: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 2823]

      • ERROR => NiPConnect2: SiPeekPendConn failed for hdl 5 / sock 72

(SI_ECONN_REFUSE/10061; I4; ST; 172.18.5.222:3901) [nixxi.cpp 2823]

      • ERROR => MsIAttachEx: NiBufConnect to UT1VC7Q01/3901 failed (rc=NIECONN_REFUSED) [msxxi.c 652]

Sun May 24 02:53:35 2009

***LOG Q0I=> NiPConnect2: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 2823]

      • ERROR => NiPConnect2: SiPeekPendConn failed for hdl 5 / sock 72

(SI_ECONN_REFUSE/10061; I4; ST; 172.18.5.222:3901) [nixxi.cpp 2823]

      • ERROR => MsIAttachEx: NiBufConnect to UT1VC7Q01/3901 failed (rc=NIECONN_REFUSED) [msxxi.c 652]

Sun May 24 02:53:56 2009

***LOG Q0I=> NiPConnect2: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 2823]

      • ERROR => NiPConnect2: SiPeekPendConn failed for hdl 5 / sock 72

(SI_ECONN_REFUSE/10061; I4; ST; 172.18.5.222:3901) [nixxi.cpp 2823]

      • ERROR => MsIAttachEx: NiBufConnect to UT1VC7Q01/3901 failed (rc=NIECONN_REFUSED) [msxxi.c 652]

Sun May 24 02:54:16 2009

***LOG Q0I=> NiPConnect2: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 2823]

      • ERROR => NiPConnect2: SiPeekPendConn failed for hdl 5 / sock 72

(SI_ECONN_REFUSE/10061; I4; ST; 172.18.5.222:3901) [nixxi.cpp 2823]

      • ERROR => MsIAttachEx: NiBufConnect to UT1VC7Q01/3901 failed (rc=NIECONN_REFUSED) [msxxi.c 652]

Sun May 24 02:54:21 2009

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndAdmin () [dpxxdisp.c 5064]

Sun May 24 02:54:22 2009

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

Sun May 24 02:54:23 2009

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

Sun May 24 02:54:27 2009

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

Sun May 24 02:54:31 2009

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndAdmin () [dpxxdisp.c 5064]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndAdmin () [dpxxdisp.c 5064]

Sun May 24 02:54:32 2009

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

Sun May 24 02:54:36 2009

***LOG Q0I=> NiPConnect2: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 2823]

      • ERROR => NiPConnect2: SiPeekPendConn failed for hdl 5 / sock 72

(SI_ECONN_REFUSE/10061; I4; ST; 172.18.5.222:3901) [nixxi.cpp 2823]

      • ERROR => MsIAttachEx: NiBufConnect to UT1VC7Q01/3901 failed (rc=NIECONN_REFUSED) [msxxi.c 652]

DpJ2eeEmergencyShutdown: j2ee state = SHUTDOWN

Sun May 24 02:54:42 2009

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

Sun May 24 02:54:43 2009

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

Sun May 24 02:54:44 2009

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

Sun May 24 02:54:47 2009

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

Sun May 24 02:54:48 2009

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

Sun May 24 02:54:49 2009

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

Sun May 24 02:54:50 2009

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

Sun May 24 02:54:51 2009

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

Sun May 24 02:54:52 2009

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

Sun May 24 02:54:53 2009

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

Former Member
0 Kudos

Sun May 24 02:54:56 2009

***LOG Q0I=> NiPConnect2: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 2823]

      • ERROR => NiPConnect2: SiPeekPendConn failed for hdl 3 / sock 92

(SI_ECONN_REFUSE/10061; I4; ST; 172.18.5.222:3901) [nixxi.cpp 2823]

      • ERROR => MsIAttachEx: NiBufConnect to UT1VC7Q01/3901 failed (rc=NIECONN_REFUSED) [msxxi.c 652]

J2EE server info

start = TRUE

state = STARTED

pid = 5484

argv[0] = H:\usr\sap\C7Q\DVEBMGS01\exe\jcontrol.EXE

argv[1] = H:\usr\sap\C7Q\DVEBMGS01\exe\jcontrol.EXE

argv[2] = pf=H:\usr\sap\C7Q\SYS\profile\C7Q_DVEBMGS01_UT1VC7Q01

argv[3] = -DSAPSTART=1

argv[4] = -DCONNECT_PORT=64999

argv[5] = -DSAPSYSTEM=01

argv[6] = -DSAPSYSTEMNAME=C7Q

argv[7] = -DSAPMYNAME=UT1VC7Q01_C7Q_01

argv[8] = -DSAPPROFILE=H:\usr\sap\C7Q\SYS\profile\C7Q_DVEBMGS01_UT1VC7Q01

argv[9] = -DFRFC_FALLBACK=ON

argv[10] = -DFRFC_FALLBACK_HOST=localhost

start_lazy = 0

start_control = SAP J2EE startup framework

DpJ2eeStart: j2ee state = STARTED

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

Sun May 24 02:54:57 2009

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

DpJ2eeLogin: j2ee state = CONNECTED

Sun May 24 02:54:59 2009

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

Sun May 24 02:55:14 2009

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

Sun May 24 02:55:16 2009

***LOG Q0I=> NiPConnect2: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 2823]

      • ERROR => NiPConnect2: SiPeekPendConn failed for hdl 3 / sock 96

(SI_ECONN_REFUSE/10061; I4; ST; 172.18.5.222:3901) [nixxi.cpp 2823]

      • ERROR => MsIAttachEx: NiBufConnect to UT1VC7Q01/3901 failed (rc=NIECONN_REFUSED) [msxxi.c 652]

Sun May 24 02:55:17 2009

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

Sun May 24 02:55:18 2009

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

Sun May 24 02:55:19 2009

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

Sun May 24 02:55:20 2009

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4424]

      • ERROR => NiIRead: SiRecv failed for hdl 5 / sock 72

(SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:4476) [nixxi.cpp 4424]

DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)

DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=5484)

      • ERROR => DpProcKill: kill failed [dpntdisp.c 371]

DpIJ2eeShutdown: j2ee state = SHUTDOWN

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

Sun May 24 02:55:25 2009

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

Sun May 24 02:55:36 2009

***LOG Q0I=> NiPConnect2: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 2823]

      • ERROR => NiPConnect2: SiPeekPendConn failed for hdl 5 / sock 264

(SI_ECONN_REFUSE/10061; I4; ST; 172.18.5.222:3901) [nixxi.cpp 2823]

      • ERROR => MsIAttachEx: NiBufConnect to UT1VC7Q01/3901 failed (rc=NIECONN_REFUSED) [msxxi.c 652]

J2EE server info

start = TRUE

state = STARTED

pid = 4300

argv[0] = H:\usr\sap\C7Q\DVEBMGS01\exe\jcontrol.EXE

argv[1] = H:\usr\sap\C7Q\DVEBMGS01\exe\jcontrol.EXE

argv[2] = pf=H:\usr\sap\C7Q\SYS\profile\C7Q_DVEBMGS01_UT1VC7Q01

argv[3] = -DSAPSTART=1

argv[4] = -DCONNECT_PORT=64998

argv[5] = -DSAPSYSTEM=01

argv[6] = -DSAPSYSTEMNAME=C7Q

argv[7] = -DSAPMYNAME=UT1VC7Q01_C7Q_01

argv[8] = -DSAPPROFILE=H:\usr\sap\C7Q\SYS\profile\C7Q_DVEBMGS01_UT1VC7Q01

argv[9] = -DFRFC_FALLBACK=ON

argv[10] = -DFRFC_FALLBACK_HOST=localhost

start_lazy = 0

start_control = SAP J2EE startup framework

DpJ2eeStart: j2ee state = STARTED

Sun May 24 02:55:37 2009

DpJ2eeLogin: j2ee state = CONNECTED

Sun May 24 02:55:47 2009

***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4424]

      • ERROR => NiIRead: SiRecv failed for hdl 3 / sock 44

(SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:4492) [nixxi.cpp 4424]

DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)

DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=4300)

      • ERROR => DpProcKill: kill failed [dpntdisp.c 371]

DpIJ2eeShutdown: j2ee state = SHUTDOWN

Sun May 24 02:55:56 2009

***LOG Q0I=> NiPConnect2: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 2823]

      • ERROR => NiPConnect2: SiPeekPendConn failed for hdl 3 / sock 44

(SI_ECONN_REFUSE/10061; I4; ST; 172.18.5.222:3901) [nixxi.cpp 2823]

      • ERROR => MsIAttachEx: NiBufConnect to UT1VC7Q01/3901 failed (rc=NIECONN_REFUSED) [msxxi.c 652]

J2EE server info

start = TRUE

state = STARTED

pid = 5732

argv[0] = H:\usr\sap\C7Q\DVEBMGS01\exe\jcontrol.EXE

argv[1] = H:\usr\sap\C7Q\DVEBMGS01\exe\jcontrol.EXE

argv[2] = pf=H:\usr\sap\C7Q\SYS\profile\C7Q_DVEBMGS01_UT1VC7Q01

argv[3] = -DSAPSTART=1

argv[4] = -DCONNECT_PORT=64997

argv[5] = -DSAPSYSTEM=01

argv[6] = -DSAPSYSTEMNAME=C7Q

argv[7] = -DSAPMYNAME=UT1VC7Q01_C7Q_01

argv[8] = -DSAPPROFILE=H:\usr\sap\C7Q\SYS\profile\C7Q_DVEBMGS01_UT1VC7Q01

argv[9] = -DFRFC_FALLBACK=ON

argv[10] = -DFRFC_FALLBACK_HOST=localhost

start_lazy = 0

start_control = SAP J2EE startup framework

DpJ2eeStart: j2ee state = STARTED

DpJ2eeLogin: j2ee state = CONNECTED

Sun May 24 02:56:04 2009

***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4424]

      • ERROR => NiIRead: SiRecv failed for hdl 5 / sock 40

(SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:4502) [nixxi.cpp 4424]

DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)

DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=5732)

      • ERROR => DpProcKill: kill failed [dpntdisp.c 371]

DpIJ2eeShutdown: j2ee state = SHUTDOWN

Sun May 24 02:56:14 2009

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

Sun May 24 02:56:16 2009

***LOG Q0I=> NiPConnect2: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 2823]

      • ERROR => NiPConnect2: SiPeekPendConn failed for hdl 5 / sock 40

(SI_ECONN_REFUSE/10061; I4; ST; 172.18.5.222:3901) [nixxi.cpp 2823]

      • ERROR => MsIAttachEx: NiBufConnect to UT1VC7Q01/3901 failed (rc=NIECONN_REFUSED) [msxxi.c 652]

J2EE server info

start = TRUE

state = STARTED

pid = 5688

argv[0] = H:\usr\sap\C7Q\DVEBMGS01\exe\jcontrol.EXE

argv[1] = H:\usr\sap\C7Q\DVEBMGS01\exe\jcontrol.EXE

argv[2] = pf=H:\usr\sap\C7Q\SYS\profile\C7Q_DVEBMGS01_UT1VC7Q01

argv[3] = -DSAPSTART=1

argv[4] = -DCONNECT_PORT=64996

argv[5] = -DSAPSYSTEM=01

argv[6] = -DSAPSYSTEMNAME=C7Q

argv[7] = -DSAPMYNAME=UT1VC7Q01_C7Q_01

argv[8] = -DSAPPROFILE=H:\usr\sap\C7Q\SYS\profile\C7Q_DVEBMGS01_UT1VC7Q01

argv[9] = -DFRFC_FALLBACK=ON

argv[10] = -DFRFC_FALLBACK_HOST=localhost

start_lazy = 0

start_control = SAP J2EE startup framework

DpJ2eeStart: j2ee state = STARTED

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

Sun May 24 02:56:17 2009

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

DpJ2eeLogin: j2ee state = CONNECTED

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

Sun May 24 02:56:19 2009

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

Sun May 24 02:56:20 2009

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

Sun May 24 02:56:21 2009

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

Sun May 24 02:56:22 2009

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

Sun May 24 02:56:26 2009

***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4424]

      • ERROR => NiIRead: SiRecv failed for hdl 3 / sock 36

(SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:4510) [nixxi.cpp 4424]

DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)

DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=5688)

      • ERROR => DpProcKill: kill failed [dpntdisp.c 371]

DpIJ2eeShutdown: j2ee state = SHUTDOWN

Former Member
0 Kudos

Sun May 24 02:56:36 2009

***LOG Q0I=> NiPConnect2: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 2823]

      • ERROR => NiPConnect2: SiPeekPendConn failed for hdl 3 / sock 36

(SI_ECONN_REFUSE/10061; I4; ST; 172.18.5.222:3901) [nixxi.cpp 2823]

      • ERROR => MsIAttachEx: NiBufConnect to UT1VC7Q01/3901 failed (rc=NIECONN_REFUSED) [msxxi.c 652]

J2EE server info

start = TRUE

state = STARTED

pid = 5564

argv[0] = H:\usr\sap\C7Q\DVEBMGS01\exe\jcontrol.EXE

argv[1] = H:\usr\sap\C7Q\DVEBMGS01\exe\jcontrol.EXE

argv[2] = pf=H:\usr\sap\C7Q\SYS\profile\C7Q_DVEBMGS01_UT1VC7Q01

argv[3] = -DSAPSTART=1

argv[4] = -DCONNECT_PORT=64995

argv[5] = -DSAPSYSTEM=01

argv[6] = -DSAPSYSTEMNAME=C7Q

argv[7] = -DSAPMYNAME=UT1VC7Q01_C7Q_01

argv[8] = -DSAPPROFILE=H:\usr\sap\C7Q\SYS\profile\C7Q_DVEBMGS01_UT1VC7Q01

argv[9] = -DFRFC_FALLBACK=ON

argv[10] = -DFRFC_FALLBACK_HOST=localhost

start_lazy = 0

start_control = SAP J2EE startup framework

DpJ2eeStart: j2ee state = STARTED

DpJ2eeLogin: j2ee state = CONNECTED

Sun May 24 02:56:45 2009

***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4424]

      • ERROR => NiIRead: SiRecv failed for hdl 5 / sock 32

(SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:4519) [nixxi.cpp 4424]

DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)

DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=5564)

      • ERROR => DpProcKill: kill failed [dpntdisp.c 371]

DpIJ2eeShutdown: j2ee state = SHUTDOWN

Sun May 24 02:56:56 2009

***LOG Q0I=> NiPConnect2: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 2823]

      • ERROR => NiPConnect2: SiPeekPendConn failed for hdl 5 / sock 32

(SI_ECONN_REFUSE/10061; I4; ST; 172.18.5.222:3901) [nixxi.cpp 2823]

      • ERROR => MsIAttachEx: NiBufConnect to UT1VC7Q01/3901 failed (rc=NIECONN_REFUSED) [msxxi.c 652]

J2EE server info

start = TRUE

state = STARTED

pid = 5384

argv[0] = H:\usr\sap\C7Q\DVEBMGS01\exe\jcontrol.EXE

argv[1] = H:\usr\sap\C7Q\DVEBMGS01\exe\jcontrol.EXE

argv[2] = pf=H:\usr\sap\C7Q\SYS\profile\C7Q_DVEBMGS01_UT1VC7Q01

argv[3] = -DSAPSTART=1

argv[4] = -DCONNECT_PORT=64994

argv[5] = -DSAPSYSTEM=01

argv[6] = -DSAPSYSTEMNAME=C7Q

argv[7] = -DSAPMYNAME=UT1VC7Q01_C7Q_01

argv[8] = -DSAPPROFILE=H:\usr\sap\C7Q\SYS\profile\C7Q_DVEBMGS01_UT1VC7Q01

argv[9] = -DFRFC_FALLBACK=ON

argv[10] = -DFRFC_FALLBACK_HOST=localhost

start_lazy = 0

start_control = SAP J2EE startup framework

DpJ2eeStart: j2ee state = STARTED

DpJ2eeLogin: j2ee state = CONNECTED

Sun May 24 02:57:05 2009

***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4424]

      • ERROR => NiIRead: SiRecv failed for hdl 3 / sock 28

(SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:4531) [nixxi.cpp 4424]

DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)

DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=5384)

      • ERROR => DpProcKill: kill failed [dpntdisp.c 371]

DpIJ2eeShutdown: j2ee state = SHUTDOWN

Sun May 24 02:57:14 2009

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

Sun May 24 02:57:15 2009

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

Sun May 24 02:57:16 2009

***LOG Q0I=> NiPConnect2: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 2823]

      • ERROR => NiPConnect2: SiPeekPendConn failed for hdl 3 / sock 28

(SI_ECONN_REFUSE/10061; I4; ST; 172.18.5.222:3901) [nixxi.cpp 2823]

      • ERROR => MsIAttachEx: NiBufConnect to UT1VC7Q01/3901 failed (rc=NIECONN_REFUSED) [msxxi.c 652]

J2EE server info

start = TRUE

state = STARTED

pid = 5300

argv[0] = H:\usr\sap\C7Q\DVEBMGS01\exe\jcontrol.EXE

argv[1] = H:\usr\sap\C7Q\DVEBMGS01\exe\jcontrol.EXE

argv[2] = pf=H:\usr\sap\C7Q\SYS\profile\C7Q_DVEBMGS01_UT1VC7Q01

argv[3] = -DSAPSTART=1

argv[4] = -DCONNECT_PORT=64993

argv[5] = -DSAPSYSTEM=01

argv[6] = -DSAPSYSTEMNAME=C7Q

argv[7] = -DSAPMYNAME=UT1VC7Q01_C7Q_01

argv[8] = -DSAPPROFILE=H:\usr\sap\C7Q\SYS\profile\C7Q_DVEBMGS01_UT1VC7Q01

argv[9] = -DFRFC_FALLBACK=ON

argv[10] = -DFRFC_FALLBACK_HOST=localhost

start_lazy = 0

start_control = SAP J2EE startup framework

DpJ2eeStart: j2ee state = STARTED

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

DpJ2eeLogin: j2ee state = CONNECTED

Sun May 24 02:57:17 2009

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

Sun May 24 02:57:18 2009

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

Former Member
0 Kudos

Sun May 24 02:57:27 2009

***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4424]

      • ERROR => NiIRead: SiRecv failed for hdl 5 / sock 20

(SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:4541) [nixxi.cpp 4424]

DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)

DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=5300)

      • ERROR => DpProcKill: kill failed [dpntdisp.c 371]

DpIJ2eeShutdown: j2ee state = SHUTDOWN

Sun May 24 02:57:34 2009

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

Sun May 24 02:57:36 2009

***LOG Q0I=> NiPConnect2: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 2823]

      • ERROR => NiPConnect2: SiPeekPendConn failed for hdl 5 / sock 20

(SI_ECONN_REFUSE/10061; I4; ST; 172.18.5.222:3901) [nixxi.cpp 2823]

      • ERROR => MsIAttachEx: NiBufConnect to UT1VC7Q01/3901 failed (rc=NIECONN_REFUSED) [msxxi.c 652]

J2EE server info

start = TRUE

state = STARTED

pid = 5672

argv[0] = H:\usr\sap\C7Q\DVEBMGS01\exe\jcontrol.EXE

argv[1] = H:\usr\sap\C7Q\DVEBMGS01\exe\jcontrol.EXE

argv[2] = pf=H:\usr\sap\C7Q\SYS\profile\C7Q_DVEBMGS01_UT1VC7Q01

argv[3] = -DSAPSTART=1

argv[4] = -DCONNECT_PORT=64992

argv[5] = -DSAPSYSTEM=01

argv[6] = -DSAPSYSTEMNAME=C7Q

argv[7] = -DSAPMYNAME=UT1VC7Q01_C7Q_01

argv[8] = -DSAPPROFILE=H:\usr\sap\C7Q\SYS\profile\C7Q_DVEBMGS01_UT1VC7Q01

argv[9] = -DFRFC_FALLBACK=ON

argv[10] = -DFRFC_FALLBACK_HOST=localhost

start_lazy = 0

start_control = SAP J2EE startup framework

DpJ2eeStart: j2ee state = STARTED

Sun May 24 02:57:37 2009

DpJ2eeLogin: j2ee state = CONNECTED

Sun May 24 02:57:44 2009

***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4424]

      • ERROR => NiIRead: SiRecv failed for hdl 3 / sock 16

(SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:4549) [nixxi.cpp 4424]

DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)

DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=5672)

      • ERROR => DpProcKill: kill failed [dpntdisp.c 371]

DpIJ2eeShutdown: j2ee state = SHUTDOWN

Sun May 24 02:57:45 2009

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

Sun May 24 02:57:46 2009

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

Sun May 24 02:57:47 2009

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

Sun May 24 02:57:56 2009

***LOG Q0I=> NiPConnect2: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 2823]

      • ERROR => NiPConnect2: SiPeekPendConn failed for hdl 3 / sock 16

(SI_ECONN_REFUSE/10061; I4; ST; 172.18.5.222:3901) [nixxi.cpp 2823]

      • ERROR => MsIAttachEx: NiBufConnect to UT1VC7Q01/3901 failed (rc=NIECONN_REFUSED) [msxxi.c 652]

J2EE server info

start = TRUE

state = STARTED

pid = 5056

argv[0] = H:\usr\sap\C7Q\DVEBMGS01\exe\jcontrol.EXE

argv[1] = H:\usr\sap\C7Q\DVEBMGS01\exe\jcontrol.EXE

argv[2] = pf=H:\usr\sap\C7Q\SYS\profile\C7Q_DVEBMGS01_UT1VC7Q01

argv[3] = -DSAPSTART=1

argv[4] = -DCONNECT_PORT=64991

argv[5] = -DSAPSYSTEM=01

argv[6] = -DSAPSYSTEMNAME=C7Q

argv[7] = -DSAPMYNAME=UT1VC7Q01_C7Q_01

argv[8] = -DSAPPROFILE=H:\usr\sap\C7Q\SYS\profile\C7Q_DVEBMGS01_UT1VC7Q01

argv[9] = -DFRFC_FALLBACK=ON

argv[10] = -DFRFC_FALLBACK_HOST=localhost

start_lazy = 0

start_control = SAP J2EE startup framework

DpJ2eeStart: j2ee state = STARTED

Sun May 24 02:57:57 2009

DpJ2eeLogin: j2ee state = CONNECTED

Sun May 24 02:58:13 2009

***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4424]

      • ERROR => NiIRead: SiRecv failed for hdl 5 / sock 12

(SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:4564) [nixxi.cpp 4424]

DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)

DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=5056)

      • ERROR => DpProcKill: kill failed [dpntdisp.c 371]

DpIJ2eeShutdown: j2ee state = SHUTDOWN

Sun May 24 02:58:14 2009

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

Sun May 24 02:58:16 2009

***LOG Q0I=> NiPConnect2: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 2823]

      • ERROR => NiPConnect2: SiPeekPendConn failed for hdl 5 / sock 12

(SI_ECONN_REFUSE/10061; I4; ST; 172.18.5.222:3901) [nixxi.cpp 2823]

      • ERROR => MsIAttachEx: NiBufConnect to UT1VC7Q01/3901 failed (rc=NIECONN_REFUSED) [msxxi.c 652]

DpEnvCheckJ2ee: switch off j2ee start flag

Sun May 24 02:58:36 2009

***LOG Q0I=> NiPConnect2: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 2823]

      • ERROR => NiPConnect2: SiPeekPendConn failed for hdl 5 / sock 12

(SI_ECONN_REFUSE/10061; I4; ST; 172.18.5.222:3901) [nixxi.cpp 2823]

      • ERROR => MsIAttachEx: NiBufConnect to UT1VC7Q01/3901 failed (rc=NIECONN_REFUSED) [msxxi.c 652]

Sun May 24 02:58:42 2009

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

Sun May 24 02:58:52 2009

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

Sun May 24 02:58:56 2009

***LOG Q0I=> NiPConnect2: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 2823]

      • ERROR => NiPConnect2: SiPeekPendConn failed for hdl 5 / sock 12

(SI_ECONN_REFUSE/10061; I4; ST; 172.18.5.222:3901) [nixxi.cpp 2823]

      • ERROR => MsIAttachEx: NiBufConnect to UT1VC7Q01/3901 failed (rc=NIECONN_REFUSED) [msxxi.c 652]

Sun May 24 02:58:57 2009

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

Sun May 24 02:58:58 2009

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

Sun May 24 02:58:59 2009

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

Sun May 24 02:59:00 2009

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

Sun May 24 02:59:01 2009

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

Sun May 24 02:59:03 2009

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

Sun May 24 02:59:14 2009

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

Sun May 24 02:59:16 2009

***LOG Q0I=> NiPConnect2: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 2823]

      • ERROR => NiPConnect2: SiPeekPendConn failed for hdl 5 / sock 12

(SI_ECONN_REFUSE/10061; I4; ST; 172.18.5.222:3901) [nixxi.cpp 2823]

      • ERROR => MsIAttachEx: NiBufConnect to UT1VC7Q01/3901 failed (rc=NIECONN_REFUSED) [msxxi.c 652]

Sun May 24 02:59:37 2009

***LOG Q0I=> NiPConnect2: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 2823]

      • ERROR => NiPConnect2: SiPeekPendConn failed for hdl 5 / sock 12

(SI_ECONN_REFUSE/10061; I4; ST; 172.18.5.222:3901) [nixxi.cpp 2823]

      • ERROR => MsIAttachEx: NiBufConnect to UT1VC7Q01/3901 failed (rc=NIECONN_REFUSED) [msxxi.c 652]

Sun May 24 02:59:58 2009

***LOG Q0I=> NiPConnect2: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 2823]

      • ERROR => NiPConnect2: SiPeekPendConn failed for hdl 5 / sock 32

(SI_ECONN_REFUSE/10061; I4; ST; 172.18.5.222:3901) [nixxi.cpp 2823]

      • ERROR => MsIAttachEx: NiBufConnect to UT1VC7Q01/3901 failed (rc=NIECONN_REFUSED) [msxxi.c 652]

Sun May 24 03:00:15 2009

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

      • ERROR => MsISnd2: not_attached [msxxi.c 1321]

***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c 4944]

Sun May 24 03:00:18 2009

***LOG Q0I=> NiPConnect2: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 2823]

      • ERROR => NiPConnect2: SiPeekPendConn failed for hdl 5 / sock 32

(SI_ECONN_REFUSE/10061; I4; ST; 172.18.5.222:3901) [nixxi.cpp 2823]

      • ERROR => MsIAttachEx: NiBufConnect to UT1VC7Q01/3901 failed (rc=NIECONN_REFUSED) [msxxi.c 652]

Answers (3)

Answers (3)

Former Member
0 Kudos

This message was moderated.

markus_doehr2
Active Contributor
0 Kudos

Just to add:

user the guide provided at

http://service.sap.com/systemcopy

Markus

Syamkriz
Active Participant
0 Kudos

Hi Experts,

I have got a question here.Is "Database copy" an alternative for backup restore and import/export.

Which is more efficient/less time consuming/better. Some of our guys are doing it by database copy.

they copy the database files and edits the control files in the destination machine.Which methode is recomended.

Thanks ,

Syam

markus_doehr2
Active Contributor
0 Kudos

Please read the system copy guide. Basically they are doing the right thing.

Markus

Former Member
0 Kudos

It´s possible to make a full image of one system (S.O,DB, and system SAP), and copy it in another host?

Yes its possible but hardware key and license will need to change.

Could i to change the SID of the system?

Yes for this you have do the system copy using backup/restore or through r3 export/import.

Regards,

Nikunj Thaker