cancel
Showing results for 
Search instead for 
Did you mean: 

help required on adapter module development

Former Member
0 Kudos

hi all,

i have developed an adapter module. i configure the ID (sender communication channel) and specify the module name in module tab:

localejbs/JNDI name Lacal Enterprise Bean

localejbs/CallSapAdapter Lacal Enterprise Bean

The problem is that the module processor skips the module.the scenario works as it would work without the module, i m also unable to see the error log.

Regards,

latika

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

If u are using the decentralised adapter engine then refresh the cache. Before testing the scenario. If any thing is wrong in the module or if module doesn't exist on the server then also it should give error. But i wonder how your scenario is getting executed by skipping the module.I guess the problem may be

1). In some other scenario also you might be picking the same file and it is getting executed. So change the file, refresh cache and test the scenario.

2). Refresh adapter engine cache.

Regards,

Gowtham K.

Former Member
0 Kudos

hi Gowtham

thanx for the reply. the problem was solved by refreshing the adapter engine cache.

but if u cud plz throw more light on the topic...i cudnt understand the reason.

regards,

Latika.

Answers (1)

Answers (1)

Former Member
0 Kudos

Try putting audit logs in your adapter module process method.once you do this and redeploy the adapter module go to this url

http://<host>:<port>/MessagingSystem/monitor/monitor.jsp

You can see the audit log for a perticular message id that you can pick up from SXMB_MONI.

Also make sure about the JNDI name that you specify and check if it appears in the JNDI registry in visual administrator.

-- Amol

bhavesh_kantilal
Active Contributor
0 Kudos

hi,

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3bdc14e1-0901-0010-b5a9-a01...

Check this document for Adapter Modules and check if this is the procedure that you rhave followed.

Regards,

bhavesh

Former Member
0 Kudos

hi Bhavesh,

i have followed all the steps of the document, still my module is being skipped by module processor.is there any other way? or something that i may be missing....

thanx in advance.

regards,

Latika

Former Member
0 Kudos

Hi Latika,

To find out the problem please add code to dump the Inputstream file content to some local folder in XI server and try to find out whether it is getting created and having some payload or not.

This will help you in checking whether Xi is calling your Adapter module or not.

Regards,

Ananth

Former Member
0 Kudos

Hi Latika,

Ty debugging your module. If the processing reaches the breakpoint set, then it doesnt skip the module.

Thanks n Regards

Akshay