The following is from an old version of the MSDN library, but may be what you need to know:

SYMPTOMS
When Automating Microsoft Word 2000 with Microsoft Visual Basic, you may receive the following error during a call to CreateObject or New:

Run-time error '-2147417846 (8001010a)':
Automation Error
When automating Word 2000 with Microsoft Visual C++, you might receive the following error when calling IClassFactory::CreateInstance:
Error (0x80010001): Call was rejected by callee. or CoCreateInstance:
Error (0x8001010A): The message filter indicated that the application is busy.

CAUSE
This error occurs on a system where Norton AntiVirus 2000 has been installed.
Microsoft Office 2000 supports AntiVirus plug-ins that can scan Office documents before they are opened. When the Norton AntiVirus plug-in is enabled on a system with Word 2000, you receive one of the messages above when trying to start Word through Automation.

RESOLUTION
To resolve the issue, remove the Norton AntiVirus plug-in for Microsoft Office 2000. To accomplish this, follow the steps below:

From the Start menu, click Run. Type the following command (including quotes) on the Run line (change the path to the file as needed):

regsvr32 /U "C:\Program Files\Norton AntiVirus\OfficeAV.dll"
Note that you receive a dialog box stating that the command succeeded.


Perl is Huffman encoded by design.

In reply to Re: Win32::OLE(0.1701) error 0x8001010a by GrandFather
in thread Win32::OLE(0.1701) error 0x8001010a by Nalina

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.