Windows Azure Mobile Services
-1
votes
1answer
26 views
Need help on getting data from WAMS android
I'm trying to get my username & password from my WAMS (android) to check during login (my login part is at btn1). I not sure if I did it correctly. Please help me take a look at it and see what ...
0
votes
0answers
15 views
how to i make unique username and retrieve data from WAMS
I trying to do a login register page using windows azure mobile services as a database. I having problem of when I register as a user, I able to register with 2 same username. Is it possible to make ...
0
votes
1answer
56 views
H 264 Baseline Profile - Azure media services
All,
I am new to azure media services and generally media programming, so might be a foolish question.
I have requirement to upload videos from clients and stream them for Android (immediate) and ...
1
vote
1answer
66 views
do windows azure mobile service scripts have transient fault handling
When I access a SQL table via the server scripts is the sql azure retry logic implemented somewhere following the
request.execute(); ?
1
vote
0answers
87 views
Get response from windows azure in windows 8
![I want to get the 'Custom message' from the Windows Azure were i written my server script to My windows 8 App.][1]
i have a scenario that i want to get return request from Windows Azure in Windows ...
1
vote
2answers
154 views
MoveNext() exception after inserting data from WP8 to Azure Database (Mobile services)
I've got question connected with Windows Azure / Windows Phone 8 services
After I Tap button, use refresh_button_Tap event I've got message with MessageBox:
"System.NullReferenceException: ...
3
votes
1answer
70 views
Consuming SOAP service from Windows Azure Mobile Services
I have a Windows Azure Mobile Service up and running, however, there is a need for that service to consume some data expose through an external SOAP service and store that information in the mobile ...
1
vote
1answer
112 views
Should I add a reverse reference from my ScheduledTaskAgent, or copy code from the foreground project?
I've added a ScheduledTaskAgent project affiliated with my WP8 project - I added a reference in the WP8 project to the ScheduledTaskAgent project. In the ScheduledTaskAgent project's OnInvoke() code, ...
1
vote
2answers
1k views
Can I periodically run a background task in WP8 without my app running?
I want to potentially update the tile of my WP8 app periodically - no more frequently than every hour or two. However, I don't want my app to have to be running for this background task to take place ...
1
vote
0answers
108 views
How can I retrieve the ID primary key value following a SQL Server CE Insert?
I want to store data locally in a SQL Server CE table AND in the cloud (WAMS or ZUMO table).
I have a storedInCloud bool column in the SQL Server CE table that is first set to false, and then, when ...
0
votes
0answers
36 views
Why does my WAMS query return the verbose name of its return type rather than a value from the table (should be null in this case)?
This query:
public static async Task<List<string>> GetSenderDeviceIDForSenderIDAndReaderDeviceID(string senderID, string readerDeviceID)
{
...
0
votes
1answer
22 views
Are WAMS tables decoratable?
With local embedded SQLite table classes, one can decorate columns with attributes such as PrimaryKey, AutoInc, MaxLength(NN), and Indexed. It would seem that the more big metal-ish WAMS (nee ...
0
votes
1answer
51 views
Why is my WAMS query expecting a different argument type than I'm providing?
With this code:
public static async Task<List<DUCKBILLED_PLATYPI>> GetLocationsForPlatypiAndTimeRange(HashSet<string> PlatypiIds, DateTime EarliestToShow, DateTime LatestToShow)
{
...
1
vote
2answers
118 views
Windows Azure Mobile Service
I'm doing my first steps with Windows Azure, starting with creating a mobile service and since I encountered two problems:
- How to personalize my service in order to perform some treatments on data ...
4
votes
0answers
164 views
How can I manage the table I added to my WAMS, or associate my WAMS with existing SQL DB tables?
I allowed the WAMS wizard to create the "test" table ("Items") it so congenially offers to create after setting up my WAMS.
Then I wanted to create a table that will actually be useful to me. The ...
0
votes
1answer
47 views
Can I connect a WAMS to both a Windows Store app AND a WP8 app?
I just created my first WAMS (pipe down - no hysteria, please).
When I'm in the WAMS management area, though, it wants me to "Choose Platform," with the options of "Windows Store", "Windows Phone 8", ...


