cancel
Showing results for 
Search instead for 
Did you mean: 

RFC error system SID nr 00 function 'RFC_DESTINATION_CREATE'

Former Member
0 Kudos

Hi,


I am performing solution manager 7.2 upgrade, I got below error in roadmap

configuration: phase PREP_INSTALL/RFCDEST_CREATE_O2S mentioned below.


Severe error(s) occurred in phase PREP_INSTALL/RFCDEST_CREATE_O2S!

Last error code set: RFC error system SID nr 00 function

'RFC_DESTINATION_CREATE' failed with code 3 key SYNTAX_ERROR: Syntax

error in program CL_BGRFC_SUPERVISOR===========CP .

RFC error system SID nr 00 function 'RFC_DESTINATION_CREATE' failed with code 3 key SYNTAX_ERROR: Syntax error in program

CL_BGRFC_SUPERVISOR===========CP


Cheers

Deeru

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Above RFC issue is solved by implementing below mentioned note.

2076118 - Deadlock for heavy load during access to QRFC_O_QOUT


Create a new Transparent table - QRFC_O_QOUT_LOCK following the steps below:

  • Open package SQRFC2 in ABAP Workbench transaction SE80.
  • Navigate to Dictionary Objects -> Database tables.
  • Right click and choose 'Create'.
  • Give table name - QRFC_O_QOUT_LOCK.
  • Fill the following 4 fields and corresponding Data elements:
    • DEST_NAME BGRFC_DEST_NAME_OUTBOUND
    • CLIENT MANDT
    • QUEUE_NAME QRFC_QUEUE_NAME
    • TIMESTAMP TIMESTAMPL
  • Mark the following fields as Key and can have Initial values:
    • DEST_NAME
    • CLIENT
    • QUEUE_NAME
  • Under "Delivery and Maintenance" tab, Choose Delivery class = L and choose "Display/Maintenance allowed with Restrictions".
  • Choose Goto -> Technical settings from the menu.
  • Set Data Class = APPL1 and Size Category = 1. Choose "Buffering not allowed".
  • Maintain Enhancement Category" as "Cannot be enhanced" (Under "Extras" menu).
  • Save and Activate. Ignore the warning "Client field CLIENT is not in first field position, table is cross-client" about the CLIENT MANDT field.

Regards

Deeru