Re: Rejected Safe Mode action : Microsoft Word.
Morten Andersen <[email protected]>
| Newsgroups | gmane.comp.windows.devel.jawin |
|---|---|
| Message-ID | <[email protected]> |
Hi,
SUBSCRIBE JAWIN cljinsg wrote:
>
> I have a Word document with macro activated by a RMI server through jawin.
> It works fine if I started the RMI server through a command prompt window.
> However, when I use JavaService to start the RMI as a NT service, the macro
> will fail with the following exception
>
[SNIP]
>
> There is an Application Event Error message saying
> Event ID: 2001
> Source: Microsoft Office 10
> Description: Rejected Safe Mode action : Microsoft Word.
>
> The RMI server is running on Windows 2000 Server Standard.
>
It looks like an Office issue. A quick search on Google Groups gives this:
http://groups-beta.google.com/group/microsoft.public.excel.programming/browse_thread/thread/aac348843ff16e0b/5e63fd92f4060442
Which refers to this knowledge base article:
http://support.microsoft.com/?id=257757
Maybe that can help you. But why are running Word on a server? If you
are creating a Word document you may be able to get to the same result
by using Jakarta POI:
http://jakarta.apache.org/poi/
Hope this helps you a bit
Best Regards
Morten