cancel
Showing results for 
Search instead for 
Did you mean: 

th_server_list return tick-port in serv column

0 Kudos

hi expert,

I meet a problem while register external program to SAP gateway.

The exception is thrown in SYSTEM_CONNECT_TO_REG_SERVER,

exception   CONNECT_TO_REG_SERVER_FAILED.

I execute FM TH_SERVER_LIST,while 'tick-port' instead of 'sapdp00' returned in SERV cloumn,

what should we do next?

Thanks inadvanced

Phoebe

Accepted Solutions (1)

Accepted Solutions (1)

AtulKumarJain
Active Contributor
0 Kudos

Hi Phoebe,

Please check the below link

http://scn.sap.com/thread/1239063

check sap note 540379

please check

/etc/services at os level and check the entry.

Best Regards,

Atul

0 Kudos

Hi Atul,

The SAP ECC is install in unix .

I check the services file, and find that port 3200 is used by both sap and tick-port.

Please see below.

#tick-port       3200/tcp   # Press-sense Tick Port

#tick-port       3200/udp   # Press-sense Tick Port

sapdp00 3200/tcp # SAP System Dispatcher Port

I comment out tick port.  however, The TH_SERVER_LIST

still return tick-port.

Could you please advise next step?

Thanks

Phoebe

AtulKumarJain
Active Contributor
0 Kudos

Hi You need to restar the system to take change effect.

BR

Atul

0 Kudos

Hi Atul,

thanks for your reply. After restarting, I get the correct data in TH_SERVER_LIST.

However, FM SYSTEM_CONNECT_TO_REG_SERVER still throw exception   CONNECT_TO_REG_SERVER_FAILED.

Is there anything else I should check?

BTW, in services file port 3201~3299 is occupied by both SAP and other program.

should I also comment out these conflict port?

thanks

Phoebe

AtulKumarJain
Active Contributor
0 Kudos

Hi Liu,

Good to hear you that your issue has been fixed , please maked this thread as asnwerd.

No need to do anything.

BR

Atul

0 Kudos

Hi Atul,

But my main problem is not solved.

FM SYSTEM_CONNECT_TO_REG_SERVER still throw exception   CONNECT_TO_REG_SERVER_FAILED.

Any suggestion for that?

Thanks

Phoebe

AtulKumarJain
Active Contributor
0 Kudos

Hi Liu,

Please check

sap note 924030

and please provide dev_rd log for more information.

BR
Atul

0 Kudos

Hi Atul,

in the dev_rd file, I see this below.

Mon Jun 24 22:35:49 2013
***LOG Q0I=> NiIRead: P=10.58.88.137:50073; L=10.165.30.133:3300: recv (104: Connection reset by peer) [nixxi.cpp 5087]
*** ERROR => NiIRead: SiRecv failed for hdl 92/sock 18
    (SI_ECONN_BROKEN/104; I4; ST; P=10.58.88.137:50073; L=10.165.30.133:3300) [nixxi.cpp    5087]
***LOG S23=> GwIDisconnectClient, client disconnected (017) [gwxxrd.c     10508]
***LOG S74=> GwIDisconnectClient, client disconnected ( PVGD5080) [gwxxrd.c     10519]
***LOG S0R=> GwIDisconnectClient, client disconnected () [gwxxrd.c     10536]
***LOG S0I=> GwIDisconnectClient, client disconnected ( crw32) [gwxxrd.c     10549]

*****************************************************************************
*
*  LOCATION    SAP-Gateway on host vantgvmlnx221.dhcp.pgdev.sap.corp /
*              sapgw00
*  ERROR       connection to partner '10.58.88.137:50073' broken
*
*  TIME        Mon Jun 24 22:35:49 2013
*  RELEASE     738
*  COMPONENT   NI (network interface)
*  VERSION     40
*  RC          -6
*  MODULE      nixxi.cpp
*  LINE        5087
*  DETAIL      NiIRead: P=10.58.88.137:50073; L=10.165.30.133:3300
*  SYSTEM CALL recv
*  ERRNO       104
*  ERRNO TEXT  Connection reset by peer
*  COUNTER     197
*
*****************************************************************************

***LOG Q0I=> NiIRead: P=10.58.88.137:50077; L=10.165.30.133:3300: recv (104: Connection reset by peer) [nixxi.cpp 5087]
*** ERROR => NiIRead: SiRecv failed for hdl 71/sock 21
    (SI_ECONN_BROKEN/104; I4; ST; P=10.58.88.137:50077; L=10.165.30.133:3300) [nixxi.cpp    5087]

I don't understand it very much.

Thanks

Phoebe

0 Kudos

fixed, the wrong SNC configuration in profile breaks registering program.

Thanks

Phoebe

Answers (1)

Answers (1)

Former Member
0 Kudos

Dear Phoebe Liu,

Could you please tell me how did you resolve you problem. I have the same issue.

Thanks for your reply.

Yamine.