cancel
Showing results for 
Search instead for 
Did you mean: 

Java communication error: Error when opening an RFC connection (CPIC-CALL: 'ThSAPOCMINIT' : cmRc=2 thRc=679 Transaction program not registered ).

Former Member
0 Kudos

HI All,

I am trying to run email througg BEX broadcoaster e mails are not triggering ,i will go to the abap system checking through logs I am facing the below error;

Java communication error: Error when opening an RFC connection (CPIC-CALL: 'ThSAPOCMINIT' : cmRc=2 thRc=679 Transaction program not registered ).

Message no. RSBOLAP017

Diagnosis

An error occurred during communication with the BI components on the SAP J2EE Engine.

Procedure

Contact your system administrator to have the error analyzed in detail.

Procedure for System Administration

SAP Note 888687 provides detailed instructions on analyzing communication and log-on problems.

I have cheked the note but still problem is same.

SSO is configured and working fine.

Pleasse suggest how to reolve the issue

Accepted Solutions (1)

Accepted Solutions (1)

Nibu
Contributor
0 Kudos

It means you didnt register the program in Java side . Register the program via JCO as explained by Denis .

Former Member
0 Kudos

Hi All,

After re-registering program ID IN Visual Administrator (JCO RFC provider),Issue resolved.

Thanks

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

the called programm is not registered.

1. pls. check the JCo Connections in the AS Java:

<http|https>://<j2ee_server>:<j2ee_port>   --> Web Dynpro Tools  --> Content Administrator

in that Menue chose Maintain JCo Destinations --> check all needed BI-JCos

2. Check the JCo-RFC-Provider (depends on your Release)

2.1 till 7.1 use the visual administrator

2.2 7.3x use the nwa

Also try to Check your BI - Configuration by using the NW BI Diagnostic & Checktool according the following note:

Note 937697 - Usage of SAP NetWeaver BI Diagnostics & Support Desk Tool

Sriram2009
Active Contributor
0 Kudos

Hi

Kindly go thru the Sap Note 1069134 - Improved monitoring RSTCO_ADMIN

Thanks

Sriram

AtulKumarJain
Active Contributor
0 Kudos

Hi

Please check below link

https://scn.sap.com/thread/1967840


http://scn.sap.com/thread/440617


register teh program id as

rfcexec -r -a<program_id> -g<hostname> -x<SAPGW>

BR
Atul