Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Function module is returning SY-SUBRC = 1 (SYSTEM_FAILURE).

Former Member
0 Likes
1,662

RFC Function module RFC_SET_REG_SERVER_PROPERTY is called with EXCLUSIVE = ‘Y’. This FM is returning SY-SUBRC = 1 (SYSTEM_FAILURE). Due to this reason we are getting error message: “Only available with the RFC library from 4.0C onwards”.

Following is the sequence of FMs called:

1. ZMM_I0419_BRAINWARE_ARCHIVING

2. SCMS_UPLOAD

3. SCMS_FE_START_REG_SERVER

4. SYSTEM_START_REG_SERVER – This function module is called with EXCLUSIVE = “Y”

5. SYSTEM_SET_REG_SERVER_PROPERTY

6. RFC_SET_REG_SERVER_PROPERTY

Environment Details:

Application Server is 64 Bit and the application is 32 Bit compatible, It is successfully sunning with other client.

We are using 32 bit SAP GUI on the server.

we have librfc32.dll and librfc32u.dll in Syswow64 folder(32 bit dll install folder).

We are using sapftp.exe to post a document in SAP.

This is impacting our GO LIVE badly, Please help if you have seen such issue.

Praveen.

1 REPLY 1
Read only

Former Member
0 Likes
883

Hi Praveen,

Were you able to get this issue resolved? I am dealing with a similar issue. Any help would be appreciated. Thanks.