iTunes for Windows XP and Windows 2000: Unable to create a new Apple Account or view

 
Thread Tools Search this Thread
Operating Systems OS X (Apple) OS X Support RSS iTunes for Windows XP and Windows 2000: Unable to create a new Apple Account or view
# 1  
Old 09-10-2009
iTunes for Windows XP and Windows 2000: Unable to create a new Apple Account or view

Learn what to do if you can't create an Apple Account (Apple ID) for the iTunes Store or sign in to view information for an existing account. When you try to create a new Apple Account with iTunes or when you try to view existing account information, this alert appears: "Could not complete your iTunes Store request. The store may be busy. Check your Internet connection or try again later." Note: If you are unable to create a new Apple Account (Apple ID) or view Account information in Windows Vista, see this article.

More from Apple OS X Support ...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Unable to transfer files from Windows 2000 Server to Sun Solaris..

Dear Friends, I need to transfer few files from a Windows 2000 server to Sun Solaris system, connected in the same network. This copy should be done as a batch job without asking for password to be entered every time. How to make this possible ??? At present I am using cygwin in my laptop... (4 Replies)
Discussion started by: ks_reddy
4 Replies
Login or Register to Ask a Question
RAILS(1)						    BSD General Commands Manual 						  RAILS(1)

NAME
rails -- Web-application framework SYNOPSIS
rails path [options...] DESCRIPTION
Rails is a web-application and persistence framework that includes everything needed to create database-backed web-applications according to the Model-View-Control pattern of separation. This pattern splits the view (also called the presentation) into "dumb" templates that are pri- marily responsible for inserting pre-built data in between HTML tags. The model contains the "smart" domain objects (such as Account, Prod- uct, Person, Post) that holds all the business logic and knows how to persist themselves to a database. The controller handles the incoming requests (such as Save New Account, Update Product, Show Post) by manipulating the model and directing data to the view. Rails is written with the ruby(1) language. For more information about Rails you can use its ---help flag. There is also online documentation available at "http://rubyonrails.org". SEE ALSO
ruby(1) mongrel_rails(1) cap(1) AUTHORS
Rails was created by David Heinemeier Hansson <david@loudthinking.com> then extended and improved by hundreds of open-source contributors. BSD
February 27, 2006 BSD