cancel
Showing results for 
Search instead for 
Did you mean: 

Content Conversion XI 7.0

Former Member
0 Kudos

Hi

I have configured a sender file adapter to convert csv file to xml. The incomming records are comma separated and optional field will just come as ",". The file adapter is giving following message

2006-10-16 17:22:36 Success Channel CC_TW_TLOG_SENDER: Entire file content converted to XML format

2006-10-16 17:22:36 Warning Channel CC_TW_TLOG_SENDER: Empty document found. Proceed without sending message

If I process records without any blank values it is processing properly

Example : TWS001,01,,XXX,ABC -- Fails

TWS001,01,A,XXX,ABC -- Works

In the second case the value A is populated.

Content conversion configuration, I have made sure that KeyField value is not empty.

Any help on this.

Regards

Prahllad

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Prakash

No messages are coming in SXMB_MONI, I have not checked logs on J2ee side, in runtime workbench --> adapter monitoring it is giving this message. What is mtd, I tried but its giving access error I will try. If you have anymore input please let me know I will check.

Regards

Prahllad

Former Member
0 Kudos

Prahllad,

MDT is a Visual Administrator tool.

XML messages that are successfully delivered to the Adapter Engine, can be monitored with the Message Display Tool (MDT).

This can either be started directly via the URL http://<Host>:<PORT>/mdt/index.jsp or from the Runtime Workbench.

Adapter Engine’s Messaging System (MS) receives the message, processes it and forwards it to the receiver (that is, the file adapter)

Hope this helps.

Regards

Senthil

former_member206604
Active Contributor
0 Kudos

Hi,

Can you post the exact error, are u sure your message is not getting processed and it is not in SXMB_MONI. Did you check MDT (http://host:port/mdt) ?

<i>>>>2006-10-16 17:22:36 Warning Channel CC_TW_TLOG_SENDER: Empty document found. Proceed without sending</i>

From your post it says that the document is empyt that is you are processing an empty files. Do check that.

Regards,

Prakash