Rejected Safe Mode action : Microsoft Word.
SUBSCRIBE JAWIN cljinsg <[email protected]>
| Newsgroups | gmane.comp.windows.devel.jawin |
|---|---|
| Message-ID | <LISTSERV%[email protected]> |
Hi all, 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 com.develop.jawin.COMException: 800706be: The remote procedure call failed. at com.develop.jawin.marshal.GenericStub.dispatchInvoke0(Native Method) at com.develop.jawin.marshal.GenericStub.dispatchInvoke (GenericStub.java:83) at com.develop.jawin.DispatchPtr.invokeN(DispatchPtr.java:169) at com.develop.jawin.DispatchPtr.invokeN(DispatchPtr.java:153) at com.develop.jawin.DispatchPtr.invoke(DispatchPtr.java:135) ... 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. Any help will be appreciated. Thank you very much.