ERROR Message "UNABLE TO OPEN" and "E_IO_Cannot_Open"

Trying to download 6 ebooks from Hive and I can download the acsm file but when I click that I get an error message "Unable To Open" and "E_IO_Cannot Open." The computer is authorised and uses Win 7 with ADE 3.  I tried ADE 4 but no better.  I have an older PC using Vista and ADE 2 and that will download okay but it is constantly being used so it is not convenient.  Does anybody know what's wrong?  Thanks.

Hello,
To try to help you, please, could you give some more informations ?
- the operating system (XP/Vista), the edition ( Pro/Home...) and the service pack
- usually, the installer installs the both files in C:\Program Files\Microsoft Sql Server\Samples. Is there any change in the location or have you moved the both files ?
- could you check with the files explorer , that the 2 files are read-write and not read only( find one file, right-click on it, properties and in the 1st tabpage, you should see a checkbox read-only ( if checked , unchecke it ) ?
- have you Sql Server Management Studio Express Edition ( at least SP1 ) ?
If no, download it and use it to attach
in the object explorer,
click on your instance to expand it
right click on databases
in the contextual menu, click on attach
in the new form,click on add
you arrive on a second form : find your file , click on it, and OK
it's the simplest way to attach ( the sp_-attach_db is complicated to type )
the error messages are sometimes more clear in SSMSEE than in Sqlcmd
Try also to attach ( thru SSMSEE or Sqlcmd but in using the windows authentification )
NB: i hope that you are not trying to attach AdventureWorks on a remote instance and on a remote computer ( it would explain access denied )
We are waiting for your feedback to try to help you more efficiently
Have a nice day

Similar Messages

  • N79 (Error message :Unable to open .File type not ...

    Dear nokia service manager,,
    Iam sivakumar using the nokia N79 handset.Iam getting the message like this (Error message :Unable to open .File type not supported)when i was trying to open the video file shooted by some other camera.I have tried changing the format of the file..but no use ..i dont get ant suitable software converter in the internet.So kindly look into this matter as i need this very uregently...
    hope its a mandatory feature as laptop and mobile interface are simple task nowadays in mobile...
    pls reply me..its very urgent...thanku..

    You could try Videora (http://www.videora.com/) - the downside here is that they have specific versions for specific phones, and sometimes it will makea file that plays perfectly in the desired phone but can't be shared to other models. The don't show a version for the N79, but try the N96 one because the N96 is the most similar OS to yours that they offer.

  • I can't run visa interactive control window. ERROR MESSAGE: "Unable to open session "ASrl::INSTR" Status name VI_ERROR-RSRC BUSY Visa cannot curently access this resource.

    I cant run tds220 (driver for oscilloscope).
    Error message:
    VISA: (Hex 0xBFFF000E) The given session or object reference is invalid.
    Furthermore
    I cant run Visa INteractive control.
    Error message:
    "Unable to open session to "ASRL1::INSTR" Return value 0xBFFF0072 Status name VI-ERROE-RSRC-BUSY . VISA csnnot currently access this resource."
    Then change ports, this message appears for another port.
    Thanks for answer.
    Gita

    The port is open by another resource. You note that you should also get an error if you try to access the port in hyperterminal. Try rebooting your computer and the first thing you try is opening a VISA session with Visa Interactive control(VISAIC).
    If that fails, then you have a driver accessing your ports.
    If it works then it was just two applications that were trying to access your port (LabVIEW and VISAIC are seperate apps even thought they both may be using VISA.)
    Closing VISA sessions:
    LabVIEW will only *automatically* close VISA sessions if you have this option set: Tools>>options>>Automatically close VISA sessions.
    Otherwise you need to explicitly call a Visa close on the resource.

  • Since updating my iPhone 3GS to iOS 4.3.3 I have been unable to sync my photos! Keep getting the error message unable to sync and 'the required file cannot be found.' Please help?

    Since updating my iPhone 3GS to iOS 4.3.3 I have been unable to sync my photos! Keep getting the error message unable to sync and 'the required file cannot be found.' Please help?

    Try deleting the iPod Photo Cache on your computer.
    http://support.apple.com/kb/ts1314

  • Trying to publish an event to fb from iPhoto '09, 8.1.2. Getting error message: "Line 22: Opening and ending tag mismatch: meta line 0 and head".

    Trying to publish an event to fb from iPhoto '09, 8.1.2. Getting error message: "Line 22: Opening and ending tag mismatch: meta line 0 and head". Never had any trouble before. What in the world?

    See if you can export those same photos to a folder on your Desktop.
    OT

  • Error message: "Unable to open the physical file" when trying to attach AdventureWorks database

    I have searched the internet and this forum and have not found an answer...
    I am trying to install the AdventureWorks database into my single instance of MS SQL Server Express 2005.  I am logged into my machine as an administrator and logged into SQL Server 2005 express 'sa'.  I attempt to run the following script:
    exec sp_attach_db @dbname = N'AdventureWorks',
    @filename1 = N'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\AdventureWorks_Data.mdf',
    @filename2 = N'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\AdventureWorks_log.ldf'
    The error message I get back is:
    Msg 5120, Level 16, State 101, Line 1
    Unable to open the physical file "C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\AdventureWorks_Data.mdf". Operating system error 5: "5(Access is denied.)".
    The folder "C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data" and all the files in it are read-write.  I am 100.0000% certain the files "C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\AdventureWorks_Data.mdf" and "C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\AdventureWorks_Log.ldf" exist!  They are the result of running the installation program AdventureWorksDB.msi, which I downloaded from: http://www.codeplex.com/MSFTDBProdSamples/Release/ProjectReleases.aspx?ReleaseId=4004.
    What do I have to do to install the AdventureWorkds database????

    Hello,
    To try to help you, please, could you give some more informations ?
    - the operating system (XP/Vista), the edition ( Pro/Home...) and the service pack
    - usually, the installer installs the both files in C:\Program Files\Microsoft Sql Server\Samples. Is there any change in the location or have you moved the both files ?
    - could you check with the files explorer , that the 2 files are read-write and not read only( find one file, right-click on it, properties and in the 1st tabpage, you should see a checkbox read-only ( if checked , unchecke it ) ?
    - have you Sql Server Management Studio Express Edition ( at least SP1 ) ?
    If no, download it and use it to attach
    in the object explorer,
    click on your instance to expand it
    right click on databases
    in the contextual menu, click on attach
    in the new form,click on add
    you arrive on a second form : find your file , click on it, and OK
    it's the simplest way to attach ( the sp_-attach_db is complicated to type )
    the error messages are sometimes more clear in SSMSEE than in Sqlcmd
    Try also to attach ( thru SSMSEE or Sqlcmd but in using the windows authentification )
    NB: i hope that you are not trying to attach AdventureWorks on a remote instance and on a remote computer ( it would explain access denied )
    We are waiting for your feedback to try to help you more efficiently
    Have a nice day

  • Drive restriction group policy causes error message when accessing Open and Save As Dialog Boxes on Windows 8.1

    We are running Windows 8.1 Pro x86
    I am really curious as to why the drive restriction group policy causes the error message to pop up:
    "This operation has been cancelled due to restrictions in effect on this computer. Please contact your system administrator."
    It does not prevent from actual saving so functionality is not lost but it really annoys our end users and we're getting a lot of complaints. We cannot use the workaround of hiding drives instead of restricting as this still presents security issues. This
    is happens when saving (or clicking on a button like "Browse" that opens the 'Open' dialogue box) in all Office 2013 applications, Internet Explorer, Paint, Notepad, and probably most others. I've looked at many forums and no suggestions for workarounds
    have succeeded for us to get rid of this error message and in fact, I read a post that stated that someone contacted Microsoft and they said this was by design and there is no workaround. I find this very unfortunate that we either have the choice of compromising
    security or annoying our end users. It seems to me like the new dialogue box in Windows 8.1 (and maybe 8?) attempts to access the local drive under the logged in user's account before it actually opens up the dialogue box which conflicts with the group policy
    that restricts access to the drive.
    Has anyone at all had any luck getting this to go away without removing the restrictions? It seems like the answer is either buried in the Windows code or somewhere in the registry.
    Thank you in advance for your time!

    Thank you for your time and response! Unfortunately, we have the machine locked down pretty tight (they are public use computers that require heavy restriction) and it is set to restrict all drives so access is limited to the local profile. We did try
    testing your method, however, by adding the Desktop as an allowed location in the Office policy (which would not solve the issue for the other applications but was good for a test) using the path %userprofile%\desktop. When choosing that location, it does
    not throw the error but unfortunately, it does not remember like it did for your with the E: drive so it still always throws the error when first loading the dialogue box no matter what I do. If you're able to confirm that this is simply by design and we're
    just expected to inform our users to click through the errors, then I guess that's the accepted answer. Although, do you think that there might be a registry key value that is set after you save to the E: drive for the first time? Maybe we could set that value
    to %userprofile%\desktop if it's doing the redirection after the first save through registry. Thanks again!

  • Fatal error message: unable to open new software application on Tungsten e2

    I recently downloaded a new software program onto my tungsten e2- I had to put it on my 1gb memory card of course because I've used up all my internal memory. I already had another software app on the card that works perfectly. And I also still have more than enough space for the new app I downloaded. (FYI the new app is sanford antimicrobial pocket guide for pda, bought it directly off their professional website & downloaded directly to my computer so no problems there). However, when I click on the icon to open up the new program, I get this error message: "Emul68KMain.c, Line:108, divide by zero at address 00861870". Now this is not a language I understand, so I'm hoping some computer/pda wiz can help me out!!
    Post relates to: Tungsten E2

    Hi, and welcome to the Palm Support Community.
    Without being familiar with that particular application, I suggest you revisit the developer's support site for help.  Even if you were able to install the application to the SD card, the application will still need some room to run in the device's main memory.  In other words, applications do not "run" in the card per se...they're just stored there, but when they run, they still require access to sufficient device memory.
    smkranz
    I am a volunteer, and not an HP employee.
    Palm OS ∙ webOS ∙ Android

  • "Missing Disks" Error Message - Unable to open FCP

    Every time I tried to open FCP, a "missing disks" error message shows up and prevents me from opening the application. It says, "To preserve the integrity of the date used by Final Cut Pro, it is necessary to ensure the existence of the following path(s):" and it says "Macintosh HD is offline." There are two options for the error message, "Check Again" or "Reset Scratch Disks." When I click "Check Again," nothing happens. When I click, "Reset Scratch Disks", it takes me to a "Scratch Disks" window, which shows, "9.8GB on Macintosh HD is offline." I click "OK", but it only takes me back the same "missing disks" error message. What should I do to solve this error and open FCP?
    Thanks in advance.

    Hi -
    If you are mid-project, then first I would find your project file and make a duplicate by Control-clicking on it, and selecting Duplicate. You can rename that new file so it is easy to remember. Once that is done, you have a protection back up of your project file so that whatever happens, you can recover back to this point in your project by opening the duplicated file.
    Selecting (or Re-Selecting) a Scratch Disk does not affect what has been done in a project's past, it will only affect what FCP will do once it is launched and where it will place media and renders as you go forward.
    A bigger concern/interest to me is why the disk Macintosh HD is offline, since Macintosh HD is usually the name of the internal system disk on your computer.
    Have you renamed your internal hard disk (either intentionally or unintentionally)?
    Do you have external disks connected to your computer?
    Have you installed any new software - like Snow Leopard, or Fusion?
    If you have had the disk Macintosh HD selected as your scratch disk all throughout your project up to this point, it is likely that the disk Macintosh HD has your captured footage and renders. So . . . if it is off-line as a scratch disk, once you reset your scratch disk to an available drive and open your project, it is likely that the project will show that all your media, which it previously associated with the missing disk is offline as well.
    If that is the case, you will need to reconnect your media and re-render your renders. This can be done by selecting your offline clips and Control clicking on one of them and selecting Reconnect Media . . .
    *If you are not feeling confident about proceeding, I would recommend a trip to an Apple store to get someone to walk you through the process.*
    Hope this helps.

  • Error message  'Unable to open file "3d.cst.ink"'

    hello guys, I have this message when I open the .dcr file on the web browser. any ideias?

    My guess would be that you created (accidentally or not) a shortcut (*.lnk file) when developing your project and that this is now causing you problems. Whether it's the shortcut you uploaded instead of the cast file, or whether the movie is looking for the shortcut instead of the cast, is impossible to say - but you should explore both of those possibilities.

  • My bank statements are PDF read only. I cannot read them now, even though I have had no problem for the last year. My bank says it is an Adobe problem. Error message "Unable to open PDF file"

    I tried uploading the newest Adobe reader and it did not help. Any ideas?

    cl?bank wrote:
    "Unable to open PDF file"
    Really just that?  What is your operating system?

  • Error message "unable to open [ebook title]. No record for this loan is found on this machine."

    any information about this error message please?

    That was no use at all. I am not trying to transfer it from one PC to another. I am trying to read it on the machine on which it was downloaded, and failing.
    Incidentally, the library gives the option 'Read in Browser'. That works. Downloading it does not.

  • Since Firefox 4 I get error messages before F. opens and also when F. closes. I can click through, but I want my F 3.6 back please.

    Upon opening Firefox 4:
    This version of "Password Manager Autofill Engine" does not support your web-browser.
    Please, contact developers: [email protected]
    Reason: [Exception... "Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIComponentRegistrar.autoRegister]" nsresult: "0x80070057 (NS_ERROR_ILLEGAL_VALUE)" location: "JS frame :: chrome://kpmautofill/content/kpmOverlay.js :: kpmGetAutofill :: line 856" data: no]
    Upon closing Firefox 4:
    Error uninitializing preferences
    [Exception... "Component returned failure code: 0x80570018 (NS_ERROR_XPC_BAD_IID) [nsIJSCID.createInstance]" nsresult: "0x80570018 (NS_ERROR_XPC_BAD_IID)" location: "JS frame :: chrome://kpmautofill/content/kpmOverlay.js :: kpmRemoveAdditionalEvents :: line 821" data: no]

    Create a new profile as a test to check if your current profile is causing the problems. <br>
    See '''Creating a profile''':
    *https://support.mozilla.org/kb/profile-manager-create-and-remove-firefox-profiles
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Profile_issues
    If the new profile works then you can transfer files from a previously used profile to the new profile, but be cautious not to copy corrupted files to avoid carrying over the problem <br>
    '''Profile Backup and Restore'''
    *http://kb.mozillazine.org/Profile_backup
    *https://support.mozilla.org/en-US/kb/back-and-restore-information-firefox-profiles
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • Numbers error msg: "Unable to open ' .' Unknown file type."

    I last updated this doc 4 days ago, saving it every time I update it. I use it to track my children's school hours throughout the year. I have since restarted my Mac. I went to open this file today, and am getting the error message, "Unable to open ' (name of file)' Unknown file type.
    When I search for the doc under the spotlight, the name of it appears & it is listed as a Numbers doc, but I can't open it.
    Any ideas for a work around? I haven't backed it up in several weeks, so I'll be very sad if I can't retrieve it at all!
    Thanks for your help.

    Have a look here http://www.dmxzone.com/go/16740/clearing-dreamweaver-s-cache
    PS: Error 2 u 2

  • TS3212 Still unable to download itunes to my pc. Tried with IE, Mozilla and Google Chrome. Keep getting an error message :"Windows cannot open itunes.exe the file is corrupt contact support."previous itunes files were wipped out by "disk cleaner." Any hel

    Still unable to download itunes to my pc. Tried with IE, Mozilla and Google Chrome. Keep getting an error message :"Windows cannot open itunes.exe the file is corrupt contact support."previous itunes files were wipped out by "disk cleaner." Any help??
    Please!
    Thanks!

    If anyone is reading this still looking for what caused the issue and how to fix it here is what I discovered.
    The antivirus program our company uses, Bitdefender Antivirus Plus, was causing some of the PDF files not to open. After troubleshooting the different modules and settings the culprit was..
    Scan SSL in Privacy Control Settings. Turning it OFF solved the problem and all the PDF files that previously would not open now open just fine. This issue has been sent to Bitdefender for them to review. If you use a different antivirus program and are having this issue try locating the Scan SSL setting and see if turning it off solves the problem.

Maybe you are looking for

  • Grouping of songs under an album

    I am using itunes 10.5 with windows 7 64 bit.  Some of my songs are not together with the album they were ripped from.  It will have them in a separate box than the rest of the album.  How do i fix this?

  • Problems zooming out with a Flash Banner

    I have created a Flash banner for the home page of my website.  Here is the link to the page I am working on:  http://adirondackvic.org/CSSTest9July2012-2.html When I zoom in to increase the size of the web page, the Flash banner rescales automatical

  • Hibernate Query vs PreparedStatement for SQL

    Hi, I am using Hibernate for DAO classes, which i am using for the basic CRUD operations. But for complex queries with complex joins i am writing the SQL. In such case whether it is better to use the Query.createSQLQuery(String sql) to invoke the SQL

  • Company Address problem in new Client

    Hi, I created a new client and logged in with SAP. I tried to create user but no company address has been maintained in new client. I am getting error: No default co. address has been maint. in the system. Create an address. When I go to define  comp

  • Selection tool speed

    I'm using Photoshop CS2. I like to I like to use the selection tools in a zoomed view. When I use the any of selection tools, and try to move it accross the image thats off the window, instead of scrolling accross at a sensible speed it zips across t