cancel
Showing results for 
Search instead for 
Did you mean: 

Problem while sending data to SLD using RZ70

Former Member
0 Kudos

Hello Colleagues,

We need to generate stack xml with the help of SOLMAN system for upgrade in system PTN.

But while pushing data from our ABAP system to our SOLMAN SLD(Centralized SLD) using TA RZ70 we are getting following error.

================================================================

0: ldciptn_PTN_33                            : Collection of SLD data finished

0: ldciptn_PTN_33                            : Data collected successfully

0: ldciptn_PTN_33                            : RFC data prepared

0: ldciptn_PTN_33                            : Used RFC destination: SLD_UC

0: ldciptn_PTN_33                            : RFC call failed: Error when opening an RFC connection (CPIC-CALL: 'ThSAPOCMINIT' : cmRc=20 thRc=2

===============================================================

I have checked my SLD using transaction TA SLDAPICUST. SLD is running

fine.

  SLD destination settings:

  Alias:       SBM

  Host name:   ldcisbm.wdf.sap.corp

  Port number: 57700

  User:        j2ee_admin

We have checked SLD_UC RFC(TA SM59 and of TCP/IP type T) in out ABAP system.While doing connection test we are getting following error

================================================================

Please check attached screenshot.

We found a relevant SAP Note Note 353597 - Registering RFC server programs.

As per SAP Note configuration from ABAP end is correct in out system. But i am not able to find the config file(saprfc.ini) at OS level. Can anyone please let me know where exactly this file resides. All these RFC's are working fine till yesterday evening.

There are two different types of type T RFC named SLD_UC(Send data of Unicode system) and SLD_NUC(Send data of Non unicode system). My system is UC(SLD_UC is failing) where as SLD_NUC connection test is working fine

Regards,

Surojit

Accepted Solutions (1)

Accepted Solutions (1)

former_member264034
Active Contributor
0 Kudos

Hi,

  1333483 - Timeout during allocate of a registered program

"
This happens when the program is registered on the gateway and is
currently being used by a process. Another process attempts to access
the registered program but cannot because it is already in use. The
system waits a certain period of time (which is dictated by the
parameter gw/reg_timeout in transaction RZ11) and after this specified
time period if it still cannot access the registered gateway program it
terminates with the "timeout during allocate of a registered program"
error."

The reported issue seems to be the one described in SAP Note 1388694.

You could try to set the following parameters in the

instance profile and restart the instance:

gw/keepalive = 0                 and

gw/reg_keepalive = 0

Regards,

Aidan

Answers (3)

Answers (3)

Former Member
0 Kudos

Many thanks to

Issue is resolved. There are lot of active connection in smgw for RFC SLD_UC

I killed those hanged connections. Now its working fine.

Thanks to SCN!! I have open OSS message with SAP for last 2 days. Here my issue is resolved in 15 minutes!!

You guys ROCKS!!!!

Sriram2009
Active Contributor
0 Kudos

Hi

Kindly refer the SAP  notes

1727745  - RFC connection error while executing transaction RZ70


1172161 - RFC gateway configuration for the SLD data supplier

Thanks

Ram

sunny_pahuja2
Active Contributor
0 Kudos

Hello,

Could you please check on your SLD what is the value of Gateway server and port (sapgw)? Login to SLD and Go to Parameters, there you can find this parameter.

Thanks

Sunny