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.

Similar Messages

  • 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

  • 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.

  • 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

  • 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?

  • 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

  • When I attempt to sync my nano I get an error message: "The ipod cannot be synced. The required file cannot be found."

    When I attempt to sync my nano I get an error message: "The ipod cannot be synced. The required file cannot be found."

    This is getting frustrating.  Every example of my problem has the same reply:
    Try deleting the iPod Photo Cache folder.  This is normally located in your pictures folder.  Once this is done, try syncing again. 
    iTunes: Understanding the iPod Photo Cache folder
    http://support.apple.com/kb/ts1314
    I have NO photos on my Ipod Nano.  I select "Photos" and the Ipod goes to a blank screen with the msg "No Photos" at the bottom.  There must be some other file missing.  Itunes won't connect to the Ipod, I keep getting the same error over and over.  It would be nice if it told me what file is missing. 
    The ipod cannot be synced. The required file cannot be found."

  • Receive error message, The iPod cannot be synced.  The required disk cannot be found.  iPod nano 6th Gen, all latest updates, Macbook Pro, with OS 10.6.7

    Receive error message, "The iPod cannot be synced.  The required disk cannot be found.  This is a iPod nano 6th Gen, all updates on iTunes and iPod, Macbook Pro OS 10.6.7.  This is getting frustrating.  I have changed USB ports, cables, reset, restored and was able to sync one time in parts, not all songs at once.  I have seen a lot of this same issue, will Apple please find a solution, nothing works, I think I wasted my money with this iPod.  I have the iPod touch, iPod shuffle, 4th gen iPod nano, iPhone and iPad.  This is the only device that has this issue.

    I was actually able to investigate and solve the problem myself. After readng many posts, I found that someone else's tips worked for me:
    Re: 30gb 5th gen. Probs syncing.
    Posted: Oct 13, 2009 8:48 AM in response to: johnnyfrommars
    Try running a disk check out the iPod using the tools provided by windows.
    To do this:
    1. Plug in your iPod and close iTunes.
    2. Go to "My Computer". Click on the iPod drive once. Go to File, and then click Properties.
    3. Go to the Tools tab. Under "Error Checking", click Check Now.
    4. Check both boxes. One says "Automatically fix file system errors" and the other says "Scan for and attempt recovery of bad sectors". Place a check mark next to each of these options and hit Start.
    The scan may take several minutes or more to complete, but once it has, go ahead and restart iTunes, and try re-syncing files to your iPod.
    B-rock

  • Recd following error when attempt to open ebook using ADE 4.0  : "Unable to Download. Error getting License. License Server Communication Problem: E_LIC_LICENSE_SIGN_ERROR" iMac 10.8.5  Chrome Version 37.0.2062.124

    recd following error when attempt to open ebook using ADE 4.0  : "Unable to Download. Error getting License. License Server Communication Problem: E_LIC_LICENSE_SIGN_ERROR" iMac 10.8.5  Chrome Version 37.0.2062.124
    chat with customer service at book company i purchased file:
    "Me: I installed the proper adobe software, adobe digital editions 3.0 (now have updated to 4.0) on my mac running os 10.85 however I am getting the following error code when i try to open the file:
    "Error getting License. License Server Communication Problem:
    E_LIC_LICENSE_SIGN_ERROR"
    Charles P.: Okay, what you need to do unfortunately, is contact Adobe at  http://www.adobe.com and they will need to get your license issue resolved.
    Charles P.: Is there anything else I can assist you with today?
    Me: title of error is    Unable to Download
    Me: i dont see how that would be an adobe problem?
    Charles P.: I understand, but it appears that the reason for the download issue is because of the license error the license is related to the Adobe Digital editions software. I understand how this could be confusing but it's due to the authorization of the ADE software. Adobe would need to correct your account issue with the license
    Me: ok but i thought this was a free license from adobe??!!  this is just a digital editions reader, right??
    Charles P.: That is correct it is a free license but your account has to be associated with one license and yes the Digital edition is a ebook reader that our ebooks use for you to view

    Well, just for the halibut I tried opening the book again today and , GLORY BE!,  it worked.
    Guess it may have taken overnight for Adobe to OK my license to their free ADE software. Also works now using Bluefire app as the reader on my android phone, although it was a pain
    to get the book file in the right file folder for bluefire to see it.
    I hope that time also heels the issue with all other Error Getting License users.
    panman

  • Unable to download Error getting License. License Server Communication Problem: E_ACT_NOT_READY.  Cannot open ebooks on my Adobe DE.  How do I fix this?

    Unable to download Error getting License. License Server Communication Problem: E_ACT_NOT_READY.  Cannot open ebooks on my Adobe DE.  How do I fix this?

    I had the exact same problem & this worked for me. All I needed was the first step. Good luck!!!! (copied from another thread):
    "Sometimes ADE gets its registration/activation confused and in a semi-authorized state.
    Uninstalling and reinstalling does not help, and indeed installation can even trigger this state.
    Unfortunately, it often then gives misleading error messages about what is wrong.
    A common incorrect message informs you that the ID is already in use on another computer and cannot be reused.
    Another is  "E_AUTH_NOT_READY"
    This can often be resolved by completely removing any authorization using ctrl-shift-D to the Library screen on ADE (cmd-shift-D if on Mac).
    Restart ADE, and then reauthorize with your (old) Adobe ID.
    In extreme cases on the mac, the following extra step has helped some people.  Navigate to /Users//Library/Application Support/Adobe/Digital Editions and drag the activation.dat file to the trash. If you are using 10.7, see Access hidden user library files | Mac OS 10.7 Lion. http://forums.adobe.com/thread/1265248?tstart=0

  • Why do I get the error message "unable to load page (HTTP 502) when I try to open Mobile Web?

    I have an LG Octane 3 basic phone.   Does everything I need, phone and text, and I never was interested in web or e-mail capabilities until I recently upgraded our plan to the "More Everything" and was able to use data and check e-mail and access the internet.   Whenever I try to open Mobile Web, I get the error message "unable to load page (HTTP 502)".    As of March 31, 2015, all of us basic phone users lose the "Mobile Email" app on our phones, and will have to access web versions of our e-mail via the web.  Which is currently unavailable and doesn't work.
    Over a week ago, did a chat session with a tech support rep, and she indicated that either she or an engineer would contact me with how to fix the problem.   Have not heard anything from anybody, and the deadline is approaching quickly.   Have no need of all the excess features of a smart phone, nor do I wish to be forced to jettison a perfectly working phone for my needs and buy something I don't want to be able to do 2 simple things.............check e-mail to see if there's something that needs to be answered right away, and to check traffic reports when I'm on the road, or find something in an area with which I'm not familiar.     Not really too much to ask, you would think....   )
    Has anyone else had this same problem, and if so, how do we fix it....???  My next move is a phone call, but those haven't always been very productive.
    If any of you have any ideas why this error keeps coming up and the web can't load, and some on how to fix it, I would really appreciate some advice.
    Thanks in advance.
    Karen

    Since the chat session got no reply, I contacted Verizon by phone and a very nice level 2 tech created a trouble ticket and sent it up the food chain.  Got a call back, maybe 2 days later, and had a nice, although very long session with a higher level tech.  They had determined that the browser for the LG Octane is an old one and no longer supported by Verizon.    We tried everything we could to download the Opera browser, but since I was totally unable to get Mobile Web to work, couldn't do it.   The only other possible "fix" was to totally reset the phone to factory specs and try it again.   That would mean a lot of work on my part to move anything I didn't want to disappear off the phone, and find a place to forward texts that had to be saved.   Caught our tenants lying about why the rent was late (again), and need that for when I put them back on a lease....  
    Long story short is that unless we try this total reset, which isn't a sure fix, either, anyone who isn't able to access the Mobile Web with the LG Octane will have to change their plan to avoid paying for data that you can't access using any method. 
    I ran a test with an app that I knew was no longer valid.....that was sending photos to PixPlace.   Got the exact same error message as when trying to access Mobile Web to get the web version of my e-mail.   That just verified that the 502 error is, at least in the LG Octane, for an app that no longer works.   After today, we'll get the same thing when we try to access Mobile E-Mail.
    Have to admit, it's a real ****-off, but this shouldn't surprise me, since Verizon won't repair older copper phone lines if you are in an area where FIOS is offered. 
    I am going to immediately change my husband's and my cell phone plan to one without data, and see what I can find that will still give unlimited calls and text.  The way my luck runs, they won't offer one for a decent price.  The other half has some very long-winded friends and he was always running over minutes, and some months are very text-heavy and I'd go over my limit.   Absolutely HATE touch screens, and am not looking forward to having to get a new phone.  

Maybe you are looking for