[Zope] com error w/ zope

2005-05-13 Thread Robert Hill
Title: com error w/ zope






 I've got a content type that allows for Microsoft Word docs as an input for one of the fields. When you view this content, it transforms the doc into html. Right now, we're in the middle of heavy data entry and occassionally the following error will pop up:

com_error: (-2147418111, 'Call was rejected by callee.', None, None)

After I get this error, anytime I try to open content of this type I get the following error:

AttributeError: Property 'Word.Application.Visible' can not be set.

The short-term fix is easy, I just have to close the open winword.exe task on the server. But this has started to pop up more frequently, and I want to solve the cause the problem. Any ideas? Thanks.

Rob



___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] com error w/ zope

2005-05-13 Thread Dieter Maurer
Robert Hill wrote at 2005-5-13 10:27 -0400:
  I've got a content type that allows for Microsoft Word docs as an input for 
 one of the fields.  When you view this content, it transforms the doc into 
 html.  Right now, we're in the middle of heavy data entry and occassionally 
 the following error will pop up:

com_error: (-2147418111, 'Call was rejected by callee.', None, None)

A typical MS error message -- with almost no hint towards to
cause of the problem.

After I get this error, anytime I try to open content of this type I get the 
following error:

AttributeError: Property 'Word.Application.Visible' can not be set.

The short-term fix is easy, I just have to close the open winword.exe task 
on the server.


This is not a Zope problems.

Ask a MicroSoft forum about the possible causes
of com_error -2147418111 in the Word.Application.


-- 
Dieter
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )