cancel
Showing results for 
Search instead for 
Did you mean: 

sapccmsr register failed

former_member211576
Contributor
0 Kudos

Hi experts,

   Sometimes sapccmsr register failed. How do I troubleshoot this issue?

gw/acl_mode = 1 but no reginfo and secinfo are used.

----

[Thr 10248]

CCMCTLIB: INFO: Using SAPLOCALHOST--- for GRMG configuration.

CCMCTLIB: INFO: Using default global path C:\usr\sap\PRFCLOG\grmg to check GRMG scenarios.

CCMCTLIB: INFO: CCMS Agent can access the following list of files/directories:

CCMCTLIB: INFO: \\---\saploc\PRFCLOG\grmg\grmg*

CCMCTLIB: INFO: C:\Windows\sapcluster

CCMCTLIB: INFO: C:\Windows\SAPCLU~1

CCMCTLIB: INFO: current trace level is 1

ERROR: RFC service -DCCMS failed at TCP gateway sapgw21 on host tccap21

[RFC_ERROR_COMMUNICATION] CPIC-CALL: 'SAP_CMACCPTP : rc=6

LOCATION    SAP-Gateway on host tccap21.qcisap.corp / sapgw21

ERROR       registration of tp ---.sapccmsr.99 from host

            -----.quanta.corp not allowed

TIME        Tue Nov 19 13:57:22 2013

RELEASE     721

COMPONENT   SAP-Gateway

VERSION     2

RC          720

MODULE      gwxxrd.c

LINE        3645

COUNTER     8496

Accepted Solutions (1)

Accepted Solutions (1)

former_member183107
Contributor
0 Kudos

Hi,

As of 720 kernel, registration of external server program is controlled by profile parameters gw/acl_mode, gw_reg_info and gw/sec_info.

For security reasons, SAP has made it mandatory to use gw/reg_info and gw/sec_info to allow any external program to get registered on host.

So, entries of the host wanting to register program in gateway, has to be maintained in the file reg_info and sec_info.

Location of these files is maintained using gw/reg_info and gw/sec_info profile parameter.

If the files are created without any entries, then no external server is allowed to register external programs. If files are created then entries for the servers has to be maintained.

If the files are not created, then parameter gw/acl_mode can be used to control registration of external programs on the system.

gw/acl_mode = 0 will allow registration of external server program

gw/acl_mode = 1 will not allow registration of external server programs and you need to maintain reg_info and sec_info files.

More information about the same can be found in below SAP notes :

Note 1408081 - Basic settings for reg_info and sec_info

Note 1069911 - GW: Changes to the ACL list of the gateway (reginfo)

Regards,

Himanshu

Answers (3)

Answers (3)

Former Member
0 Kudos

Great...

Former Member
0 Kudos

Hi,

Check with dev_jrfc.trc file....

If the error look like...

LOCATION SAP-Gateway on host <hostname>

ERROR registration of tp <Jco destination name> from host

<hostname> not allowed

TIME Fri May 10 10:30:58 2013

RELEASE 720

COMPONENT SAP-Gateway

VERSION 2

RC 720

MODULE gwxxrd.c

LINE 3642

COUNTER 6303

Return code: RFC_FAILURE(1)

error group: 102

key: RFC_ERROR_COMMUNICATION

Then follow the link..

https://scn.sap.com/docs/DOC-42463

BR,

Prabhakar

former_member211576
Contributor
0 Kudos

Hi Prabhakar,

   SMGW-> Expert Functions -> Re-Read & Logging are really helpful to troubleshoot.

Former Member
0 Kudos
former_member211576
Contributor
0 Kudos

Hi Rishi,

   I create a reginfo.DAT in S:\usr\sap\TCP\DVEBMGS21\data

---

P TP=* HOST=* CANCEL=* ACCESS=*

P TP=* HOST=* CANCEL=* ACCESS=*

---

and a secinfo.DAT S:\usr\sap\TCP\DVEBMGS21\data

---

P TP=* USER=* USER-HOST=* HOST=*

P TP=* USER=* USER-HOST=* HOST=*

---

but still failed.

Former Member
0 Kudos

Did you try to read the other note.

I think you only followed first note.

Thanks

Rishi Abrol

Sriram2009
Active Contributor
0 Kudos

Hi Dennis

Kindly refer the SAP Note 1460948 - Fail to start / install with MDM / Register CCMS  Agent

Regards

Ram