cancel
Showing results for 
Search instead for 
Did you mean: 

SAX Parsing in Adapter Module

Former Member
0 Kudos

Hi All,

I need to build a custom Adapter Module where i want to use SAX Parsing for parsing XML document. I tried with a piece of Code but i'm getting following error while running the same:

Error occurred while sending message (GUID 6da4ff1c-3736-4990-1881-a8f09edd5fde): null

When i check the Audit Log the i just see following two lines:

Success Channel JDBC_s_Article_Grp1: Query executed successfully and confirmation skipped. Data may be sent again ("TEST" mode)

Send query result. Size: 1398556 characters

There are no logs being created for module at all. Also when i run the same code with DOM parsing, it works perfectly fine.

I have tries with re-deployment multiple times but no result.

Any pointers?

Regards,

Anurag

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos

try to handle exceptions and use logging to know what the issue is.

That is the best way to troubleshoot your code

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/3bdc14e1-0901-0010-b5a9-a01e29d75...

refer section 4.4.2 Writing Audit Logs

Answers (0)