Error: 2330. Error getting file attributes: C:\Program Files (x86)\adobe\reader 9.0\reader\amt. GetL

Hi!
I got this error while trying to uninstall my Adobe Reader MUI 9.5.4.: "Error: 2330. Error getting file attributes: C:\Program Files (x86)\adobe\reader 9.0\reader\amt. GetLastError: 117". The message pops after a long long while.
I have to remove my Adobe Reader because whenever I try to open a pdf I get the error: "Adobe failed to load it's core DLL" (something like that). I want to remove and re-install adobe reader.
I ran TDSSKiller and nothing was found abnormal.
I checked the registry and everything seems fine.
I tried to repair/change the current Adobe Reader version and nothing happens.
I tried to install a newer version of Adobe reader but the installer freezes at 96%.
I'm using Win7. Can anyone help? Thanks!

You may also find this useful:
http://helpx.adobe.com/acrobat/kb/reader-core-dll-error.html

Similar Messages

  • Adobe Reader Error 2330 Error Getting File Attributes

    When booted Win 7 I got an auto-update error 2330 message for adobe reader x 10.1.12. Adobe Recommended I uninstall AR, and reinstall. Attempted to do uninstall, and also tried new update and got the same msg. No matter what action I try (Uninstall, Reinstall, Repair Action) I get Error 2330: error getting file attributes C:\program files (x86)\adobe\reader. Any suggestions for novice user on how to correct error.

    Try uninstalling the current Reader using http://labs.adobe.com/downloads/acrobatcleaner.html (as an Administrator user), then reinstall from http://get.adobe.com/reader/enterprise/

  • I get ERROR U44M1P7: Error log file location: C:\Program Files (x86)\Common Files\Adobe\Installers

    When updating Photoshop CS6 (Creative Cloud) I get ERROR U44M1P7: Error log file location: C:\Program Files (x86)\Common Files\Adobe\Installers. Initial Installation and actual funcioning wuith no problem, only on updating. I have tried several times with same error.

    Hi Alberto Pomares,
    Please refer the KB Doc : http://helpx.adobe.com/creative-suite/kb/error-u44m1p7-installing-updates-ccm.html

  • Finder got an error: Can't get item 1 of {document file "foo" ...}

    I have a lot of files in Corel Painter 8's RIFF format. I want to write a script that opens a file and somehow forces Corel Painter 8 to save the file as a GIF. GUI scripting may be some help with the latter; now I am concentrating on finding RIFF files and opening them in Corel Painter 8.
    I have a script that does a depth-first search of the folders starting at some root folder, using the Finder application to do the file-system stuff. It creates a list with
    set docs to every document file of pages_folder whose file type = "RIFF"
    as it loops through folders it adds to the list like this:
    set more_documents to every document file of a_folder whose file type = "RIFF"
    set docs to docs & more_documents
    My naîve mental model is that docs is a list of document-file objects. Next I have a loop that attempts to strip out files for which a GIF file already exists (and is no older than the RIFF document). This works by deleting non-matching items like so:
    if not isgifneeded then
    set docs to items 1 thru (i - 1) of docs & items (i + 1) thru (length of docs) of docs
    end if
    Finally it tries to open one of the files in Corel Painter 8 using the Finder:
    open item 1 of docs using "Corel Painter 8"
    This does not work. I get an error message
    Finder got an error: Can't get item 1 of {document file "bar" of folder "foo" of folder "blah" of folder "pdc" of folder "Users" of startup disk, ... }."
    It lists all of the files. (The error message appears in a sheet that extends off the bottom of the screen!) They are identified in the message as document-file objects. The curly braces are, I believe, the AppleScript notation for a list. I expect to be able to obtain the first element of a list with ‘item 1 of xs’. My assumption is that the Finder’s open command would expect a document file object, or at least would be able to cope with being asked to open a document. What am I missing here?
    PowerBook 12" without mini-DVI   Mac OS X (10.4.7)  

    Hi Damian and welcome to Apple Discussions!
    One suggestion: try
    tell application "Finder" to open item 1 of docs
    (without 'using "Corel Painter 8"')
    As far as the Finder is concerned, "Corel Painter 8" is just a string of characters. And telling the Finder to open a file is just the same as double-clicking it: the Finder knows which app to use - as long as these are native Corel Painter 8 docs.
    Hope this helps,
    H

  • While trying to run it show error message : "The application or DLL C:\Program Files\Mozilla Firefox\sqlite3.dll is not a valid Windows image. Please check this against your installation diskette

    Just updated firefox. While trying to run it show error message : "The application or DLL C:\Program Files\Mozilla Firefox\sqlite3.dll is not a valid Windows image. Please check this against your installation diskette." Tried to download and install new firefox, but it alway show that the file is corrupt
    == Today ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)

    Do a clean reinstall and download a fresh Firefox copy from http://www.mozilla.com/firefox/all.html and save the file to the desktop.
    Uninstall your current Firefox version and remove the Firefox program folder before installing that copy of the Firefox installer.
    It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    You can skip the step to create a new profile, that is not necessary for this issue.
    See http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall

  • Is it possibly to change file attributes for files in the Program Files directory?

    Hi,
    I wonder if it is possible to change file time atributes for a file that is in the same folder as the exe file inside the Program File folder. I have the following code that gives System Error Code 5.
    SHGetFolderPath(0, CSIDL_PROGRAM_FILES, 0, SHGFP_TYPE_CURRENT, programpath);
    PathAppend (programpath, TEXT("Testprogram/gnsh.dat"));
    hFile = CreateFile(programpath, GENERIC_READ | GENERIC_WRITE, FILE_SHARE_READ | FILE_SHARE_WRITE, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL);
    If this had worked, I would for instance have done like this
    GetSystemTime(&st); SystemTimeToFileTime(&st, &ft);
    timeresult = SetFileTime(hFile2, NULL, NULL, &ft);
    I am programming in C with WIndows Api.
    Thanks in advance for answer.
    Best regards

    Hi Vahmat,
    System error code 5 :
    ERROR_ACCESS_DENIED
    5 (0x5)
    Access is denied.
    I have tested your code on my side, it will get a error code 5 if you have no permission to access a file. Please try to run VS as a administrator and rebuild your project, after this , you code works well on my side.
    Best regards,
    Shu Hu
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • I keep getting this window that pops up while surfing Drudge, File not found, Firefox can't find the file at /C:/Program Files/Mozilla Firefox/D èÎß&̪H¿MH¿%1BnàŽ–âPÕ"6´6-%06%1B%0FÜ- ¢Oóü&Ùß%03[Ò–‚Ø%­%1C#%17E±MgÓ˜Û%04goS£‡Å-ovûU%08êïǁÔý„€ÙØ–!gäø½.

    I keep getting this annoying window that pops up while surfing Drudge:
    File not found
    Firefox can't find the file at /C:/Program Files/Mozilla Firefox/D>èÎß&̪H¿MH¿%1BnàŽ–âPÕ”6´6—%06%1B%0FÜ… ¢Oóü&Ùß%03[Ò–‚Ø%­%1C#%17E±MgÓ˜Û%04goS£‡Å…ovûU%08êïǁÔý„€®ÙØ–!gäø½.
    Check the file name for capitalization or other typing errors.
    Check to see if the file was moved, renamed or deleted.
    Do you have any idea how to get rid of this annoying pop-up? I searched for that file name on Google, but nothing came up.
    This only started happening after the Scareware program, Open Cloud Security, infected my computer a few days ago. My wife got into my registry to remove Open Cloud, but now I am left with this annoying Firefox problem. I have to close the annoying window TWICE to get back to Drudge.
    This happens 6 times per hour.
    Thanks

  • I have instaled Firefox on WinXp, and when a I try to open FF i get a mesage: C:/Program Files/Mozila Firefox/ firefox.exe The handle is invalid. How to resolve this? I have Admin rights

    I have instaled Mozila Firefox on a new Dell laptop witch runs Windows Xp Profesional (I have Administrator rights) and when i try to run Mozila Firefox i get the message C:/Program Files/Mozila Firefox/ firefox.exe The handle is invalid.
    I also tryed to install a previos version of Mozila but it's all the same. How to resolve this problem?
    Thankyou

    Do a malware check with some malware scan programs.<br />
    You need to scan with all programs because each program detects different malware.<br />
    Make sure that you update each program to get the latest version of the database before doing a scan.<br />
    * http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    * http://www.superantispyware.com/ - SuperAntispyware
    * http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    * http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    * http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    See also "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked and [[Searches are redirected to another site]]

  • The distribution agent failed to create temporary files in 'C:\Program Files\Microsoft SQL Server\110\COM' directory. System returned errorcode 5.

    One of my replication job failed with below error, which means job failed because of permission issue on the folder. To resolve that, I have granted the permission and it started working fine. Now the question is as my job was running fine since long time
    without any issue then how suddenly the permission of the folder got omitted automatically? I am sure that no one deleted the permission from the folder and as the server is part of SQL cluster no failover occurs.
    Error:-The distribution agent failed to create temporary files in 'C:\Program Files\Microsoft SQL Server\110\COM' directory. System returned errorcode 5.
    Rahul

    Hi Rahul,
    Error code 5 indicates that the error is "access is denied."  Please make sure that the COM folder is excluded from any antivirus scan that occurs on the system.
    If the issue still persists, I recommend you use
    Process Monitor to find out a bit more about the accounts and access requests involved. Then grant write permission to the exact COM folder for the account that is running the SQL Server Agent service. For more details, please review the following similar
    thread.
    http://www.sqlservercentral.com/Forums/Topic1364832-1550-1.aspx
    Thanks,
    Lydia Zhang
    If you have any feedback on our support, please click
    here.

  • When I inherit Form with binding DataSet why then designer find mdb file in 'C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\'

    When I inherit Form with binding DataSet why then designer find mdb file in 'C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\' 
    Do I have to anything to change in my application settings or what I am doing wrong?
    When I inherit a plain Form with no binding DataSet then is all ok.

    I finally saw my longingly expected inherited window containing binding dataset.
    But only by way that I put mdb file right in to the this damn path.
    "c:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\Zdrojove Data\ISMS2003.mdb" 
    In addition mdb file shall be clear too of password.
    We have many windows in our application and we have to work strongly good with inheritance of Form Classes.
    But how I will explain to my Boss if he click on that inherited window and will see this break window?
    Though I will advice to my Boss that hi have to copy too that MDB files to this damn path,
    but the best way could be to find what I need to change that this inherited windows shows without copy this MDB files to
    'C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\'
    When I check the settings for DataDirectory every paths looks good.
    Even if I set password for the mdb file I almost see only broken designer window.
    Only by copy this MDB file without his password to this path
    'C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\'
     I can see this inherited window right. 

  • Can I share files from other programs or just Adobe apps files. I work with Final Cut and Premiere X

    Can I share files from other programs or just Adobe apps files. I work with Final Cut and Premiere X.? Need to share files up to 6GB.
    I need to know if the 20 gb limit is about all that I share, or if it's just about whatis in the clouds. If I take, recover my limit?
    The speed of upload e download is good?

    The Creative Cloud file storage could be used for video assets but speed and performance might vary based on location. I would suggest you testing it out yourself using your Adobe ID before subscribing. Performance would not change after you joined.
    -Dave

  • Time Capsule by default backup only data files and excludes program files like Photoshop, Lightroom, and MS Office, etc... right? or do I have to exclude manually?

    Time Capsule by default backup only data files and excludes program files like Photoshop, Lightroom, and MS Office, etc... right since if crash I can reinstall and not want to take up disk space for applications that I have CD to reinstall?  Or do I have to manually exclude these?

    Time Machine will back all files except files like caches, trash or temp files, you can select with file you would like to exclude by going into the Time Machine preferences.http://support.apple.com/kb/HT1427

  • I receive the error: Unable to load block component C:\Program Files\Hyperception\VABINF\KeyRcv.dll

    I have two Major issues with our Infinity Project computers,
    We have one entire lab that is getting this error... "Unable to load
    block component C:\Program Files\Hyperception\VABINF\KeyRcv.dll. 
    Please verify that the component exists and any dependencies it may
    have are satisfied."  It is also producing this error with
    NumEntry.dll.  Both files exist.  I am not sure what
    dependencies these files may have.  Ideas?
    We have several systems that are giving the following error on one of
    our labs... "You have exceeded the number of block functions allowed by
    VAB for Infinity; contact Hyperception regarding upgrades."  From
    what The professor here at UTA told me when I first took on this
    project, this was a problem that we had on the previous boards and that
    someone at Hyperception was able to help us resolve this problem.
    Can you help out with these issues?  The first one I need an answer today if possible. 
    Thanks,

    We have seen this type of problem on some computers (we do not know why as of yet).The problem with missing blocks is very likely being caused by file permissions, and can be seen when non-administrators are using VAB software. To resolve this: 1. login as ADMINISTRATOR 2. run the command line script from a DOS prompt as shown below: cacls "C:\Program FIles\Hyperception\VABINF" /T /E /G Everyone:F It will scroll through the name of every file in the provided directory, and all subdirectories. This should reset every file, and allow the USER to access all files in VAB software. This should correct the problem. Regards,Steve

  • Error while uploading master data attributes thru flat file

    while uploading master data attributes thru flat file i am facing the below errow. can nyone let me know plz.
    Error 8 when compiling the upload program: row 227, message: Data type /BIC/CCDEIO_MAT5_ATTR was found in a new

    This just means that you changed the transfer rules/transfer structure and have not refreshed the workbench yet.  The infopackage data hasn't been updated ... this is similar to a datasource update, where you need to replicate to make sure BW knows the latest version. 
    The best way to correct this error is to reload RSA1.  Every time I make a change to the tr/ts, I always run /nrsa1 to refresh the workbench. 
    Brian

  • File Error 8 when saving an ini file in C:\Program Files\ without Admin rights

    I have built my LabVIEW 7.0 Functional Tester software into an application. During install I use a batch file to copy the limits.ini file to the install directory (Usually C:\Program Files\Wellington\ )
    If I log in as administrator (Windows 2k) LabVIEW can write to limits.ini OK. However without Administrator rights LabVIEW can't modify this file (using the Configuration File vi’s) - it returns File Permission Error 8. (It can read the file).
    1. Is there a way around this without manually hacking the registry?
    2. I tend to put my ini files for my LabVIEW software in the same directory as the LabVIEW exe file. Should I be using a different location (eg the \data directory)?
    3. The reason I do not include the *.ini file in the installer is that I can modify it without having to rebuild the app. Instead I get the installer to run a batch file that copies *.ini files from the source directory to the install directory.
    Thanks for your help in advance.
    Nicholas

    Nick wrote:
    > I have built my LabVIEW 7.0 Functional Tester software into an
    > application. During install I use a batch file to copy the limits.ini
    > file to the install directory (Usually C:\Program Files\Wellington\ )
    >
    > If I log in as administrator (Windows 2k) LabVIEW can write to
    > limits.ini OK. However without Administrator rights LabVIEW can't
    > modify this file (using the Configuration File vi’s) - it
    > returns File Permission Error 8. (It can read the file).
    >
    > 1. Is there a way around this without manually hacking the registry?
    Give the particular user write access to that directory.
    > 2. I tend to put my ini files for my LabVIEW software in the same
    > directory as the LabVIEW exe file. Should I be using a different
    > location (eg the
    \data directory)?
    For newer OSes like Unix, and Windows 2k or better yes it would be a
    good idea. Unix typically uses a . file in the home directory
    of the user. Another idea would be to create a known directory inside
    the home directory and put all it's data files there.
    LabVIEW 7.0 has a new VI to return the user data directory.
    > 3. The reason I do not include the *.ini file in the installer is that
    > I can modify it without having to rebuild the app. Instead I get the
    > installer to run a batch file that copies *.ini files from the source
    > directory to the install directory.
    This will only work when you work on the same machine as you developed
    it (or at least the same network).
    Rolf Kalbermatter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

Maybe you are looking for

  • Photoshop CS3 - Image Processor; default Grayscale: Size Ratio prompt

    I have just installed Photoshop CS3 and need to use the Image Processor to convert a batch of PCX (14,000 of them) images to JPG. When kicking this process off it does not run automatically as I get a prompt for each file asking me to input the Grays

  • EncodingStyle error in JWSDP 1.1 generated SOAP XML?

    Hi, I ran wscompile to generate some stubs for a simple "fortune cookie" web service. I know this service works fine because I have tested it with clients using other toolkits. So the stubs are generated, I use them to call the service and it fails.

  • RESTful Service Module and Blob column

    Hi I created Restful as GET with some parameters. Everythink works without blob column. When I run restful handler in blob column i had "...binary data omitted...". Is some solution to catch file from APEX web service ? APEX 4.2.2 on Listener 2.1 or

  • Have anyone done porting COBOL application to ABAP and J2EE?

    Hi all, (Hi Stefan Klensch: this is my next question:-)) I am a newby in the SAP world and just walking around a few days. The problem I am facing is porting a large COBOL application to ABAP and mapping the generic business functions of that COBOL a

  • I created a contact form in dreamweaver but it doesn't work

    <form id="form1" name="form1" method="post" action="mailto:myemailaddress">   <table width="518" border="0">     <tr>       <td width="88"><div align="left">name</div></td>       <td width="216"><input name="textfield" type="text" id="textfield" size