cancel
Showing results for 
Search instead for 
Did you mean: 

Error during processing local bean: localejbs/RfcAFBean

Former Member
0 Kudos

hello

I am trying to run a scenario RFC2WS and when trying to run the RFC, it recieves in the RFC this message

Error during processing local bean: localejbs/RfcAFBean

any suggestions why it happens and how to fix it?

Kfir

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

the problem is here

"Error: 2008-02-25 11:03:35 IST: com.sap.aii.af.rfc.afcommunication.RfcAFWException: lookup of alternativeServiceIdentifier via CPA-cache failed for channel 'Sender_RFC' (e61e77068888317ebbf1b70b54d8c851, party '', schema 'TechnicalSystem', identifier 'MCD#210')

- Error: 2008-02-25 11:03:25 IST: com.sap.aii.af.rfc.afcommunication.RfcAFWException: lookup of alternativeServiceIdentifier via CPA-cache failed for channel "

the problem is "alternativeServiceIdentifier via CPA-cache failed for channel ".

The Adapter Specific identifier is not set correctly

please do the following:

1. go to id

2. go to your business systems

3. open it

4. Check for adapter specific identifiers

5. the rfc value is should be either absent or wrong ( it would ask for system id and Client )

6. press the button read from SLD

try executing the scenario gain it should work

RFCAfBean is a default Module, no re-deplyoment would be necesaay.

Reward points if useful

Regards

Abhishek

Edited by: Abhishek Vinayaka on Feb 25, 2008 5:17 AM

Answers (5)

Answers (5)

Former Member
0 Kudos

since I am kind of new, didnt really under stand where to look for the module or all the other tests.

can you be more specific, and if possible add screen shots?

Kfir

Jitendra_Jeswan
Contributor
0 Kudos

Check the following :

1) check if the Correct module name is mentioned under the module tab as it is case Sensitive.

2) check if the Adapter module code had errors . Correct the errors and Redeploy the Code.

3) It should be present before the standard module of the respective Adapter.

Regards.

Jeet.

Former Member
0 Kudos

important to add, that I can see the message in the SXMB_MONI, and I have a problem in the reciever side. could this cuase the problem in the that I just discribed?

Former Member
0 Kudos

this is what I see in the thread in the communication channel filterin. it seems like an error, even though the status is green

Status

Inactive

Administration Error

Processing Errors

Cluster Node ID

Short Log

Server 0 0_71045 Sender channel 'Sender_RFC' for party '', service 'CRM_DEV' (internal name 'RfcServer[Sender_RFC]')

Server data: {jco.server.gwhost=mgnt279, jco.server.progid=XI_RFC_CRM_DEV, jco.server.gwserv=sapgw00, jco.server.unicode=0}

Repository data: {jco.client.lang=EN, jco.client.snc_mode=0, jco.client.client=200, jco.client.passwd=******, jco.webas.ignore_jdsr_error=1, jco.client.user=xiduser, jco.client.sysnr=00, jco.client.ashost=mgnt279}

Current pool size: 1, maximum pool size : 5

Channel History

- Error: 2008-02-25 11:05:13 IST: com.sap.aii.af.rfc.afcommunication.RfcAFWException: lookup of alternativeServiceIdentifier via CPA-cache failed for channel 'Sender_RFC' (e61e77068888317ebbf1b70b54d8c851, party '', schema 'TechnicalSystem', identifier 'MCD#210')

- Error: 2008-02-25 11:03:35 IST: com.sap.aii.af.rfc.afcommunication.RfcAFWException: lookup of alternativeServiceIdentifier via CPA-cache failed for channel 'Sender_RFC' (e61e77068888317ebbf1b70b54d8c851, party '', schema 'TechnicalSystem', identifier 'MCD#210')

- Error: 2008-02-25 11:03:25 IST: com.sap.aii.af.rfc.afcommunication.RfcAFWException: lookup of alternativeServiceIdentifier via CPA-cache failed for channel 'Sender_RFC' (e61e77068888317ebbf1b70b54d8c851, party '', schema 'TechnicalSystem', identifier 'MCD#210')

- Error: 2008-02-25 11:02:08 IST: Message processed for interface ZSRV_FROM_WORK_QUEUE: com.sap.aii.af.mp.processor.ModuleProcessorException: Error during processing local bean: localejbs/RfcAFBean caused by: com.sap.aii.af.mp.module.ModuleException: call to messaging system failed: com.sap.aii.af.ra.ms.api.DeliveryException: Received HTTP response code 500 : Timeout caused by: com.sap.aii.af.ra.ms.api.DeliveryException: Received HTTP response code 500 : Timeout

- Error: 2008-02-25 10:59:49 IST: com.sap.aii.af.rfc.afcommunication.RfcAFWException: lookup of alternativeServiceIdentifier via CPA-cache failed for channel 'Sender_RFC' (e61e77068888317ebbf1b70b54d8c851, party '', schema 'TechnicalSystem', identifier 'MCD#210')

Former Member
0 Kudos

Hi,

Can you please try and give a little more information:

1. Go to RWB

2. Component Monitoring

3. Communication channel monitoring

4. Filter on your Communication channel

5. get the detailed error

This would help in further analysis

Best Regards

Abhishek