Add another directory

We're looking to add another directory to our phones, mainly for our technicians cellular numbers. I was thinking editing the directories script to show yet another directory in addtion to Personal and Corporate.
If that is not possible, then adding a phone service would be the 2nd choice. We're running CUCMBE 7.0, does anyone know an easy approach at accomplishing this or can lead me to the correct documentation? I've been searching for quite some time now with no luck. Any insight provided will be greatly appreciated. Thanks!

I'd like to, but I suppose I won't ask why it cannot be hosted on the same server..
How custom are we talking? This is an important topic that customers laugh at when told the system can't do a simple directory. I'm pretty self sufficient when it comes to html related items, not so much java. Is that the bulk of the programming?
Also, if there is any documentation that can lead me in the right direction I would be very greatful.

Similar Messages

  • Add another Node EBS 11i

    Hi all,
    this thread is in continuation with thread. Re: EBS upgrade path
    Applicaiotn=11.5.10.2
    DB=10.2.0.5.0
    OS= OEL 4.8
    Nodes configuration is 1+1+1
    i.e.
    Node Name
    erpapps (Admin+Web+Form+Concurrent)
    erpdb db tier
    erpdrdb standby database
    <b>want to add another node
    erpapps1 with (Admin+Web+Form+Concurrent)</b>
    I followed following steps:
    <b>1- prepare to source system, executed</b>
    perl adpreclone.pl dbTier // although it has nothing to do with this activity
    perl adpreclone.pl appsTier // on erpapps node
    <b>2- Copy the appsTier from erpapps to erpapps1 </b>
    <b>3- executed perl adcfgclone.pl appsTier </b>
    adcfgclone completed successfully.
    parameters entered for adcfgclone.pl are as
    PROMPT :
    Do you want to use a virtual hostname for the target node (y/n) [n] ?
    ANSWER :
    n
    PROMPT :
    Target system database SID [PROD]
    ANSWER :
    PROD
    Default value found for s_contextname : PROD_erpapps1
    PROMPT :
    Target system database server node [erpdb]
    ANSWER :
    erpdb
    PROMPT :
    Target system database domain name [abc.def.com]
    ANSWER :
    abc.def.com
    PROMPT :
    Does the target system have more than one application tier server node (y/n) [y] ?
    ANSWER :
    y
    PROMPT :
    Does the target system application tier utilize multiple domain names (y/n) [n] ?
    ANSWER :
    n
    PROMPT :
    Target system concurrent processing node [erpapps]
    ANSWER :
    erpapps1
    PROMPT :
    Target system administration node [erpapps]
    ANSWER :
    erpapps1
    PROMPT :
    Target system forms server node [erpapps]
    ANSWER :
    erpapps1
    PROMPT :
    Target system web server node [erpapps]
    ANSWER :
    erpapps1
    PROMPT :
    Is the target system APPL_TOP divided into multiple mount points (y/n) [n] ?
    ANSWER :
    n
    PROMPT :
    Target system APPL_TOP mount point [/oracle/oraapps/prodappl]
    ANSWER :
    /oracle/oraapps/prodappl
    PROMPT :
    Target system COMMON_TOP directory [/oracle/oraapps/prodcomn]
    ANSWER :
    /oracle/oraapps/prodcomn
    PROMPT :
    Target system 8.0.6 ORACLE_HOME directory [/oracle/oraapps/prodora/8.0.6]
    ANSWER :
    /oracle/oraapps/prodora/8.0.6
    PROMPT :
    Target system iAS ORACLE_HOME directory [/oracle/oraapps/prodora/iAS]
    ANSWER :
    /oracle/oraapps/prodora/iAS
    PROMPT :
    Do you want to preserve the Display set to :0.0 (y/n) [y] ?
    ANSWER :
    y
    at the end
    The new context file has been created at:
            /oracle/oraapps/prodappl/admin/PROD_erpapps1.xml
    then autconfig completed successfully and services started with one exception while starting services
    Checking for FNDFS executable.
    Starting listener process APPS_PROD.
    adalnctl.sh: exiting with status 127<b>4- executed perl adaddnode.pl </b>
    [oraapps@erpapps1 ~]$ more set_apps_env.sh
    . /oracle/oraapps/prodappl/APPSPROD_erpapps1.env
    [oraapps@erpapps1 ~]$ . set_apps_env.sh
    [oraapps@erpapps1 ~]$ cd $COMMON_TOP/clone/bin
    [oraapps@erpapps1 bin]$ ls
    adaddnode.pl  adcfgclone.pl  adchkutl.sh  adclonectx.pl  adclone.pl
    [oraapps@erpapps1 bin]$ perl adaddnode.pl
    Enter the APPS username: APPS
    Enter the APPS user password:
            Using CONTEXT_FILE : /oracle/oraapps/prodappl/admin/PROD_erpapps1.xml
            Using      CTXORIG : /oracle/oraapps/prodcomn/clone/bin/../context/apps/CTXORIG.xml
    APPL_TOP name of the source system (old APPL_TOP name) : erpapps
    APPL_TOP name of the target system (new APPL_TOP name) : erpapps1
    Configuring snapshot information for the original (clone source) node...
    Executing command:
    sqlplus /nolog @/oracle/oraapps/prodappl/ad/11.5.0/patch/115/sql/adadmrat.sql APPS pals15 PROD PROD erpapps1 erpapps /oracle/oraapps/prodcomn/temp/adadmat_sql.spool
    SQL*Plus: Release 8.0.6.0.0 - Production on Wed Sep 28 21:52:17 2011
    (c) Copyright 1999 Oracle Corporation.  All rights reserved.
    Connected.
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Current data
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    APPL_TOP Names in AD_APPL_TOPS:
    *PRESEEDED*
    GLOBAL
    erpapps
    erpapps1
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Updating tables...
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    declare
    *<b>
    ERROR at line 1:
    ORA-00001: unique constraint (APPLSYS.AD_APPL_TOPS_U2) violated
    ORA-06512: at line 16
    </b>
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Error configuring snapshot information for the source node...cannot proceed with adding the node.[oraapps@erpapps1 bin]$
    [oraapps@erpapps1 bin]$ sqlplus apps
    SQL*Plus: Release 8.0.6.0.0 - Production on Wed Sep 28 21:52:29 2011
    (c) Copyright 1999 Oracle Corporation.  All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    <b>followed thread  Error:ORA-00001: unique constraint (APPLSYS.AD_APPL_TOPS_U2) violated </b>
    SQL> create table ad_timestamps_bak as select * from ad_timestamps;
    Table created.
    SQL> create table ad_appl_tops_bak as select * from ad_appl_tops;
    Table created.
    SQL> delete ad_appl_tops where name='erpapps1';
    1 row deleted.
    SQL> delete from ad_timestamps where attribute like '%erpapps1';
    2 rows deleted.
    SQL> commit;
    SQL> exit<b>rerun perl adaddnode.pl</b>
    Enter the APPS username: APPS
    Enter the APPS user password:
            Using CONTEXT_FILE : /oracle/oraapps/prodappl/admin/PROD_erpapps1.xml
            Using      CTXORIG : /oracle/oraapps/prodcomn/clone/bin/../context/apps/CTXORIG.xml
    APPL_TOP name of the source system (old APPL_TOP name) : erpapps
    APPL_TOP name of the target system (new APPL_TOP name) : erpapps1
    Configuring snapshot information for the original (clone source) node...
    Executing command:
    sqlplus /nolog @/oracle/oraapps/prodappl/ad/11.5.0/patch/115/sql/adadmrat.sql APPS pals15 PROD PROD erpapps1 erpapps /oracle/oraapps/prodcomn/temp/adadmat_sql.spool
    SQL*Plus: Release 8.0.6.0.0 - Production on Wed Sep 28 22:25:33 2011
    (c) Copyright 1999 Oracle Corporation.  All rights reserved.
    Connected.
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Current data
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    APPL_TOP Names in AD_APPL_TOPS:
    *PRESEEDED*
    GLOBAL
    erpapps
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Updating tables...
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    PL/SQL procedure successfully completed.
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Updated data
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    APPL_TOP Names in AD_APPL_TOPS:
    *PRESEEDED*
    GLOBAL
    erpapps
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Done
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Commit complete.
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Completed snapshot configuration on source node.
    Configuring snapshot information for the new (clone target) node...
    Executing command:
    sqlplus /nolog @/oracle/oraapps/prodappl/ad/11.5.0/patch/115/sql/adadmdat.sql APPS pals15 PROD PROD erpapps erpapps1 /oracle/oraapps/prodcomn/temp/adadmdat_sql.spool
    SQL*Plus: Release 8.0.6.0.0 - Production on Wed Sep 28 22:25:33 2011
    (c) Copyright 1999 Oracle Corporation.  All rights reserved.
    Connected.
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Checking configuration...
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    AOL Schema Name         : APPLSYS
    Applications System Name: PROD
    Source APPLTOP Name     : erpapps
    Target APPLTOP Name     : erpapps1
    ACTIVE_FLAG present?    : TRUE
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Current data
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    APPL_TOP Names in AD_APPL_TOPS:
    *PRESEEDED*
    GLOBAL
    erpapps
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Updating tables...
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    PL/SQL procedure successfully completed.
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Updated data
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    APPL_TOP Names in AD_APPL_TOPS:
    *PRESEEDED*
    GLOBAL
    erpapps
    erpapps1
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Done
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Commit complete.Following are the observations:
    - concurrent is not starting on both nodes
    - if access application through url http://erpapps.abc.def.com:8010/--- then till login page url remains for same host, but after successfull login url redirects to http://erpapps1.abc.def.com:8010/.
    <b>
    we want this setup
    erpapps (Admin+Web+Form+Concurrent)
    erpapps1 (Admin+Web+Form+Concurrent)
    erpdb db tier
    erpdrdb standby database
    What I missed in the configuration?
    </b>
    Regards,
    Asim

    cocurrent error at node ERPAPPS1
    Could not contact Service Manager FNDSM_ERPAPPS_PROD. The TNS alias could not be located, the listener process on ERPAPPS could not be contacted, or the listener failed to spawn the Service Manager process.
    Could not contact Service Manager FNDSM_ERPAPPS1_PROD. The TNS alias could not be located, the listener process on ERPAPPS1 could not be contacted, or the listener failed to spawn the Service Manager process.concurrent error for node ERPAPPS, eralier it was working fine
    Routine &ROUTINE has attempted to start the internal concurrent manager.  The ICM is already running.  Contact you system administrator for further assistance.afpdlrq received an unsuccessful result from PL/SQL procedure or function FND_DCP.Request_Session_Lock.
    Routine FND_DCP.REQUEST_SESSION_LOCK received a result code of 1 from the call to DBMS_LOCK.Request.
    Possible DBMS_LOCK.Request resultCall to establish_icm failed
    The Internal Concurrent Manager has encountered an error.
    Review concurrent manager log file for more detailed information. : 28-SEP-2011 23:07:59 -
    Shutting down Internal Concurrent Manager : 28-SEP-2011 23:07:59
    List of errors encountered:
    _ 1 _
    Routine AFPCSQ encountered an ORACLE error. .
    Review your error messages for the cause of the error. (=<POINTER>)
    List of errors encountered:
    _ 1 _
    Routine AFPCAL received failure code while parsing or running your
    concurrent program CPMGR
    Review your concurrent request log file for more detailed information.
    Make sure you are passing arguments in the correct format.
    The PROD_0928@PROD internal concurrent manager has terminated with status 1 - giving up.<b>Do you have PCP implemented?</b>
    No, till now we haven't done that.

  • Problems when I copy my VI to another directory

    Hello!
    I have problem when I copy my Main Vi to another directory. It is included in the program to have a template main that I duplicate. When I have copied my Vi to another directory direct under the template directory it has problems to find subvi´s that are included in the main VI. The subvi´s are included in the same folder as the template VI. Is it possible to set in the template main VI where to look for the subvi included, independent where I copy it?
    Please help!!
    BR
    Kristian

    Sure. There is a file path "constant" that will return the current VI's path. Use this, then strip off what you don't need with strip path and add in the new parts with build path.
    Hope that this helps,
    Bob
    Bob Young - Test Engineer - Lapsed Certified LabVIEW Developer
    DISTek Integration, Inc. - NI Alliance Member
    mailto:[email protected]

  • Can't play music since I moved it to another directory

    Is there a possibility to let Itunes search for all the right directories for all my music at once, or do I really have to search it manually for each song? Since I moved my music to another directory, Itunes isn't able to detect it anymore.

    No iTunes does not automatically search for missing tracks.
    The simplest way out of this is to start a new library, but this will loose all your counts rating and playlists.
    To do this, close iTunes and drag iTunes Library.itl and iTunes Library.xml to the desktop.
    Open iTunes and and empty library is created. Set the location of your iTunes Music folder if you need to (preferences>>Advanced tab) then add you new music folder with File>>Add folder to library.
    If you really care about your meta data there is another way which is more complicated and involves editing the xml file to correct the paths. I can explain how to do that if you want. It only works if you moved the entire iTunes Music folder intact so all the subfolders remain the same.
    PS there is another alternative, if you can put everything back how it was before you moved the music folder.
    Message was edited by: polydorus

  • How to Add another path to UTL_FILE_DIR in 9i

    Hi,
    How can we add another path to an existing UTL_FILE_DIR value in Oracle 9i?
    Can we do this Dynamically so that it doesn't require a DB bounce
    Thanks in Adv
    Srikanth Tirandas

    Hi 397779
    you can repeat that parameter in the parameter file several times.
    UTL_FILE_DIR
    Parameter type
    String
    Syntax
    UTL_FILE_DIR = pathname
    Default value
    There is no default value.
    Parameter class
    Static
    Range of values
    Any valid directory path
    UTL_FILE_DIR lets you specify one or more directories that Oracle should use for PL/SQL file I/O. If you are specifying multiple directories, you must repeat the UTL_FILE_DIR parameter for each directory on separate lines of the initialization parameter file.
    All users can read or write to all files specified by this parameter. Therefore all PL/SQL users must be trusted with the information in the directories specified by this parameter.
    Note:
    If you list multiple values, all entries of this parameter must be on contiguous lines of the parameter file. If you separate them with other parameters, Oracle will read only the last (contiguous) lines
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96536/ch1221.htm#REFRN10230
    Joel Pèrez
    http//otn.oracle.com/experts

  • When to add another server?

    Hello Community
        When using Windows Server and the hard disk starts getting full,
    you can add another hard disk or when you don't have enough memory
    you can add more memory.
        So when you are running out of hard disk space or memory
    when do you have to add another server instead of adding more hard disks
    or when do you have to add another server instead of adding more memory?
        Thank you
        Shabeaut

    Hi,
    It is hard to say when to add another server, this mostly depends on the requirements of your environment.
    And before the setup action, it's better to have a good design of the deployment.
    In addition, here is a WIKI talking about Capacity Planning for Active Directory Domain Services,
    see:
    Capacity Planning for Active Directory Domain Services
    http://social.technet.microsoft.com/wiki/contents/articles/14355.capacity-planning-for-active-directory-domain-services.aspx
    More information here:
    Identifying Your AD DS Design and Deployment Requirements
    http://technet.microsoft.com/en-us/library/cc771518(v=ws.10).aspx
    Hope this helps
    Best regards
    Michael
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Add another local domain but not sending

    dear all,
    i have OCS R2 i am able to send email form local domain (ocsmail.x.com) to the same domain and extarnaly to hotmail.
    i had to add another mail domain (mail.xyz.com) now i am not able to send emai from mail.xyz.com to ocsmail.test.com while i am able to send emials outside to hotmail, what configration should i do to let it send emails localy but to other domails.

    Hi
    Havic,
    >>When I try those setting, I cannot logon locally with this new account (good).  I can remove it from the domain (good).  I cannot add it back.  I'm getting a:
    "The join operation was not successful.  This could be because an existing computer account having the name was previously created using a different set of credentials..."
    According to your error message, it is limited by access is denied.
    So to solve the problem, please  add the complete set of permission to allow the appropriate users to rejoin the computer accounts in Active Directory.
    During my test, these permissions are necessary:
         Create Computer objects
         Delete Computer objects
         Reset Password
         Read and write Account Restrictions
         Validated write to DNS host name
         Validated write to service principal name
    Here is the link for how to do: https://support.microsoft.com/en-us/kb/932455
    Best Regards
    Mary Dong

  • I have an ipod touch already linked to computer, i want to add another using same email details. i have set up new ipod and it has excatly same  music etc as 1st ipod how can i use 1 account but 2 differnt ipods? many thanks.

    i   have an ipod touch linked to laptop, i now want to add another ipod touch how do i do it using same email etc, but dont want the same apps etc as the first ipod. as it is now i have exactly the same stuff on both ipods. please help.

    It's a snap.  Each device has its own name.  If iTunes does not assign unique names for the two iPods, change one of the names yourself.  You can see both my iPad and my iPod simultaneously on my iTunes because I sync wirelessly. 
    Simply configure the sync characteristics for each device separately.  The iTunes software will know the one with which it's communicating.

  • Is there a way to automatically add another of the same page while a form is being filled?

    Is there a way to automatically add another of the same page while a form is being filled?
    I have a two-page form of which the second page is essentially a spreadsheet analog.  Often, there is need for for more lines than are available on the page.  Is there a way in which to add another or even multiple copies of the second page? 
    Thanks ahead...
    TG

    You can do that with a dynamic XFA form created in LiveCycle Designer, which comes with Acrobat Pro for Windows. For more information, you can ask over at the LiveCycle Designer forum.

  • When I want to add an album onto my iphone using itunes, I am successful in  putting one album on my phone but when I want to add another album it deletes the first album I put on my phone. How can I add more albums without some albums disappearing?

    I am having a problem with importing cds onto my iPhone. I have successfully added a playlist or album to my phone but when I want to add another album/artist, the first album that was on there has all of a sudden disappeared. Its like I can only have one album on my phone. This is my first time dealing with anything Apple because I have been using android phones. Any help would be appreciated as I don't fully understand iTunes.

    You can delete photos from individual albums but not from the camera roll.  If you try to delete a photo from camera roll it will be deleted from all other albums ("locations") that contain the photo.  This is because the actual photo is in the camera roll (the albums only contain links to the photo in camera roll, not the actual photo).

  • Copy file from directory to another directory

    I need to copy a file from a directory to another directory, but that file is longer than 2M.
    I put the data into a array of bytes and then i passed to a destination directory.
    Now i'm using a BufferedOutputStream but, as i have a file whith 2M, and this dont work.
    How can i resolve this problem.
    Thanks, Luis

    I use This, and it works with all kinds of files. I use it for backups with thousands of files and subdirectories.
    you can use this like "copyFiles("D:\\Source", "D:\\Destination")
    The two directories in the parameter list must exist. Subdirectories will be generated from the method.
    I hope this will help you.
    private void copyFiles(String fromPath, String toPath)
         // copies all files and it�s subdirectories from fromPath to toPath
         // fromPath and toPath must exist
              if (fromPath != null)
                   File dir = new File(fromPath);
                   if (dir.exists() && dir.isDirectory())
                        File [] fileList = dir.listFiles();
                        int count = fileList.length;
                        int i = 0;
                        while (i < count)
                             File f = fileList;
                             i++;
                             if (f.isFile())
                                  String toFile = toPath + File.separator + f.getName();
                                  copyFile(f.getPath(), toFile);
                             else
                                  if (f.isDirectory())
                                       File newPath = new File(toPath + File.separator + f.getName());
                                       newPath.mkdirs();
                                       copyFiles(f.getPath(), newPath.getPath());
                        }// while (i < count
                   }// if (dir.exists() && dir.isDirectory())
              }// if (fromPath != null)
         }// copyFiles(String fromPath, String toPath)
    private void copyFile(String src, String dest)
    // Copies a single File with date and time attributes
              long fileTime;
              try
                   FileChannel in = new FileInputStream(src).getChannel();
                   FileChannel out = new FileOutputStream(dest).getChannel();
                   File inInfo = new File(src);
                   fileTime = inInfo.lastModified();
                   in.transferTo(0, in.size(), out);
                   in.close();
                   out.close();
                   File outInfo = new File(dest);
                   outInfo.setLastModified(fileTime);
              } catch (IOException ioe)
                   System.out.println("An error occured: " + ioe.getMessage());

  • My ipads and iphone are listed and included in my 5 devices in iTunes.  But it should only be computers (my desktop and laptop).  If I deauthorize them, so that I can add another laptop, how to I keep the music/purchases from itunes on them?

    I would like to add another laptop to my authorized devices in iTunes store.  But it says I have 5 devices already.  4 of these devices are actually iphones, ipads or itouch.  I am afraid to deauthorize them so I can add a laptop.  It will take the music/apps away, won't it?  How do you include an itouch/ipad/iphone in your iTunes account without listing it as an authorized device?  And where is the '10 devices' coming from?  vs. 5?  Very confused
    We need to use the following devices with the same iTunes id:
    2 laptops (soon to be three)
    1 desktop
    2 ipads
    2 iphones
    2 itouches
    Is this possible?
    To make things more complicated, a few of these devices will also use a DIFFERENT apple id for the cloud/mobile me.
    But we all use the same iTUNES id for apps/ music in the family.
    Thanks so much for your help!

    There is no list of authorized computers.  Where do you see a list?
    You must be talking about something other than authorization.  Please clarify.
    iTunes Store: About authorization and deauthorization

  • How do you add another email account

    I have clicked on settings, than clicked on mail, contacts, calendar. But the Accounts section is all grey.  I can't add another email account or even delete the existing one.  I have changed email accounts, so this is really annoying. Can someone please help me here.
    Cheers

    Did you check your restriction settings on your ipod for changing accounts in Settings/General/Restrictions?

  • HT2589 I already have 2 devices on one apple ID account and want to add apple TV.  How do I add another device on an existing apple ID account so that I can download movies from the cloud to any of 3 devices?

    how do I add another device on to my apple ID account so that I can download movies etc.. from my icloud to any of the 3 devices on the account?   I already have my iphone and ipad on the account and for some reason my 3rd device (apple TV) dropped off.   If you can help, greatly appreciated!!

    Hello there, HannaGriffin.
    Since the Apple TV (1st Generation) is the only one that has storage, I would recommend the following Knowledge Base articles for troubleshooting issues with authorization:
    Apple TV (1st generation) may not play content purchased from the iTunes Store
    http://support.apple.com/kb/ts1359
    or
    Apple TV (1st generation): Apple TV repeatedly asks for password to play iTunes Store rentals or purchases
    http://support.apple.com/kb/ts2845
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro D.

  • I have one home computer and our household has 2 iphones. I am signed up on itunes and now my husband would like to have an account with itunes as well. Can there be two accounts for 2 users for itunes on one home computer? How do I add another account ?

    I have one home computer and our household has 2 iphones. I am signed up on itunes and now my husband would like to have an account with itunes as well. Can there be two accounts for 2 users for itunes on one home computer? How do I add another account ?

    Have a read here...
    https://discussions.apple.com/message/18409815?ac_cid=ha
    And See Here...
    How to Use Multiple iDevices with One Computer

Maybe you are looking for

  • How to get Mail to filter out foreign alphabet messages???

    a lot of the spam I receive is in Russian or an Asian language. Nobody I want to hear from sends me mail in another alphabet. Is there a way to set a rule for this? I saw another posting about someone who had blocked Cyrillic/Russian, but darned if I

  • My IMessage won't keep prior messages.

    I Have an IPAD! An IOS 7.2, and love it. I have read through the Apple IPAD manual and cannot find anything on how to save IMessages. It isn't doing it automatically. I read the Search instructions, but nothing. What am I doing wrong? PLEASE HELP, AS

  • Problem with translation of Area Manu.

    Hi I need to translate the AREA MENU (T-code SE43) The steps followed: 1) Go to SE43 in change mode 2) Goto menu: Utilities-> Translation 3) Made the translation 4) Saved & activated... It asked for the transport tequest. When the request was transpo

  • I haven"t used the data on my phone for 2 month and I'm still getting a big bill why?

    I didn't use the data for 2 month on my phone and I still have to pay a big bill. This is the third big bill I have to pay. I deleted all the apps and turned of data and I still have to pay a big bill over what I was paying    why?

  • Can't open iPhoto 8.1.2

    Used my Macbrook Pro OS X as a harddisk through the tunderbolt wire on a Mac Pro to edit som photos in iPhoto 11, but now, back on my Macbook Pro, iPhoto won't open because I've edited photos with the new version and it tells me that I must quit this