'Windows' is undefined
Hi there,Please help! I am trying to create a windows store app using JavaScript and connect it to Windows Azure.I am getting the error that windows is undefined in the MobileServices.js file in the...
View ArticleMobileServiceInvalidOperationException occured while using WAMS with Wp8
HiI am trying to use Windows Azure Mobile Services with my WP8 project and i am getting a strange error on all the PC's i've tried on.the error comes at insertAsync method and it throws...
View ArticleMobile Services & Phonegap
hi i am currently struggling with getting my phonegap app to connect to azure-mobile services. i am using the latest phonegap-2.9.0 and trying to do the HTML/JS tutorial and package it via phonegap,so...
View ArticleCustom API call, Mobile Service, Windows Phone
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...
View ArticleExternal SQL access
Hello,I was wondering if it's possible to access an SQL server, which isn't the one related to the Mobile Service itself.In my case, I would like to create a scheduled job that will connect to some SQL...
View ArticleRetrieve DISTINCT values from GetTable
var c = MobileService.GetTable<purchase>();How can I get a list of DISTINCT purchases where the identifier is "name"?
View ArticleAndroid Mobile Services Client Corrupt
I'm trying to integrate the Android Mobile Services Client listed here: http://go.microsoft.com/fwlink/p/?linkid=280126&clcid=0x409The following import unfortunately does not work.import...
View Articledashboard connected device information
I have three devices including a vm that connects to this service. What I do not understand is how I can have 224 active devices connecting to the service as shown on my dashboard. In addition, I have...
View ArticleLocation of Mobile Service
I got some questions about the location of mobile service:1. Is there any way to change the location of an existing mobile service? I originally created my mobile server in East Asia, and completed my...
View ArticleCannot find Module?
I'm trying to test out the NPM Module support and have run into a problem. So far I have:Added a custom APISetup Source Controllcloned the reponpm installed the weather moduleadded the relavent...
View ArticleSimple way to backup database (Mobile Services)
Hi,I have a Microsoft Azure Mobile Service working on 1GB database that I would like to backup from time to time (ideally automatically). I don't use any Microsoft Server 2012 or sth, I just have this...
View ArticleSerialization Difference Table vs API on DateTime Fields
Scenario: WinJS application, one table with a datetime field.What works: using the client libraries, querying the table directly, returns the datetime value asSun Nov 4 01:00:00 UTC+0100 2012What works...
View Articleresponse headers server script?
I'm trying to get headers from Twitter in my server script for SchedulerAccording to docs I can use get()http://msdn.microsoft.com/en-us/library/windowsazure/dn303373.aspxTypeError: Object [object...
View ArticleShould I Use Azure Mobile?
I've been exploring Windows Azure for a few days now and can't make up my mind whether we need Azure Mobile or not. Azure Mobile is a database right? And along with it comes some APIs right? Being that...
View ArticleScheduler: Resource (time, memory, ...) Usage Limitations
I saw a post on time ('Time limit on Scheduler Tasks'). Is there a place where all the limits are listed?Reason: in developing a scheduled task I seem to have run into a memory issue. The task...
View ArticlePush Notifications APNS, iOS and Phonegap
Hi,I use PhoneGap as a client framewok and tried to combine it with Mobile Services.First I followed the first Push QuickStartSample. Everything worked as expected. Every insert sends push notification...
View ArticleStopping timer based Scheduler?
is there any way to STOP timer based Scheduler in AzMo?if not can you guys add a STOP button on the bottom?
View ArticlePush to iOS working erratically
Hello,I've created a mobile service that has a server script scheduled to run every 15 minutes. In that script it selects all appropriate rows from the database (with notifications requested in that 15...
View ArticleAzure Mobile Services - Server Script - Modify the response
I would like to modify the response of my get; no problem as there is a great example:http://msdn.microsoft.com/en-us/library/windowsazure/jj631631.aspxThe issue is this works well until you want to...
View ArticleBreaking changes - "No 'id' member found on type"
I updated to Mobile Services 1.0, and now every query returns a "No 'id' member found on type" exception.An earlier build with 0.2.0 works fine.[DataMember(Name = "id")] public int...
View Article