Role can't connect to storage. The requested URI does not represent any resource on the server.
-
17 mai 2012 07:46
Application with local machine work fine with azure queue, but role on azure server receive:
Error: Microsoft.WindowsAzure.StorageClient.StorageClientException. Message: The requested URI does not represent any resource on the server.
Toate mesajele
-
17 mai 2012 08:22
Is there by any chance you forgot to change the connection string from development storage to cloud? Reason I am saying this is because you mentioned the application works fine on your local machine.
Hope this helps.
- Marcat ca răspuns de Arwind - MSFTModerator 23 mai 2012 08:35
-
17 mai 2012 09:22
I am connecting from local machine to real AzureStorage not DevStorage.
-
17 mai 2012 10:05
Inner exception:
Type: System.Net.WebException. Message: The remote server returned an error: (400) Bad Request.
Stack: at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
at Microsoft.WindowsAzure.StorageClient.EventHelper.ProcessWebResponse(WebRequest req, IAsyncResult asyncResult, EventHandler`1 handler, Object sender) -
17 mai 2012 10:52
I have solved the trouble. It was our bug. Sorry..
- Editat de Dimi3j Aleshkov 17 mai 2012 10:52
-
22 iulie 2012 21:19Dimi3j, what was the problem? I'm getting the same error here, on an application that, as far as I know, used to work well.