cancel
Showing results for 
Search instead for 
Did you mean: 

Enqueue server - Not able to create replication table

Former Member
0 Kudos

Hi,

I installed a HA with a replicated enqueue server. It seems that it is not able to create replication table:

In Node 1: I am able to start and test the SCS and ASCS Enqueue Services respectively

Node1:<SID>adm 18% /sapmnt/<SID>/exe/enserver pf=/sapmnt/<SID>/profile/<SID>_SCS01_sap<SID>00 &

Node1:<SID>adm 19% /sapmnt/<SID>/exe/ensmon -Hlocalhost -S3201 1

Try to connect to host localhost service 3201

Dummy request executed successfully with rc=0

Node1:<SID>adm 20% /sapmnt/<SID>/exe/enserver pf=/sapmnt/<SID>/profile/<SID>_ASCS02_sap<SID>00 &

Node1:<SID>adm 21% /sapmnt/<SID>/exe/ensmon -Hlocalhost -S3202 1

Try to connect to host localhost service 3201

Dummy request executed successfully with rc=0

-


In Node 2: I am not able to start the Enqueue Services. It is not connecting to the Node1. Refer the command and error:

Node2:<SID>adm 18% /sapmnt/<SID>/exe/enrepserver pf=/sapmnt/<SID>/profile/<SID>_RENQ_01 &

[1] 10243

Node2:<SID>adm 19% Failed to create replication table:

==> ShadowTable: Error with the shared memory

I will shutdown now!!!

[1] Exit 3 /sapmnt/<SID>/exe/enrepserver pf=/sapmnt/<SID>/profile/<SID>_RENQ_01

Node2:<sid>adm 20% /sapmnt/<SID>/exe/ensmon -Hlocalhost -S3201 1

Try to connect to host localhost service 3201

Function Dummy request failed

Errortext: <error>

Accepted Solutions (0)

Answers (1)

Answers (1)

vincentlim826
Employee
Employee
0 Kudos

hi,

1. Did Enqueue Server and Replication Server using same instance number ?

2. Did you have configured the replication server according to SAP note 524816 ?

3. have you set the parameter enque/server/replication to true ?

4. What are the rest of enque/* parameter value ? i.e enque/repl/shadow_file_name

5. Have you done a clean reboot of your server or used cleanipc?

6. what did you find on relevant entries in dev_enq* trace file ?

7. What is your kernel release, patch level ?

8. Check out:

http://help.sap.com/saphelp_erp2005/helpdata/en/39/da8d840167402cb39c5920b340bbb6/content.htm

Regards,

Vincent

Former Member
0 Kudos

Did you fix this issue ?

before you test it on node 2. can you make sure sure replication server is running on node 2 and getting its replication table updated.

If this is confirmed, i guess you have no issues.

Thanks!