Azure Storage access 2 times slower on some Azure machines

I have 3 differents subscription. (let's call it SubA, SubB, SubC)
My storage is on SubA.
I created 1 VM on SubA, one on SubB, one on SubC.
I tried any combination of Location, Affinity group, and VM Size. The result is always the same :
On SubA and SubB, the azure throughput of the following code is 2000 Transaction/S
The VM on SubC, it is consistently 6000 Transaction/S.
Here is the code :
internal static void SetThrottling()
ServicePointManager.UseNagleAlgorithm = false;
ServicePointManager.Expect100Continue = false;
ServicePointManager.DefaultConnectionLimit = 100;
private static void Azure()
SetThrottling();
var client = IndexerConfiguration.FromConfiguration().CreateBlobClient();
var container = client.GetContainerReference("throughput2");
container.CreateIfNotExists();
int count = 0;
var threads = Enumerable.Range(0, 30).Select(_ => new Thread(__ =>
while (true)
var testStream = new MemoryStream(new byte[] { 1, 2, 3, 4, 5, 6 });
// Create a random blob name.
string blobName = string.Format("test-{0}.txt", Guid.NewGuid());
// Get a reference to the blob storage system.
var blobReference = container.GetBlockBlobReference(blobName);
// Upload the word "hello" from a Memory Stream.
blobReference.UploadFromStream(testStream);
// Increment my stat-counter.
Interlocked.Increment(ref count);
})).ToArray();
foreach (var test in threads)
test.Start();
while (true)
Thread.Sleep(2000);
Console.WriteLine(count + " / s");
Interlocked.Exchange(ref count, 0);
Result on SubA :
Result on SubC : 
SubC results is independant of the Location and VM Size, as for SubA and SubB.
Tests are done on plain newly created empty VM.
Any idea ?
The only difference I have seen is that SubC is maybe not a Bizpark subscription, whereas the two previous are. (Test environment)

Hi,
Thank you for reaching out to us.
I am currently researching to gather more information with regards to your request.
I shall revert back to you with an update at the earliest.
Sincerely appreciate your patience.
Regards,
Shirisha Paderu

Similar Messages

  • Table storage got 4 times slower from day to day

    Hi, I've run tasks which added data to the table storage on my cloudapp each night for the last months, but since Friday 13th (yeah 13th, thats what I thought), the tasks have been executing 4 times slower.
    The exact Work being done, is around 250,000 calls to 'ExecuteBatch' split up on three workers - thursday I got around 20 ops, and since Friday I've been getting around 5 ops. See the storage graph below. It clearly shows that the requests has dropped
    significantly...
    Does the azure table storage limit bandwidth in some cases, or what could have happened?
    Has anyone experienced this or something similar before?

    Hi APMadsen,
    I guess the azure table storage may be affected by larger and larger data. If so, I suggest you could pay attention to your query code and spend on the query code optimization (refer to this thread
    http://social.msdn.microsoft.com/Forums/windowsazure/en-US/5326d280-513f-47a3-826d-2db97ebd9ace/why-is-this-azure-table-storage-query-so-slow). Also, I suggest you could refer to this big data sample (http://www.troyhunt.com/2013/12/working-with-154-million-records-on.html
    ) and this blog (http://robertgreiner.com/2012/06/why-is-azure-table-storage-so-slow/ ).
    Hope it helps.
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • 6i form Run-time slow over some Pcs

    Dears,
    i'm facing problem , i have Form 6i , and over my PC (P4 , 1 GB RAM) taking 25 Sec , but over another PC (i3 core Due, 4 GB RAM) take 110 Sec .
    any help

    Welcome to the Oracle Forums. Please take a few minutes to review the following:
    Oracle Forums FAQ
    Before posting on this forum please read
    10 Commandments for the OTN Forums Member
    How to ask questions the smart way
    Following these simple guidelines will ensure you have a positive experience in any forum; not just this one!
    user7997888 wrote:
    Dears,
    i'm facing problem , i have Form 6i , and over my PC (P4 , 1 GB RAM) taking 25 Sec , but over another PC (i3 core Due, 4 GB RAM) take 110 Sec .
    any help
    What it takes ? form builder ? runtime ? What is OS ? what are the application runs in background ? Are they run from network location ?
    What will we say ?
    Hamid

  • Accessing the Time Capsule from a Windows Machine ?

    The TC has a PC attached using the router function - can I use the TC as part of a Windows backup system as well - if so how do I get the PC to recognise the Tc as a server ?
    Thanks

    Okay I gotcha now. Sorry I was a bit confused at first. From the sounds of it you need to set your Time Capsule in bridge mode. You can either enable or disable wireless on your Time Capsule, but if you choose to enable it then any device connected to your Time Capsule wirelessly will be able to access devices connected to your router. In both scenarios, any device connected to a LAN port on your Time Capsule will also be able to access your current network. Try reading page 36 of this manual here. It will explain things a little clearer. Basically you have to disable routing on your Time Capsule so it will join your current network as a networked drive/print server/wireless access point (if you enable wireless). Just be sure there are no software firewalls blocking your current network on your PC or you won't be able to see the Time Capsule's HDD.

  • Like to take rman backup files into some other machine

    Dear all
    I like to take Rman backup into some other machine rather than its default storage location $oracle_home/dbs in to some other machine..
    While i ran database backup in rman it stores the file sets into default location $ORACLE_HOME/dbs ... I relocated in to some other drivers in same machine also.. I got work ... But due to space issue i would like to take backup into some other machine so its possible ? how to configure it...
    Regards
    Gopinath

    GopiKrishna wrote:
    Dear all
    I like to take Rman backup into some other machine rather than its default storage location $oracle_home/dbs in to some other machine..
    While i ran database backup in rman it stores the file sets into default location $ORACLE_HOME/dbs ... I relocated in to some other drivers in same machine also.. I got work ... But due to space issue i would like to take backup into some other machine so its possible ? how to configure it...
    Regards
    GopinathYou need to mount the second machine and take backup to that mount point
    Kamran Agayev A.
    Oracle ACE
    My Oracle Video Tutorials - http://kamranagayev.com/oracle-video-tutorials/
    My ebook - http://kamranagayev.com/2011/10/19/step-by-step-oracle-installation-all-in-one-e-book/

  • Application selects  is relatively slow in some times

    Dear Friends,
    Some selects of our application is relatively slow in some times (When database is slow) . But same selects shown good performance in most of the time. Database is always not slow in peak hours. I feel there would be insufficient space in Execution plan area or Sort area.
    Can you give me how i change these settings in my database. and where these execution plan and sort area located.
    regards
    upul Indika.

    Hi,
    Try to check for the SGA size in your database. Accordingly increase the shared pool size and the buffer cache size which wil generally improve the performance of the queries. Make sure you donot increase the sixe of shared pool in excess of the size of the SGA.
    Regards
    Bharath

  • My Final Cut Projects folder were missing some files, I went to my time machine backup to restore and it said I don't have permission to access the time machine folder "Final Cut Projects". Why?

    My Final Cut Projects folder were missing some files, I went to my time machine backup to restore and it said I don't have permission to access the time machine folder "Final Cut Projects". Why?

    Yes, I've done all "the ususal suspects.." repaired permissions, zapped pram, "reintroduced Time Machine to the backup drive by turning it off and on... etc

  • Can i access my data on time capsule from some other network

    can i access my data on time capsule from some other network that is my data at home from office over internet

    There is plenty of info out there if you google..
    Here is a summary I just put into another thread.
    Remote access has been added back into iCloud that was in MobileMe..
    Read the info on setting it up from cloud service.. BTMM.
    http://www.apple.com/support/icloud/back-to-my-mac/
    If you want to do it without the cloud service, you have one major issue.. the public IP for WAN..
    The internal IP of the TC.. which will default to 10.0.1.1 btw.. is irrelevant. It is the IP of the WAN which you use to access the TC over the internet. And here you have a problem.. the TC does not include dyndns service. So unless you have a static IP address from your ISP, this will cause you grief.
    (If it is offered by your ISP.. get a static IP.. that eliminates all the issues.. and is far superior. Even dyndns service has issues if your public IP rotates too often. It is generally an extra cost item and requires a business account but some ISP offer it cheap or even free.. I joined an ISP that offered static ip for free because it gives me the ability to remote access my network without all the hassles you will see below.)
    There are ways around it.. setting up your own domain for instance.
    http://dyn.com/support/airport-time-capsule-with-dynamic-dns/
    But it is easier to simply use a different router.. almost all of them have dyndns service available.. place the TC behind the router in bridge and forward port 548 TCP to it.
    This is a bit old but still relevant.
    http://gigaom.com/apple/access-your-time-capsule-over-the-internet/
    Note .. there is no ftp, http, ssh (there is actually but it isn't accessible), or any other service to allow connection other than AFP.. so you must use a Mac in remote location to access the TC.
    The setup for the two methods is slightly different in the TC.. in the first instance, you need to turn on WAN access via disk sharing page in the manual setup.
    In the second case you do not need this.
    Remember security and put strong passwords on the disk. There are still security questions about this.
    If security is important.. there is a third and better (IMO) method and that is vpn.. you will need to buy a vpn router as TC also missed out on that.. establish a vpn with the main router and that will allow you access to your network.. you will also then be able to use SMB remotely not just AFP.
    Also if this office is a large company they should be running a firewall, which would block your access to home. You should check your IT admin people for what is allowed.. generally the only acceptable method is vpn otherwise you can drag viruses and trojans right into the network without the firewall catching them.

  • Yosemite: slow after some time

    This is my problem: Yosemite goes slow after some hours i started the system.
    I have to relaunch the operationg system to let it go normally.
    Anyone knows if it's a bug or just a personal problem?

    Found these errors in dmesg while transfering files:
    AppleYukon2 - bad packet received. length: 395, packet status bits: MII error
    AppleYukon2 - bad packet received. length: 1475, packet status bits: MII error
    AppleYukon2 - bad packet received. length: 1514, packet status bits: CRC error
    AppleYukon2 - bad packet received. length: 1514, packet status bits: CRC error

  • My macbook pro is running very slow with some strange mouse and window movements. The trackpad is very unresponsive and when responding the cursor moves on its own and/or very erratically. When on safari the window suddenly zooms in or highlights words.

    My macbook pro is running very slow with some strange mouse and window movements. The trackpad is very unresponsive and when responding the cursor moves on its own and/or very erratically. When on safari the window suddenly zooms in or highlights words and looks them up via dictionary. I currently have a wireless mouse connected and I am still having the same problems.
    I fee like I may have a virus or my laptop is perhaps being accessed remotely. All of the sharing options are unchecked.
    HELP PLEASE
    Very worried!!

    Try these in order testing your system after each to see if it's back to normal:
    1. a. Resetting your Mac's PRAM and NVRAM
        b. Intel-based Macs: Resetting the System Management Controller (SMC)
    2. Restart the computer in Safe Mode, then restart again, normally. If this doesn't help, then:
         Boot to the Recovery HD: Restart the computer and after the chime press and hold down the
         COMMAND and R keys until the Utilities menu screen appears. Alternatively, restart the computer and
         after the chime press and hold down the OPTION key until the boot manager screen appears.
         Select the Recovery HD and click on the downward pointing arrow button.
    3. Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the Utilities menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the main menu. Select Restart from the Apple menu.
         Reinstall the 10.9.2 update: OS X Mavericks 10.9.2 Update (Combo).
    4. Reinstall Lion/Mountain Lion, Mavericks: Reboot from the Recovery HD. Select Reinstall Lion/Mountain Lion, Mavericks from the Utilities menu, and click on the Continue button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.
    Reinstall the 10.9.2 update: OS X Mavericks 10.9.2 Update (Combo).

  • I can access my time capsule from my mac mini at work but my macbook can only access it from my home network. how do i fix this?

    I have a Mac Mini and a MacBook, both were configured at home to access the time capsule. I have since moved the mini to work to use there and it has no issues looking up files on the time capsule which remains at home. The macbook whoever can only access the time capsule from within the home network. I can't seem to find what I may have done differently. Can anybody help?
    Not sure if your allowed to post two questions, but it's may be related. I find that accessing the files on the time capsule from the mac mini or the macbook is very slow. Accessing the same files from an older HP laptop is as fast as accessing its own hard drive. How can I speed up the accessing of these files from my apple products. One would think they would work fast and the 'windows' computers would take minutes to map the drive each time... 
    Thanks for any help.

    I have since moved the mini to work to use there and it has no issues looking up files on the time capsule which remains at home.
    This cannot happen by magic though.. you must have configured the mini to access the TC remotely.. which method are you using, BTMM and iCloud??
    The macbook whoever can only access the time capsule from within the home network. I can't seem to find what I may have done differently. Can anybody help?
    How is the Macbook configured to access the TC remotely?? If you are trying to use BTMM and iCloud, then it might be a case that with the mini running the connection cannot be done by more than one computer at a time.. this is generally the case although I do not know if that is specifically true of BTMM method. Try turning off the mini and leave it off.. (off not standby)... then reboot the TC when you are at home.. and then try and connect the laptop to the TC the next morning from work. See if it is then able to capture the connection.. if so start up the mini and I suspect it now will not be able to connect.. that will prove that the TC cannot cope with two remote connections.
    There also could be another factor in here. If you are accessing the laptop via the same router as the mini is on.. then actually you cannot have two users mount the same files on a TC.. from the same IP address.. as far as the TC is concerned both devices have identical IP, that is the public IP of the work location router.
    If you happen to not be using BTMM then the situation is even easier.. you cannot make two different devices connect to the same network resource using the same port. That is the failing of the NAT system.. one device uses the port then it cannot be used by a second device. You will need to do some fancy footwork and use a different port.
    Anyhow tell us exactly how you are doing remote access.. otherwise I am just guessing.
    Not sure if your allowed to post two questions, but it's may be related. I find that accessing the files on the time capsule from the mac mini or the macbook is very slow.
    Are you talking about files you are hosting on the TC?? Not Time Machine backups??
    Can you tell me exactly how you are accessing the TC.. please do a test..
    Copy a file to the TC and from the TC using the Laptop.. Use a single very large file, eg 1GB movie file.
    Give me a read and write speed.. you can use activity monitor to give me an aprox average speed as well as peak.
    Do the same test from the same computer with wireless turned off running ethernet.
    Then do the tests from the mini.. same ones.. copy large file to and from the TC by ethernet and by wireless.. when using ethernet make sure wireless is off.
    I strongly recommend you set IPv6 to link local only for your wireless and ethernet setup in the Mac.
    eg
    Now do the test from the HP laptop and give me the results from that.
    Is the issue wireless only.. ??
    Then you might need to spend a bit of time fixing the wireless in the Macs.. you can run wireless diagnostics in Mavericks.
    About Wireless Diagnostics

  • Remote access to Time Capsule won't work

    Over the past couple of months I've been doing lots of research and planning into replacing my Mac Pro and old MacBook Pro with a new Mac setup.  I was looking for efficiency, productivity and ultimate portability so the Macbook Pro Retina and Time Capsule grabbed my attention.
    I was interested in the MacBook Pro Retina for work (travel) and home leisure use.  Due to having so much music and video iTunes content, I was interested in purchasing a Time Capsule and a secondary external hard drive, placing all my iTunes content on the Time Capsule which I would then back up to the external hard drive when I was at home.  I would then setup Time Capsule to be accessible over the internet so that I could view my media content through iTunes wherever in the world I was (internet speeds permitting of course).  By doing this I could carry only my work files with me on the 512GB SSD Macbook Pro Retina, but could access the Time Capsule media files remotely, either via wi-fi or by tethering my iPhone 5.
    So I purchased a Time Capsule to test my theory.  I followed online guidance on how to achieve such a setup and using my 2008 MacBook Pro (which runs Snow Leopard) and a friends internet connection I got the system to work.  I was able to remotely contact Time Capsule and watch High Def video content via wireless internet and even tethered to my iPhone.  So I went and purchased a Macbook Pro Retina (running Mountain Lion) and set about setting up the system in the same way.  But this is where something's gone wrong.  I can't connect to the Time Capsule over the internet at all.
    The Air Port utility has been updated to version 6 which is lacking the ability to instruct the Time Capsule to "Allow access over WAN".  I thought I'd make sure it still connected via the internet using my old MacBook Pro, which had definitely worked perfectly just a couple weeks earlier, and that won't work either.  I can't find the option to "Allow access over WAN" within Airport Utility 5.6.1 either?  And the simple apple script application that I wrote (following an online guide) to open the remote connection to Time Capsule with the double left click on an icon has stopped working too.
    I don't pretend to be a network engineer and I'm no I.T. expert, though I usually manage to teach myself what I need to know to sort issues like this out, but this has gotten me really stumped!  I tried downloading an old version of Airport Utility to see if that had the "Allow access over WAN" feature (within the 'Disks' > 'File Sharing' area of Airport Utility) but my Mac OS won't allow the old versions to run.
    Perhaps the version of Airport Utility I used on my Macbook Pro a couple of weeks ago didn't have the "Allow access over WAN" check box either and I just didn't notice - which is likely unless Airport Utility updates itself in the background without any prompts etc.  I certainly didn't notice a software update for it any time over the past few days.  Either way, I don't understand how it could have been working a few days back and now it's suddenly not.
    I used this guides to gain remote access to Time Capsule successfully just a couple of weeks ago:
    http://www.youtube.com/watch?v=SIQ7SzA1cK4
    Can anyone shed any light on the issue and point me toward a fix please?  I'd appreciate the help.

    Thanks LaPastenague.  I'm not sure if I have a static IP but I can confirm it hasn't changed in the past month.
    I've pretty much come to the conclusion that what I want to do isn't really possible using Time Capsule.  Like I mentioned, I had remote access working a couple of weeks ago but it seems like apple have updated the firmware or airport software to remove something that was necessary to remotely connect in the same way.  And even if I did get it working I think it would still be so restrictive, requiring a fast wifi or mobile phone tethered connection to view my media files over the internet.
    I got connected via iCloud and B.T.M.M. but the connection was very slow and video wouldn't stream well at all (painful).  It seems that the speed constraints would make it very frustrating each time I simply wanted to look through my vast iTunes music collection or movie library.  Album covers won't appear either.
    Even if it were possible to connect via a static IP I just don't think that the WAN connection would be stable or fast enough to offer an efficint solution(?), so I'll probably have to by an external portable HD and use Time Capsule for Time Machine and Printer Sharing.
    I wish I could stream my iTunes movies and music successfully over the internet, but right now it just doesn't seem possible.

  • Access your TIme Capsule from a different network?

    Okay, I've been looking everywhere for a guide or how-to to do this, but my searches have been more or less fruitless, coming across outdated, incomplete or incompetent so-called "guides", so I thought I'd finally post a question myself, and see if anyone has actually been successful in doing this.
    What I want to do is be able to do is access all the files stored on my Time Capsule from anywhere (using accounts and/or passwords), provided I have an internet connection. I use my Time Capsule as an external hard drive, and it's great at home, but I have a lot of music, movies, photos etc that I don't have space for on my MacBook, so being able to connect to my Time Capsule from other locations would be awesome. I have seen many guides and how-to's, but no matter how closely I follow the steps, it never seems to work. If anyone has had any success using one of the guides, feel free to post the link below.
    I am running the latest firmware on the Time Capsule (7.5.2) - the serial number is 6F01208ZAQG if that helps, the latest version of Airport Utility (5.5.2), my Time Capsule is connected to the internet via a Thomson TG585 v7 router (via Ethernet cable), I am on a MacBook running OS X 10.6.5, which is connected wirelessly to the Time Capsule, and if it makes any difference I am in New Zealand.
    Any information would help, but if you're going to say "it doesn't work" or something not-so-helpful like that, could you please give a reason? I'm tired of you pessimists shooting everyone down.
    Thanks in advance,
    Ryan

    Welcome to the discussion area!
    It's been some time since I have used the "feature" to access files on the Time Capsule over the internet, so I can't remember all the details from 12-18 months ago. Some specifics I do remember:
    1) You must have a "static" IP address for your internet service from your ISP
    2) You must use a simple one port modem that will allow the Time Capsule to be the "main" router on the network
    3) You must use Mobile Me from Apple to set this up
    However, I notice that Apple no longer talks about this feature on the newer Time Capsule literature online, so that might be a hint that it is no longer being supported.
    When did have it working, even small file transfers took forever. The connection, if I was using wireless, was often lost before transfers could complete.
    I haven't tried the "how to" in the article below because I no longer travel for my job, but it might be worth a look for a different approach if Mobile Me is no longer providing this service.
    http://gigaom.com/apple/access-your-time-capsule-over-the-internet/
    Message was edited by: Bob Timmons

  • Unable to access the Time Statements in ESS Portal

    The user is getting a critical error(com.sap.pcuigp.xssfpm.java.FPMRuntimeException) when trying to access his time statements from ESS portal. The user recently moved to a different country and trying to access statement there. Are there any country specific paramaters that are needed to be changed or set when a employee is reallocated?
    Please help me.

    Hi Rafi,
    We are also facing similar kind of issue.
    When i select type of leave as annual it is giving an error message as
    " Parameter  missing in call of method BUILD_ACTOR_SELECT_CLAUSE in class CA_PT_REQ_ACTOR "
    But when i select some other leave type and click review it is working fine, again if i click on previous step and change the leave type to annual it is working fine without giving any error message.
    Please let us know how you have solved your issue?
    Thanks.
    -Suresh

  • Parental access and Time usage control

    Hi,
    My son has a iPhone4 iOS 8, I try to keep it upgraded. It was mine.
    I've turned on Restrictions.
    I've activated parental control on my internet access.
    But I have no control on usage of the iPhone (access history, time etc..) It seems that it use it always by night.
    I've tried to have it on the kitchen all night, without success in fact.
    My son has locked the iphone with long password, so it's not easy to upgrade it for the moment. I need him to open it.
    Do you think it's possible to develop that we have a "parental" password to access to apple phones... Like administrator session on Mac.
    Or is it possible to have a bypass password for "Locate your iphone".
    'Cause I can connect it to iTunes,
    What about He take mine and put a password, because I do not have one... and therefore I can't access to my own iPhone ?
    Could we unlock from iTunes or Locator ? Thx in advance
    And Do you know some apps that can lock access to iPhone by time for example : no access from 9PM to 6AM ?
    Thx for your help.
    NV

    nvanlierde
    It is possible to setup time limits for Internet usage by turning Safari to OFF in the Restrictions, and setting up a Safe Browser with parental controls like the one from Mobicip. Once you do that, you have complete control over the content allowed by the browser, what time it is allowed or blocked, etc. For step-by-step instructions, follow the tutorials below:
    How To Setup Parental Controls On iPhone & iPod Touch
    How To Setup Internet Access Time Limits Using Mobicip
    How To Customize Your Internet Using Mobicip Premium
    If setup correctly, it is possible to create a safe internet experience on the device and maintain a reasonable level of control on the usage. Mobicip allows you to manage the account remote by logging in at mobicip.com or using a Parent app (available on the App Store).
    Disclosure: This response is posted by a Mobicip representative who may stand to gain indirectly from it.

Maybe you are looking for

  • Adobe Photoshop CC Text Tool Not Working

    So, this issue just started today.  Whenever I try to type something in, let's say, 60 pt, the text comes out too small to read.  At the highest pt number the text is probably this big at most.  Help?

  • Problem printing to PDF from IE 9 - some Fonts don't reproduce correctly.

    When I print some pages to PDF from IE 9 some fonts print fine, but some seem scrambled.  It's as though the real font has been replaced with a symbol font, or just random characters.  If I copy and paste the apparently random text to Word, it is bac

  • Integrated planning Content and SEM-BPS Content

    Hi Experts Is there any integrated planning Business Content for CRM? Where do I find it? SEM-BPS has Business Content planning scenarios for CRM. Is this BC also available in BW-BPS now? Where do I find it? We use NW04s BI and CRM 5.0. Kind regards

  • ITunes 8.0.2 will not launch in Vista SP1

    I have a new laptop with a clean Vista SP1 install. Tried installing iTunes 8.0.2, but after I double-click on the iTunes icon to launch it, it won't start. itunes.exe is in the task manager running, but the program will not run. The first time it sh

  • I am unable to register in imessage and facetime using my ipad 3

    I am unable to register in imessage and facetime using my ipad 3 and iphone 4s. The message pops up as user name or password is not correct, whereas i am **** sure that both are correct. I am located in uae.