Error when ordering book -

NSPlaceholderMutableString initWithString nil argument
I ordered one with no problem, but second one gets this error every time i place an order.

Same problem. The book almost finishes transferring, then I get a message that "an error occurred with one of the files. Check network, etc." My network is fine, however. Any ideas?

Similar Messages

  • I get error when downloading books

    After oppressing my iPad I started to get error when downloading books on iBook . It looks that book is downloaded, bu I miss most of the pages, and ther is several pages were it sayes error and page is missing. This happens to all of the book I try to download, even the ones I downloaded from before.
    Does engine know what to do?

    Please repost here: http://forums.adobe.com/community/adobe_digital_editions

  • When ordering books from iPhoto

    when ordering books from iPhoto I have always been able to send books to various addresses, but now that seems not possible. Can you update me?

    What color profile are the photos - th best is sRGB or camera RGB - Adobe RGB is very often reported to print too dark
    LN

  • ORA-01841 full year must be between .....error when order by

    Hi all
    i have this query with me ,when order by clause is included ,when it is removed ,i see the output with  so  many record counts
    SELECT   porh.segment1,
             CASE
                WHEN popr.action_code = 'APPROVE'
                AND prall.full_name <> 'Sudheer T. Paraputhra'
                AND grdpr.short_name < 'PS-10'
                   THEN prall.full_name
             END directman_pr,-----getting names of managers who perform PR approve action
             porh.description, porl.line_num,
             CASE
                WHEN popr.action_code = 'APPROVE'
                AND prall.full_name <> 'Sudheer T. Paraputhra'
                AND grdpr.short_name < 'PS-10'
                AND poph.action_code = 'SUBMIT'
                   THEN TO_NUMBER (  TO_CHAR (  TO_DATE ('1', 'J')
                                              + (  poph.action_date
                                                 - popr.action_date
                                              'J'
                                   - 1
             END days_pr,------------------------------(calculating days from PR approval by manager to PO submit by user)
             poha.segment1 po_num, prall.full_name pr_approved_by,
             popr.action_date pr_approved_date,
             CASE
                WHEN poall_apprv.full_name <> 'Sudheer T. Paraputhra'
                AND grdpo_apprv.short_name < 'PS-10'
                AND poph_apprv.action_code = 'APPROVE'
                AND poph.action_code = 'SUBMIT'
                   THEN TO_NUMBER (  TO_CHAR (  TO_DATE ('1', 'J')
                                              + (  poph_apprv.action_date
                                                 - poph.action_date
                                              'J'
                                   - 1
             END days_po,------calculating days  from PO submit action by user to PO approve action by managers
             popr.sequence_num pr_seq, popr.action_code pr_action,
             poall.full_name po_approved_by, poph.action_date po_approved_date,
             poph.sequence_num po_seq, poph.action_code po_action,
             poph_apprv.action_date po_approved_date_appr,
             poph_apprv.action_code apprv_action_code
        FROM po_requisition_headers_all porh,
             po_requisition_lines_all porl,
             po_req_distributions_all prda,
             po_distributions_all poda,
             po_headers_all poha,
             po_action_history popr,
             po_action_history poph,
             hr.per_all_people_f poall,
             hr.per_all_people_f prall,
             hr.per_all_assignments_f asgpo,
             hr.per_all_assignments_f asgpr,
             per_grades_vl grdpo,
             per_grades_vl grdpr,
             po_headers_all poha_apprv,
             po_distributions_all poda_apprv,
             po_action_history poph_apprv,
             hr.per_all_people_f poall_apprv,
             hr.per_all_assignments_f asgpo_apprv,
             per_grades_vl grdpo_apprv
       WHERE poph.employee_id = poall.person_id
         AND popr.employee_id = prall.person_id
         AND poall.person_id = asgpo.person_id
         AND prall.person_id = asgpr.person_id
         AND asgpr.grade_id = grdpr.grade_id(+)
         AND asgpo.grade_id = grdpo.grade_id(+)
         AND prda.distribution_id = poda.req_distribution_id
         AND poha.po_header_id = poda.po_header_id
         AND prda.requisition_line_id = porl.requisition_line_id
         AND porh.requisition_header_id = porl.requisition_header_id
         AND porh.requisition_header_id = popr.object_id
         AND poph.object_type_code = 'PO'
         AND poha.po_header_id = poph.object_id
         AND SYSDATE BETWEEN poall.effective_start_date AND poall.effective_end_date
         AND SYSDATE BETWEEN prall.effective_start_date AND prall.effective_end_date
         AND SYSDATE BETWEEN asgpo.effective_start_date AND asgpo.effective_end_date
         AND SYSDATE BETWEEN asgpr.effective_start_date AND asgpr.effective_end_date
         AND SYSDATE BETWEEN poall_apprv.effective_start_date
                         AND poall_apprv.effective_end_date
         AND SYSDATE BETWEEN asgpo_apprv.effective_start_date
                         AND asgpo_apprv.effective_end_date
         AND prda.distribution_id = poda_apprv.req_distribution_id
         AND poha_apprv.po_header_id = poda_apprv.po_header_id
         AND poph_apprv.employee_id = poall_apprv.person_id
         AND poall_apprv.person_id = asgpo_apprv.person_id
         AND asgpo_apprv.grade_id = grdpo_apprv.grade_id(+)
         AND poha_apprv.po_header_id = poph_apprv.object_id
         AND poph_apprv.object_type_code = 'PO'
         AND poph_apprv.action_code = 'APPROVE'
    ORDER BY 4, 10, 14the calcuation works fine except for when order by clause is inlcuded
    kindly help
    Edited by: makdutakdu on Jun 1, 2010 2:51 PM

    hi Alex,John
    even i am confused as to why its happening ,
    SELECT   porh.segment1,
             CASE
                WHEN popr.action_code = 'APPROVE'
                AND prall.full_name <> 'Sudheer T. Paraputhra'
                AND grdpr.short_name < 'PS-10'------------< 'PS-10'
                   THEN prall.full_name
             END directman_pr,
             porh.description, porl.line_num,
             CASE
                WHEN popr.action_code = 'APPROVE'
                AND prall.full_name <> 'Sudheer T. Paraputhra'
                AND grdpr.short_name < 'PS-10'
                AND poph.action_code = 'SUBMIT'
                   THEN TO_NUMBER (  TO_CHAR (  TO_DATE ('1', 'J')
                                              + (  poph.action_date
                                                 - popr.action_date
                                              'J'
                                   - 1
             END days_pr,
             poha.segment1 po_num, prall.full_name pr_approved_by,
             popr.action_date pr_approved_date,
             CASE
                WHEN poall_apprv.full_name <> 'Sudheer T. Paraputhra'
                AND grdpo_apprv.short_name < 'PS-10'
                AND poph_apprv.action_code = 'APPROVE'
                AND poph.action_code = 'SUBMIT'
                   THEN TO_NUMBER (  TO_CHAR (  TO_DATE ('1', 'J')
                                              + (  poph_apprv.action_date
                                                 - poph.action_date
                                              'J'
                                   - 1
             END days_po,
             popr.sequence_num pr_seq, popr.action_code pr_action,
             poall.full_name po_approved_by, poph.action_date po_approved_date,
             poph.sequence_num po_seq, poph.action_code po_action,
             poph_apprv.action_date po_approved_date_appr,
             poph_apprv.action_code apprv_action_code
        FROM po_requisition_headers_all porh,
             po_requisition_lines_all porl,
             po_req_distributions_all prda,
             po_distributions_all poda,
             po_headers_all poha,
             po_action_history popr,
             po_action_history poph,
             hr.per_all_people_f poall,
             hr.per_all_people_f prall,
             hr.per_all_assignments_f asgpo,
             hr.per_all_assignments_f asgpr,
             per_grades_vl grdpo,
             per_grades_vl grdpr,
             po_headers_all poha_apprv,
             po_distributions_all poda_apprv,
             po_action_history poph_apprv,
             hr.per_all_people_f poall_apprv,
             hr.per_all_assignments_f asgpo_apprv,
             per_grades_vl grdpo_apprv
       WHERE poph.employee_id = poall.person_id
         AND popr.employee_id = prall.person_id
         AND poall.person_id = asgpo.person_id
         AND prall.person_id = asgpr.person_id
         AND asgpr.grade_id = grdpr.grade_id(+)
         AND asgpo.grade_id = grdpo.grade_id(+)
         AND prda.distribution_id = poda.req_distribution_id
         AND poha.po_header_id = poda.po_header_id
         AND prda.requisition_line_id = porl.requisition_line_id
         AND porh.requisition_header_id = porl.requisition_header_id
         AND porh.requisition_header_id = popr.object_id
         AND poph.object_type_code = 'PO'
         AND poha.po_header_id = poph.object_id
         AND SYSDATE BETWEEN poall.effective_start_date AND poall.effective_end_date
         AND SYSDATE BETWEEN prall.effective_start_date AND prall.effective_end_date
         AND SYSDATE BETWEEN asgpo.effective_start_date AND asgpo.effective_end_date
         AND SYSDATE BETWEEN asgpr.effective_start_date AND asgpr.effective_end_date
         AND SYSDATE BETWEEN poall_apprv.effective_start_date
                         AND poall_apprv.effective_end_date
         AND SYSDATE BETWEEN asgpo_apprv.effective_start_date
                         AND asgpo_apprv.effective_end_date
         AND prda.distribution_id = poda_apprv.req_distribution_id
         AND poha_apprv.po_header_id = poda_apprv.po_header_id
         AND poph_apprv.employee_id = poall_apprv.person_id
         AND poall_apprv.person_id = asgpo_apprv.person_id
         AND asgpo_apprv.grade_id = grdpo_apprv.grade_id(+)
         AND poha_apprv.po_header_id = poph_apprv.object_id
         AND poph_apprv.object_type_code = 'PO'
    --AND PORH.SEGMENT1='6003' -------when i give a particular PR number it comes out correct even with the order by clause    
    AND poph_apprv.action_code = 'APPROVE'
    ORDER BY 4, 10, 14when the PORH.SEGMENT1 is commented in oorder to display days for all po/pr i get the error
    kindly help me
    or is there an alternate calculation to get the number of days
    my date is in the format of 4/29/2009 9:13:51 AM
    for my caluculation i ve just taken the dates as i require days only kindly help
    Edited by: makdutakdu on Jun 2, 2010 7:52 AM

  • Unexpected error message when ordering book

    During the last few days I've been getting an " Unexpected error occurred, try again later." Anyone else experiencing this? I've done many books in the past with iPhoto, but this is the first time I get an error message.

    Hi Toad,
    Thanks. After reading Mike's post to you yesterday I thought I'd try setting up anew account and it worked. Unfortunately it was after the deadline so I don't expect to get it in time for Christmas. But because of the many hours spent on the project ( hardcover book 84 pages ) I decided to go ahead with it anyway. But next time...
    Thanks again...
    Wishing you and yours
    The Best of The Holidays
    Guy

  • Error when Submitting book - Please review your billing information

    I get the following error message when I submit a book for printing:
    Your account information has changed.
    Please review your billing information and approve it.
    I went here to review my order status but I did not have any orders:
    https://mercury.apple.com/WebObjects/OrderStatus
    I reviewed my billing information on the web located here:
    https://myinfo.apple.com
    And it is correct
    Any thoughts?

    I got the following information from apple - following this fixed my problem:
    1. Visit http://myinfo.apple.com and choose your country and preferred language from the pop-up menus. Then log in using your Apple ID and password.
    2. Click Address Book on the left. If you see any blank addresses under Shipping Addresses, make the visible address your default, and then delete the blank address.
    3. Click Phone Numbers on the left, delete all phone numbers, and save your changes. When you successfully place an iPhoto order, your phone number will be copied from iPhoto to My Info.
    4. Check Apple ID, Email, Subscriptions, and Contact Prefs and make any necessary corrections. Save your changes.
    5. Now open iPhoto.
    6. Select a photo and choose Order Prints from the Share menu.
    7. Click Account Info and sign in using your Apple ID and password. If you are unable to log in, try changing your password in My Info using the directions in step 1 above. Then return to step 6 and try again.
    8. Click Edit Shipping and choose Add New Address from the Address pop-up menu.
    9. Add the desired address into the fields, making sure to create a new label, such as "Home." Then select "Make this my default address" and click OK.
    10. Now delete any other addresses listed by selecting them and clicking the Delete This Address button. You should now have only your default "Home" shipping address left.
    You should now be able to submit your iPhoto order successfully. If the difficulty persists, please reply to give me the exact error message you see. I will do my best to help you resolve the issue. Thank you for your patience.

  • Unexpected error when ordering cards - Help!

    The first time I am trying to use iphoto and want to buy the cards that I made for Mothers Day and now I am getting this "Unexpected error occurred - Please try again later". Looking through this forum it looks like it's a common problem so it seems like iLife is not very reliable to order cards, books, etc....since so many people get this error.
    I tried to re-create my account the exact same as my itunes account but no luck - I am about to give up.

    I too am having this problem. I can order songs using my Apple ID through iTunes just fine, but when I try to setup the same account to order prints through iPhoto it says "An unexpected error has occured. Please try again later" after entering my shipping address

  • Error when uploading book to Blurb from LR 4.1 and after 4.3 update

    I have been trying for over 24 hours to upload a 75 page book successfully from LR 4.1, and also after updating to LR 4.3!  I was initially able to upload to pdf format in LR 4.1, then it stopped working.  Book upload to Blurb took a very long time to upload the 75 pages plus cover and got stuck in the process of uploading pages, finally returning an error message: "There was an error in uploading your book, would you like to try again?"
    After several attempts to upload the book, updating to LR 4.3., then the process stopped working in upload to pdf.  I checked the box on background "Apply Background Globally" to get to the "Graphic" checkbox that was checked.  I unchecked it and then removed the "Apply Background Globally" checkbox.  After doing that, I was able to upload to pdf, but still received the error message when uploading to Blurb, even after several of retry attempts. 
    As a workaround, I was going to try to upload the pdf file directly to Blurb but received a statement saying the pdf was not the right size.  Please help with this issue.  I purchased LR4 to be able to use the book feature and I am very disappointed in both Adobe and Blurb for the lack of support found in all of the FAQ's, How To's, etc.  I have seen so many posts similar to mine.  Surely there should be some fix for these common issues by now.
    I would appreciate any help you can provide.

    Hello,
    I had this problem as well - the upload to Blurb would not work. Creation of a PDF and export as JPEG in the book module worked.
    For me, the solution was to turn off the Windows Firewall while uploading. Now it works!
    Two-in-Love (Photographe de Mariage en Suisse Romande)
    http://www.two-in-love.ch

  • SRM and SRM-MDM: Error when ordering less than Price Base Quantity

    Hi!
    We face the following issue:
    We have an item without material master in the MDM-catalog. The price is scaled, and 5.00 EUR up to 100 items, and 4.80 EUR for more than 100 items
    If we order 90 items, the price is calculated to 5.00 EUR in MDM, BUT the price is displayed as 0.00 EUR per 100 items when transferred to SRM. The price is also 0.00 when transferring to SAP ERP backend.
    If we order 100 items or more, the price is calculated correctly in MDM, and also transferred correctly to SRM and ERP. This also applies if we order e.g.  110 items - everyting looks correct (price for 110 is 5.28 EUR).
    AND: in both cases, we can observe the price is correct in the OCI !
    So, something happens in SRM if we order less than the Price Base Quantoty
    SRM5.0, SRM-MDM 2.0
    Since the price is correct in the OCI we would suspect the error to be somewhere in SRM? Any ideas?
    brgs ziggy
    Edited by: ziggy ziggy on Oct 27, 2009 10:35 AM

    Hello Ziggy,
    Could you please check OSS notes 1311046 and 1296024.
    We found OSS note 1339905 and in the correction instructions were quite a few notes relating to a '0' price issue.
    Obviously I don't know on which support pack level you're on.
    Good luck,
    Franz

  • I'm getting a copy error when moving books from Digital Editions to my kobo?  How do I fix this?

    I'm getting the following error message when trying to move books from Digital Editions to my Kobo.  I get the green + sign and when I release my mouse this is what I get:  can anyone help

    The response did not solve my problem whatsoever.  I can select an EPUB book from the library it goes into Digital Editions and every selection that I've make tells me it can't be copied.  There must be some setting that I'm missing but this has never happened before.  I had to reload Adobe since my laptop had issues.  I've been using Adobe and my Kobo for 3 years now without an issue.  I even tried downloading the free books that Adobe offers and got the same response.
    It would actually be nice to speak to someone over the phone instead of having to communicate via this forum.  It's very frustrating.  PLEASE HELP to resolve this issue.

  • Strange error when adding book on another book (LibraryEntitlementHelper?!)

    Hi,
    when I try to add book to another book with PortalCustomizationManager I get this strange error:
    java.lang.IllegalArgumentException: Argument [webAppName] to method [createResource] in class [com.bea.netuix.application.manager.entitlement
    s.LibraryEntitlementHelper] cannot have error/be [null].
    What the hell is LibraryEntitlementHelper and why google, bea edocs and bea portal javadoc knows nothing about it?

    How did you create the CustomizationContext when calling the method on the EJB.
    you need to make sure you pass in the ServletRequest. If you are calling this from outside a web container. you wil need to use a mock request or take a look at ExportImportManager.
    Chris Jolley
    Portal Architect

  • Server error when order PO

    Hi,
    We have one portal system and one SRM system. Both are connected trough one NAM acelerator, which is set in the portal SRM system definition (System administration -> system configuration -> portal andscape).
    We can open and edit any PO without problems but when we press the order button we obtain this error:
    Server error!
    And no dump appears in the portal log neither in the SRM logs.
    So any idea why is this happening?
    Thanks a lot and best regards, sapera

    hi,
    It was a problem with the harcode table.
    Bea

  • Network error when ordering prints

    I have been trying to order prints of over 1,000 of my photos and they appear to upload just fine and I am able to put in 1 4x6 on all photos. Then, it goes to a grey connecting line, which eventually turns blue. After awhile I get the network error message. I've tried several times over the last week to order the pictures and the same thing happens each time. Is there a limit to how many you can order at once? Do I need to split my order into two separate orders?

    Welcome to the Apple Discussions. You very well may be getting timed out on the upload/order process. I'd try splitting the order in two and see if that will go thru unimpeded.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. Just put the application in the Dock and click on it whenever you want to backup the dB file. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
    Note: There's now an Automator backup application for iPhoto 5 that will work with Tiger or Leopard.

  • HT1035 Error when buying book - Localize

    Why do a get an error message - Localize - when I try to buy my book with Apeture?

    Re-enter all your account information, and you should be good to go.
    I.e. check the format of the zip code, if the number of digits is correct - 5 digits for US zip codes.
    Change the region in System Preferences > Language & Text > Formats > Region to the same country as your shipping and/or billing address.
    And check your security settings at MyAppleID: Apple wants you to update your security settings. Can it be, that your password does not meet the security requirements (at least eight characters, one number, one capital) or that the answers to the security questions are not at least six characters long? Then you need to fix these, see:
    Apple ID: Tips for protecting the security of your account
    Regards
    Léonie

  • Changing address to another country when ordering books.

    I'm trying to order a book to a new address. The book is for a friend in the US but Aperture (2.1.4) will not let me add a US address (I live in Canada) when selecting "Add new address". There must be a way to do this.

    Try to set the region in your "Language&Text" preferences to US. Then you will be ordering from the US store. But to be able to use that, you will need a credit card with US billing Address and an AppleID regstered to that billing Address.
    Apple will only ship to a verified billing/shipping address located in the country whose online store you use: buy from US online store, requires a verified billing/shipping address in the US.

Maybe you are looking for