Item originally downloaded with different account or Adobe ID.

i Authorized blue fire app on my iPad. I bought a digital book from online and when try to download the book into this app, I keep getting the error. Is it an issue with my Adobe id or app itself?
anyone experienced this before?
thanks in advance for any clues to resolve my problem.
Ram

Hi I have the exact same issue.
Someone please post a solution...

Similar Messages

  • E-pub books: when I click on a book to read it, this message appears:  "This item was originally downloaded with a different user account or Adobe ID. To continue, please add that account."

    I incorrectly replaced the backup for my iPad2 by accident when I tried to retrieve it to my new iPad Air.  It now no longer exists.
    I can still see the icons of the books on Kalahari's reader. (Kalahari is an e-pub bookshop in South Africa.
    When I click on a book to read it, this message appears:  "This item was originally downloaded with a different user account or Adobe ID. To continue, please add that account."
    I know for certain that the Adobe ID (e-mail address) is still correct. See below.  The password seems to be the problem.  This appears to have been changed a few times over the past two and a half years.  Which one? Was hoping Adobe could help. (case number: 0214089318)
    Can anyone please assist me to get back on track, what should I do to open and read my e-pub books again?
    Much appreciated.
    Leon Fisher
    Johannesburg
    South Africa
    [email protected]

    Hi I have the exact same issue.
    Someone please post a solution...

  • When I click on a book to read it, this message appears:  "This item was originally downloaded with a different user account or Adobe ID. To continue, please add that account."

    I incorrectly replaced the backup for my iPad2 by accident when I tried to retrieve it to my new iPad Air.  It now no longer exists.
    I can still see the icons of the books on Kalahari's reader. (Kalahari is an e-pub bookshop in South Africa.
    When I click on a book to read it, this message appears:  "This item was originally downloaded with a different user account or Adobe ID. To continue, please add that account."
    I know for certain that the Adobe ID (e-mail address) is still correct. See below.  The password seems to be the problem.  This appears to have been changed a few times over the past two and a half years.  Which one? Was hoping Adobe could help. (case number: 0214089318)
    Can anyone please assist me to get back on track, what should I do to open and read my e-pub books again?
    Much appreciated.
    Leon Fisher
    Johannesburg
    South Africa
    [email protected]

    Hi I have the exact same issue.
    Someone please post a solution...

  • HT204053 We have two Iphone 4S but we set each one up with different accounts, how can we share purchased or downloaded music from and iTunes card without purchasing twp different cards?

    We have two Iphone 4s with different accounts, what would we need to do to share music from and Itune card if one of us purchased and the other did not?

    Put all of the music on the computer(s) to which you sync, then sync to your idevices

  • Have an issue regarding library books. My ereader is validated with Kobo account and Adobe Digital Editions account, but I get an error: 'this document is protected bij DRM and isn't available with your Adobe ID'.

    Have an issue regarding library books. My ereader is validated with Kobo account and Adobe Digital Editions account, but I get an error: 'this document is protected bij DRM and isn't available with your Adobe ID'.

    same problem for me. I am using abe edition 3 as I don't think 4 can be used with kobo. Book has been downloaded to kobo but it can't be read as it is not authorised.Help please

  • Consuming document with different account assignment from Earmarked Funds

    Hi,
    We have implemented Public Sector FM functionality in version ECC 6.0 and we are using Earmarked Funds (Funds Reservation).
    The system is allowing to post consuming documents with different account assignment from that in the
    Funds reservation document nevertheless we donu2019t have set the indicator 'Acct.asst.changeable' in the Funds Reservation document.
    I don't need the fields Fund Center and Commitment Item to be transfered from earmarked funds document (Define Rules for Account Assignment Transfer). Instead, if consuming document have a different account assignment, the user should get the error message no. RE603 'Account assignment differs from document XX 001'.
    In version 4.6C it worked this way. In our case the Fund Center is delivered from Cost Center and Commitment Item is delivered from Cost Element (SAP - Derivation Strategy for FM Object Assignment).
    I hope someone can help me.
    Thanks in advance,
    Rodrigo

    Hi,
    You get the error message RE603 when you make the settings below:
    1. Spro > ... > Earmarked funds and funds transfer > Account assignment transfer > Define rules for account assignment transfer; you flag the 'Active' boxes for account assignment (sort of conterintuitive).
    2. Spro > ... > Earmarked funds and funds transfer > Change message control; change RE603 to 'E'.
    3. In Earmarked fund document, flag the 'Acct.asst. changeable' box (totally conterintuitive).
    Please give it a try and let us know the outcome.
    Regards,
    Ming

  • Can two peeps use iChat with different accounts on the same computer?

    What do I do to REMOVE an old AIM account and replace it with a new account in IChat?
    Can two peeps use iChat with different accounts in the same computer?
    (Actually, two people share a laptop, but one of us cannot use her AIM account cuz mine is in iChat already... And, when traveling, I have the computer - and I would like to use iChat on the computer...)

    In iChat 4 you can have more than one AIM Valid name logged in at once.
    AIM valid = AIM, @mac.com or a MobileMe name.
    What you are then stuck with is that iChat is linked to one Buddy Picture and The one Mac User Account's Address Book which may or may not have Full Names, emails details, or a Nickname in iChat 4 linked to the Screen Names.
    Whilst it does let you both log in whilst using one Mac User Account there are drawbacks about who uses the keyboard and reading meesages from the other persons Buddies.
    8:50 PM Sunday; November 30, 2008

  • How can I share the home folder with different accounts on the same mac?

    Hi, here's a question:
    How can I share the home folder with different accounts on the same mac?
    The whole point being not to have to install all my apps, and move all my files each time between users.
    The second thing would be to be able to modify one document on one account, and have it changed on the other account without having to copy it.
    I would like to have a pro and a private account on my mac.
    Thanks for you answers,
    Doug

    Your apps should not be installed in your home folder--they should be in /Applications where every user can access them.
    If you want to share things between users on the same Mac, use the /Users/Shared folder. Keep your home folder private. Trying to defeat the protections on the home folder subfolders just gets messy. I've never bothered to figure out all of the problems associated with it so I can't explain how to do it.
    Even with using Shared, you would need to alter the ACLs on the shared folder in order to allow both users to modify the documents.
    You must create a Group in Users & Groups and put each user in that group. Then create a folder inside /Users/Shared where you want to share the various files.
    Then, add an ACL to the shared folder that gives the group special permissions. on that folder.
    sudo chmod -R +a "<sharinggroup> allow delete,chown,list,search,add_file,add_subdirectory,delete_child,file_inherit,directory_inherit" /Users/Shared/<sharing folder>
    Replace <sharinggroup> and <sharingfolder> with the name of your group and your folder. Then, run the command in the Terminal.
    With that ACL, each user in <sharinggroup> will be able to alter the files created by any user in the group in that <sharingfolder>.
    Essentially, the client OS is not designed for true file sharing among the individual users. It is designed to isolate each user account from the others.

  • Sharing music on the same pc with different accounts

    I am sharing music and movies on the same pc but managing it with different accounts.  Recently, when I add new content in the public folde, it only shows up in the one account that I adde it to and not the other accounts.

    If you want all users to be able to access the same music, but with different libraries, NikkiG's advice is spot on. However, I thought I'd throw in my 2¢ since I just set this up for a friend.
    If you want all your users to have exactly the same library, and not just access to a shared library, do the following:
    -move the entire "iTunes" folder (~/Music/iTunes) into the Shared folder or to separate drive.
    -in each user's account, remove the iTunes folders (or just move them to a new location until you're positive this method works for you)
    -pop open Terminal.app (/Applications/Utilities/Terminal.app) and here's where it gets a little dicey; type the following into the command line:
    ln -s /Users/Shared/iTunes/ ~/Music/iTunes/
    What this does is create a symbolic link (think alias, but more technical and powerful) between the iTunes folder in the Shared folder, and each user's iTunes folder. This way, each user is directly accessing the iTunes library, and not just through the shared area in iTunes itself. This allows them to add/remove music and playlists to the same library.
    HOWEVER, this method will mess up if you have multiple users logged in and using iTunes at the same time.

  • Lost my playlists when I tried to share libraries with different accounts on the same MacBook computer

    lost my playlists when I tried to share libraries with different accounts on the same MacBook computer

    Hi dprette,
    When setting up iTunes to share a single music library between multiple user accounts on one computer you should follow the steps in this article -
    iTunes: How to share music between different user accounts on a single computer
    http://support.apple.com/kb/HT1203
    Thanks for using Apple Support Communities.
    Best,
    Brett L

  • I am unable to download iPhoto version 9.5 and iMovie version10.0, with my apple ID due to remark, this update is for an app downloaded with different Apple ID,Sign in with that Apple ID and try again,but I don't have other ID

    I am unable to download iPhoto version 9.5 and iMovie version10.0, with my apple ID due to remark, this update is for an app downloaded with different Apple ID,Sign in with that Apple ID and try again,but I don't have other ID.
    <Email Edited by Host>

    The Early 2011 MacBook Pro shipped with Snow Leopard, so these are not the Mac App Store versions of iLife, they are the boxed software versions.
    If they are in an iWork '09 folder take them out and let them loose in the Apps folder. Then reindex your HDD.
    Spotlight: How to re-index folders or volumes -
    http://support.apple.com/kb/ht2409

  • Unread email account with different accounts

    Hi,
    I have multiple accounts setup on my z10.
    Is there a way I can break the unread email count on the lockscreen and know how many unread emails are there in each account.
    Thanks!

    Duplicate:
    http://supportforums.blackberry.com/t5/BlackBerry-Z10/Unread-email-account-with-different-accounts/m...
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Creative cloud education on the same computer with different account

    hi, I bought  a 1 year creative cloud (education version) which will expire in few months. Perhaps I will skip to a different version or maybe not, still don't know. My question is: I have plans to sell my computer to a friend (student) and he would like to buy also a creative cloud (education version) and install it on that computer (or just use the adobe softwares already installed there and buy an education licence)...is it possible to do it or on a single computer (same ip) could run only 1 creative cloud installation?
    I try to explain it in different words: is it possible to install adobe softwares (or use the already installed adobe softwares) on the same computer but with a new (and different account) creative cloud education version (once the previous one expired)?
    thanks in advance for the reply

    When you sell the computer to your friend, then you have to just deactivate the CC Activation & Deactivation Help , you do not have to uninstall Adobe CC, your friend needs to sign in with the Adobe ID under which he purchases the CC.
    Regards
    Rajshree

  • Acrobat XI downloaded with different language

    I  mistakenly downloaded Adobe Acrobat Professional XI Pro with different language that I cannot understand. I want to change the language to English. Kindly note that the downloading was already finished. Please help.

    You may be able to change the language in Preferences.

  • How I sign into iTunes with different account

    How do I delete old account for new account

    You can log out of an account via the Store > Sign Out menu option on your computer's iTunes, that will then change to a Store > Sign In option.
    Any content that you downloaded with the currently logged in account will remain tied to that account, so only that account can authorise that content on a new computer's iTunes, potentially redownload those items from the store, and download updates to its apps

Maybe you are looking for

  • Portlet Url writing with a Weblogic Server as WSRP Producer

    Hi there, I’m having problem to find out which API I have to use to make my producer write the URL using the consumer’s urlTemplate. I have a basic Struts portlet with two forward (to a JSP) actions, I need to find a way to use the urlTemplate fr

  • Cost Element and Cost element group

    Could You tell me how to chech which Cost Element Group given Cost Element belongs to? Greetings. P.

  • Error starting Forms builder 10.1.2.0.2

    Dears, I just installed Oracle developer suite 10.1.2.0.2 on my xp sp2 machine. When I start the forms builder, I get a window error Oracle forms designer has encountered a problem and needs to clise, when I click on error report contents, it shows t

  • Variable Name Makes App Crash

    I have an embedded bitmap resource, one of many in my program, which is an AIR app.  There's nothing unusual about it; in fact, I can replace the file to be embedded with a blank white file of the same size, or another (working) bitmap from the same

  • Create a lab with 2 host.

    Hello every one, I recently bought 2 servers on which I installed Hyper-v. These 2 host has both 2 network cards. I would like to know how to make the virtual machines communicates together on a switch between the hosts without internet. My objective