Acrobat Standard 9 : app.viewerVersion is throwing error.

I'm using Acrobat 9 standard in Windows platform.
I have a vb 6.0 application and I have to find the version of
Acrobat installed on the user machine. I'm using the below code but it is throwing error :
Error Message:
Run-time error '-2147417851 (80010105)':
Automation error
The server threw an exception "
How can I find the version of Acrobat available in a
machine? The below code works with Acrobat 8.0
installed machine but fails with Acrobat 9.0 standard
Dim oAVDoc As Acrobat.CAcroAVDoc
Dim oPDDoc As Acrobat.CAcroPDDoc
Dim oJSO As Object
Dim iOK As Boolean
Private Sub Form_Load()
Set oAVDoc = CreateObject("AcroExch.AVDoc")
iOK = oAVDoc.Open ("<< required parameters>>")
Set oPDDoc = oAVDoc.GetPDDoc
Set oJSO = oPDDoc.GetJSObject
MsgBox (oJSO.App.viewerVersion)

I get much the same problem with VB6, Acrobat 9 Pro and WinXP SP3. When I single step the line:
oJSO.Collab.showAnnotToolsWhenNoCollab = True
in debug I go to the error handler for my Sub. Inspecting the VB Err object has Number = -2147417851 and Description = "Automation error
The server threw an exception." I get a Microsoft crash notice about Acrobat a short while later.
I've experimented with the JavaScript debugger in Acrobat and you can execute Collab.showAnnotToolsWhenNoCollab = True and reference the value of Collab.showAnnotToolsWhenNoCollab in the console. The problem appears only when accessing Acrobat Javascript through the Interapplication Communication API.
If anyone can help it would be appreciated. I tried Adobe's Acrobat support and they were no help at all.

Similar Messages

  • Adobe Acrobat Standard install doesn't recognize my version of IE

    When I try to install Adobe Acrobat Standard 9, I get an error that says I need IE6 or greater and the install will not finish.  I have IE9.  Why doesn't it recognize that I have IE9, and how do I get around this?  Thanks.
    Update:  I have since installed IE10, and am still having the same problem.

    Awesome suggestiont. Your solution worked perfectly and it was a breeze. Thanks!!

  • I am using Mac OS X 10.7.5 as of now and when I am trying to upgrade to Mavericks, it is throwing error "The product distribution file could not be verified. It may be damaged or not signed".

    I am using Mac OS X 10.7.5 as of now and when I am trying to upgrade to Mavericks, the App Store is throwing error "The product distribution file could not be verified. It may be damaged or not signed".
    Is there anything I should do differently? Is anyone else facing the same issue?
    Kindly help.

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The following procedure will help identify which such modifications you've installed. Don’t be alarmed by the complexity of these instructions — they’re easy to carry out and won’t change anything on your Mac. 
    These steps are to be taken while booted in “normal” mode, not in safe mode. If you’re now running in safe mode, reboot as usual before continuing. 
    Below are instructions to enter some UNIX shell commands. The commands are harmless, but they must be entered exactly as given in order to work. If you have doubts about the safety of the procedure suggested here, search this site for other discussions in which it’s been followed without any report of ill effects. 
    Some of the commands will line-wrap or scroll in your browser, but each one is really just a single line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then copy it. The headings “Step 1” and so on are not part of the commands. 
    Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. The other steps should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply. 
    Launch the Terminal application in any of the following ways: 
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.) 
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens. 
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid. 
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign. 
    Step 1 
    Triple-click anywhere in the line of text below on this page to select it:
    kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}' | open -ef 
    Copy the selected text to the Clipboard by pressing the key combination command-C. Then click anywhere in the Terminal window and paste (command-V). I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting. A TextEdit window will open with the output of the command. If the command produced no output, the window will be empty. Post the contents of the TextEdit window (not the Terminal window), if any — the text, please, not a screenshot. You can then close the TextEdit window. The title of the window doesn't matter, and you don't need to post that. No typing is involved in this step.
    Step 2 
    Repeat with this line:
    { sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|cups|isc|ntp|postf|x)/{print $3}'; echo; sudo defaults read com.apple.loginwindow LoginHook; echo; sudo crontab -l; } 2> /dev/null | open -ef 
    This time you'll be prompted for your login password, which you do have to type. Nothing will be displayed when you type it. Type it carefully and then press return. You may get a one-time warning to be careful. Heed that warning, but don't post it. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator. 
    Note: If you don’t have a login password, you’ll need to set one before taking this step. If that’s not possible, skip to the next step. 
    Step 3
    { launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)/{print $3}'; echo; crontab -l 2> /dev/null; } | open -ef 
    Step 4
    ls -A /e*/{cr,la,mach}* {,/}Lib*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Spo,Sta}* L*/Fonts .la* 2> /dev/null | open -ef  
    Important: If you formerly synchronized with a MobileMe account, your me.com email address may appear in the output of the above command. If so, anonymize it before posting. 
    Step 5
    osascript -e 'tell application "System Events" to get name of login items' | open -ef 
    Remember, steps 1-5 are all copy-and-paste — no typing, except your password. Also remember to post the output. 
    You can then quit Terminal.

  • Acrobat standard 9.0 error while enabling commets option using Java script object

    I'm using the below java script code in my VB 6.0 application for enabling commets options in the PDF file
    Dim oJSO As Object
    Set oJSO = mPDDoc.GetJSObject
    oJSO.Collab.showAnnotToolsWhenNoCollab = True
    It is working fine till Acrobat 8.0. Now I'm trying with Acrobat 9.0 standard edition, it is throwing scripting error 'An unhandled Win32 exception occured in Acrobat.exe[308].
    Can anyone suggest the way to enable 'comment' options in Acrobat Standard 9.0 using Java Script Object?
    Thanks

    I get much the same problem with VB6, Acrobat 9 Pro and WinXP SP3. When I single step the line:
    oJSO.Collab.showAnnotToolsWhenNoCollab = True
    in debug I go to the error handler for my Sub. Inspecting the VB Err object has Number = -2147417851 and Description = "Automation error
    The server threw an exception." I get a Microsoft crash notice about Acrobat a short while later.
    I've experimented with the JavaScript debugger in Acrobat and you can execute Collab.showAnnotToolsWhenNoCollab = True and reference the value of Collab.showAnnotToolsWhenNoCollab in the console. The problem appears only when accessing Acrobat Javascript through the Interapplication Communication API.
    If anyone can help it would be appreciated. I tried Adobe's Acrobat support and they were no help at all.

  • Blank error when opening a PDF in Acrobat Standard 9

    I get a Blank Error every time i try to open a PDF in Adobe Acrobat Standard 9.  How do I get rid of it?

    Update:
    Opened the Pdf and found out that the certified signature has become invalid.

  • How to resolve Error "Adobe Acrobat (AcroExch.App rc=-2147221005) could not be loaded"

    How to resolve Error  "Adobe Acrobat (AcroExch.App rc=-2147221005) could not be loaded"

    What is your operating system?  Reader version?
    You get this error when doing what?

  • Adobe Acrobat Standard 9.5 Install Error:  "Error applying transforms please ensure specified transform paths are valid".  Any ideas on how to fix this?

    I had Acrobat Standard 9.5 on a laptop that broke.  Adobe Acrobat Standard is paid for and all I need. I had to get a new PC (Windows 8.1) and I did downloaded Standard 9.5 but when I went to install it the installer gave me an “Error applying transforms please ensure specified transform paths are valid”.  Any ideas on how to fix this?

    Rahul,
    No error numbers other than the message I mentioned previously.
    I tried the transforms repair and it reported no Acrobat product (correct, none yet installed) or no administrative privileges (I am the administrator and have done previous administrative actions).
    When I unzip the Acrobat file this is what is in the setup ini file:
    [Startup]
    RequireOS=Windows XP
    RequireMSI=3.0
    RequireIE=6.0.2600.0
    [Product]
    msi=AcroStan.msi
    Languages=1033;1031;1036
    1033=English (United States)
    1031=German (Germany)
    1036=French (France)
    CmdLine=TRANSFORMS="AcroStan.mst"
    [Windows XP]
    PlatformID=2
    MajorVersion=5
    MinorVersion=1
    ServicePackMajor=2
    [MSI Updater]
    Path=WindowsInstaller-KB893803-v2-x86.exe
    Thoughts?
    Thanks again,
    Tom

  • Error n°1 with Acrobat Standard + PSE8

    Hello, I have acrobat standard 9 and Photoshop Element 8. It worked well untill my return from vacation. When I open them I receive always error 1 as shown :
    I cannot reinstall them, as I cannot open them anymore to desactivate them. Any help ? any ideas ?

    Now, when I open word 2007 I have this message : ???!!!  He cannot find this file, but I cannot ether. What do I have to do ?
    I'm with windows 7 Premium

  • Acroexch error in Word 2010 x64 with Adobe Acrobat Standard 9.5

    Hello, i get this error when im trying to insert a PDF into a word doument.
    In Adobe Reader X it was the Protect Mode but in Acrobat Standard in don't have this Option.
    Any ideas please?
    Thanks!

    Dear David,
    thanks for the Answers.
    The Problem has our General Manager.
    I will try to explain the Problem a little bit better.
    Our General Manager had a Windwos 7 32bit with Word 32bit and Adobe Acrobat Standard 9.5. When he inserted a PDF with Drag & Drop in Word all works fine.
    Since he have a Windws7 64bit with Word 64bit and Adobe Acrobat Standard 9.5 he get a Acroexch error. I tried it on my Workstation and had the same error. Yesterday i tried it again on a Windws7 32bit with Word 32bit with Adobe Acrobat Standard 9.5 and it worked.
    If i try to insert the PDF as a Object it works on both Systems. I saw now that Adobe Acrobat is a 32bit Version. Is there a 64bit version for Adobe Acrobat 9.5?
    Best regards

  • Logging into Oracle Apps R12 throws error - unable to authenticate session

    Hi All,
    Working on R12 OS:AIX
    Logging into Oracle Apps R12 throws error - "unable to authenticate session".
    Earlier Guest user was end-dated which has now been removed and autoconfig was run.but still the same issue..(services were bounced too)
    Guest user password is:ORACLE(uppercase) in xml file,dbc file,GUEST profile options..
    could anyone please share such an experience encountered before and suggest resolution...
    Would appreciate an early response!
    Thanks for your time!
    Regards,

    Pl see ML Note 342332.1 on steps needed to troubleshooot login. Although this doc is for 11i, it should also apply to R12
    Srini Chavali

  • Error when upgrading from Acrobat Standard X to Pro X

    We are installing retail Acrobat Pro X upgrades over OEM Acrobat Standard X (that came on Dell Optiplex 390 systems). We're getting an error message that says "Setup has detected you already have a more functional product installed. Setup will now terminate." That of course, makes no sense. How do we resolve this so we can install these upgrades? Thanks.

    Further, it looks like we're not the only ones having this kind of issue: http://forums.adobe.com/message/4110223 - for whatever it's worth.

  • Throws errors when deploy a web app to OAS 10.1.3.1

    I deployed my web application to OAS 10.1.3.1,but it throws errors as below:
    08/01/22 17:17:30.171 webbusiness: Error preloading servlet
    javax.servlet.ServletException: Error instantiating servlet 'action'. Servlet class org.apache.struts.action.ActionServlet not found in web-application webbusiness
    at com.evermind.server.http.HttpApplication.servletClassNotFound(HttpApplication.java:4866)
    at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4832)
    at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4734)
    at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4922)
    at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1134)
    at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:738)
    at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:414)
    at com.evermind.server.Application.getHttpApplication(Application.java:545)
    at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1990)
    at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:1909)
    at com.evermind.server.http.HttpSite.addHttpApplication(HttpSite.java:1606)
    at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:238)
    at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:126)
    at oracle.oc4j.admin.internal.ApplicationDeployer.bindWebApp(ApplicationDeployer.java:576)
    at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:202)
    at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:93)
    at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52)
    at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:81)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    but i am sure the struts.jar is already addeded to WEB-INF/lib folder,I don't know
    why throws that exception, any response hoped,thanks a lot

    I deployed my web application to OAS 10.1.3.1,but it throws errors as below:
    08/01/22 17:17:30.171 webbusiness: Error preloading servlet
    javax.servlet.ServletException: Error instantiating servlet 'action'. Servlet class org.apache.struts.action.ActionServlet not found in web-application webbusiness
    at com.evermind.server.http.HttpApplication.servletClassNotFound(HttpApplication.java:4866)
    at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4832)
    at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4734)
    at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4922)
    at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1134)
    at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:738)
    at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:414)
    at com.evermind.server.Application.getHttpApplication(Application.java:545)
    at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1990)
    at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:1909)
    at com.evermind.server.http.HttpSite.addHttpApplication(HttpSite.java:1606)
    at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:238)
    at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:126)
    at oracle.oc4j.admin.internal.ApplicationDeployer.bindWebApp(ApplicationDeployer.java:576)
    at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:202)
    at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:93)
    at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52)
    at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:81)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    but i am sure the struts.jar is already addeded to WEB-INF/lib folder,I don't know
    why throws that exception, any response hoped,thanks a lot

  • Windows 8: Make PDFs open by default in Acrobat Standard or Pro instead of Reader

    In a Windows 8 environment, how can you set set all PDFs to open in Acrobat Standard or Professional instead of Reader? I've tried right-clicking on a PDF in Windows Explorer, selecting Properties, then changing the default app from Reader to Professional. Although it seems to work (does not generate an error), PDFs continue to open in Reader. Surely there is a way to change this. I've spent about 15 minutes Googling this, but was surprised I could find no solution.

    PDF Ownership when Reader X is Installed with Acrobat
    The steps have not changed across versions.
    hth,
    Ben

  • Suddenly getting DEP shutdowns in Acrobat Standard 8.3.1

    I have a Dell M90 running Vista Business SP2 that originally had Acrobat Standard 8.0 pre-installed; with applied maintenance it is now at 8.3.1. The latest files in the Acrobat update folder were dated 8/30/2011.
    Last week, probably, after some failed Microsoft updates on 09/14/2011 (which have since been successfully applied), I started getting DEP shutdows of Acrobat Standard. This initially occurred when viewing a PDF in IE9, so I thought it was probably just a bad document. But it occurred again this week, and I've now found that it happens every time I run Acrobat (or the plugin), even when running it from the start menu wiith no document open. It stayed open just long enough for me to do "Help...About" to check the version number, and to check for updates (it said none were available).
    The specific message I get is:
    A serious error has been detected and Adobe Acrobat 8 Standard cannot continue.
    Please reinstall the application and try again.
    Unfortunately, I can't find any acrobat media and can't find an installer anywhere on the machine. On the download site I saw plenty of updates and trial versions of newer software, but no full-product installer for 8.x. I downloaded and ran the 8.3.1 update, but the problem still occured.
    Wait - while looking to see if I could recover my license key I saw the "Repair..." option. I just ran that, and while it looked like it was going to simply reapply the 8.3.1 update, it shut down the acrotray and is now asking me to reboot (neither of which occurred when I ran the update), so perhaps it is doing something more. If this resolves the problem I'll update this thread.

    In short, Acrobat is now working again. But some interesting things happened.
    During the restart, I saw a "phase 3 of 3 - do not shut down your computer" message. Usally I see this after windows updates, but I had already rebooted after reapplying the windows updates. Note that I'd walked away at the time so I can't confirm whether it displayed then, but Windows Update did show that those updates were successful. I assume that Windows emits that for any updates queued for processing during startup.
    After the reboot I got a warning that my network drives could not be reconnected. I see this occasionally, and it means my WPA2 wireless didn't connect properly; usually a disable/enable fixes this, but sometimes another reboot is needed. When I ran Acrobat it popped up a dialog indicating it couldn't connect with the registration server so I closed it and eventually did have to reboot again.
    When I ran Acrobat after that reboot it started normally, and in the About display it now shows my license key where previously it had only shown my name and company name. Curiously, though, both the "Activate" and "Deactivate" menu choices are now disabled where previously the "Deactivate" item was enabled (indicating successful activation) even though it didn't show a license key.
    So is it possibe the "serious error" was related to a licensing problem? If so, the message should state this explicitly since there was probably a much simler path to recovery.
    Perhaps someone from Adobe can comment on what state the app was in when the error occurred, and how it got that way. In any case, if you get this error, try the Repair option first. And write down your license key just in case...

  • I am unable to download Adobe Acrobat Standard from the cloud says the "Adobe Acrobat is not currently available for your language or platform." I am running Vista and using Chrome

    I just subscribed to Adobe Acrobat Standard from the cloud. I am running microsoft Vista and Google Chrome browser. I get the error message Adobe Acrobat is not currently available for your language or platform. For a list of supported platforms and languages: and I believe I meet the Vista requirements. How do I resolve this issue?

    LorettaKallen are you trying to install Adobe Acrobat Standard 11 utilizing the Adobe Application Manager?  Do you receive the same error message if you use Internet Explorer or Firefox?

Maybe you are looking for

  • Purchase Order 'Fast Change' functionality

    Hi Experts, The standard fast change function in PO does not accomodate fields used for intercompany transfers like Route etc. Some threads discussed this but defers to Tcode MASS which also does not include this field. MASS is not very recommended f

  • Updating EKKO table using E1BPPAREX

    Hi all, My requirement is to update ekko table using E1BPPAREX segement. I have gone through so many posts regarding this. In my case, PO number is not yet created. I am using BAPI_PO_CREATE1 for creating this . From PI side, if they pass the custom

  • E-Mail from Apple Regarding My Bumper Refund

    Just got an e-mail from Apple that the refund on my Bumper purchased at the time I bought my i4 has been processed automatically.

  • Unable to setup new Airport Extreme

    Just purchased a new Airport Extreme (model A1521)  I am getting a blinking amber light.  When I go to AirPort Utility and go to Other Wi-Fi Devices (1), it sees my AirPort Extreme and tries to Gather Information then I get "An unexpected error occur

  • Solaris 10: SMA + mdmonitor

    Hello all! I have a Solaris 10 system with software raid and SMA conifigured to send traps to a snmp manager. I want to monitor for any errors, change of state of the raid elements. As far as i have read at the LVM manual only snmpdx can be supported