cancel
Showing results for 
Search instead for 
Did you mean: 

Error when opening an RFC connection (CPIC-CALL) with STMS

former_member196171
Participant
0 Kudos

I have just installed SAP ECC on distributed  systems ( CI and DB two nodes ) on Oracle 11G / AIX 6.1 , now with the STMS , I am getting following error ,

Please help

Message no. TP608 Diagnosis

There was an attempt to start the transport control program tp using the local RFC interface. An error occurred here.

  Error code: 3
  RFC error text: Error when opening an RFC connection (CPIC-CALL: '

Meaning of the error codes:
  03  RFC system failure
  04  RFC communication failure

System Response

The function terminates. Details about the error can be found in the trace file of the Gateway Monitor (SMGW).

Procedure

Contact your system administrator or use report RSTPTEST to localize the error. You can then execute the command again.

part of SMGW  trace is  as below ( also detail file is attached )


Tue Feb 12 15:09:45 2013
GwDpInit: attached to gw_adm at 700000000859b70

Tue Feb 12 15:10:21 2013
***LOG S23=> GwIDisconnectClient, client disconnected (001) [gwxxrd.c     10480]
***LOG S74=> GwIDisconnectClient, client disconnected ( sapk1xdb) [gwxxrd.c     10491]
***LOG S0R=> GwIDisconnectClient, client disconnected () [gwxxrd.c     10508]
***LOG S0I=> GwIDisconnectClient, client disconnected ( sapxpg) [gwxxrd.c     10521]

*****************************************************************************
*
*  LOCATION    SAP-Gateway on host sapk1xci.hrdc-drhc.net / sapgw00
*  ERROR       connection to partner 'sapk1xdb:61274' broken
*
*  TIME        Tue Feb 12 15:10:21 2013
*  RELEASE     720
*  COMPONENT   NI (network interface)
*  VERSION     40
*  RC          -6
*  MODULE      nixxi.cpp
*  LINE        4850
*  DETAIL      NiIRead: P=10.54.172.34:61274; L=10.54.172.41:3300
*  SYSTEM CALL recv
*  COUNTER     2
*
*****************************************************************************

Accepted Solutions (1)

Accepted Solutions (1)

former_member188883
Active Contributor

Hi,

1) Paste the entries from /etc/hosts

2) What is the Kernel version in your system

3) Share the permission details for /usr/sap/trans mount point ?

Regards,

Deepak Kori

former_member196171
Participant
0 Kudos

Hi Deepak,

Thanks for your prompt reply.

1)  in hosts file ci and db nodes entries are as below:

10.54.172.34    sapk1xdb        sapk1xdb.hrdc-drhc.net

192.168.238.34  nhdb1990-adm    sapk1xdb-adm    sapk1xdb-adm.hrdc-drhc.net

10.54.172.41    sapk1xci        sapk1xci.hrdc-drhc.net

2) Kernel Version : 720_EXT Patch 400 ( unicode )

3)  /usr/sap/trans permissions are as below:

drwxrwxr-x   13 k1xadm   sapsys         4096 Feb 25 11:40 trans

-rw-------    1 k1xadm   sapsys         4871 Nov  4 2011  SIGNATURE.SMF

drwxr-xr-x    2 root     system          256 Jan 11 19:10 lost+found

drwxrwx--x    2 root     sapsys          256 Jan 13 13:03 etc

drwxrwx--x    5 root     sapsys          256 Jan 13 13:03 EPS

drwxrwx--x    3 root     sapsys          256 Jan 13 13:03 storage

drwxrwx--x    2 root     sapsys        12288 Feb 21 08:50 log

drwxrwx--x    2 root     sapsys         4096 Feb 21 08:50 data

drwxrwx--x    2 root     sapsys         4096 Feb 21 08:50 cofiles

drwxrwx--x    2 root     sapsys          256 Feb 21 08:50 buffer

drwxrwx--x    2 root     sapsys          256 Feb 21 08:50 bin

drwxrwx--x    2 root     sapsys         4096 Feb 25 08:05 sapnames

drwxrwxr-x    2 root     sapsys         4096 Feb 25 12:58 tmp

former_member188883
Active Contributor
0 Kudos

Hi ,

Could you change the permission k1xadm:sapsy for all the folders under /usr/sap/trans.

You may use command chown -R k1xadm:sapsys /usr/sap/trans.

Secondly have you installed any Gateway server on DB server. If not, please install the same.

Regards,

Deepak Kori

former_member196171
Participant
0 Kudos

Hi Deepak,

I have changed the ownership  and tried getting the error as below:

User not authorized to start the program on the host

ABAP Programm: SAPLSTPA (Transaction: SE38)

User: DDIC (Client: 000)

Destination: CALLTP_AIX (Handle: 4, DtConId: 512C30E61A020B10E10080000A36AC36, DtConCnt: 0, ConvId: ,)

EPP RootContextId: 512C06FE9A0D0720E10080000A36AC36, ConnectionId: 00000000000000000000000000000000, ConnectionCnt: 0

EPP TransactionId: 512C30E11A020B10E10080000A36AC36

Error RFCIO_ERROR_SYSERROR in abrfcpic.c : 1730

CPIC-CALL: 'ThSAPOCMINIT' : cmRc=6 thRc=676

User not authorized to start the program on the host

DEST =CALLTP_AIX

HOST =sapk1xci

PROG =/usr/sap/K1XS/DVEBMGS00/exe/tp

Yes , you are right I donot have gateway  with the DB node , is it mandatory to have Gateway installed with DB node?

Thanks

former_member185239
Active Contributor
0 Kudos

Hi Mamun,

You need to install standalone gateway on DB node and maintain  the entry in services file.

this might resolve the issue.

With Regards

Ashutosh Chaturvedi

Answers (1)

Answers (1)

Ranjith418
Contributor
0 Kudos

Hello,

The error clearly shows that entry is missing (no comm_adm entry found (gw=sapk2sci.hrdc-drhc.net / sapdp00). add entry sapdp00  3200/tcp in services files under /etc/services

maintain the host names of all the systems in transport landscape as required. every system host file in transport landscape must have other systems entries. i have attached sample services file.

Thanks,
Ranjith