Skip to Content
0
May 31, 2011 at 12:18 PM

How to set timeout for each level in MII?

609 Views

Dears,

I Created a html link in MII Navigation. The html includes applet which with QueryTemplate (XacuteQuery) and DisplayTemplate (iGrid).

The XacuteQuery with a transaction which with SqlQuery action and also calling another transaction in Repeater.

The level is as:

html -> XacuteQuery (iGrid) -> Transaction -> Repeater -> SqlQuery

But since the transaction needs to execute long time. The timeout may happen in each level.

Is there any timeout setting in each level such as MII Workbench, Transaction, XacuteQuery, SqlQuery etc?

I want to extend the default timeout setting to avoid error happen.

I may happen in MII Workbench that "NO_RESULT \[org.xml.sax.SAXParseException: Open quote is expected for attribute "" associated with an element type "width".\]"

Let me know if any idea.

Thanks!

Edited by: Ivan_liu_tw on May 31, 2011 2:18 PM

Edited by: Ivan_liu_tw on May 31, 2011 2:20 PM