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.

Similar Messages

  • Im trying to convert a PDF into an excel document and I keep getting an error message that reads "An error has occurred while trying to access the service". WHat am I doing wrong?

    Im trying to convert a PDF into an excel document and I keep getting an error message that reads "An error has occurred while trying to access the service". WHat am I doing wrong?

    it seems my subscription had expired so I signed up again.. It was still having trouble so I repeated the sign up process again.. Then it worked perfectly.. Unfortunately, I think I just subscribed twice and need to cancel one of them. Ugh. Such a pain when I'm trying to get this project completed. I'll be canceling at least one of the subscriptions in the morning. Adobe is not my favorite company right now. None of this was intuitive. And trying to get help was an absolute waste of an hour.
    Regards,
    Nathaniel
    [removed by moderator]

  • In attempting to export a simple 1-page PDF file to Microsoft Word, I incessantly get the following error message:  "An error occured [sic] while trying to access the service."  Nothing on any of the community forums has helped in any way.  I have downloa

    In attempting to export a simple 1-page PDF file to Microsoft Word, I incessantly get the following error message:
    "An error occured [sic] while trying to access the service." 
    Nothing on any of the community forums has helped in any way. 
    I have downloaded a free trial of Acrobat XI Pro  --  and that too makes no difference.

      while trying to access the service." 
    That'd be associated with trying to connect to the server(s) for one of the Adobe online subscription services.
    (Edit PDF or PDF Pack)
    These online services are separate and independent of the desktop application Acrobat.
    It appears that you have had / are having internet connection issues.
    Be well...

  • I keep getting "An error has occurred while trying to access the service".

    I'm using Adobe Reader to convert pdf. to word for the first time.  I keep getting "An error has occurred while trying to access the service".  My subscription has gone thru and I am signed in.  Help!  I need to start using this ASAP

    Can you try to use ExportPDF directly on the website https://cloud.acrobat.com/exportpdf
    [topic moved to ExportPDF forum]

  • An error has occured while trying to access the service.

    I pay an annual fee to beable to convert PDF documents to Word documents.  Now I get a message "An error occured whip trying to access the service.  Can someone help with this issue?

    Hi Lynn,
    Just for the test if you have a different computer please try login and check one more time.
    Also if you can share any of the document with us i would like to check that personally at my end. And if it is possible for you please let me know when you are getting that error message "An error occured while trying
    to access the service". You can send me the document using the private message option: http://forums.adobe.com/thread/1184148
    ~Ajlan Huda.

  • Error (-6722) occurred while trying to access the Apple Wireless device

    I receive the following error when I press 'manual setup' or 'continue' from within the airport utility:
    "An error ocurred while trying to access the Apple wireless device. Make sure your network connection is valid and try again
    Error -6722"
    Everything is working on the Airport express but I can't run the utility. Should I hazard a reset of the device to factory settings?

    Aaaaaaand as I was writing that, I managed to fix it. Not sure how exactly. The variables that were used that worked:
    On windows, running AU 5.5.2, right clicking upload firmware in the device list, choosing other, selecting a random firmware other than 7.3 (I think i ended up using 7.4.2) and clicking upload. Instead of trying to communicate with the APExpress, it directly uploaded the firmware and then it restarted, I got a crazy amber blink cycle I have never seen before (Three fast long blinks, and the three short fast blinks, repeat). Then it restarted and it was back to normal. Woohoo! There goes 5 hours of my life.

  • TS1424 I am receiving error message -3212 when trying to access the iTunes Store.  Does anyone know what this means?

    Not sure what to do about the error message I am getting.  Also, my itunes is not recognizing my phone when I plug it in.

    Just in case, let's try the following document:
    Apple software on Windows: May see performance issues and blank iTunes Store
    (If there's a SpeedBit LSP showing up in Autoruns, it's usually best to just uninstall your SpeedBit Video Accelerator.)

  • This document is trying to access

    hello guys
    Yesterday I updated the Adobe Reader to Version XI. Since then we keep getting this Dialog-Box (see image below), while trying to open a pdf file in my %TEMP% directory. Does someone have a Idea how I get get rid of this Box?
    The PDF is a form that comes with a JS-script that writes the data to the database. If I don't enable "Protected Mode" the the Adobe Reader freezes as soon as the document is opened, so I enabled it...
    thanks in advance & greetings - pichichi

    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.

  • I am getting the error message "An error has occurred while trying to access the service" when I try to convert to Word. Can you please help

    Please help with this error

    I'm assuming that you mean the ExportPDF service.  How do you access it: from Adobe Reader, or directly on the https://cloud.acrobat.com/exportpdf website?  Does the error occur in both instances?
    I will move your post to the appropriate forum, but since this is the Adobe shutdown week, you may not get an immediate answer.
    [topic moved to ExportPDF forum]

  • Error when syncing contacts - An error has occurred when trying to access a device database record

    I started getting this error while syncing.  I narrowed it down to the contacts.  If I sync just the calendar then it works fine.   How do I resolve?

    You could add your contacts in one by one  (or a few at a time) on whatever you are syncing with (Google, MS, etc.) and try and catch which contact is causing problems when you sync.
    If you've been helped click on , if you've been saved buy the app.
    Developer of stokLocker, Sympatico and Super Sentences.

  • I have loaded and reloaded Reader 9.  I cannot open a pfd document.      I can save it to desk top then open it via a drop down box that has a "open with Adobe Reader 9".  How can I avoid having to do this?

    I have loaded and reloaded Reader 9.  I cannot open a pfd document.      I can save it to desk top then open it via a drop down box that has a "open with Adobe Reader 9".  How can I avoid having to do this?

    Hello Michael,
    Thank you for your response.  My operating system is XP.  When I try to open a pfd document I just get a series of letters and symbols in a dialog box.  The top of the box says "select the encoding that makes your document readable".  I can choose Windows, MS-Dos, or other (there is a long list to choose from).  None seem to make a difference.  If I save the document to my desk top I can right click on it and choose an option "Open with  AdobeReader 9" and it opens fine.
    Thank you,
    Rick 
    New Edge Technologies
    6525 Peninsula Dr.
    Traverse City, MI 49686
    231.620.2521
    231.941.1284 (fax)
    [email protected]
    Date: Wed, 8 Jul 2009 06:22:51 -0600
    From: [email protected]
    To: [email protected]
    Subject: I have loaded and reloaded Reader 9.  I cannot open a pfd document.      I can save it to desk top then open it via a drop down box that has a "open with Adobe Reader 9".  How can I avoid having to do this?
    Hello:
    What operating system does your computer use? What happens when you attempt to open a PDF document rather than saving it first? Please include any/all error messages. Also, have you tried opening documents from other locations or just one in particular?
    Thanks,
         Michael
    >

  • I am using Adobe Reader with paid up service through May 2015.  When I attempt to convert a file from PDF or to PDF, I get the message "An error occured while trying to access the service.  What do I need to do to access the service paid for?

    I am using Adobe Reader with paid up service through May 2015.  When I attempt to convert a file either to PDF or from PDF, I get the error message, "An error occurred while trying to access the service".  What do I need to do to get access to the service I have paid for?

    Hi DeaconTomColorado,
    Please see "Error occurred when trying to access this service" when logging on to Acrobat.com.
    Adobe has just released an update to Adobe Reader, so if you're accessing the service via Reader, please let us know whether the update helps resolve the issue.
    Best,
    Sara

  • When i try to convert from PDF to word it says "an error occurred while trying to access the system". I've paid for this what is going on?!

    When i try to convert from PDF to word it says "an error occurred while trying to access the system". I've paid for this what is going on?!

    Hi,
    I have the same problem. Here is the screenshot of the error and I am using Windows 7 and Adobe Reader XI version 11.0.10.

  • I keep getting the message"an error occurred while trying to access the service".  does anyone know what i need to do to resolve this problem.  I am trying to convert apdf file for msword?

    I keep getting the message"an error occurred while trying to access the service".  does anyone know what i need to do to resolve this problem.  I am trying to convert a PDF file for ms word?

    Adobe Reader is free; but you may have paid for the ExportPDF service.
    Contact Adobe Customer Care and click on the Still need help? button to chat with an agent.
    [topic moved to ExportPDF forum]

  • "An error occurred while trying to access the service" - Even after I have signed into Adobe reader

    I have signed into adobe reader and I am trying to convert a PDF to a word document. All I get every time is, "An error occurred while trying to access the service" My account is active and paid for. Please help me with this. I have tried a number of different documents. I pay to use this service!

    Thank you for your quik reply.
    Please try to login at https://exportpdf.acrobat.com/signin.html with your Adobe ID and password.  Please let me know this web UI does not work.
    Thank you again
    Hisami

Maybe you are looking for