cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with RFC connection - tp program not registered

Former Member
0 Kudos

Hello everyone

recently there has appeared a problem with the RFC connection on our system - we received the following set of messages:

        • Trace file opened at 20101221 130738 Central European Standard Time, SAP-RE

======> CPIC-CALL: 'ThSAPOCMINIT' : cmRc=2 thRc=679

Tp program is not registered.

ABAP Programm: RSRFCPIN (Transaction: SM59)

User: xxx(Client: 100)

Destination: SIDRFC_IFSAPHRCZPKCP (handle: 2, , )

Error RFCIO_ERROR_SYSERROR in abrfcpic.c : 1501

CPIC-CALL: 'ThSAPOCMINIT' : cmRc=2 thRc=679

Program transakcji nie jest zarejestrowany

DEST =SIDRFC_IFSAPHRCZPKCP

HOST =%%RFCSERVER%%

PROG =IFCZPKCP

GWHOST =ssapprod

GWSERV =sapgw21

I tried to register program with a command:

rfcexec -aIFCZPKCP -gssapprod -xsapgw21

but with no success - the program didn't appear on the list of logged clients on the system in gateway monitor. Frankly speaking we do not know now what else we can do - please help!

We have ECC 6.0 (SAP_BASIS 700 SP18) on Windows Server 2003 R2 x64.

Thanks in advance for any help.

Regards

Peter

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Try to register the program id as below:

./rfcexec -a(PROG_ID) -gssapprod -xsapgw21 &

Also you can get more details from SM59 test the RFC there

-


  • -gssapprod (provide full fqdn in case if this is on domain)

Thanks,

Salim

Former Member
0 Kudos

Hi Salim

thanks for your reply.

./rfcexec -a(PROG_ID) -gssapprod -xsapgw21 &

The syntax you're providing refers to UNIX systems, but I did similar thing on our Windows system - I tried all of the following methods (unfortunatelly without success):

rfcexec -a(PROG_ID) -gssapprod -xsapgw21

full_path_to_rfcexec.exe -a(PROG_ID) -gssapprod -xsapgw21

rfcexec -a(PROG_ID) -gssapprod.domain -xsapgw21

full_path_to_rfcexec.exe -a(PROG_ID) -gssapprod.domain -xsapgw21

Can you advise me what to do now?

Thanks

Piotr

Former Member
0 Kudos

Hi Piotr,

Is that the same error you are getting please goto SM59 check the RFC connection and paste the logs here.

Thanks,

Salim