Automation error - No document is currently open in the Acrobat Viewer

Hello
We have a Visual Basic application that we use for automating tasks in Acrobat on a batch of files. This application calls a folder level javascript to perform most of the tasks and is invoked via an application menu item (to get around some of the security restrictions). This application runs fine in Acrobat 7. Recently we upgraded to Acrobat 9 and the application doesn’t work any more. The error that is being generated is
        No document is currently open in the Acrobat Viewer
I have isolated the problem down to the piece of code that accesses the fields object of the AFormAut.App object. We use the fields object for executing the JavaScript methods. The FormsAutomation sample application that comes with version 9 of the SDK generates the same exception. I have seen references to this problem on various forums but there can’t find a definitive answer.
avDoc = CreateObject("AcroExch.AVDoc")
Dim file As String = System.Windows.Forms.Application.StartupPath & "\..\..\..\..\TestFiles\FormsAutomation.pdf"
bOK = avDoc.Open(file, "Forms Automation Demo")
'If everything was OK opening the PDF, we now instantiate the Forms
'Automation object.
If (bOK) Then
            formApp = CreateObject("AFormAut.App")
            acroForm = formApp.Fields
Else
            System.Runtime.InteropServices.Marshal.ReleaseComObject(avDoc)
            avDoc = Nothing
            MsgBox("Failed to open PDF Document. Aborting...")
            End
End If
To get around the problem I have to display the document that is currently being processed. This doesn’t seem correct as we don’t an acrobat window open when our application is processing a batch of files. Has this method of automation been removed from Acrobat 9 deliberately or is it a bug?
BTW I am not sure if this is the corrent forum to post this question. If there is a more appropriate forum for this query can someone point me in the right direction.
Any help would be greatly appreciated.
Thanks
Paul

Yes. I have applied all patches up to 9.3

Similar Messages

  • Error "No maintenance cycle is open for the current system"

    Hi,
    I'm setting up the ChaRM for test purposes.
    I have done everything according to SAP Expert Guided session requirements (like Basic configuration, Landscape and TSMS set-up) and also was reading and checking the following Blog " Change Request Management scenario: Working examples"
    /people/dolores.correa/blog/2009/07/23/change-request-management-scenario-working-examples
    Everything seems to be ok:
    1) Landscape ok, IBase created and active, Partners assigned to each component
    2) Maintenance project created and Maintenance cycle set to "Development with release"
    3) I can easily create Change request (I tried Normal correction), approve it.
    4) When I open Change Document for approved change reques - it gives error "No maintenance cycle is open for the current system" and I can't proceed with setting Change document status to "In development".
    In Change Request I indicate the only IBase (1) and as Component - SolMan clent 803, whish is set-up like PRD.
    What could be wrong?
    I tried reading all threads but did not get solution - there were suggestions to activate maintenance cycle (in my case it active), to check if business partners are assigned to IBase components (in my case done),
    What else?
    Thanks in advance,
    Ausra Gustainiene

    Hi Ausra,
    Please, take a look at this topic:
    Change Request Management scenario: Usual questions and known errors
    /people/dolores.correa/blog/2009/07/22/change-request-management-scenario-usual-questions-and-known-errors
    17. Error: "No maintenance cycle is opened for the current system"
    Best Regards,
    Fernando Rocha

  • I have a pdf registration form on my website.  It has a link that take the user to a payment page within my website.  They pay then submit the form.  The link currently opens in the same browser tab as the form and the user thinks that is the submission,

    I have a pdf registration form on my website.  It has a link that take the user to a payment page within my website.  They pay then submit the form.  The link currently opens in the same browser tab as the form and the user thinks that is the submission, which it is not.  I want my link to open into a new browser tab.  How do I do that?

    You can use the following JS code:
    app.launchURL("http://www.example.com", true);

  • "Tried to Download_Adobe_Premiere_Elements_13_Mac 2" and received this error message can't be opened because the identity of the developer cannot be confirmed.

    “Tried to Download_Adobe_Premiere_Elements_13_Mac 2” and received this error message can’t be opened because the identity of the developer cannot be confirmed.

    That's Apple OS X's Gatekeeper feature kicking in. Nothing to do with Adobe.
    How to open apps from an unidentified developer in OS X Mountain Lion | iMore

  • ChaRM Error - "No maintenance cycle is open for the current system"

    Hello All,
    I am setting up ChaRM in development system after EGI session with SAP support. I have copied standard transactions to custom ones and created Maintenance and Implementation project to run test of all scenarios.
    I now come across error of "No maintenance cycle is open for the current system" after I create a change request and in the change document, I cannot see it link with task list and the error message is displayed. I tried it with custom transaction as well as standard SAP transaction (SDCR) and get the same error.
    What links a document to a maintenance cycle? Where can I see the config of this setup? I am trying to see where it is broken. I am using the correct IBASE number (production client in logical component), I tried to create a new logical component, new projects with correct settings but it still gives this error message. Please advice.
    Thanks and regards,
    Nischal

    Hi
    did you also unlock the maintenance cycle and open for changes in solar_project_admin by right click
    do check this blog
    /people/dolores.correa/blog/2009/07/23/change-request-management-scenario-working-examples
    /people/dolores.correa/blog/2009/07/23/change-request-management-scenario-working-examples-final-points-and-appendix
    Question no 17
    /people/dolores.correa/blog/2009/07/22/change-request-management-scenario-usual-questions-and-known-errors
    Hope it solves
    Regards
    Prakhar

  • Load report failed - document cannot be opened in the c++ stack

    I am now receiving an error when trying to load a report into the report viewer. The error I am recieving is "Load report failed ... Unsupported operation. A document processed by the JRC engine cannot be opened in the C++ stack"
    <br />
    Here is the error stack:
    <br /><br/ />
    See the end of this message for details on invoking
    just-in-time (JIT) debugging instead of this dialog box.
    <br />
    Exception Text **************
    CrystalDecisions.Shared.CrystalReportsException: Load report failed. ---> System.Runtime.InteropServices.COMException (0x80041811): Unsupported Operation. A document processed by the JRC engine cannot be opened in the C++ stack.
       at CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object& DocumentPath, Int32 Options)
       at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object& DocumentPath, Int32 Options)
       at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened()
       --- End of inner exception stack trace ---
       at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened()
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename, OpenReportMethod openMethod, Int16 parentJob)
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename)
       at IPAM_Reporting.frmCrystalReport.frmCrystalReport_Load(Object sender, EventArgs e)
       at System.EventHandler.Invoke(Object sender, EventArgs e)
       at System.Windows.Forms.Form.OnLoad(EventArgs e)
       at System.Windows.Forms.Form.OnCreateControl()
       at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
       at System.Windows.Forms.Control.CreateControl()
       at System.Windows.Forms.Control.WmShowWindow(Message& m)
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
       at System.Windows.Forms.ContainerControl.WndProc(Message& m)
       at System.Windows.Forms.Form.WmShowWindow(Message& m)
       at System.Windows.Forms.Form.WndProc(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    Loaded Assemblies **************
    mscorlib
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.5444 (Win7SP1GDR.050727-5400)
        CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
    IPAM_Reporting
        Assembly Version: 1.1.0.0
        Win32 Version: 1.0.0.0
        CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft/IPAM%20Reporting%20System/IPAM_Reporting.exe
    System.Windows.Forms
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    System
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    System.Drawing
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    Infragistics2.Win.v10.3
        Assembly Version: 10.3.20103.1000
        Win32 Version: 10.3.20103.1000
        CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft/IPAM%20Reporting%20System/Infragistics2.Win.v10.3.DLL
    System.Xml
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
    Infragistics2.Shared.v10.3
        Assembly Version: 10.3.20103.1000
        Win32 Version: 10.3.20103.1000
        CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft/IPAM%20Reporting%20System/Infragistics2.Shared.v10.3.DLL
    Infragistics2.Win.UltraWinExplorerBar.v10.3
        Assembly Version: 10.3.20103.1000
        Win32 Version: 10.3.20103.1000
        CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft/IPAM%20Reporting%20System/Infragistics2.Win.UltraWinExplorerBar.v10.3.DLL
    Infragistics2.Win.UltraWinToolbars.v10.3
        Assembly Version: 10.3.20103.1000
        Win32 Version: 10.3.20103.1000
        CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft/IPAM%20Reporting%20System/Infragistics2.Win.UltraWinToolbars.v10.3.DLL
    Infragistics2.Win.UltraWinDock.v10.3
        Assembly Version: 10.3.20103.1000
        Win32 Version: 10.3.20103.1000
        CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft/IPAM%20Reporting%20System/Infragistics2.Win.UltraWinDock.v10.3.DLL
    System.Configuration
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    Infragistics2.Win.Misc.v10.3
        Assembly Version: 10.3.20103.1000
        Win32 Version: 10.3.20103.1000
        CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft/IPAM%20Reporting%20System/Infragistics2.Win.Misc.v10.3.DLL
    Accessibility
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
    Infragistics2.Win.UltraWinEditors.v10.3
        Assembly Version: 10.3.20103.1000
        Win32 Version: 10.3.20103.1000
        CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft/IPAM%20Reporting%20System/Infragistics2.Win.UltraWinEditors.v10.3.DLL
    SQLDatabaseConnectivity
        Assembly Version: 1.0.0.0
        Win32 Version: 1.0.0.0
        CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft/IPAM%20Reporting%20System/SQLDatabaseConnectivity.DLL
    System.Data
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
        CodeBase: file:///C:/Windows/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
    System.Transactions
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
        CodeBase: file:///C:/Windows/assembly/GAC_32/System.Transactions/2.0.0.0__b77a5c561934e089/System.Transactions.dll
    System.EnterpriseServices
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
        CodeBase: file:///C:/Windows/assembly/GAC_32/System.EnterpriseServices/2.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll
    System.Core
        Assembly Version: 3.5.0.0
        Win32 Version: 3.5.30729.5420 built by: Win7SP1
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
    CrystalDecisions.Windows.Forms
        Assembly Version: 13.0.2000.0
        Win32 Version: 13.0.0.99
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/CrystalDecisions.Windows.Forms/13.0.2000.0__692fbea5521e1304/CrystalDecisions.Windows.Forms.dll
    CrystalDecisions.Shared
        Assembly Version: 13.0.2000.0
        Win32 Version: 13.0.0.99
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/CrystalDecisions.Shared/13.0.2000.0__692fbea5521e1304/CrystalDecisions.Shared.dll
    CrystalDecisions.ReportSource
        Assembly Version: 13.0.2000.0
        Win32 Version: 13.0.0.99
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/CrystalDecisions.ReportSource/13.0.2000.0__692fbea5521e1304/CrystalDecisions.ReportSource.dll
    log4net
        Assembly Version: 1.2.10.0
        Win32 Version: 1.2.10.0
        CodeBase: file:///C:/Windows/assembly/GAC_32/log4net/1.2.10.0__692fbea5521e1304/log4net.dll
    System.Web
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
        CodeBase: file:///C:/Windows/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll
    CrystalDecisions.CrystalReports.Engine
        Assembly Version: 13.0.2000.0
        Win32 Version: 13.0.0.99
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/CrystalDecisions.CrystalReports.Engine/13.0.2000.0__692fbea5521e1304/CrystalDecisions.CrystalReports.Engine.dll
    CrystalDecisions.ReportAppServer.CommLayer
        Assembly Version: 13.0.2000.0
        Win32 Version: 13.0.0.99
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/CrystalDecisions.ReportAppServer.CommLayer/13.0.2000.0__692fbea5521e1304/CrystalDecisions.ReportAppServer.CommLayer.dll
    CrystalDecisions.ReportAppServer.ClientDoc
        Assembly Version: 13.0.2000.0
        Win32 Version: 13.0.0.99
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/CrystalDecisions.ReportAppServer.ClientDoc/13.0.2000.0__692fbea5521e1304/CrystalDecisions.ReportAppServer.ClientDoc.dll
    CrystalDecisions.ReportAppServer.Controllers
        Assembly Version: 13.0.2000.0
        Win32 Version: 13.0.0.99
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/CrystalDecisions.ReportAppServer.Controllers/13.0.2000.0__692fbea5521e1304/CrystalDecisions.ReportAppServer.Controllers.dll
    CrystalDecisions.ReportAppServer.DataDefModel
        Assembly Version: 13.0.2000.0
        Win32 Version: 13.0.0.99
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/CrystalDecisions.ReportAppServer.DataDefModel/13.0.2000.0__692fbea5521e1304/CrystalDecisions.ReportAppServer.DataDefModel.dll
    CrystalDecisions.ReportAppServer.DataSetConversion
        Assembly Version: 13.0.2000.0
        Win32 Version: 13.0.0.99
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/CrystalDecisions.ReportAppServer.DataSetConversion/13.0.2000.0__692fbea5521e1304/CrystalDecisions.ReportAppServer.DataSetConversion.dll
    CrystalDecisions.ReportAppServer.CubeDefModel
        Assembly Version: 13.0.2000.0
        Win32 Version: 13.0.0.99
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/CrystalDecisions.ReportAppServer.CubeDefModel/13.0.2000.0__692fbea5521e1304/CrystalDecisions.ReportAppServer.CubeDefModel.dll
    CrystalDecisions.ReportAppServer.ReportDefModel
        Assembly Version: 13.0.2000.0
        Win32 Version: 13.0.0.99
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/CrystalDecisions.ReportAppServer.ReportDefModel/13.0.2000.0__692fbea5521e1304/CrystalDecisions.ReportAppServer.ReportDefModel.dll
    JIT Debugging **************
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.
    For example:
    <configuration>
        <system.windows.forms jitDebugging="true" />
    </configuration>
    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the computer
    rather than be handled by this dialog box.
    <br /><br /><br /><br />
    What could be the problem now.
    Edited by: mcontri on Apr 15, 2011 6:49 PM
    Edited by: mcontri on Apr 15, 2011 6:49 PM
    Edited by: mcontri on Apr 15, 2011 6:51 PM

    Hi Rama,
    Please search, this issue has been discussed many times before.
    For starter, see below doc.
    Troubleshooting error: "Unsupported Operation. A document processed by the JRC engine cannot be opened in the C++ stack…
    Thanks,
    Bhushan

  • Office documents does not open in the default office application from Search Results

    1 WFE + 1 App Server + 1 server for OWA + 1 separate DB server make up our DEV SharePoint 2013 environment. We migrated many web applications from our SP 2010 environment to SP 2013 environment. Client integration is enabled and "Open
    Documents in Client Applications by Default" feature is enabled at the site collection level. OWA is enabled and working on the search results, such as showing preview.
    From the document libraries, if I open office documents like word, excel and PowerPoint, they open in the respective office applications. However, from the search results, when I try to open by clicking on the result, it opens on the browser.  I want
    OWA to show document preview but still want to open the document in the default office application. How to overcome this?
    I have IE 8.
    Thanks, Soumya | MCITP, SharePoint 2010

    Go to the bottom of the Search page, you will see a Preferences link:
    From there, you can set your preference. This is a per-user setting and as far as I'm aware, cannot be set globally.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • My PDF Document can't open properly in Acrobat Reader XI, But properly open in Acrobat Reader X

    Hi ~~
    As the topic, My customers using Acrobat Reader XI Can't open My Pdf file,
    But, same file can be opened properly in Acrobat Reader X,
    Acrobat Reader XI shows Error Message: Can't Capture Embeded Font
    Is there any update of Acrobat Reader XI can fix this problem?  pdf file sample: https://www.dropbox.com/s/68t63gz85ux3v5z/AAAAA.pdf

    Hey jameswangtw,
    Please ask your customer try downloading Asian Language Pack for Adobe Reader from the link given below:
    Adobe - Adobe Reader : For Windows : Adobe Reader 11.0.09 Font Packs - Asian and Extended Language Pack
    Regards,
    Anubha

  • Since switching to the new pages, my old documents will not open, saying the index.xml file is missing

    When attempting to open a file that was created prior to up-grading to the new "pages" it says "cannot open file the index.xml file is missing??"  What can I do to fix this??
    Thank you!

    Reopen these documents with the correct version (5) of Pages. Only Pages '09 documents contain an index.xml, and when you try to open a Pages v5 document in Pages '09, you get that dialog box.

  • Picking req.docu.flow stays open even the outbound delivery is fully picked

    Hello,
    I see picking requests open in the document flow of a fully picked outbound delivery even after posting goods issue it stays open.
    Any suggestions how to get the picking request completed?
    Thanking you in advance,
    Kind regards,
    Nilüfer Çal&#305;&#351;kan

    Hi dears,
    My problem is not solved yet. I am trying to clarify the problem case by looking to outbound delivery document's picking requests of both status cases open and completed. I realised that if MM-WM transfer order confirmed id (VBFA-TAQUI) is empty in VBFA table for picking request line (VBFA-VBTYP_N =Q) picking request status stays open, if VBFA-TAQUI=X than request status is completed in the document flow. Outbound delivery is fully picked in both of the cases and WM is not used.
    Thanking you in advance,
    Kind regards,
    Nilüfer

  • "No document is currently open in acrobat viewer" in acrobat x

    Dim app As New acroapp
    Dim avdoc As New AcroAVDoc
    app.Show
    bok = avdoc.Open("U:\taxforms\test.pdf", "test")
    If bok Then
      Dim acrofrm As New AFORMAUTLib.AFormApp
      For Each f In acrofrm.fields -GETTING ERROR HERE ' tried show ,maximise, hide everything before this ,still getting error
          If f.Type = "Text" Then fields.Item(f).Value = "something"
      Next f
    End If

    Some thoughts
    1. At the conclusion of the (failed) code is the file test.pdf indeed open in Acrobat?
    2. Is this an Acroform (not one made in Designer)?
    3. Is Protected Mode on?
    4. Is there any situation where this has worked (e.g. different document or release of Acrobat), or is this your first try?

  • Reader 9.4.0 pdf opening error "This document is trying to access the following database"

    Hi, I am having pdf save functionality using trusted functions in my application. earlier we used adobe reader 8.1.3 and it worked fine, now we upgraded to adobe reader 9.4.0 and there on the problem comes in. when ever we are saving it is creaing a code in DBConnects.sav file. we as having large number of users we use to push this file to the field. now that with this upgrade this file is becoming system depending. how can we get ridoff this. Please help me out.
    some of the sample data from my DBConnect.sav file as shown below. the code before Provider is appeding all the time.
    7DE10A1A000010000A002FF200203029, Provider=MSDASQL.1;Persist Security Info=False;User ID=pmxuser;Data Source=ides;Initial Catalog=ides
    E22BBE8EFFFF1FFF0A002FF1FF503028, Provider=MSDASQL.1;Persist Security Info=False;Data Source=edocExcel

    Thanks Paul for your response.
    While doing research I found out that Adobe generates a file called DBConnects.sav inside "C:\Documents and Settings\.....\Application Data\Adobe\Acrobat\8.0" which remebers the data connection. If I am making an entry of my data connection (eg. Provider=MSDASQL;Persist Security Info=False;Data Source=eDocMDB;) in this file then for all the forms which are having the same data connection is not asking any confirmation for allowing the data connection. Adobe made the same entry even If you check the checkbox "Remeber this choice" in the database confirmation dialog.
    Now the problem which I am facing is for Adobe Reader 9.4 version. Adobe 9.4 is also making an entry in DBConnects.sav file but now it is form dependent. It is appending an unique string before the actual data connection string. It is making an entry like "9805AD51FFFF1FFF0A002FF1FFE03028, Provider=MSDASQL;Persist Security Info=False;Data Source=eDocMDB;" in DBConnect.sav. Now even the other form is also using the same connection string, it is asking me to allow the connection at least once for each form. If I checking the remember choice at least once for each connection of each form, it works fine. Myforms are dynamic and they change everyday for every user. Please let me know if you have any idea so that Adobe 9.4 do not append the unique string before makning entry into DBConnects.sav.

  • PDF documents will not open in Adobe Acrobat 5

    I have one computer with XP running Acrobat 5. I now have a second computer running Windows 7 with Acrobat 9 Pro.  When I take PDF documents from the computer with Acrobat 9 Pro to the one with Acrobat 5, the PDF docs will not open - an error message states the file is corrupted.  Why is this hapening and how can it be fixed?
    Thanks for any assistance - confused.

    #1 - The files were moved using a thumb/USB drive and "Safely Remove" was used.
    #2 - You may be on to something here for some: Some were created by AA9 but some others were scanned in and some were from AA8 that I had no trouble before.
    #3 - The only "special feature" is that the PDF files are searchable and some are a PDF of an image.
    These are basic PDF files.
    Thanks for your assistance

  • Error 'Express document "update was terminated" from the author'.

    Dear All,
      I have created a delivery doc(PGI) with ref to sales doc, it gave the
      del doc no. while creating billing do with ref to this del doc I am getting
      an error " update was terminated". when I cheched Vlo2n it says that the doc does not exist.
      Even I have done PGI the stock is not deducted( MMBE).
       Please help me to rectify this error.
       Thanx and Regards
        Narender.N

    Check if number range is maintained for accounting document to be generated at PGI level. You will have to consult an FI consultant for the same.
    Also check the document flow & there is high possibility that PGI is not saved, but number range utilized during the transaction.
    Regards,
    Rajesh Banka
    Reward points if helpful

  • Word to Pages translation crash EXE SEGVS:I uses Pages and a colleague uses Word. When he send me a document and I open it, the document crashes and I get the EXC_BAD_ACCESS (SIGSEGV) MESSAGE.  Bad Accesss at 00000006574785.  What's up? message

    As in the heading, my problem arises when using pages to opening documents my colleague, working in Word, sends me. I get the crash message set out above.  This only happens with this particular document, even after we unformatted it, saved at as RTF then reformatted it again (I realize these issues may be unrelated).
    Any suggestions appreciated.

    There is obviously something in that document that is corrupt, perhaps a font. A couple of things to try would be to open it in TextEdit or an Office clone such as LibreOffice.

Maybe you are looking for

  • Configuration file bc4j.xcfg not found in the classpath.

    When i try to run an application that uses ADF BC i get an error telling me the bc4j.xcfg was not found. When i open my AppModule and click the bc4j.xcfg link it opens. When i look at the path it stored in, it is different from the path the error say

  • Error OLAP processing one application - SAP BPC 7.0 MS

    Hi everybody, This is our problem, when i try to process my application called "Consolidation", it always fails and appears the following error message: "Cube process: Errors in the OLAP storage engine. The Attribute key cannot be found: Table dbo_tb

  • Exception Class CX_BSP_WD_HTTP_RESPONSE_ERROR

    Hi, In my scenario i am having two different application server aap1 and aap2 , and the SICF settings are already maintained as per the sap note. I am having SAP_ALL and SAPNEW roles assigned to me, now when I am using IC_AGENT role I am getting this

  • The new mobile phone directory

    I was watching the news program on tv where the idea of a Mobile phone directory was imminent. I was given the following to opt out 08001386263 and all I get is the opening times of the 118 services.   I was also given the txt to send txt E and then

  • How to show movies and pictures as moving objects over animations.

    I'm creating a wedding movie, and i want to display some pics and video as well as the typical airplane animation flying from Toronto to Mexico with the red dotted line.. Any ideas where to start?