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)

vincentlim826
Employee
Employee
0 Kudos

Hi,

Error message:

...

LINE 1609

RETURN CODE 679

SUBRC 0

...

As you see the SAP return code 679 means that the program TP is not

registered at the gateway. SAP Note 353597 explains how to register this

program at the gaterway, hence please implement this note and the problem should be resolved.

353597 Registration of a server program

63347 List: CPIC error codes

cheers,

Vincent

Former Member
0 Kudos

Hi Vincent,

I had alreadry referred the Note:353597 and created the RFC connection for program "RSLSAGDS" but while testing the connection it shows the following error:

ERROR program RSLDAGDS not registered

LOCATION SAP-Gateway on host saptrng / sapgw00

DETAIL TP RSLDAGDS not registered

COMPONENT SAP-Gateway

COUNTER 8105

MODULE gwr3cpic.c

LINE 1609

RETURN CODE 679

SUBRC 0

RELEASE 640

TIME Mon Feb 04 02:43:46 2008

VERSION 2

I wanted to know what should I define in Program ID while creating a connection for program "RSLDAGDS" as in my System only registered Program ID is IGS.SBX.

Thanks and Regards,

Ashish Thakkar.