Acrobat Distiller 6 OLE Automation Issue with Non-Admin User

Ask a Question related to Adobe Acrobat SDK, Design and Development.

  1. #1

    Default Acrobat Distiller 6 OLE Automation Issue with Non-Admin User

    We're creating a PDFDistiller object (ACRODISTXLib.PdfDistiller) in a VB6 project using Acrobat Pro 6 and at the line in the code that creates the new object (Set AcroDistiller = New ACRODISTXLib.PdfDistiller), if the user is logged in as non-admin, we get: Error 429, ActiveX component can't create object.

    I've tried CreateObject with the same error and GetObject pointing to the acrodist.exe and received a different error (432, Filename or classname not found during automation operation).

    If the user is logged in as admin it works fine. If we use Acrobat 7 or 8, it works fine with both user types.

    We've compared registry GUIDs for the class object and both user types have identical reg settings.

    Does anybody have any idea how to correct this?

    Thanks,
    Mike Grice
    Mike_Grice@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Acrobat 7.0 Pro/Distiller Issue
      I recently added a new hardrive to my Mac and moved my production files to the new drive. Now when I attempt to generate a new PDF from a newly...
    2. IAC using OLE automation in Acrobat 9
      Dear All, I've run into the problem where Acrobat 9 crashes when the following code is used to open PDF file: bool openDocument (const...
    3. VRML to PDF using Acrobat Automation. Is it possible?
      Hi, all! I have Acrobat 3D installed on my computer and I convert VRML files to PDF ones. The simplest way to do this is to click "Files->Create...
    4. Acrobat Automation causes a COM error
      Hi, When I run the following C# code, I am getting a COM exception "Method 'Close' of object 'CAcroPDDoc' failed" with an HResult of -2147417851...
    5. OLE automation issue
      Thanks Greg, I am going to investigate a polling solution. Andrew. "Greg Linwood" <g_linwood@hotmail.com> wrote in message...
  3. #2

    Default Re: Acrobat Distiller 6 OLE Automation Issue with Non-Admin User

    Given that works correctly in Acrobat 7 or 8, I would have to say that it was a bug in that old version of the software that was corrected.

    So the solution is to use modern versions of the software.
    Leonard_Rosenthol@adobeforums.com Guest

  4. #3

    Default Re: Acrobat Distiller 6 OLE Automation Issue with Non-Admin User

    Thanks but that's not a solution when 100s of people from various companies are using anything from Acrobat version 5 and up.
    Mike_Grice@adobeforums.com Guest

  5. #4

    Default Re: Acrobat Distiller 6 OLE Automation Issue with Non-Admin User

    If it's a bug in the software, there will be no solution.

    Acrobat 6 is EOSL - End of Service Life. Adobe will be producing no more updates, patches or fixes for Acroabt 6 or older (this is stated on their website, see the support section).

    If it's in 6 and it's a bug, they won't be fixing it so you need to advise your customer of it and live with it, or have them upgrade to a version that doesn't have the bug in it.
    PDL@adobeforums.com Guest

  6. #5

    Default Re: Acrobat Distiller 6 OLE Automation Issue with Non-Admin User

    I believe that the number of people running Acrobat 6 today is bordering on 0, as it was a pretty poor release of the product. In addition, Adobe no longer officially supports it (or earlier) versions.

    So I don't really know what you are looking for...
    Leonard_Rosenthol@adobeforums.com Guest

  7. #6

    Default Re: Acrobat Distiller 6 OLE Automation Issue with Non-Admin User

    In some instances of a problem that might be similar to this, a solution might be with a change in the registry or the re-registering of a COM DLL. That was what I was hoping to find here.

    Thanks
    Mike_Grice@adobeforums.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139