<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.6944.0">
<TITLE>com error w/ zope</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>&nbsp; I've got a content type that allows for Microsoft Word docs as an input for one of the fields.&nbsp; When you view this content, it transforms the doc into html.&nbsp; Right now, we're in the middle of heavy data entry and occassionally the following error will pop up:<BR>
<BR>
com_error: (-2147418111, 'Call was rejected by callee.', None, None)<BR>
<BR>
After I get this error, anytime I try to open content of this type I get the following error:<BR>
<BR>
AttributeError: Property 'Word.Application.Visible' can not be set.<BR>
<BR>
The short-term fix is easy, I just have to close the open &quot;winword.exe&quot; task on the server.&nbsp; But this has started to pop up more frequently, and I want to solve the cause the problem.&nbsp; Any ideas?&nbsp; Thanks.<BR>
<BR>
Rob</FONT>
</P>

</BODY>
</HTML>