cancel
Showing results for 
Search instead for 
Did you mean: 

Question about iWay Connectors for JCA and XI. Also Help

0 Kudos

Hi every one.

I'm evaluating iWay adapters between SAP XI and Baan.

<b>First</b> I have a Question.

Does iWay Connector for XI depends of Connector for JCA?

I ask because the JCA Test Tool deployed in SAP XI doesn't work and I want to concentrate in Connector for XI.

<b>Second</b>

I have installed and configured the Connector for XI but when I send a synchronous message to Baan those messages are shown in message monitoring.

Unable to forward message to JCA adapter; creation of JCA connectio failed. Reason: null

<SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: Adapter call failed. Reason: null</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

And when i monitor the communication channel using iWay adapter to Baan with the runtime monitoring I see the following:

Communication Channel: CC_ManufacturingItem_rcv

Status: n/a

Short Log: No adapter registered for this channel

Thank you a lot for your time

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Rafael,

Please check this weblogs for some help on Iway:

/people/yomeshp.sharma/blog/2006/06/01/integrating-jdedwards-system-with-xi-using-iway-adapter-part--i

/people/yomeshp.sharma/blog/2006/06/01/integrating-jdedwards-system-with-xi-using-iway-adapter-part--ii

/people/yomeshp.sharma/blog/2006/05/31/integrating-jdedwards-system-with-xi-using-iway-adapter-part--iii

---Satish

0 Kudos

Thank you, Satish

I'm reviewing all the steps and comparing the manual baanuser.pdf, iway55install.pdf and the blogs you sent me.

In the Procedure: How to Import an Adapter Metadata XML Description Using the Integration Builder Design Tool

When creating the Adapter Metadata I didn't gave the exact name of the adapter as the paragraph says. I deleted it and create a new one with the name 'Baan', imported the BaanAdapterMetaData.xml in it and activate.

I redeployed the adapter iwxijca_Baan.sda and changed the communication channel but it doesn't seem to work.

Right now i'll restart my XI and continue reviewing all the steps.

Former Member
0 Kudos

Hi,

The namespace where you import the adapter metadata must also match exactly what is in the intallation documentation. If it does not exist then you have to created it.

Regards,

Bill

0 Kudos

I also corrected some issues in iWay Connector for JCA and things started to look better with Connector for XI.

So I conclude: Connector for XI depends on Connector for JCA.

Particularly we gave file read/write permisions to the directory

C:\Program Files (x86)\iWay55

The message error than looked like

<SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: Adapter call failed. Reason: null</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

has become

<SAP:Code area="MESSAGE">GENERAL</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: IWAY AFJCA SAPXI cannot process the message via call. Problem executing SQL. : com.sap.aii.af.ra.cci.XIDeliveryException: IWAY AFJCA SAPXI cannot process the message via call. Problem executing SQL.</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

Answers (0)