cancel
Showing results for 
Search instead for 
Did you mean: 

"Logon failed / CPIC-CALL: 'ThSAPCMRCV' : cmRc=17 thRc=672#Logon fa"

Former Member
0 Kudos

Hi,

We are trying to call function module in ECC6 to extract data from BW  .

in ST22, we are getting error (CALL_FUNCTION_REMOTE_ERROR) with short text :

"Logon failed / CPIC-CALL: 'ThSAPCMRCV' : cmRc=17 thRc=672#Logon fa"

In OS level  the elow error in dev_RFC18 ,

======> CPIC-CALL: 'ThSAPCMRCV' : cmRc=17 thRc=672

Logon failed                                                            

ABAP Programm: SAPLZ_BW (Transaction: )

Called function module: Z_BW_GET_EABLG_PP

User: ALEREMOTE (Client: 920)

Destination: app01mps-srvr_MPS_00 (handle: 222, 90237976, {01CDE7E2-9BFB-F177-B1F5-005056BE3F39})

Error RFCIO_ERROR_SYSERROR in ; : 3348

CPIC-CALL: 'ThSAPCMRCV' : cmRc=17 thRc=672

Logon failed                                                            

Error RFCIO_ERROR_MESSAGE in abrfcio.c : 1830

++++++++++  End  +++++++++++++

Accepted Solutions (0)

Answers (1)

Answers (1)

Private_Member_12188
Active Participant
0 Kudos

Have you checked the ALEREMOTE account?  Can you ensure that the log on details in the RFC are correct?  You can change it to a service account and try logging in as that user.

Former Member
0 Kudos

ALEREMOTE is set as system user and used in BG .

Thanks

Faris

former_member188883
Active Contributor
0 Kudos

Hi Faris,

Could you provide SAP_ALL to ALEREMOTE and perform the remote connection test.

Also I do not understand the requirement of calling BW system to get some data into ECC.

Ideally I have seen customers fetching data from ECC into BW.

Regards,

Deepak Kori

Former Member
0 Kudos

Hi Deepak,

User ALEREMOTE is already having SAP_ALL.

For the second point ,

We are fetching the data within the ECC only , we are not calling BW system , we just wanted to mention that this function module is for BW extractor .