cancel
Showing results for 
Search instead for 
Did you mean: 

SOLMAN DB migration done,many trace files are getting generated in EP servers

Former Member
0 Kudos

Hi,

We recently completed Solution Manager DB migration from Oracle to DB2.

Post completion of migration when SOLMAN system started,bulk trace files are getting generated causing /usr/sap/<SID> mount point  to get full.

Trace file contents are as below:

******************************************************

Error> occured  >Thu Jul 24 05:47:15,428<

>RfcIoException:

    message: CPIC-CALL: SAP_CMACCPTP3 on convId: 00000000

LOCATION    SAP-Gateway on host <solman.hostname> / sapgw00

ERROR       registration of tp SAPSLDAPI_UNICODE from host

            <EP-hostname>.in not allowed

TIME        Thu Jul 24 05:33:33 2014

RELEASE     721

COMPONENT   SAP-Gateway

VERSION     2

RC          720

MODULE      gwxxrd.c

LINE        3644

COUNTER     48345519

    Return code: RFCIO_ERROR_SYSERROR(5)<

Error> occured [15] >Thu Jul 24 05:47:15,428<    RfcException: [qaep|SAPSLDAPI_UNICODE]

    message: CPIC-CALL: SAP_CMACCPTP3 on convId: 00000000

LOCATION    SAP-Gateway on host <solman-hostname> / sapgw00

ERROR       registration of tp SAPSLDAPI_UNICODE from host

            <EPhostname> not allowed

TIME        Thu Jul 24 05:33:33 2014

RELEASE     721

COMPONENT   SAP-Gateway

VERSION     2

RC          720

MODULE      gwxxrd.c

LINE        3644

COUNTER     48345519

    Return code: RFC_SYS_EXCEPTION(3)

    error group: 102

    key: RFC_ERROR_COMMUNICATION

************************************************************

Are we missing out any major step post SOLMAN DB migration,as on each of our EP instances traces are getting generated.

Looking forward for some workaround/solution.

Thanks n Regards,

Vineet

Accepted Solutions (1)

Accepted Solutions (1)

divyanshu_srivastava3
Active Contributor
0 Kudos

Hi,

You have to update reginfo

The file name is defined by the parameter gw/reg_info. The default value for the path of the file is:

/usr/sap/<SID>/<INSTANCE>/data/reginfo

Refer - sap note 1069911 and 1105897


Divyanshu.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Divyanshu,

Thanks a ton for quick response.

We referred the notes,bt there's slight confusion.

We are posting the details of the settings that we are going to do on servers.Please verify and confirm whether things are proper.

Our SOLMAN version is 7.21

Setting on SOLMAN SERVER:

in instance profile parameter gw/reg_info

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

Since we are facing issue on all EP servers ,"internal" keyword will do or we need to mention each IP of EP servers?

Also do we need to set sec_info also?

Regards,

Vineet

divyanshu_srivastava3
Active Contributor
0 Kudos
Former Member
0 Kudos

Hi Divyanshu,

Thanks for the link.

Have set two parameters sec_info n reg_info,and their entry [in the backend] as

secinfo

P TP=* HOST=*  USER=*

reginfo

P TP=* ACCESS=* CANCEL=*

Still problem is not solved.

Regards,

Vineet

divyanshu_srivastava3
Active Contributor
0 Kudos

Hi Vineet,

Can you scan these two threads and check jco is there.

Meanwhile, set gw/acl_mode = 0

Regards

Divyanshu

Former Member
0 Kudos

Hi Divyanshu,

Yes that gw/acl_mode was set to 1...that I changed nw. to 0 ...

regarding SAPSLDAPI_UNICODE ,this is working but SAPSLDAPI is not working.

After setting above parameter ,it seems trace generation has stopped,I will let you know in somtime though.

Thanks n Regards,

Vineet

divyanshu_srivastava3
Active Contributor
0 Kudos

That is good. Those lines won't come in trace again.

divyanshu_srivastava3
Active Contributor
0 Kudos

I think your issue is solved. You can close the thread.

For SLD connection, use tcode SLDCHECK to fix issue.

Refer: Access To SLD From ABAP Fails - SAP NetWeaver™ Problem Analysis Guide (PAG) - SAP Library

Divyanshu