The hostname test01 is not authorized to be used in this zone cluster

Hi,
I have problems to register a LogicalHostname to a Zone Cluster.
Here my steps:
- create the ZoneCluster
# clzc configure test01
clzc:test01> info
zonename: test01
zonepath: /export/zones/test01
autoboot: true
brand: cluster
bootargs:
pool: test
limitpriv:
scheduling-class:
ip-type: shared
enable_priv_net: true
sysid:
name_service not specified
nfs4_domain: dynamic
security_policy: NONE
system_locale: en_US.UTF-8
terminal: vt100
timezone: Europe/Berlin
node:
physical-host: farm01a
hostname: test01a
net:
address: 172.19.115.232
physical: e1000g0
node:
physical-host: farm01b
hostname: test01b
net:
address: 172.19.115.233
physical: e1000g0
- create a RG
# clrg create -Z test01 test01-rg
- create Logicalhostname (with error)
# clrslh create -g test01-rg -Z test01 -h test01 test01-ip
clrslh: farm01b:test01 - The hostname test01 is not authorized to be used in this zone cluster test01.
clrslh: farm01b:test01 - Resource contains invalid hostnames.
clrslh: (C189917) VALIDATE on resource test01-ip, resource group test01-rg, exited with non-zero exit status.
clrslh: (C720144) Validation of resource test01-ip in resource group test01-rg on node test01b failed.
clrslh: (C891200) Failed to create resource "test01:test01-ip".
Here the entries in /etc/hosts from farm01a and farm01b
172.19.115.119 farm01a # Cluster Node
172.19.115.120 farm01b loghost
172.19.115.232 test01a
172.19.115.233 test01b
172.19.115.252 test01
Hope somebody could help.
regards,
Sascha
Edited by: sbrech on 13.05.2009 11:44

When I scanned my last example of a zone cluster, I spotted, that I added my logical host to the zone clusters configuration.
create -b
set zonepath=/zones/cluster
set brand=cluster
set autoboot=true
set enable_priv_net=true
set ip-type=shared
add inherit-pkg-dir
set dir=/lib
end
add inherit-pkg-dir
set dir=/platform
end
add inherit-pkg-dir
set dir=/sbin
end
add inherit-pkg-dir
set dir=/usr
end
add net
set address=applh
set physical=auto
end
add dataset
set name=applpool
end
add node
set physical-host=deulwork80
set hostname=deulclu
add net
set address=172.16.30.81
set physical=e1000g0
end
end
add sysid
set root_password=nMKsicI310jEM
set name_service=""
set nfs4_domain=dynamic
set security_policy=NONE
set system_locale=C
set terminal=vt100
set timezone=Europe/Berlin
end
I am refering to:
add net
set address=applh
set physical=auto
end
So as far as I can see this is missing from your configuration. Sorry for leading you in the wrong way.
Detlef

Similar Messages

  • I have music in my itunes library that when I try to transfer them to my ipod, a get the message "You are not authorized to play it on this computer"

    How can I identify these songs in my library and either delete or authorize them?

    Have you seen this article related to your issue?
    iTunes repeatedly prompts to authorize computer to play iTunes Store purchases
    B-rock

  • Unable to use Datasource.cfc in Admin API - The current user is not authorized to invoke this method

    Hi Everyone,
    I am having some issues accessing the methods in the datasource.cfc in the adminAPI.
    I can successfully load the administrator CFC and am told that I have successsfuly logged in;
    But when I try to subsequently load the datasource.cfc I get an error that the current user is unable to access the method.
    /* Create an Admin API object and call the login method */
                                                      var local = {};
                                                      local.adminObj = createObject("component", "cfide.adminapi.administrator");
                                                      /* Enter your password for the CF Admin */
      /* if you dump this - TRUE is returned */
                                                      local.adminObj.login(adminPassword="my_admin_user_password");
                                                      /* Create an object of datasource component */
                                                      local.dsnObj = createObject("component", "cfide.adminapi.datasource");
      writeDump(local.dsnObj.getDataSources());
    I tried creating separate admin users and passwords - yhinking that perhaps a revent hotfix had stopped the "admin" user from being allowed to use the adminAPI - but changing to a new adminuser yielded the same results.
    I could login to the admin API with the new username and passsword - but could not access the datasource.cfc after that.
    Here is the debug output from the error...
    The current user is not authorized to invoke this method.
    The error occurred in accessmanager.cfc: line 48
    Called from datasource.cfc: line 52
    Called from C:/inetpub/wwwroot/projectDir/trunk/Application.cfc: line 155
    Called from C:/inetpub/wwwroot/projectDir/trunk/Application.cfc: line 52
    Called from C:/inetpub/wwwroot/projectDir/trunk/Application.cfc: line 45
    Called from C:/inetpub/wwwroot/projectDir/trunk/Application.cfc: line 1
    -1 : Unable to display error's location in a CFML template.
    Resources:
    Check the ColdFusion documentation to verify that you are using the correct syntax.
    Search the Knowledge Base to find a solution to your problem.
    Browser 
    Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.64 Safari/537.31
    Remote Address 
    127.0.0.1
    Referrer 
    Date/Time 
    22-Apr-13 01:09 PM
    Stack Trace
    at cfaccessmanager2ecfc974154242$funcCHECKADMINROLES.runFunction(E:/cf10_final/cfusion/wwwro ot/CFIDE/adminapi/accessmanager.cfc:48) at cfdatasource2ecfc1679861966$funcGETDATASOURCES.runFunction(E:/cf10_final/cfusion/wwwroot/ CFIDE/adminapi/datasource.cfc:52) at cfApplication2ecfc498167235$funcPREREQUISITESTART.runFunction(C:/inetpub/wwwroot/projectD ir/trunk/Application.cfc:155) at cfApplication2ecfc498167235$funcINIT.runFunction(C:/inetpub/wwwroot/projectDir/trunk/Appl ication.cfc:52) at cfApplication2ecfc498167235._factor5(C:/inetpub/wwwroot/projectDir/trunk/Application.cfc: 45) at cfApplication2ecfc498167235.runPage(C:/inetpub/wwwroot/projectDir/trunk/Application.cfc:1 )
    coldfusion.runtime.CustomException: The current user is not authorized to invoke this method. at coldfusion.tagext.lang.ThrowTag.doStartTag(ThrowTag.java:142) at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2799) at cfaccessmanager2ecfc974154242$funcCHECKADMINROLES.runFunction(E:\cf10_final\cfusion\wwwroot\CFIDE\adminapi\accessmanager.cfc:48) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472) at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:220) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:655) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:444) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:414) at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2432) at cfdatasource2ecfc1679861966$funcGETDATASOURCES.runFunction(E:\cf10_final\cfusion\wwwroot\CFIDE\adminapi\datasource.cfc:52) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472) at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:405) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:220) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:655) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:444) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:414) at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2432) at cfApplication2ecfc498167235$funcPREREQUISITESTART.runFunction(C:\inetpub\wwwroot\projectDir\trunk\Application.cfc:155) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:405) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:220) at coldfusion.runtime.CfJspPage._invokeUDF(CfJspPage.java:2659) at cfApplication2ecfc498167235$funcINIT.runFunction(C:\inetpub\wwwroot\projectDir\trunk\Application.cfc:52) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:220) at coldfusion.runtime.CfJspPage._invokeUDF(CfJspPage.java:2659) at cfApplication2ecfc498167235._factor5(C:\inetpub\wwwroot\projectDir\trunk\Application.cfc:45) at cfApplication2ecfc498167235.runPage(C:\inetpub\wwwroot\projectDir\trunk\Application.cfc:1) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:244) at coldfusion.runtime.TemplateProxyFactory.resolveComponentHelper(TemplateProxyFactory.java:538) at coldfusion.runtime.TemplateProxyFactory.resolveName(TemplateProxyFactory.java:234) at coldfusion.runtime.TemplateProxyFactory.resolveName(TemplateProxyFactory.java:159) at coldfusion.runtime.TemplateProxyFactory.resolveFile(TemplateProxyFactory.java:120) at coldfusion.cfc.CFCProxy.<init>(CFCProxy.java:138) at coldfusion.cfc.CFCProxy.<init>(CFCProxy.java:84) at coldfusion.runtime.AppEventInvoker.<init>(AppEventInvoker.java:64) at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:232) at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40) at coldfusion.filter.PathFilter.invoke(PathFilter.java:112) at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:94) at coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:79) at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28) at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38) at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46) at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38) at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22) at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:62) at coldfusion.CfmServlet.service(CfmServlet.java:219) at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42) at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:224) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:169) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98) at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:928) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:414) at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:204) at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:539) at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:298) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:662)
    And here is the listed exceptions, beneath the stack trace;
    13:09:56.056 - cfadminapiSecurityError Exception - in E:/cf10_final/cfusion/wwwroot/CFIDE/adminapi/accessmanager.cfc : line 48
             The current user is not authorized to invoke this method.
    13:09:56.056 - cfadminapiSecurityError Exception - in E:/cf10_final/cfusion/wwwroot/CFIDE/adminapi/accessmanager.cfc : line 48
             The current user is not authorized to invoke this method.
    13:09:56.056 - java.io.FileNotFoundException - in C:/ColdFusion10/cfusion/wwwroot/WEB-INF/exception/errorcontext.cfm : line 44
             E:/cf10_final/cfusion/wwwroot/CFIDE/adminapi/accessmanager.cfc (The system cannot find the path specified)
    This perspn seems to be having the same issue;
    http://forums.adobe.com/message/5051892
    and I agree I don't have "E" drive either!

    I've found a solution to my plight - I don't know if it'll work for you or help you try something that MAY fix it.
    I use a common code set which includes the Application.cfc from a CF Mapping - So, in the application.cfc in the actual website I do this:-
    <cfinclude template="/UberDirectory/Application.cfc">
    Then, in the /UberDirectory/Application.cfc, I was initialising a CFC which checks if the datasource was created for the website. The datasource checking code attempts to log into the Admin API and check & create if necessary the datasource.
    This has previously worked without fail for me - But in this instance it failed!! I was doing two things wrong - Firstly, the CFC should only be called in the Application.cfc in the onRequestStart section as the Application had to be initialised first - This is maybe because I've invoked the application.cfc in a "non-standard" manner.
    Secondly, once I'd moved the CFC invocation into oNRequestStart I saw the following error:-
    The string COOKIE.CFAUTHORIZATION_uber-directory is not a valid ColdFusion variable name.
    I had this as the app name .... <cfset this.name = 'uber-directory'>
    Changedthe dash to an underscore and I was away and could once again check the datasources
    Hope it helps
    Martin

  • I purchased a song through iTunes on my MacBook which I have owned for years using the same Apple ID and all of the sudden I am not authorized to listen to this song only? Why? How do I fix it cause it's making me very mad...

    Just purchased a song through iTunes on my MacBook which I have owned for years using the same Apple ID and all of the sudden I am not authorized to listen to this song only? Why? How do I fix it cause it's making me very mad...

    Hi E_WM7,
    Welcome to Apple Support Communities!
    Take a look at the article linked below, it provides suggestions that may be able to resolve the authorization issue.
    iTunes repeatedly prompts to authorize computer to play iTunes Store purchases
    http://support.apple.com/kb/ts1389
    -Jason

  • I have new IPad ...can't watch rented downloaded movie on my tv..error message is " The connected display is not authorized to play protected movies"... What is up with that???

    I have new IPad ...can't watch rented downloaded movie on my tv..error message is " The connected display is not authorized to play protected movies"... What is up with that???

    I had exact same problem and I have found a way to get round out!!!! Easy!
    So the reason it doesn't allow it to play is for security to stop piracy etc.
    Plug in the cable and VGA and aux cable and get everything set up so you are looking at the home screen.
    1) select Videos
    2) selected the film you want to watch
    3) click the little play button
    4) it will then come up with the message saying it can't play protected films blah blah blah
    5) WITHOUT clicking ok double tap the home button to bring up the multitasking bar and swipe left to reveal the control panel
    6) hold fast forward for a second or two and the movie with continue to play!
    Stay in the multi tasking bar with the control panel, The message will stay there but don't worry. Kick back and enjoy your iPad movie on the big screen:)
    I'm sure your saying thanks:) it was my pleasure realising I've outsmarted apples little security protection thing lol

  • The connection was denied because the user account is not authorized for remote login

    Using Terminal Server 2008 not able to get non administrator users to login to the remote desktop. Have tried from Windows server 2008 and from Windows servers 2003. Get error login in "The connection was denied because the user account is not authorized for remote login" from Windows Server 2008. Error "The requested session access is denied" from Windows Server 2000.

    Is that seriously the only way to do this? Doesn't this render the "Allow log on through Terminal Services" GP Setting useless?
    I would like to know this answer, as well.  I have created a new AD group for my assistant admins called "Domain Admins (limited)".  I have added this group to the GP setting "Allow log on through Terminal Services", but the
    assistant admins cannot log in through RDP.  It 'feels like' this is all I would need to do.
    Craig
    Found some good info
    here. There are really two things required for a user to connect to a server via RDP. You can configure one of them via Group Policy but not the other.
    1) Allow log on through Terminal Services can be configured through Group Policy, no problem.
    2) Permissions on the RDP-listener must also be granted.  If your user is a member of the local Administrators group or the local Remote Desktop Users group then this is handled.  If you are trying to utilize a new, custom group (as I am),
    then there isn't a way to do this via group policy (that I have found).
    EDIT: Found the answer.  I am creating a blog post to outline the steps.  They aren't hard, but they're not self-explanatory.  It deals with the Restricted Groups mentioned above, but it's still automate-able using Group Policy so that you
    don't have to touch each computer.  I think the above poster (Andrey Ganev) got it right, but
    I had trouble deciphering his instructions.
    Here is my blog post that walks through this entire process, step-by-step.

  • The user admin is not authorized to make the Create Order request

    Hi,
    I have deployed the PiP and trying to create the order. But i am getting the below error
    The user admin is not authorized to make the Create Order request>
    Please note :--
    I have assigned roles in administrator
    I have assigned permissions in Weblogic.
    Thanks

    Hi,
    Click on the user admin under user and groups , go to the tab Passwords. Give the password for the admin user and save it. Restart the server and try to login.
    Regards
    Marg

  • IPad 2 to Apple TV: Cannot Play Movie - The Connected Device is not authorized to play protected movies.

    I am getting the 'Connected Device is not authorized to play protected movies' message.
    Here is my setup:
    From the iPad 2 I used iTunes to Rent a movie - Safe House in SD.
    I then used Airplay Mirroring to send the movie to my Apple TV.
    The Apple TV is connected to a Vizio V0370M HDTV.
    According to Vizio all of the HDMI ports have HDCP.
    When the movie starts I get this error message on the iPad.
    I have used this approach in the past with success.
    I rented a couple of episodes of HBO's True Blood and they played just fine on the Vizio through Apple TV.
    I believe some were in HD and some SD.
    Using the iPad with Airplay Mirroring is a very nice way to send content to the HDTV.
    I was hoping I'd be able to do this for anything that is on the iPad.
    Is there something wrong with my configuration? Or what I'm trying to do?
    Thanks for any help or advice!

    I had exact same problem and I have found a way to get round out!!!! Easy!
    So the reason it doesn't allow it to play is for security to stop piracy etc.
    Plug in the cable and VGA and aux cable and get everything set up so you are looking at the home screen.
    1) select Videos
    2) selected the film you want to watch
    3) click the little play button
    4) it will then come up with the message saying it can't play protected films blah blah blah
    5) WITHOUT clicking ok double tap the home button to bring up the multitasking bar and swipe left to reveal the control panel
    6) hold fast forward for a second or two and the movie with continue to play!
    Stay in the multi tasking bar with the control panel, The message will stay there but don't worry. Kick back and enjoy your iPad movie on the big screen:)
    I'm sure your saying thanks:) it was my pleasure realising I've outsmarted apples little security protection thing lol

  • HT204291 All of sudden apple tv will not play my tv shows/movies on itunes.  It says "The connected display is not authorized to play protected movies."...

    All of sudden apple tv will not play my tv shows/movies on itunes.  It says "The connected display is not authorized to play protected movies.
    Can anyone help  I have just bought alot of movies and tv shows and want to watch them with my family not just on my ipad!!!
    Not sure why this has just started happening.  have been using apple tv with my ipad for months and now it comes up with this error... 
    THanks

    Firstly restart the AppleTV, secondly check the HDMI lead and if possible swap for another or another HDMI input - sounds as though AppleTV thinks the TV is not HDCP capable.
    AC

  • I purchased a movie on iTunes, but it will not play on my Apple TV1.  It says the Apple TV is not authorized to play this content.

    I purchased a movie on iTunes, but it will not play on my Apple TV1.  It says the Apple TV is not authorized to play this content.

    Annoying isn't it.
    This seems to have started at the end of October and may be some kind of 'authorisation expiry' on the original unit that needs updating.
    Solution include:
    Purchase something on the AppleTV1 itself with DRM (a free TV Show episode might be an idea if yiou can find one).
    Remove the connection to itunes by removing the iTunes library from AppleTV's Computers>Settings menu, then add it back again.
    Remember this will wipe synced content from the AppleTV if AppleTV1 is syncing (My Movies/TV Shows etc) as opposed to streaming (My Shared Movies etc) from that itunes library.  In theory direct purchases on AppleTV that have never transferred to itunes might survive the 'wipe for a clean slate for a new sync' process that happens when you remove a sync library but don't risk it and right click on the AppleTV Device in itunes, choose Transfer Purchases if there are any prior to resetting the AppleTV Computers entry and readding the library.  If AppleTV is streaming only it's very quick to remove the libarry and re-add it as there's nothing to sync when you re-establish the connection - it works I've done it.  Purchasing a protected music video on my other AppleTV1 which was synced also worked.
    Good luck
    AC

  • Since the change over to the Docucloud I'm not authorized to send for signatures.  I need this corrected ASAP  HEEELLLLPPP

    Since the change over to the Docucloud I'm not authorized to send for signatures.  I need this corrected ASAP  HEEELLLLPPP

    Hello Richv96701951,
    Can you please open a support ticket and provide your email address with which you login, so that our support team can resolve it an earliest.
    Support | eSign services from Adobe
    -Rijul

  • Why "not authorized to play it on this computer" + other problems

    I just bought my first song for my first iPod (a 16GB iPod touch). I am very impressed with the hardware, but I am already extremely disappointed with Apple and iTunes.
    iTunes is one of the least intuitive applications I have ever used. One among the many reasons I say this is that music is managed differently than video, and both are managed differently than photos! I or any other competent software engineer could develop a superior user interface that manages all three consistently. Pathetic!
    iTunes will not sync any video from my digital camera or from youtube. Apparently I have to convert these files to quicktime! Outrageous!
    I am traveling today and learned that none of the 317 songs that were on my iPod last night are on my iPod today. Useless!
    None of these problems is the question I am concerned about at this moment. My immediate problem is that I just bought my first song, it is in my library, I can copy it to playlists, and I can copy it all over my hard drive - but I cannot get it onto my iPod because I am "not authorized to play it on this computer". Infuriating!
    As bad as this seems, it may actually be working correctly. Apparently Apple employs some kind of scam where we buy music, but we cannot freely copy and play it. Can anyone explain how this works, and why I would EVER want to buy a song from the iTunes Store?
    Thank you.

    None of these problems is the question I am concerned about at this moment. My immediate problem is that I just bought my first song, it is in my library, I can copy it to playlists, and I can copy it all over my hard drive - but I cannot get it onto my iPod because I am "not authorized to play it on this computer". Infuriating!
    Choose Authorize Computer from the Store menu in iTunes, or play the song on your computer while connected to the Internet. Provide your iTunes Store account details when prompted.
    As bad as this seems, it may actually be working correctly. Apparently Apple employs some kind of scam where we buy music, but we cannot freely copy and play it. Can anyone explain how this works, and why I would EVER want to buy a song from the iTunes Store?
    Most songs available on the iTunes Store are protected by DRM at the request of the people who allow it to appear on the iTunes Store. iTunes Plus songs are not protected.
    (26177)

  • Error: "...songs not copied...not authorized to play them on this comp..."

    When I try to transfer my songs to my new iPod I get this message:
    "Some of the items in the iTunes library, including xxx, were not copied to the iPod "Bradley's iPod" because you are not authorized to play them on this computer."
    Why can't I transfer the songs? I paid for these songs. What's wrong? How do I fix this?
    Thanks,
    Brad
    Message was edited by: Bradley B
    Message was edited by: Bradley B

    I am having the same problem. How do you re-authorize the songs, if you don't mind sharing?

  • Not Authorized to Play Songs on This Computer

    I lost all my music with a hard drive crash and had to rebuy a lot of songs due to no back up discs. Now 95% of the songs I bought including new songs will not download to my Ipod. I get the following error message "Some of the items in the Itunes library, including .... were not copied to the Ipod .... because you are not authorized to play them on this computer." I am not sure why it says I am not authorized to play them. I can not find how to fix this. Can anybody give advice on how to fix this? Thanks for the help.

    Play one of the songs in iTunes and resync. If that doesn't work, start iTunes, go to the Store menu at the top, Deauthorize your computer, play one of the purchased songs and when prompted enter your Apple ID and password. Then Resync.

  • Not Authorized to play them on this computer

    I am getting an error message when I go to sync my IPod that says- "Some of the items in the ITune library were not copied to the IPod "HP Administrators IPod" because you are not authorized to play them on this computer.
    What gives? This is the same computer I have always used. I noticed too that all of the music and movies I downloaded from IPod are no longer on my IPod, but still on the computer.

    I have this problem every time I upgrade iTunes to its latest version. I have to reauthorise each account I have with the iTunes stores. I have accounts in both the USA and in Australia. It's was a serious pain until I figured out the problem.
    It would be very helpful if iTunes could carry over the authorisation info when it upgrades itself.
    Blessings,
    Fran

Maybe you are looking for

  • PPro not reading TC in wav files correctly-is there a fix

    PPro CC v7.2.2 OSX 10.8.5 Is Premiere not able to read embedded TC properly in wav files? I'm in 29.97fps-NDF seq...PPro seems confused and displays wav TC in source monitor as what seems to be a Drop Frame calculation. Example: Received audio from P

  • After receiving 997, still showing WAITFA

    Hi B2B gurus, We are sending 850 transaction to our supplier, and we also receiving a MDN back from them. While sending 850 trasnaction to supplier, the staus of 850 is "WAITFA" ,"waiting for functional acknowledgement", But after receiving 997 from

  • Help with setting up LDAP Client on Oracle Linux 6.4

    Hi, I'm having problems getting my Oracle Linux server setup as a ldap client and hoping someone can find where I'm going wrong. We have Oracle/Sun Directory Server 7 with Solaris ldap clients already setup with ssl. We are also using crypt for stori

  • Can't delete or insert pages, help?

    I have made some corrections to a Word document that I previously made into a pdf document. I saved the Word document to a new pdf with a new file name. However, this time Adobe will not allow me to delete pages nor to insert pages nor to alter the t

  • Promotion planning and lowest level KF

    Hai,         The promotion key figure has to be the lowest level of detail, which means the KF has to be the lowest in the hierarchy. This means, I can only assign promotions at the lowest level? For example, a product called DOW white color soaps an