cancel
Showing results for 
Search instead for 
Did you mean: 

ShadowTable:attach: ShmCreate - pool doesnu00B4t exist

Former Member
0 Kudos

Hi Gurus,

Please help me to resolve this issue. I did following steps but no luck:

cleanipc 00 remove

saposcol -k

I am configuring ASCS and ERS for HA Operations.

Fri Oct 9 17:39:55 2009

profile /usr/sap/RQ1/SYS/profile/RQ1_ASCS01_inysapdb01

hostname inysapdb01

Enqueue server runs with SAP codepage 1100

Enqueue: EnqMemStartupAction Utc=1255124396

Enqueue Info: replication enabled

Enqueue Info: enque/replication_dll not set

ShadowTable:attach: ShmCreate - pool doesn´t exist[Thr 47226741201008] *** ERROR => EnqRepAttachOldTable: failed to get information on old replication table: rc=-1

EnqRepRestoreFromReplica: failed to attach to old replication table: rc=-1

enque/backup_file disabled in enserver environment

Fri Oct 9 17:39:57 2009

***LOG GEZ=> Server start

~

Regards,

Raj.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Rajesh,

Refer the Note 1249256 - Locks are lost during failover.

This will help you.

Thanks

R

Former Member
0 Kudos

Hi Rajesh,

Please check if you have share memory with the following command:-

ipcs -a | grep <SIDADM>

If you find -m and -s memory then clear with the following commands:-

For -m memory:-

ipcs -m <process id>

For -s memory

ipcs -s <process id>

Thanks and regards, Atil

Former Member
0 Kudos

Hi Atil,

I did cleanipc 00 remove and saposcol -k. It should clean the Shared memory. I also did the steps you suggested.

Regards,

raj.

Edited by: Rajesh Bhatt on Oct 12, 2009 7:58 PM

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Did you manage to fix your problem. I am getting exactly the same issue in my environment.

BR,

Vinod

markus_doehr2
Active Contributor
0 Kudos

> [Thr 47226741201008] enque/backup_file disabled in enserver environment

Is that parameter set?

Markus

Former Member
0 Kudos

Hi Mark,

enque/backup_file parameter is set to /usr/sap/RQ1/D03/log/ENQBCK. I have also checked on OS level:

Mon Oct 12 11:25:28 2009

profile /usr/sap/RQ1/SYS/profile/RQ1_ASCS01_inysapdb01

hostname inysapdb01

Mon Oct 12 11:25:29 2009

ShadowTable:attach: ShmCreate - pool doesn´t exist[Thr 47264759400560] Enqueue: EnqMemStartupAction Utc=1255361129

***LOG GEJ=>

***LOG GZZ=> /usr/sap/RQ1/D03/log/ENQBCK

***LOG GZZ=> Success

Enqueue Info: replication enabled

Enqueue Info: enque/replication_dll not set

ShadowTable:attach: ShmCreate - pool doesn´t exist[Thr 47264759400560] *** ERROR => EnqRepAttachOldTable: failed to get information on old replication table: rc=-1

EnqRepRestoreFromReplica: failed to attach to old replication table: rc=-1

enque/backup_file disabled in enserver environment

Mon Oct 12 11:25:30 2009

***LOG GEZ=> Server start

But some how it complains enque/backup_file disabled in enserver environemnt.

Regards,

Raj.

Former Member
0 Kudos

Hi Markus,

we are using stand alone enqueue server and replication server. I think I don't have to set this paramete. Correct me if I am wrong.

I am getting the error while creating the shadow Table. Any idea What's wrong?

Regards,

Raj.