cancel
Showing results for 
Search instead for 
Did you mean: 

Registration of a Server Program in SAP Gateway

Former Member
0 Kudos

Hello Everybody,

Everyday while checking logs using T-Code SM21 I am getting the following error log and its description are as follows:

R49 Communication error, CPIC return code 002, SAP return code 679

R64 > CPI-C function: CMINIT(SAP)

Details

Recording at local and central time........................ 01.02.2008 02:36:28

Task................ 04756 / Background Processor No. 14

User................ HSSP1681

Client.............. 000

Terminal............

Session............. 1

Transaction code....

Program name........ RSLDAGDS

Problem class....... K SAP Web AS Problem

Development class... STSK

Further details for this message type

Module name......... thxxcpic

Line................ 3594

Error text.......... 002679

Caller.............. ThCPICS

Reason/called....... CPIC-Er

Documentation for system log message R4 9 :

A CPIC function has failed. The conversation ID and CPIC function are

specified in the system log entries. Use the conversion ID to find

more detailed information about the error in the system log for the SAP

gateway.

Technical details

File................ 000011

Position............ 0000134100

Entry type.......... m ( Error (Function,Module,Row) )

Message ID.......... R4 9

Variable parts...... 002679 ThCPICSCPIC-Erthxxcpic3594.

I had also referred the notes 353597 and 63930.

I had also Registered the Server Program :RSLDAGDS in SAP Gateway using T-Code: SM59 but while doing test connection it shows the following Error:

Connection error Error opening an RFC connection.

Detail Description of Error:

ERROR program RSLDAGDS not registered

LOCATION SAP-Gateway on host saptrng / sapgw00

DETAIL TP RSLDAGDS not registered

COMPONENT SAP-Gateway

COUNTER 778

MODULE gwr3cpic.c

LINE 1609

RETURN CODE 679

SUBRC 0

RELEASE 640

TIME Fri Feb 01 09:35:19 2008

VERSION 2

Please suggest the solution and steps to solve the above mentioned Error in my Development System.

Thanks and Regards,

Ashish Thakkar.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ashish,

RSLDAGDS is a program (not a program ID) so it will not help if you define this in SM59.

Basically this program is used in communicating with SLD. Check the configuration in RZ70 (eg gateway hostname, gateway service)

Hope this will help.

-Pinkle

Former Member
0 Kudos

Hi Pinkle,

I had checked the the configuration in RZ70 (eg gateway hostname, gateway service)and every thing is fine.I wanted to know that what should I define as "Program ID "while creating a RFC connection in SM59 for program "RSLDAGDS".

Thanks and Regards,

Ashish Thakkar.

Former Member

Hi Ashish,

If I'm not wrong program RSLDAGDS is using SLD_UC/SLD_NUC rfc destination, so check whether this is working ok.

-Pinkle