A network error occured blah, blah, blah

Itunes prompted me to update to the latest version which, after downloading, failed with the eror message "An network error occured while attempting to read from the file C:\Windows\Installer\QuickTime.msi". I tried again with the same results. I decided to remove Itunes/Quicktime and start afresh but an error occured when trying to do this and the application remained.
I then ran "msicuu2.exe" as recommended by Apple but that didn't seem to do much either. Decided then to manually delete all Itunes/Quicktime programs/files and cleaned the registry of all evidence of these applications, also deleted temp folder.
Downloaded latest vers. of ITunes but got the same error message when I tried to install it as I had in the begining. Does anyone have an idea what may be wrong?
Message was edited by: wwwwwwwwwwwwwwwwwwwwwwwwwwwwww

No, in fact nothing seemed to appear i.e. nothing was listed, which I thought rather odd at the time as I, like most people, have dozens of applications installed. I did try running it again but the result was the same.
That's a bit odd ... so the Windows Installer CleanUp window was completely blank?
There's a screenshot of how it normally appears in the following document (in step 2). (Don't apply the measures in the document at this stage ... the link here is just in order to show you what the CleanUp interface is supposed to look like.)
http://consumerdocs.installshield.com/selfservice/viewContent.do?externalId=Q108 474&sliceId=1

Similar Messages

  • Cannot delete itunes from pc,message states. a network error occurred while attempting to read from the file C:\windows\installer\itunes.msi

    ITUNES WILL NOT DELETE FROM ADD @ REMOVE PROGRAMS,
    MESSAGE, READS  a network error occured while attempting to read from the file  C:WINDOWS\installer\iTunes.msi

    All sorted now just needed to repair itunes from control panel

  • A network error occurred while accessing this document on the internet

    Dear all,
    I am now facing a very unusual problem that, when I try to open a pdf file from internet, it says: "A network error occurred while accessing this document on the Internet. Would you like to close the document or reload it?". Here's my situation:
    Browser: IE8 (or Chrome 35.0.1916.153)
    Adobe Reader: 11.0.0
    OS: Win7
    1.Directly open from IE. Says: "A network error occurred while accessing this document on the Internet. Would you like to close the document or reload it?"
    2.Try to download(Save AS). In IE, says: "The connection was reset The connection to the server was reset while the page was loading"; In Chrome, nothing happened, but still can't download.
    3.Try to disable the "PDF Reader Addon" in IE8. First the browser needs to download the PDF file, but failed, see point 2.
    1.I can open the same PDF file from another network, that is, out of my company.
    2.I can open another PDF file in the network of my company, but the pdf is created by another scanner
    3.All PDFs from both scanner can be opened locally.
    So, here's the possible problem, the network settings, and(or) the PDF. Does anyone ever meet this situation, please help?
    Thank very much.
    Li

    Rave,
    IE: 8 & 9
    Adobe Acrobat Pro/Acrobat Reader 10.x & 11.x
    Chrome: work fine
    So the answer is to manually enable and disable websites based on whether the pdfs open within the browser.  That doesn't seem like a great long-term solution to have have our users to manually enable / disable browser integration.  We have web applications that work better with browser integration turned on.  Is this something that Adobe will fix or is it an IIS/IE issue.
    It appears the Adobe removed the #1 config option that you lised in the new 11.x versions of both products.  The manage Add-ons does not disable the browser integration on the new Adobe versions.

  • A network error occurred while trying to communicate with the server.

    Hello All,
    I am getting some new error messages when opening the server app on my Mac Mini server running OS X 10.8.2 and Server 2.2.1. First I get a message that says "A network error occurred while trying to communicate with the server." and then after trying to open some of the service panes, I get additional errors that say "Multiple errors occurred on the server while processing commands." The services don't load and I just see "Error Reading Settings" in the server app.
    I started to get these errors when I added a new website to the server. All the services are working fine but I cannot access them in the server app.
    In console I'm seeing these errors when I try to access various services:
    2/24/13 8:02:12.692 PM Server[956]: Error: The server '10.0.1.150' reported an error while processing a command of type: 'readSettings' in plug-in: 'servermgr_dns'. Error: Error Domain=XSActionErrorDomain Code=499 "The certificate for this server is invalid. You might be connecting to a server that is pretending to be “10.0.1.150” which could put your confidential information at risk." UserInfo=0x7f8c4003a760 {NSLocalizedDescription=The certificate for this server is invalid. You might be connecting to a server that is pretending to be “10.0.1.150” which could put your confidential information at risk., originalError=Error Domain=NSURLErrorDomain Code=-1202 "The certificate for this server is invalid. You might be connecting to a server that is pretending to be “10.0.1.150” which could put your confidential information at risk." UserInfo=0x7f8c3f547db0 {NSURLErrorFailingURLPeerTrustErrorKey=<SecTrust 0x7f8c40599080 [0x7fff7711ffd0]>, NSLocalizedRecoverySuggestion=Would you like to connect to the server anyway?, NSUnderlyingError=0x7f8c3d58c0b0 "The certificate for this server is invalid. You might be connecting to a server that is pretending to be “10.0.1.150” which could put your confidential information at risk.", NSErrorPeerCertificateChainKey=(
        "<SecCertificate 0x7f8c3f6747e0 [0x7fff7711ffd0]>"
    ), NSLocalizedDescription=The certificate for this server is invalid. You might be connecting to a server that is pretending to be “10.0.1.150” which could put your confidential information at risk., NSErrorFailingURLKey=https://10.0.1.150:311/commands/servermgr_dns, NSErrorFailingURLStringKey=https://10.0.1.150:311/commands/servermgr_dns, NSErrorClientCertificateStateKey=0}}
    I have already restarted the server and used terminal to stop and start postgres. Any more thoughts on how to repair this?

    Just as I had suspected, the whole GUI crashed because of certificate problems. After two and a half hours with enterprise support, it turns out the com.apple.servermgrd certificate in the server keychain had become corrupt.
    We determined this by typing https://127.0.0.1:311 into Safari and we could see all the server modules and interact with them through the web interface. All the services were working properly as well so we knew that it was just the Server.app GUI that simply couldn't read settings that was causing the problem.
    So, first we closed the server app. Went into /var/servermgrd and deleted all the files from this folder. Then, in Keychain, deleted the com.apple.servermgrd certificate. Did a search for com.apple.servermgrd in Keychain and deleted everything else that came up for it.
    Then restarted the server. Now the server app was able to properly connect to the services in the background and read them properly. This was the jist of the troubleshooting that solved the problem. It also seems like DNS is causing problems because that is the only service that will not read right but is functioning properly in the background.
    I will post an update once Apple figures out what is wrong with DNS. Hope this helps anybody else having these problems.

  • SQL SERVER 2012 Installed to SMB share Error 59 (An unexpected network error occurred)

    I have installed SQL 2012 on a clustered file share. When I try to add space to extend the log file for a database I get the following error
    Msg 5149, Level 16, State 3, Line 1
    MODIFY FILE encountered operating system error 59(An unexpected network error occurred.) while attempting to expand the physical file '\\server\share\path to ldf file.ldf'
    The SQL service is running under a local domain account that does not have administrator rights to the system.  The service account does have full disk and share permissions and the service starts without any problems.  I have applied all the cluster
    hotfixes and all the current Windows Updates.  If I log into the system as the SQL service domain user account I can access the share and have full rights to it.
    Any help would be appreciated.
    Thanks,

    The LDF file is 16 GB
    Free space on the drive is 62 GB
    Expansion is set to 10 percent
    I have several instances on this cluster, some are installed to drive letters and others to the clustered file share.  The error only occurs on the SQL 2012 instances that are installed to the clustered file share.
    I installed them to the clustered file share because I am running out of drive letters in the cluster.

  • While updating the older version iTunes to latest one it shows "a network error occurred while attempting to read from the file: C:\windows\installer\iTunes64.msi. pls help on this matter to connect my i5 to PC. Thanks in advance

    while updating the older version iTunes to latest one it shows "a network error occurred while attempting to read from the file: C:\windows\installer\iTunes64.msi. pls help on this matter to connect my i5 to PC. Thanks in advance

    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page): 
    http://majorgeeks.com/download.php?det=4459
    (2) Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • I am trying to order a book, I keep getting the same error message," A network error occurred while processing your order, please check your network connection and try again"

    I am trying to order a book with iphoto, I keep getting the same error message.
    " A network error occurred while processing your order, please check your network connection and try again"
    I get the billing part up, it has even uploaded my jpegs but at the final process, I get the same message.
    I have ordered two books a few months ago without any problems.
    Now I keep getting the same message either half way into
    the order or at the final hurdle after the images have been uploaded.
    Any ideas?
    My shared Network has been fine and that does'nt seem an issue.
    Help.

    Try again in a couple of hours - sometimes it is a temp condition
    LN

  • I am getting "a network error occurred while attempting to read from the file c:\windows\installer\itunes.msi" when I attempt to download itunes, can someone help me with this?

    I am getting "a network error occurred while attempting to read from the file c:\windows\installer\itunes.msi" when I attempt to install itunes.  Can anybody help me to resolve this issue?

    You can try disabling the computer's antivirus and firewall during the download the iTunes installation
    Also try posting in the iTunes forum since it is not an iPod touch problem.

  • I keep getting an error message when I try to log into to ExportPDF through my Adobe Reader. "Network error occurred while attempting to sign in". Can anyone help, please?

    I keep getting an error message when I try to log into to ExportPDF through my Adobe Reader. "Network error occurred while attempting to sign in". Can anyone help, please?

    Hi Simon,
    I'm sorry to hear that you're having trouble logging in to ExportPDF via Reader. I've checked your account, and all is well there.
    For starters, please make sure that you have the most current version of Reader installed by choosing Help > Check for Updates.
    If you're still having trouble logging in via Reader, please try logging in to the web interface at https://cloud.acrobat.com.
    Please let us know how it goes.
    Best,
    Sara

  • Trying to update to iTunes 10.4.1 and I get a message "A network error occured while attempting to read from the file C:|Windows|Installer|iTunes.msi"  Running WIndows 7 with all updates done.  I  have never had an issue with iTunes updating before.  Anyo

    iTunes has tried to update itself and runs into an error and tells me to manually install.  When I d/l and run the iTunesSetup.exe file I always encounter the following error message...
    "A network error occured while attempting to read from the file C;|Windows|Installer|iTunes.msi" and iTunes does not update to iTunes 10.4.1.
    Anyone know what is creating this error message?  Thanks for the help...

    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page): 
    http://majorgeeks.com/download.php?det=4459
    (2) Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • The document could not be saved. an unexpected network error occurred

    I have several users on a terminal server that access a PDF from a file server. This PDF has many fillable fields like Name: with an empty text box next to it.
    Sometimes when the users open this PDF everything is missing except the fillable text fields. If they try to save the file they get the error in the subject of this ticket:
    the document could not be saved. an unexpected network error occurred
    Obviously, this sounds like a networking error, but 2 things.
    1) The terminal server and the file server on both virtual servers on the same host, using the same SAN. Very unlikely to have a networking error.
    2) This doesn't happen to every, it seems to be only affecting 3 of about 25 right now, and it is not all the time.
    Any thoughts? I have checked to see if there were any hidden lock files, but that wasn't it. Google-fu turned up nothing.
    Thanks for your help

    Hey jdorimoto,
    Could be please confirm if you are using Adobe Reader or Acrobat (what version) to open a PDF form.
    What version of OS are you using?
    Try saving the form to any other location with administrative privileges and then check.
    Hope to get your response.
    Regards,
    Anubha

  • When I try to log in to my account, I receive the message "a network error occurred while attempting to sign in".  How do I correct this?

    When I try to log in to my account, I receive the message "a network error occurred while attempting to sign in".  How do I correct this?

    Hi Mark,
    Are you trying to log in via Adobe Reader? If so, what happens when you log in via the web interface at https://cloud.acrobat.com?
    (We've had reports of this error occurring in the latest version of Reader.)
    Best,
    Sara

  • Error installing itunes on windows xp a network error occurred

    i have trouble installing iTunes 10.2.2 on WIndows XP computer. Everytime i get message that a network error occurred. What is the trouble here? Any help is appreciated!

    Could you give the full text of your error message. This will help to workout excatly what the probelm is.

  • I keep getting an error"a network error occurred while attempting to sign in"

    "a network error occurred while attempting to sign in"

    Sign in to what?  An Acrobat.com service?

  • A network error occurred while attempting to sign in to adobe reader X

    a network error occurred while attempting to sign in to adobe reader X

    Do you need to sign-in to use the Acrobat.com online services?
    [topic moved to Acrobat.com Services forum]

Maybe you are looking for

  • My iphone 5s isn't being recognized by Itunes. Any fixes to this?

    My iphone 5s isn't beign recognized by itunes in order to back up the phone. Any fixes?

  • Any car charger/transmitter combos out there fro the Z

    Like it says, I'd like to eliminate the extra wires needed to power and transmit signal to my car radio. I wonder also if the unit can be charged and used at the same time? I know on my laptop, it docks and is unable to be used until removed...

  • Practice Quetions for BW3.5 Certification

    Hi, I need Practice Quetions for BW3.5 Certification, points will be awarded for each valible answer.

  • What version of Garageband do you use?

    Hi! I recently got turned on to beta monkey acoustic drum loops. I was told that I needed another program like garageband to import and manipulate the loops, and then I could drag and drop them into my protools. I'm running 9.2, what do you suggest?!

  • Mysql-connector-java

    Hello with all I have only one question, how to install mysql-connector-java under the archlinux, because I have to seek, is I do not have to find, it is for me to make a test with opencms, I seek a howto more precisely, thank you MM:/