Gutirez
R12 Studing

安装完BI Publisher之后,然后试图在Word中打开BI Publisher的插件,报:自动化(Automation)错误(Automation Error)

 

这个错其实不是BI Publisher的问题,而是Word的问题。

 

解决方法:

The solution is to unregister and re-register the C:\Windows\System32\MSCOMCTL.OCX file

If on a 64-bit machine, type the following:

regsvr32.exe /u C:\Windows\SysWOW64\MSCOMCTL.OCX

Hit ENTER

then type

regsvr32.exe C:\Windows\SysWOW64\MSCOMCTL.OCX

If on a 32-bit machine, type the following:

regsvr32.exe /u C:\Windows\System32\MSCOMCTL.OCX

hit ENTER

then type

regsvr32.exe C:\Windows\System32\MSCOMCTL.OCX

 

-- 然后重新安装BI Publisher,问题解决
可以不用安裝,直接先停用BI Publisher,再啟用,即可使用

 

参考:https://blogs.oracle.com/xmlpublisher/entry/automation_error_unspecified_error_err

https://forums.oracle.com/forums/thread.jspa?messageID=10526278

 

posted on 2014-03-06 15:36  Gutirez  阅读(189)  评论(0)    收藏  举报