windows-azure-forums,windows-azure-mobile-servicesRelated issues-Collection of common programming errors


  • msdn
    windows-azure-forums windows-azure-development
    Hi All,I have attempted to create website a lot of times. Each time I choose different region to see if it can help to solve website creation failures, but the same failures still occurs. I have used “Quick Create”, Create with database method, but it does nothelp at all. I have pasted the error code below, please see if the code below is helpful to solve website creation problem.Provisioning failed.Try again. Contact support if the problem persists.Browser: 5.0 (compatible; MSIE 9.0;

  • msdn
    windows-azure-forums windows-azure-media-services
    I tried below code to transcode a 3gp recorded on an Android device to mp4 but I received JobState.Error.            IMediaProcessor processor = GetMediaProcessor(“Windows Azure Media Encoder”);            // Create a task with the encoding details, using a string preset.            ITask task = job.Tasks.AddNew(“My en

  • msdn
    windows-azure-forums windows-azure-sql-database
    I have 3 Azure SQL in East Asia, East US and West Europe. I try to setup data sync group and there is one issue. If I add specific table, I keep getting fail message. Is anyone know how to solve it?Database re-provisioning failed with the exception “Cannot resolve the collation conflict between “SQL_Latin1_General_CP1_CS_AS” and “SQL_Latin1_General_CP1_CI_AS” in the equal to operation.Innerexception: SqlException Error Code: -2146232060 – SqlError Number:468, M

  • msdn
    windows-azure-forums windows-azure-web-sites
    Hi There,Signed up to the free trial and am getting the web provisioning error, I was asked by James Cheshire to post on the support forums from all the similar threads I see that someone has had to sort out a back end issue in order for it to work. Attached is acopy of the error message that I get and have been getting for some days.Cheers,Nick.Provisioning failed.Try again. Contact support if the problem persists.Browser: 5.0 (Windows NT 6.1) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/2

  • msdn
    windows-azure-forums windows-azure-virtual-machines
    I failed to ssh to the Linux VM I created.Whenever I tried ssh, it says Network Error: Connection refused.Do I have to do something special when I create the VM?I thought it would be just straightforward.Any help is appreciated.

  • msdn
    windows-azure-forums windows-azure-virtual-machines
    Hi,Our client VM failed has failed to restart and is not responding at the moment. We have tried several attempts with the same outcome.Error: The server encountered an internal error. Please retry the request. The long running operation tracking ID was: d8c7a88fa5e245d9836fa89bcb9cbb92.Please advice.Chris

  • msdn
    windows-azure-forums windows-azure-virtual-machines
    VM Creation Failed:I’m a paying customer and just can’t get started.  Very disheartening.The server encountered an internal error. Please retry the request. The long running operation tracking ID was: 8a2d94dca4844cbdbabb9e9403d83f07.Browser: 5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3; .NET4.0C; .NET4.0E)User language: en-usPortal Version: 2.6.00296.149 (rd_auxportal_stable.121009

  • msdn
    windows-azure-forums windows-azure-development
    Hi,I followed the exact steps in below URL to create a build and also provided all details.http://www.windowsazure.com/en-us/develop/net/common-tasks/publishing-with-tfs/But build is failing with following error. Am i missing anything?Error:1 error(s), 0 warning(s)Exception Message: Parameter name: Url (type ArgumentException)Exception Stack Trace: at System.Activities.Statements.Throw.Execute(CodeActivityContext context)at System.Activities.CodeActivity.InternalExecute(ActivityInstance insta

  • msdn
    windows-azure-forums windows-azure-troubleshooting-diagnostics-amp-logging
    I just created a Ubuntu server VM and installed some software.   I shut down the VM and then rebooted it.  When I tried using SSH to log in again the SSH connection failed.  I am pretty sure I had the password right because I saved it whileI was setting up the machine.Has anyone experienced a similar issue?  It’s a bit concerning for long term server management…Mike Borozdin – DocuSign

  • msdn
    windows-azure-forums windows-azure-virtual-machines
    Hi!I’m trying to download a VM’s VHD from the Azure storage, but after a while the download fails. I’ve tried with different tools (self programmed, third party; last tool tried is Azure Storage Explorer 4.0.0.10), but none of them worked. The download failsalways at the same size downloaded. Here’s the error that Azure Storage Explorer gave to me:The download always stops at 1,77 GB.I really need to download this VHD, how can i do that?ThanksClaudio Valerio

  • msdn
    windows-azure-forums windows-azure-mobile-services
    I am trying to port an app, that’s working fine on iOS (with javascript/html5 client) and WP8 (native) to Firefox OS (again with js/html5). So far I’ve tried in the simulator, but every time I try to access, it gives “Unexpected connection failure”error. Could someone please help me with it? Could it be because of CORS, which I have only localhost now. I’m kind of lost at this at the moment. Please help. Thanks. 

  • msdn
    windows-azure-forums windows-azure-mobile-services
    I am trying to run sample windows azure windows store mobile client with todoitem table.Always getting error Unexpected character encountered while parsing value: <. Path ”, line 0, position 0. while querying for table.

  • msdn
    windows-azure-forums windows-azure-mobile-services
    Hi,I am creating a small wp8 app and have a table with rowversion data typeWhat data type should I use in c# to map it with azure mobile service database columnWhen I use byte[] it gives me error as”Error reading bytes. Unexpected token: StartObject. Path ‘TimeStamp.0’, line 1, position 76.”Timestamp is the name of the column I am using having rowversion as datatype.This is how my class looks like on c# side and same name columns are present in the azure server databasepublic class Bod

  • msdn
    windows-azure-forums windows-azure-mobile-services
    Hey guys,I’ve not used this framework before, I’m currently trying to use the JavaScript library to talk to Azure Mobile Services from an HTML5/js web client (it will consume the same data store as a companion mobile app being developed in tandem).I’m using ASP.NET 4.5 with MVC — I’ve registered a bundle correctly, and referenced it in my _Layout.cshtml — and sure enough the script is rendered as follows: “<script src=”/js/MobileServices.js”></script>” — t

  • msdn
    windows-azure-forums windows-azure-mobile-services
    I have an HTML5 application that uses Azure mobile authentication to login (straight from the example code…provided below). It works fine in all desktop browsers and iPhone in Safari.  But from app / full screen mode, it does nothing (doesn’task for permission to show a popup window like it does in safari and no popup windows shows up) and I can wait forever and nothing happens.  If I invoke it a second time, it gives an error saying “Error: Unexpected failure”…perha

  • msdn
    windows-azure-forums windows-azure-mobile-services
    Hi,I have an android app that uses facebook login, therefore I have an access token(via Session.getCurrentSession().getAccessToken()).In the example that shows the authentication feature for Windows Azure Mobile Services, they use a new Login window to authenticate withe the mobile service. I do not need a new window therefore I use the method that takes an acces token as a string.I tried to use the method that takes an access token and used the access token from the current active session, via

  • msdn
    windows-azure-forums windows-azure-mobile-services
    So I have this query that is returning just finevar subscriptionTable = tables.getTable(“Subscription”); var activityTable = tables.getTable(“Activity”); var subscription;function read(query, user, request) {subscriptionTable.where({UserId: user.userId,Started: true}).read({success: function(subscriptions) {subscription = subscriptions[0];query.where(function(subscription) {return this.PlanId === subscription.PlanId && this.Type === “Sport” && this.D

  • msdn
    windows-azure-forums windows-azure-mobile-services
    Hey,I have a problem with calling a custom API call in Azure.I have the standard script:And I basically want to just respond with hello world.I use the standard InvokeApiAsync as followingpublic class tst{public string Message { get; set; }}private async void ReadTable(){try{var result = await App.MobileService.InvokeApiAsync<tst>(“gogo”, System.Net.Http.HttpMethod.Get,null);MessageBox.Show(result.ToString()); }catch (Exception e){MessageBox.Show(e.Message, string.Format(“H

  • msdn
    windows-azure-forums windows-azure-mobile-services
    Hi,   I am using android webView and trying to load Windows azure javascript-html code in android webview. But I am getting ‘unexpected connection failure’ error. When I use the same code in desk-top browser, It works fine. Somebody please help. Thanks in advance.

  • msdn
    windows-azure-forums windows-azure-mobile-services
    I am Trying to connect to a Azure Mobile Service from Metro App. I checked the the service, it says up and running, but when I try to access the data using SDK it tells me “Unexpected connection failure”.Here is my code for reference on what I am doing:————————————————————–WinJS.Application.mobileClient = new Microsoft.WindowsAzure.MobileServices.MobileServiceClient(“https://diabetolyzer.azure-mobile.net/”, “MY KEY HERE”

Web site is in building