cancel
Showing results for 
Search instead for 
Did you mean: 

Error Executing Transaction in MII 12.1

sidnooradarsh
Contributor
0 Kudos

Hi,

I get the following error whenever I try executing a transaction through Workbench.


WARN - Could Not Load Shared Properties: No File Defined
[Fatal Error] :6:20: Open quote is expected for attribute "{1}" associated with an  element type  "width".
ERROR - XML Parsing Error: Open quote is expected for attribute "{1}" associated with an  element type  "width"., content=<html><head><title>Application Server Error</title>
<style type="text/css">
body { font-family: arial, sans-serif;}
</style>
</head>
<BODY><table width=800>
<tr><td width=50 nowrap>
</td><td>
<H2>500 Connection timed out</H2><br><hr>
<table border="0">
<tr><td>Error:</td><td>-5</td></tr>
<tr><td>Version:</td><td>7011</td></tr>
<tr><td>Component:</td><td>ICM</td></tr>
<tr><td>Date/Time:</td><td>Thu Mar 18 06:54:18 2010
</td></tr>
<tr><td>Module:</td><td>icxxthr.c</td></tr>
<tr><td>Line:</td><td>4172</td></tr>
<tr><td>Server:</td><td>FFFHP167_DXM_00</td></tr>
<tr><td>Error Tag:</td><td>{-}</td></tr>
<tr><td>Detail:</td><td>Connection to partner timed out after 60s</td></tr>
</table>
<p></p>
</td></tr></table>
<table><tr><td width=50 nowrap></td>
<td nowrap><FONT SIZE=-1><a href="http://www.sap.com/">&copy; 2001-2009, SAP AG</a></FONT>
</td></tr></table>
</body></html>

com.sap.xmii.Illuminator.logging.LHException: NO_RESULT [org.xml.sax.SAXParseException: Open quote is expected for attribute "{1}" associated with an  element type  "width".]
	at com.sap.xmii.xacute.common.ClientCatalogUtilities.executeTemporaryTransaction(ClientCatalogUtilities.java:2666)
	at com.sap.xmii.xacute.editors.transaction.dialogs.ExecutionLogger$1.construct(ExecutionLogger.java:87)
	at com.sap.lhcommon.gui.ThreadCreator$2.run(ThreadCreator.java:94)
	at java.lang.Thread.run(Unknown Source)

This error happens for all transactions I run.

MII version:- 12.1.4 Build(53)

But strangely, when my other team mates run the same transaction they are able to run without errors even using my account too.

( The transaction contains only one tracer just for testing)

I believe something to do with my very own system like IE settings,firewalls etc...

My system is running on latest JRE 1.6 update 18 and IE 7.

Please guide how to resolve this issue.

Regards,

Adarsh

Accepted Solutions (0)

Answers (1)

Answers (1)

agentry_src
Active Contributor
0 Kudos

Hi Adarsh,

Can you attach your transaction to the message?

Thanks,

Mike

sidnooradarsh
Contributor
0 Kudos

Hi Mike,

I don't know how to attach Transaction in the message.

But the transaction contains just one Tracer in which I have typed " Testing" and no other actions.

Please let me know if any other details is needed.

Regards,

Adarsh

agentry_src
Active Contributor
0 Kudos

Hi Adarsh,

No, I think that is enough information. 😄

Do you have any shared properties defined for the project? If so, how are they defined? If there are none defined, please set one up and rerun your transaction.

Mike

sidnooradarsh
Contributor
0 Kudos

Hi Mike,

I opened the SharedProperties.mem file and didn't find any properties being defined.

What kind property you want me to define and where should I use it?

And how is that my other team mates are able to run the transactions, its just me who is unable to run the transaction.

Please suggest.

Regards,

Adarsh

agentry_src
Active Contributor
0 Kudos

Just create a simple string property with default value "Test". Link its contents in your tracer message.

I don't think it will fix the problem. But it might point to a specific area to review.

Please also check the installed jre and browsers, OS, or anything else that might be different between your and the other's machines.

Regards,

Mike

Forgot one other thing to try. Use scheduler to execute the transaction and see if it is workbench related.

Edited by: Michael Appleby on Mar 19, 2010 12:22 PM