cancel
Showing results for 
Search instead for 
Did you mean: 

Variable 1.......... "RFC destination SAPGUI_QUEUE does not exist."

Former Member
0 Kudos

Hi All,

Getting the below error after system refresh.

Category               ABAP Programming Error

Runtime Errors         MESSAGE_TYPE_X

ABAP Program           SAPLCNDP

Application Component  BC-FES-GUI

Date and Time          02.03.2013 01:08:51

Error analysis

    Short text of error message:

    RFC destination SAPGUI_QUEUE does not exist.

    Long text of error message:

     Diagnosis

         A serious communication error occurred. The current program had to

         be terminated. Inform your system administrator.

     System Response

     Procedure

     Procedure for System Administration

    Technical information about the message:

    Message class....... "CNDP"

    Number.............. 003

    Variable 1.......... "RFC destination SAPGUI_QUEUE does not exist."

    Variable 2.......... " "

    Variable 3.......... " "

    Variable 4.......... " "

This started to occur once after we truncated the below set of tables

DBSTATHORAtruncate table DBSTATHORA;
DBSTAIHORAtruncate table DBSTAIHORA;
DBSTATIORAtruncate table DBSTATIORA;
DBSTATTORAtruncate table DBSTATTORA;
ALCONSEGtruncate table ALCONSEG;
ALSYSTEMStruncate table ALSYSTEMS;
DBSNPtruncate table DBSNP;
MONItruncate table MONI;
OSMONtruncate table OSMON;
PAHItruncate table PAHI;
SDBADtruncate table SDBAD;
SDBAHtruncate table SDBAH;
SDBAPtruncate table SDBAP;
SDBARtruncate table SDBAR;
DDLOGtruncate table DDLOG;
TLOCKtruncate table TLOCK;
USAGR_SYStruncate table USAGR_SYS;
USAPPLREFtruncate table USAPPLREF;
USBAPILINKtruncate table USBAPILINK;
USL04truncate table USL04;
USLA04truncate table USLA04;
USRFLDSELtruncate table USRFLDSEL;
USRSYSACTtruncate table USRSYSACT;
USRSYSACTTtruncate table USRSYSACTT;
USRSYSPRFtruncate table USRSYSPRF;
USRSYSPRFTtruncate table USRSYSPRFT;
USUSER_SYStruncate table USUSER_SYS;
USZBVLNDRCtruncate table USZBVLNDRC;
USZBVLNDSCtruncate table USZBVLNDSC;
USZBVPROTtruncate table USZBVPROT;
USZBVSYStruncate table USZBVSYS;
USZBVSYSCtruncate table USZBVSYSC;
EDIPHONEtruncate table EDIPHONE;
EDIPOAtruncate table EDIPOA;
EDIPODtruncate table EDIPOD;
EDIPORTtruncate table EDIPORT;
EDMAtruncate table EDMA;
EDMATtruncate table EDMAT;
EDMMStruncate table EDMMS;
EDP12truncate table EDP12;
EDP13truncate table EDP13;
EDP21truncate table EDP21;
EDPARtruncate table EDPAR;
EDPI1truncate table EDPI1;
EDPO1truncate table EDPO1;
EDPO3truncate table EDPO3;
EDPP1truncate table EDPP1;
EDPPVtruncate table EDPPV;
EDPVWtruncate table EDPVW;
RFCATTRIBtruncate table RFCATTRIB;
RFCCHECKtruncate table RFCCHECK;
RFCDEStruncate table RFCDES;
RFCDESSECUtruncate table RFCDESSECU;
RFCDOCtruncate table RFCDOC;
RFCGOtruncate table RFCGO;
RFCSYSACLtruncate table RFCSYSACL;
RFCTAtruncate table RFCTA;
RFCTRUSTtruncate table RFCTRUST;
TBTCAtruncate table TBTCA;
TBTCBtruncate table TBTCB;
TBTCCNTXTtruncate table TBTCCNTXT;
TBTCCTXTTtruncate table TBTCCTXTT;
TBTCCTXTTPtruncate table TBTCCTXTTP;
TBTCItruncate table TBTCI;
TBTCJSTEPtruncate table TBTCJSTEP;
TBTCOtruncate table TBTCO;
TBTCPtruncate table TBTCP;
TBTCRtruncate table TBTCR;
TBTCStruncate table TBTCS;
SWNCMONItruncate table SWNCMONI;

Please suggest how to get rid of this error.

Regards

Shanthosh

Accepted Solutions (1)

Accepted Solutions (1)

former_member215981
Active Participant
0 Kudos

Hello,

RFC destination info will be stored on RFCDES, you may need to restore this table.

Regards,

Yong Luo

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi All,

Once after the error occurred after table truncate, i restarted sap server.

After that this error disappeared. wonder how!!!

Thanks all for your prompt reply.

Regards

Shanthosh

former_member185239
Active Contributor
0 Kudos

Hi Shanthosh,

Please check the below sapnote

Note 1302601 - Deleting destinations of type X in CL_RFCDEST_CLEAN_UP

With Regards

Ashutosh Chaturvedi

former_member185239
Active Contributor
0 Kudos

Hi shanthosh,

Any updates.

With Regards

Ashutosh