File Open Failed?

H'ello
Sometimes when I try to transfer a book I have downloaded to ADE to my ereader I get the error message: File Open Failed.Other times they are successfully transfered. These are all downloaded from my library - so all consistently the same. Help.
Thanks in advance if you can be of assistance.

You can't do anything at all about restrictions on digital rights.  I said
that earlier.  But I want to take a moment to discuss the concerns you've
included in this post.
To start with, each ebook either has digital rights assigned or not.  So,
if one cannot be copied, that does not mean that any others can't.  You may
- make that will - run into other ebooks that can't be copied, and it will
be a pain in the butt when you do.  But, don't assume that ALL ebooks are
going to be a problem.
I think you missed another point that I made.  This is not the fault of ADE
- the software is just doing the job it's been programmed to do with each
ebook you download.  You don't need to do anything to ADE.
Let's tackle the comment you made about downloading ebooks from a library.
Technically, the library allowed you to download the ebook - to your
computer.  That's really all they have to do.  You can call the library and
tell them that the library ebook you downloaded can't be copied to your
ereader and see if they can do something about that.  I am doubtful,
though, because publishers - not the library - don't want people to
redistribute their ebooks, and that's one reason they block copying.
It's possible also to download an ebook directly to your ereader IF the
library or bookseller is set up to do that.  Most libraries are not.
You mention that there are other times that you get the 'File Open Failed'
message.  If you give me more information about the circumstances, I'll try
to work with you to figure out what to do
===================

Similar Messages

  • Log.0000000001: log file open failed

    I have been seeing an error off and on recently where my app will go along just fine writing to dbxml - and then for no apparent reason, blow up with
    log.0000000001: log file open failed: No such file or directory
    PANIC: No such file or directory
    When I go look - there is indeed no log.00000001 in my dbxml directory.
    What is the story with log.00000001? When is it created? What would cause this creation to fail. I have seen this problem on both an XP system and a Unix system.
    I think I have made this problem go away by manually creating an empty log.0000001 file before I start my app - but this seems bogus.
    Any tips appreciated

    Hi,
    If you have multiple applications or processes using Berkeley DB XML (including our utility programs) you may have set up a separate log directory for your log files or they simply were created in another directory. For this reason you may want to consider using a DB_CONFIG file and setting the location for your log files there.
    For more information about this please look at these references:
    http://www.sleepycat.com/docs/ref/env/db_config.html
    DB_CONFIG
    http://www.sleepycat.com/docs/api_c/env_set_lg_dir.html
    http://www.sleepycat.com/docs/api_c/env_set_data_dir.html
    An example for how to insert this information in a DB_CONFIG file is:
    set_data_dir datadir
    set_lg_dir logdir
    Regards,
    Ron Cohen
    Berkeley DB XML Support
    Oracle Corporation

  • File Open failed Error in Process Chain

    Hi,
    Our process chains are failing at the last step of event trigger.The file is not getting created in the directory as a result of which the BO reports are not getting triggered.Kindly help.
    Regards,
    Shalaka

    Pl find the below code:
    DATA mesg(80) VALUE 'BW load complete. Ready for BOBJ Refresh. File Created on : '.
    DATA fname(60).
    DATA pc_flag TYPE rspc_state.
    * Get the folder and file name from parameter
    PARAMETERS p_fname TYPE string LOWER CASE.
    AT SELECTION-SCREEN.
    START-OF-SELECTION.
       fname = p_fname.
    *Add the system date into the file.
       CONCATENATE mesg sy-datum INTO mesg.
       CALL FUNCTION 'AUTHORITY_CHECK_DATASET'
       EXPORTING
    * PROGRAM =
      activity = 'DELETE'
      filename = fname
      EXCEPTIONS no_authority = 1
             activity_unknown = 2
             OTHERS   = 3 .
       IF sy-subrc = 0.
    *Delete the file if it is already existing
         DELETE DATASET fname.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    * WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
       ELSE.
         MESSAGE i051(rsar) WITH 'No Authorizations to delete the file'.
       ENDIF.
       WAIT UP TO 65 SECONDS.
    *Set the flag for the process chain to read if file deletion fails.
       IF sy-subrc <> 0." The ABAP program failed
         pc_flag = zcl_abap_bobj_event_trg=>failed.
       ELSE. " The ABAP program was successful
         pc_flag = zcl_abap_bobj_event_trg=>success.
       ENDIF.
       CALL FUNCTION 'AUTHORITY_CHECK_DATASET'
         EXPORTING
           activity         = 'WRITE'
           filename         = fname
         EXCEPTIONS
           no_authority     = 1
           activity_unknown = 2.
       IF sy-subrc <> 0.
         MESSAGE i051(rsar) WITH 'No Authorizations to Write to file'.
       ELSE.
    *Create the file based on the input from variant including folder and file name.
         OPEN DATASET fname FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.
    *Set the flag for the process chain to read if file creation fails.
         IF sy-subrc <> 0.
           MESSAGE i051(rsar) WITH 'File open failed.'.
           pc_flag = zcl_abap_bobj_event_trg=>failed.
         ELSE. " The ABAP program was successful
           TRANSFER mesg TO fname.
           pc_flag = zcl_abap_bobj_event_trg=>success.
         ENDIF.
         CLOSE DATASET fname.
       ENDIF.
       EXPORT e_state FROM pc_flag TO DATABASE indx(bo) ID
       zcl_abap_bobj_event_trg=>status_idx_id.

  • Help: startup-config file open failed (Not enough space)

    Who can help me ? I've an uc500 and he stil running. Now i want to change something and want to save the configuration first. But the following message appears : startup-config file open failed (Not enough space)
    this is the output from a dir flash:
    Directory of nvram:/
      227  -rw-       25897                    <no date>  startup-config
      228  ----        1933                    <no date>  private-config
      229  -rw-       25897                    <no date>  underlying-config
        1  ----          83                    <no date>  persistent-data
        2  -rw-           0                    <no date>  ifIndex-table
        3  -rw-         577                    <no date>  IOS-Self-Sig#1.cer
        4  -rw-         615                    <no date>  IOS-Self-Sig#2.cer
        5  -rw-         660                    <no date>  vlan.dat
        6  -rw-         107                    <no date>  cca.xml
        7  -rw-         586                    <no date>  IOS-Self-Sig#3.cer
    262144 bytes total (227094 bytes free)

    OK.
    Try this:
    conf t
    service compress-config
    And see if that helps. 
    If not, see if you can tftp the running config off the router and TFTP it back to startup-config:
    copy run tftp
    copy tftp start
    Then you can try a reload and see if it is cured.
    I googled and found a few cases where alot of ACLs or NAT rules could cause MALOC errors (you would see those in your logs) when implemented and could manifest itself in this condition, which could be cured after the next reload, which is why I suggested that.
    Of course, dont be remote when you do this and only do it during a maintenance window.
    Steve

  • Ias Failed to start with "OPMN log file open failed" error message.

    Hi,
    My iAS doesn't start and I get this error message. Any advice? Thanks.
    opmnctl: starting opmn and all managed processes...
    OPMN log file open failed: /.../opmn/logs/ons.log (Read-only file system).
    opmnctl: opmn start failed

    Hi,
    Haven't you re-posted your question exactly after a year?
    take a look here.
    iAS not running due to OPMN log file open failed: opmn/logs/ons.log (Read-o

  • BIOS binary file open failed

    '¶},eê'F„‰½,à:http://www.microstar.com.cn„º[òÏsí†,
    ê}eÙÌB©†.
    „ñí4s
    *}(¡žÕôZ„;ú°„î˜)
    Ø÷'¶Á,_÷ ~„5ØKY
    Ž2003t5ý-p„®K7N2-L;,Söå;
     :K7N2-L,
    F/dž$*,å;
     b:K7N2-Detal-L,wSŸà
    „5„Mn‚:
    AthlonXP1800+( BO8Ã)
    DDR 333 256MB
    w6ã80GlØ
    ®K7N2-Detal-L
    ®GF4 MX440SE
    °(„;BIOSH,6/5.0H,, à:¡   Mnoq,_¡   UØ
    ,@åê}(®„live monitor(windowsXP7°BIOS,}†°„BIOS(5.6H,)
    K,‰Åöú°‚Ð:"BIOS binary file open failed",
    åS/ÀHŸà,
    ÷îå‚Uã³?

    im guessing based on
    BIOS binary file open failed
    http://www.msi.com.tw/html/support/bios/note/ntfs.htm

  • Indesign CS6   File Open Fail

    I just upgraded to Mountain Lion OSX 10.8  about 2 weeks ago and was running Indesign CS5.5 fine before the update. Started to get program crashing issues before I even updated the OS, then after, I upgraded to CS6 and now am getting crashes everytime I try to even enact an "Open" dialog. Will not even load the dialog box, just quits and then takes me to the report. Click REOPEN and sometimes the program will not even load before going right back to a crash report screen?
    I just tried the icon/resources folder fix I found which ran the program again, but still will not open or place files.

    Well seems like the program started working again fine for a couple of days, then all of a sudden started the crashing again today.
    http://pastebin.com/1B0jftd8

  • Db_hotbackup - no error message when destination file open fails

    Version 4.5.20
    An error message is not output when db_hotbackup can not open a destination file.
    How to test: attempt a backup to a directory where you do not have write permission.
    Here is my patch:
    --- db_hotbackup/db_hotbackup.c.orig     2006-09-07 14:31:57.000000000 -0700
    +++ db_hotbackup/db_hotbackup.c     2007-06-08 06:12:51.000000000 -0700
    @@ -758,8 +758,10 @@
              goto err;
         if ((wfd = open(
    -         buf, O_CREAT | O_TRUNC | O_WRONLY, __db_omode(OWNER_RW))) == -1)
    +         buf, O_CREAT | O_TRUNC | O_WRONLY, __db_omode(OWNER_RW))) == -1) {
    +          dbenv->err(dbenv, errno, "%s", buf);
              goto err;
    +     }
         /* Copy the data. */
         while ((nr = read(rfd, buf, MEGABYTE)) > 0)

    Hello,
    Just an update, the plans for the next release are to include this change.
    thanks,
    Sandra

  • After reinstalling CS6 the bridge photo downloader isn't able to read raw files and fails to convert the raw files to DNG. Previously downloaded raw files, now DNG, open up successfully in Camera Raw 7. How do I get the photo downloader to read and conver

    After reinstalling CS6 the bridge photo downloader isn't able to read raw files and fails to convert the raw files to DNG. Previously downloaded raw files, now DNG, open up successfully in Camera Raw 7. How do I get the photo downloader to read and convert raw files. MacBook Pro with Snow Leopard. No such problem before this reinstallation.

    You should install Camera Raw 4.6.
    Visit this page and follow the instructions carefully:
    PC:    http://www.adobe.com/support/downloads/detail.jsp?ftpID=4040
    Mac:  http://www.adobe.com/support/downloads/detail.jsp?ftpID=4039
    -Noel

  • Sync fails in iTunes 9.0 & 9.01: "too many files open" and error -6999

    I've been trying to synch my iPod (Touch, g1) for the last couple weeks but have been getting errors ever since going to iTunes 9.0.
    First it blew my library and now says "Previous iTunes Libraries" at the top. Can live with that (after going through and reloading about 2/3s of the album artwork).
    But now am getting two errors every time I try to sync. One is, "Attempting to copy to the disk '[my iPod's name]' failed. There are too many files open currently."
    Elsewhere I saw it suggested for this error that I turn off sharing, but, alas, sharing isn't turned on.
    The second error message is, "The iPod '[my iPod's name]' cannot be synced. An unknown error occurred (-6999)." and I can't find any mention by Apple about what to do about this.
    HELP. Please.

    There has been some advice to turn off "sharing" to stop getting the "too many files open" error message, but, as noted in my question, sharing was already turned off in the iTunes Preferences.
    But, it turns out, of course, that there is another kind of sharing in the 9.x iTunes -- the one for sharing libraries on your local network. Don't know why they are different because the function seems the same, but I noticed that there was still an icon for "home sharing" or "house sharing" (little picture of a house) on the library/playlist list in iTunes.
    I right clicked on the house icon and found another checkbox switch there. I turned that one off too (Why Apple?) and, voila, the "too many files" error has (apparently) gone away.
    Hope this helps some others out there.
    Apparently you have to turn off sharing in two different places. (Again; why is that, Apple?)

  • This is a missing file? -- warning: libmtmalloc.so : open failed...

    hi guys,
    i see this message when i open a console in solaris 10:
    Ld.so1: utmp_update: warning: libmtmalloc.so : open failed No such files in secure directories
    anybody knows where is the problem exactly?
    what i should be do for to fix it?
    thanks,

    InDesign cannot open a PDF natively. You can Place pages from the PDF as linked images, or you can purchase a commercial plugin from Recosoft or Markzware that will convert PDF to InDesign.

  • Ld.so.1: oracle sid : fatal: libjox8.so: open failed: No such file or direc

    RDBMS Version: 8.1.7.4
    Operating System and Version: trusted solaris intel 8
    Error Number (if applicable):
    Product (i.e. SQL*Loader, Import, etc.): installation of patch set 8.1.7.4
    Product Version: 8.1.7.4
    ld.so.1: oracle&lt;sid&gt;: fatal: libjox8.so: open failed: No such file or directory
    I get this error when connecting to with SQLPLUS to Oracle.
    I have reordered paths in LD_LIBRARY_PATH
    so $ORACLE_HOME/lib is before /usr/lib
    and recompiled make -f ins_rdbms.mk install
    and make -f ins_rdbms.mk ioracle
    I can only connect as oracle in the install group
    I have found some posts the suggest changing mode of the oracle executable. but that doesn't seem to help.
    I have tried to $ORACLE_HOME/bin/relink all
    but that didn't help either.
    Please advise.

    According to the following docs, you should not get this error when you apply Patch 8904424 so I would suggest you log a SR.
    Patch 8557019: make: Fatal error: Command failed for target `dejvm'0.1.2/lib32/WS6U1/crti.o: open failed: No such file or directory (Doc ID 1291895.1)
    make: *** [dejvm] Error 1 While Applying 8557019 For Forms Upgrade Doc 437878.1 (Doc ID 1543498.1)
    Thanks,
    Hussein

  • Cannot Open this file:  Z1SQLiteFillRow failed

    I'm trying to sync Outlook 2007 Calendar with Ipad and my Samsung S3 Cell.  I've downloaded and activated ICloud on all devices and PC.  My Calendar Items are disappearing in my main Calendar Folder in Outlook after a short time unless my ICloud and or my ICloud Local Calendars are checked in the Navigation Box.   I try to open the Calendar Item in my original Calendar in Outlook to edit or see the event.  After double clicking to open the event, I get the following message:
         Cannot Open this file:   Z1SQLiteFillRow failed     Also, sometimes in one of the calendars, when I want to open a new event in the Calendar it won't let me open a new event, says I don't have permission, see your administrator.  Lastly, when I go to Organize in Outlook, it's not opening events that I want sorted etc.  Can anyone give me any thoughts on these issues.  I'm about ready to disconnect ICloud completely but I'm afraid I'm going to loose several months worth of Calendar Events.
    Thanks,
    grthompson2

    Thanks Bob, but sorry i might not explain myself very well. The original file is CS4 and indeed it did open just fine in CS5 until yesterday. Today, all of the sudden i got this message. I am not trying to open a CS5 into CS4...is the other way around and it worked before.

  • Ld.so.1: sqlplus: fatal: libm.so.2: open failed: No such file or directory

    Hi,
    I m getting the below error while connecting to sqlplus:-
    sqlplus
    ld.so.1: sqlplus: fatal: libm.so.2: open failed: No such file or directory
    Killed
    regards,
    Bhatia

    Bhatia,
    Did you source the env file before running sqlplus? If yes, please issue the following:
    $ cd $ORACLE_HOME/bin
    $ relink utilitiesMake sure that sqlplus is relinked successfully and try it again.

  • TMS_ORA10g: fatal: libclntsh.so.10.1: open failed: No such file or director

    While trying to boot up the Tuxedo Server, we are getting the error:-
    exec TMS_ORA10g -A :
    ld.so.1: TMS_ORA10g: fatal: libclntsh.so.10.1: open failed: No such file or directory
    This file, libclntsh.so.10.1, is present in the /oracle/app/product/10g2/db_1/lib32 dir, which is included the LD_LIBRARY_PATH environment variable. We build the TMS_ORA10g executable with the following command :- buildtms -o TMS_ORA10g -r Oracle_XA and the corresponding entry in the udataobj/RM file is "Oracle_XA:xaosw:-L${ORACLE_HOME}/lib32 ${ORACLE_HOME}/lib32/libsql10.a -lm -lC -lclntsh"

    Hi,
    After your advice we migrated our Tuxedo to 64 bit's and now all the object files and libraries are of 64 bit. The problem related with buildtms has been resolved. But even after this we are facing an issue, while building the Application Server(BAS). When we do BAS (Build Application Server), we get this error:-
    Undefined first referenced
    symbol in file
    int sqlcxt(void**,unsigned*,sqlexd*,sqlcxp*) /users/appbin/lib/libUTCS/xlerrlib.a(dm_olpa.o)
    tpurcode /users/appbin/lib/libUTCS/tuxedoreal.a(oltp.o)
    tperrno /users/buildsrv/InitW1/security/homebs/src/lib/sparc/security_qpp1.a(security_et_sy00102
    getusr_dtls.o)
    int sqlbuft(void**,char*) /users/appbin/lib/libUTCS/xlerrlib.a(dm_olpa.o)
    ld: fatal: Symbol referencing errors. No output written to /users/buildsrv/InitW1/server/securityET
    What could be the possible reason for the same.
    The entire command for BAS is
    CC -xtarget=ultra -xarch=v9 -xarch=v9 -w -mt -I$TUXDIR/include -o /users/buildsrv/In
    itW1/server/securityET BS-6ddd.c -L${TUXDIR}/lib /users/buildsrv/InitW1/server/sttqz.c /users/buildsrv/InitW1/server/main.c
    /users/appbin/lib/libUTCS/conv.o /newutitux/newtux/tuxedo9.1/lib/libtux.a /oracle/app/product/10g2/db_1/lib/libsql10.a /use
    rs/appbin/lib/libUTCS/rpcqz_date.o /users/appbin/lib/libUTCS/dm_auditinfo.o /users/buildsrv/InitW1/security/homebs/src/lib/s
    parc/security_qpp1.a /users/buildsrv/InitW1/security/homebs/src/lib/sparc/security_query1.a /users/buildsrv/InitW1/security/
    homebs/gencode/lib/sparc/security_dm1.a /users/buildsrv/InitW1/security/homebs/gencode/lib/sparc/security_const.a /users/bui
    ldsrv/InitW1/security/homebs/gencode/lib/sparc/security_rpc1.a /users/buildsrv/InitW1/security/homebs/gencode/lib/sparc/secu
    rity_rpcqry1.a /users/compogsw/InitW1/lib/libUTCS/sparc/master_qpp1.a /users/compogsw/InitW1/lib/libUTCS/sparc/master_query1
    .a /users/compogsw/InitW1/lib/libUTCS/sparc/master_dm1.a /users/compogsw/InitW1/lib/libUTCS/sparc/master_rpc1.a /users/compo
    gsw/InitW1/lib/libUTCS/sparc/master_rpcqry1.a /users/compogsw/InitW1/lib/libUTCS/sparc/ext_intf_qpp1.a /users/compogsw/InitW
    1/lib/libUTCS/sparc/ext_intf_query1.a /users/compogsw/InitW1/lib/libUTCS/sparc/ext_intf_dm1.a /users/compogsw/InitW1/lib/lib
    UTCS/sparc/ext_intf_rpc1.a /users/compogsw/InitW1/lib/libUTCS/sparc/ext_intf_rpcqry1.a /users/compogsw/InitW1/lib/libUTCS/sp
    arc/scheme_qpp1.a /users/compogsw/InitW1/lib/libUTCS/sparc/scheme_query1.a /users/compogsw/InitW1/lib/libUTCS/sparc/scheme_d
    m1.a /users/compogsw/InitW1/lib/libUTCS/sparc/scheme_rpc1.a /users/compogsw/InitW1/lib/libUTCS/sparc/scheme_rpcqry1.a /users
    /compogsw/InitW1/lib/libUTCS/sparc/common_rpc1.a /users/compogsw/InitW1/lib/libUTCS/sparc/party_rpc1.a /users/compogsw/InitW
    1/lib/libUTCS/sparc/holding_rpc1.a /users/compogsw/InitW1/lib/libUTCS/sparc/oth_srvc_rpc1.a /users/compogsw/InitW1/lib/libUT
    CS/sparc/comp_red_rpc1.a /users/compogsw/InitW1/lib/libUTCS/sparc/utility_lib.a /users/appbin/lib/libUTCS/libmem.a /users/ap
    pbin/lib/libUTCS/utillib.a /users/appbin/lib/libUTCS/dmstdlib.a /users/appbin/lib/libUTCS/tuxedoreal.a /users/appbin/lib/lib
    UTCS/xlerrlib.a /users/appbin/lib/libUTCS/xlclasslib.a /users/appbin/lib/libUTCS/libclass.a /users/appbin/lib/libUTCS/utilli
    b.a /users/appbin/lib/libUTCS/Qmystring.o -ltux -lbuft -L${ORACLE_HOME}/lib -lclntsh -lfml -lfml32 -lengine -R/usr/lib/lwp
    -lpthread -lposix4 -lsocket -lnsl -lm -lnsl -lsocket
    Please reply
    Regards,
    Namit Maheshwari

Maybe you are looking for

  • How to do changeover of relationship types in BOR ???

    At our site, the method display_attachment of cl_gos_document service short dumps.  The short dump message says that the BOR relationship type "ATTA" is no longer supported, and that this is due to an "incomplete changeover" of BOR relationships at t

  • Urgent - native browser in applet

    I have written an applet which uses jdic browser on Windows platform (InternetExplorer). So I have a browser in a browser :-) But while loading i get always an exception : org.jdesktop.jdic.init.JdicInitException: java.lang.UnsatisfiedLinkError: no j

  • Resetting ActiveSync Adapter for Active Directory

    I would like my Active Directory ActiveSync adapter to detect change made only after it is initially started and to disregard any changes prior to that time. The ActiveSync setup appears to allow this by checking the box labeled "When reset, ignore p

  • Printing double line / small box residing in main box - Invoice smartform

    Hi, I have 2 Invoice smartforms, meant for Country_A and Country_B. We r on ECC 6.00 Country_A is printing fine. But, when comes to Country_B, in ITEM table, the header box, (where column labels are printed), one more box is printing!! it looks like

  • Get starting address of image after openning on Photoshop window.

    Dear All, I am newcomer of Photoshop plug-in programming technology and I am implementing an application that get the starting address in memory of image after it was opened on Photoshop window. The process as follow: + User open an image. + The plug