hi,
I'm configuring a communication channel from SAP system (XI adapter) to FTP (File adapter) and I have some troubles. The main problem is that I'm using Java Modules to edit the XML message which come from SAP System because I want to delete the namespace field.
I'm using the following Java standard modules on the Receiver channel:
- AF_Modules/XMLAnonymizerBean
- localejbs/SAP XI JMS Adapter/ConvertMessageToBinary
- localejbs/SAP XI JMS Adapter/SendBinarytoXIJMSService
- localejbs/CallSapAdapter
When I send a message from SAP system this error occurs:
******************************************************************************************************
MP: exception caught with cause com.sap.aii.af.ra.ms.api.RecoverableException: Value with name XIBindingMode not available: com.sap.aii.af.service.cpa.impl.exception.CPAObjectException: Value with name XIBindingMode not available
******************************************************************************************************
I've seen the CPA Cache Monitoring (http://<host>:<port>/CPACache/monitor.jsp) I've found that XIBindingMode Object has a null value:
******************************************************************************************************
Parameter Value=null
******************************************************************************************************
I don't know how to solve the problem but I think that refresh the CPA Cache is not enought to repair the communication.
Does somebody know how to solve this problem??
Thank you!