Itunes account for sub account not allowed?

I'm trying to open a new itunes account for my daughter who has a sub account from our .Me "Family Pack". So far, I have been denied completing the sign up process. The error message is: "We are experiencing technical difficulties. Please try again later". Does this mean sub accounts in a .Me "Family Pack" can not own individual itunes accounts? Does it mean one itunes account must be shared among all "Family Pack" members? If so, this seems very limiting for itunes business and not a good incentive for buying the .Me Family Pack. Can someone tell me if this is true or how Family Pack sub accounts can open their own itunes account. Thanks

If you want them to have access to songs and videos, even free ones, you will need to provide some sort of payment method to set up the account, if not a credit card than a prepaid iTunes card or gift certificate. Apple uses this as verification of the user's country of residence, something the content owners require of them.
If you only want your users to have access to free songs, you can set them up an account using your credit card, then remove the credit card information from the account. Then they will only be able to download free songs and videos, though if they attempt to purchase something that has a cost, it may allow the purchase, create a balance due, and "clog" up the works until the item is paid for in some way.
Regards.

Similar Messages

  • How do i log out of my itunes account to allow someone else to login and sync their iphone?, how do i log out of my itunes account to allow someone else to login and sync their iphone?

    how do i log out of my itunes account to allow someone else to login and sync their iphone?

    In mail app, you can remove the account and add theirs in settings>Mail, Calendars,Contacts.
    or add theirs only and in mail, go up a level and view each inbox seperately.
    The ipad is not designed for multi-user use however so it is not easy.

  • TS2845 how do u authorize your iTunes account to allow to rent movies?

    how do you authorize your itunes account to allow to rent movies?

    Welcome to the Apple Community.
    The authorise option is found in the iTunes > store menu.

  • I created a 2nd itunes account, not I want to merge the 2 accts and delete the old one - how do i do this?

    i created a 2nd itunes account, not I want to merge the 2 accts and delete the old one - how do i do this?

    Any reason you created a new account instead of updating the old account with any new info?
    You cannot merge accounts. Anything purchased on an account will stay linked to that account and cannot be changed.

  • AAP 131 Asset is blocked for acquistion, transaction not allowed

    There is a service PO with Account assignment Category = Asset.
    PO done and released.
    SES done and released.
    Now want to delete the SES. For that it has to be de - released by the HOD.
    While de -releasing the SES it gives
    ERROR" AAP 131 Asset is blocked for acquistion, transaction not allowed "
    Checked Asset, it is already acquired and capitalized long back.
    Need help.
    Regards

    Hi,
    As message AK005 describes in the long-text, the AuC is assigned to an investment measure and therefore it is not allowed to post transactions that affect the acquisition value of the AuC.
    So it is not allowed to post down payments, acquisitions, retirements, etc. directly to the AuC of an investment measure.
    Only the CO/IM settlement transaction can be used for assets which are assigned to an investment measure.
    Such kind of postings, and this is the only possibility, have to be posted to the investment measure directly, which means the posting has to be done to the WBS-element or the internal order.
    Afterwards this down payment can be settled from the WBS-element or the internal order to the AuC.
    regards
    Waman

  • Sub query not allowed

    hi
    I have a package
    create package pack1
    procedure proc1(empid varchar2(10),ename varchar2(20),joindate date,empcat varchar2(20))
    is
    begin
    declare
    cursor c1 is
    select.....
    begin
    case when joindate>=(select joindate from empdetails where eid=empid)
    dbms_output.put_line("not vaid");
    when empcat not in(select ecat from empcategory where eid=empid)
    dbms_output.put_line("not vaid");
    end case
    end proc1
    end pack1
    here for the case statements it says sub queries not allowed
    can any one help what to do for validating input joindate and empcat.
    Once they are invalid I should print error message and exit from the process
    thank you

    create package pack1
    procedure proc1(empid varchar2(10),ename varchar2(20), ajoindate date,empcat varchar2(20))
    is
    -- begin
    -- declare
    valid number;
    cursor c1 is
    select.....
    begin
    select count(*)
    into valid
    from empdetails where eid=empid and ajointdate >= joindate;
    if number > 0 then
    dbms_output.put_line("not vaid");
    end if;
    select count(*)
    into valid
    from empcategory where eid=empid
    and empcat = ecat;
    if valid = 0 then
    dbms_output.put_line("not vaid");
    end if;
    end proc1;
    end pack1;

  • ITunes on Vista HP will not allow me to 'drag and drop'

    iTunes on Vista HP will not allow me to 'drag and drop' saved mp4 or mp3 files into any playlist.
    As I am totally new to Apple products please help me.
    Thanks

    Okay...no replies as yet so I've been having a play.
    I have the latest version of iTunes from the Apple site and my tracks have been downloaded from the net into MP4's in one file.Now,if I try and 'DND' into any of the music folders nothing happens....EXCEPT when I hover he cursor over 'iTunes DJ'....when released the tracks can now be found in 'Recently Added' folder,and can be played.
    Now...how do I get them into a folder ? Well,it's time for bed so will play again tomorrow (although I bet i'm up until 1am trying to figure it out !! ).

  • Goods receipt  for purchase order not allowed for a particular wbs

    hello everybody..
    Am creating a good receipt for a purchase order using the T-CODE-: MIGO...
    While doing so am getting an error as " goods receipt  for purchase order not allowed(wbs element)".
    What can be done to rectify this error?
    Plz do help me....
    Regards,
    Deepika
    Moderator message: not directly related to ABAP development, please have a look in the appropriate functional forum, study the long text of this error message.
    Edited by: Thomas Zloch on Dec 1, 2010 5:52 PM

    Hi Br. Ajay M,
    Released the order and Status line as follow
    REL  AVAC BUDG GMPS
    but the error changed while reverse the document
    item 0001 Order is invalid.
    Many thanks for your kindly reply.
    regards,
    Steven

  • Update error: POL - 4008 null buffer for attribute is not allowed

    I am attempting to update a column in my Oracle Lite database through JDBC.
    The statement is:
    ds = getDataSource();
    conn = getConnection(ds);
    stmt = getStatement(conn);
    int results = stmt.executeUpdate("UPDATE SYSTEM.PM_PASSENGERS SET CURRENT_STATUS_EVENT_ID = 267 WHERE PASSENGER_ID = 1");
    System.out.println(results+" rows affected.");
    conn.commit();
    which results in the message:
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    1 rows affected.
    [POL-4008] null buffer for attribute is not allowed
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    I am not sure what that means exactly. Does that mean there is some problem with the commit?
    Thanks,
    Allen

    Is it necessary to update the entire record in Oracle Lite, or should it be possible to update select columns only when performing an update query?
    Thanks,
    Allen

  • Item Category and MRP type for material is not allowed

    Hello all,
    I got a Error Message:
    <b>Transaction Z113 is not defined (Message no. V1347)</b>
    <b>Diagnosis</b>
    This combination of item category Z113 and MRP type for material is not allowed.
    <b>System response</b>
    The system does not allow further processing of this item.
    <b>Procedure</b>
    Check your entry.
    You can display the combination defined in table TVEPZ, which controls scheduling line category determination, and change it as required if you have the authorization to do so. The MRP type for the material may be changed in the material master.
    <b>The SD Configuration seems all right, I have:</b>
    Sls Doc Type (<b>VOV8</b>) – ZA9 (no delivery type assigned)
    Item Category (<b>VOV7</b>) – Z113
    Assigs Sls Doc & Item Ctgry (<b>VOV4</b>) – ZA9/ZNOR/blank/blanl/Z113
    ZNOR = Std Item-Av. chck  Del
    ZNOR defined in MM03/Sls Org 2
    Define Schedule Line (<b>VOV6</b>) = Z7 (without delivery)
    Z7 has FLAG on Prod Allocation
    Assign Schedule Line (<b>VOV5</b>) = Z113/ND/Z7
    At table: TVEPZ
    I have the entry: Z113/ND/Z7
    Guys, what would?
    Please help me out because I am stuck in this issue.
    Thanks a lot,
    Barbara

    Barbara, this may be tied to Strategy Group on the Material Master (I can't read enough into the detail)
    Item Category determination + MRP Type for your schedule line type ties to a Sched. Line category(this you know)
    New Rqmts class gets tied to a Rqmts Type
    New Rqmts Type gets assigned to rqmts class
    Strategy, assign the Rqmts Type to it
    Strategy Group, Assign the Strategy  to it
    MM02 [MRP3 view] strategy group should be the one that ties together (all the other ties
    It may be something in this area that you need to trace through ?
    Bill

  • "Create quotation for order" is not allowed (ORD 80000119 )

    Hi,
    After creation of service order I want to create quotation then  system gives error massage as below,
    "Create quotation for order" is not allowed (ORD 80000119 )
    Message no. BS002
    Diagnosis
    The transaction 'Create quotation for order' is not allowed for  ORD 80000119, because no status is set to permit it.
    System response
    You cannot carry out the transaction 'Create quotation for order'.
    Procedure
    You can carry out this transaction if you set a user status, which permits 'Create quotation for order'.
    Thanks & Regards
    kapil

    Kapil,
    Check the System status and user status of the order. Quotation can be created only before releasing the order (REL). or Any user status that may prevent creation of Quotation.
    Babu

  • JMS Adapter (for DI) does not allow passing username and password to JMS connection

    Post Author: PLed76
    CA Forum: Data Integration
    JMS Adapter (for DI) does not allow passing username and password to JMS connection. It has those fields only for MSMQ. Our Production environment does not allow us to connect to JMS (we use Tibco EMS) anonymously, so it prevents us from use of Data Integrator. Is there any way to pass those params, or obtain the correct version of JMS Adapter, or obtain source codes of the JMS Adapter so we can correct them ourselves (we can send you the corrected sources back) ? Thanks in advance for any help. (PL)ed76 Renaissance Capital

    Bump - Were having the same issue.
    Has anyone found a way to connect to Tibco with a user/pwd?
    Version 14.0.297.

  • ITunes option for "SYNCH" is not operable.  Also, the "device" does not sho

    iTunes option for "SYNCH" is not operable. Also, the "device" does not show up on the list as being connected, so I cannot sync any of the Ipods we have. I've updated, deleted and reinstalled iTunes and still not able to sync. The main menu that usually pops up when you connect your Ipod to the computer doesnt happen either....help please
    FeelnPreti

    Welcome to AD!
    Do you know what changed on your PC? Try a differetn USB port or iPod cable.
    Here is an article with a list of other things to check.
    http://support.apple.com/kb/TS1369

  • Note for FAPP column not allowed

    Dear All,
    We had this error message " Note for FAPP column not allowed " during
    execution of appraisal form. Upon debugging, we found out objective
    setting entered has been truncated and updated into Final Appraisal
    column where this column has been set to "No Note".
    Please share with me if anybody has come across with this issue before.
    Thanks and best regards,
    Khairul

    >
    Khairul Nizar Rhazak @ Ani wrote:
    > Hi Michael,
    >
    > Thanks for the reply.
    >
    > I would like to understand further on this as we are not able to replicate this error in our development system. Kindly, please share with us if there is any step we can use to replicate the error and work on permanent solution.
    >
    > Currently, we are having more than 10000 employees in Asia Pacific affected by this error and we are working on cleaning appraisal form manually.
    >
    > Thanks in advance for your cooperation.
    >
    > Khairul
    i think to try to replicate you need to have two clients in dev,  1 for config, 1 for testing to replicate the problem
    in ur config client take your production template, copy ithe template and make a test template. 
    transport this new test template into the test client. 
    generate employee documents for this test template, start processing the employee docs, but don't finish them..
    go back to config client with your test template.  unrelease the template, remove the notes field, remove a column, release and transport your template.  transport now the updated test template to the test client.  Test on the previous employees.  if you can't replicate, create new employee documents based on that version and repeat the cycle with other changes...
    this only a guess as to why you would get a weird error like that.  anyways, since it's a production problem you should probably be opening a high ticket with sap.  
    the bad news if this is your problem, it will be very hard to correct in production...

  • I redeemed my iTunes card but it will not allow me to make any purchases

    I redeemed my iTunes card but it will not allow me to make any purchases please help.

    Have you Contacted Support as requested...
    iTunes Customer Service Contact
    http://www.apple.com/support/itunes/contact.html

Maybe you are looking for