Creation of web site 'name' failed. Provisioning failed

I had installed Windows Azure Pack: website v2 installation package successfully in my environment to build private cloud without any issue but when I am trying to create new
website I am getting below error which seems to odd for me. I have given each time new website name but still its saying  “Web space with name defaultwebspace already exists for subscription
d9966d87-2f60-46f3-a015-efcf7e31c3f1.”
I can see below warning and error message in system event log. Any kind of help is appreciated.
Warning:
Log Name:      Microsoft-WindowsAzurePack-MgmtSvc-TenantSite/Operational Source:        Microsoft-WindowsAzurePack-MgmtSvc-TenantSite
Date:          3/2/2014 10:43:22 PM Event ID:      350 Task Category: (65184) Level:         Warning Keywords:      None
User:          IIS APPPOOL\MgmtSvc-TenantSite Computer:      AzureP-L7U6WENS.compose1b02.com Description: Rest client received unsucessful response message with status code '409' and body
'{"Code":"Conflict","Message":"Web space with name defaultwebspace already exists for subscription d9966d87-2f60-46f3-a015-efcf7e31c3f1.","ExtendedCode":"03004","MessageTemplate":"Web
space with name {0} already exists for subscription {1}.","Parameters":["defaultwebspace","d9966d87-2f60-46f3-a015-efcf7e31c3f1"],"InnerErrors":null}'. Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>     <Provider Name="Microsoft-WindowsAzurePack-MgmtSvc-TenantSite" Guid="{1AEFE747-B4B6-5C96-A6F0-4455628C98F5}" />     <EventID>350</EventID>     <Version>0</Version>
    <Level>3</Level>     <Task>65184</Task>     <Opcode>0</Opcode>     <Keywords>0x0</Keywords>     <TimeCreated SystemTime="2014-03-03T06:43:22.463206100Z"
/>     <EventRecordID>76</EventRecordID>     <Correlation ActivityID="{B704CC06-20D7-4AA8-8EB3-9BB325D67C6F}" />     <Execution ProcessID="3432" ThreadID="2340"
/>     <Channel>Microsoft-WindowsAzurePack-MgmtSvc-TenantSite/Operational</Channel>     <Computer>AzureP-L7U6WENS.compose1b02.com</Computer>     <Security UserID="S-1-5-82-2412073939-1629192209-1361556002-1973534042-2256616803"
/>   </System>   <EventData>     <Data Name="httpStatusCode">409</Data>     <Data Name="messageBody">{"Code":"Conflict","Message":"Web
space with name defaultwebspace already exists for subscription d9966d87-2f60-46f3-a015-efcf7e31c3f1.","ExtendedCode":"03004","MessageTemplate":"Web space with name {0} already exists for subscription {1}.","Parameters":["defaultwebspace","d9966d87-2f60-46f3-a015-efcf7e31c3f1"],"InnerErrors":null}</Data>
  </EventData> </Event>
Error:
Log Name:      Microsoft-WindowsAzurePack-MgmtSvc-TenantSite/Operational Source:        Microsoft-WindowsAzurePack-MgmtSvc-TenantSite
Date:          3/2/2014 10:43:22 PM Event ID:      12 Task Category: (65522) Level:         Error Keywords:      None User:         
IIS APPPOOL\MgmtSvc-TenantSite Computer:      AzureP-L7U6WENS.compose1b02.com Description: Error:AggregateException: One or more errors occurred. <Exception>   <Type>AggregateException</Type>   <Message>One
or more errors occurred.</Message>   <StackTrace><![CDATA[    at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)    at Microsoft.Azure.Portal.ServerAppManager.ProvisioningSequencer.StartProvisioningSteps(String
subscriptionId, List`1 internalResources)    at Microsoft.Azure.Portal.ServerAppManager.ServerAppManagerDataAccessor.CreateApplication(String subscriptionId, String primaryResourceName, ResourceType primaryResourceType, List`1 externalResources,
List`1 internalResources, String location)    at Microsoft.Azure.Portal.ServerAppManager.ServerAppManagerDataAccessor.CreateApplicationAsync(String subscriptionId, String primaryResourceName, ResourceType primaryResourceType, List`1 externalResources,
List`1 internalResources, String location)    at Microsoft.Azure.Portal.Marketplace.Proxy.Controllers.MarketplaceController.CreateSiteApplication(String subscriptionId, SiteId siteId, String region, String packageUri, Boolean UseIntegratedSqlScript,
MsDeployParameter[] parameters, DatabaseResourceInfo dbResourceInfo, String offerId)    at Microsoft.Azure.Portal.Marketplace.Proxy.Controllers.MarketplaceController.OnPremProvisionAndDeploySite(String subscriptionId, String region, DatabaseOptions
databaseOptions, IDictionary`2 applicationEntry, DeploymentAnswers deploymentAnswers)    at Microsoft.Azure.Portal.Marketplace.Proxy.Controllers.MarketplaceController.<ProvisionAndDeploySite>d__0.MoveNext() --- End of stack trace from previous
location where exception was thrown ---    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)    at
lambda_method(Closure , Task )    at System.Web.Mvc.Async.TaskAsyncActionDescriptor.EndExecute(IAsyncResult asyncResult)    at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass3f.<BeginInvokeAsynchronousActionMethod>b__3e(IAsyncResult
asyncResult)    at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<>c__DisplayClass39.<BeginInvokeActionMethodWithFilters>b__33()    at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b__49()
   at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b__49()    at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b__49()
   at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<BeginInvokeActionMethodWithFilters>b__36(IAsyncResult asyncResult)    at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<>c__DisplayClass2a.<BeginInvokeAction>b__20()
   at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<BeginInvokeAction>b__22(IAsyncResult asyncResult)]]></StackTrace>   <InnerException>     <Type>JsonException</Type>
    <Message>Web space with name defaultwebspace already exists for subscription d9966d87-2f60-46f3-a015-efcf7e31c3f1.</Message>     <StackTrace><![CDATA[    at Microsoft.Azure.Portal.ServerAppManager.TaskExtensions.<>c__DisplayClass1`1.<HandleException>b__0(Task`1
e)    at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()    at System.Threading.Tasks.Task.Execute()]]></StackTrace>   </InnerException>   <HttpContext>     <User
IsAuthenticated="true" Name="[email protected]" />     <Request>       <RawUrl>/Extensions/MarketplaceExtension/d9966d87-2f60-46f3-a015-efcf7e31c3f1/ProvisionAndDeploySite</RawUrl>
      <UserHostAddress>fe80::80f7:9d:f916:b5b0%12</UserHostAddress>       <Headers>         <Header Key="Cache-Control" Value="no-cache"
/>         <Header Key="Connection" Value="Keep-Alive" />         <Header Key="Content-Length" Value="374" />        
<Header Key="Content-Type" Value="application/json" />         <Header Key="Accept" Value="application/json, text/javascript, */*; q=0.01" />        
<Header Key="Accept-Encoding" Value="gzip, deflate" />         <Header Key="Accept-Language" Value="en-US" />         <Header Key="Host"
Value="azurep-l7u6wens.compose1b02.com:30081" />         <Header Key="Referer" Value="https://azurep-l7u6wens.compose1b02.com:30081/#Workspaces/WebsiteExtension/websites"
/>         <Header Key="User-Agent" Value="Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko" />         <Header Key="x-ms-client-session-id"
Value="260e75ef-5f8f-4ddb-9d8b-b3f2e5315dd0" />         <Header Key="x-ms-client-antiforgery-id" Value="4OB7eSUNtvQqgk4u1m53UXr9lCJunTqhC31lnAN1C3/nIo39pPB5p9VKQbiG+K5KvBuTXpu0Gpkt3tiPkJxDsbylCi4hYGeoc4tVU+mnR4CxquInZrhCKvhXhyPpGcY8Gch4XCOKpy1xmbPisnQ5mg=="
/>         <Header Key="x-ms-client-request-id" Value="8e007110-f918-4452-a26f-9eb0fca98e2d-2014-03-03 06:43:21Z" />         <Header Key="X-Requested-With"
Value="XMLHttpRequest" />         <Cookies>           <Cookie Name="__RequestVerificationToken_Admin" Secure="false" Expires="0001-01-01T00:00:00Z"
Domain="" Path="/" Value="Redacted (128 characters)" />           <Cookie Name="__RequestVerificationToken_MemebershipAuthentication" Secure="false" Expires="0001-01-01T00:00:00Z"
Domain="" Path="/" Value="Redacted (128 characters)" />           <Cookie Name="__RequestVerificationToken_Tenant" Secure="false" Expires="0001-01-01T00:00:00Z"
Domain="" Path="/" Value="Redacted (128 characters)" />           <Cookie Name="MembershipSiteFedAuth" Secure="false" Expires="0001-01-01T00:00:00Z"
Domain="" Path="/" Value="Redacted (1656 characters)" />           <Cookie Name="TenantSiteFedAuth" Secure="false" Expires="0001-01-01T00:00:00Z"
Domain="" Path="/" Value="Redacted (1372 characters)" />           <Cookie Name="__aux" Secure="false" Expires="0001-01-01T00:00:00Z" Domain=""
Path="/" Value="Redacted (152 characters)" />           <Cookie Name="AdminSiteFedAuth" Secure="false" Expires="0001-01-01T00:00:00Z" Domain="" Path="/"
Value="Redacted (2000 characters)" />           <Cookie Name="AdminSiteFedAuth1" Secure="false" Expires="0001-01-01T00:00:00Z" Domain="" Path="/"
Value="Redacted (56 characters)" />           <Cookie Name="sub" Secure="false" Expires="0001-01-01T00:00:00Z" Domain="" Path="/" Value="Redacted
(4 characters)" />         </Cookies>       </Headers>     </Request>   </HttpContext> </Exception>, operationName:Marketplace.ProvisionAndDeploySite,
version:, accept language:en-US, subscription Id:d9966d87-2f60-46f3-a015-efcf7e31c3f1, client request Id:8e007110-f918-4452-a26f-9eb0fca98e2d-2014-03-03 06:43:21Z, principal Id:[email protected], page request Id:260e75ef-5f8f-4ddb-9d8b-b3f2e5315dd0, server
request id: Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">   <System>     <Provider Name="Microsoft-WindowsAzurePack-MgmtSvc-TenantSite"
Guid="{1AEFE747-B4B6-5C96-A6F0-4455628C98F5}" />     <EventID>12</EventID>     <Version>0</Version>     <Level>2</Level>     <Task>65522</Task>
    <Opcode>0</Opcode>     <Keywords>0x0</Keywords>     <TimeCreated SystemTime="2014-03-03T06:43:22.525709700Z" />     <EventRecordID>77</EventRecordID>
    <Correlation ActivityID="{7473B6A3-FF02-4264-83CF-E1E731E1F524}" />     <Execution ProcessID="3432" ThreadID="3064" />     <Channel>Microsoft-WindowsAzurePack-MgmtSvc-TenantSite/Operational</Channel>
    <Computer>AzureP-L7U6WENS.compose1b02.com</Computer>     <Security UserID="S-1-5-82-2412073939-1629192209-1361556002-1973534042-2256616803" />   </System>   <EventData>    
<Data Name="message">AggregateException: One or more errors occurred. &lt;Exception&gt;   &lt;Type&gt;AggregateException&lt;/Type&gt;   &lt;Message&gt;One or more errors occurred.&lt;/Message&gt;
  &lt;StackTrace&gt;&lt;![CDATA[    at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)    at Microsoft.Azure.Portal.ServerAppManager.ProvisioningSequencer.StartProvisioningSteps(String subscriptionId,
List`1 internalResources)    at Microsoft.Azure.Portal.ServerAppManager.ServerAppManagerDataAccessor.CreateApplication(String subscriptionId, String primaryResourceName, ResourceType primaryResourceType, List`1 externalResources, List`1 internalResources,
String location)    at Microsoft.Azure.Portal.ServerAppManager.ServerAppManagerDataAccessor.CreateApplicationAsync(String subscriptionId, String primaryResourceName, ResourceType primaryResourceType, List`1 externalResources, List`1 internalResources,
String location)    at Microsoft.Azure.Portal.Marketplace.Proxy.Controllers.MarketplaceController.CreateSiteApplication(String subscriptionId, SiteId siteId, String region, String packageUri, Boolean UseIntegratedSqlScript, MsDeployParameter[] parameters,
DatabaseResourceInfo dbResourceInfo, String offerId)    at Microsoft.Azure.Portal.Marketplace.Proxy.Controllers.MarketplaceController.OnPremProvisionAndDeploySite(String subscriptionId, String region, DatabaseOptions databaseOptions, IDictionary`2
applicationEntry, DeploymentAnswers deploymentAnswers)    at Microsoft.Azure.Portal.Marketplace.Proxy.Controllers.MarketplaceController.&lt;ProvisionAndDeploySite&gt;d__0.MoveNext() --- End of stack trace from previous location where exception
was thrown ---    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)    at lambda_method(Closure ,
Task )    at System.Web.Mvc.Async.TaskAsyncActionDescriptor.EndExecute(IAsyncResult asyncResult)    at System.Web.Mvc.Async.AsyncControllerActionInvoker.&lt;&gt;c__DisplayClass3f.&lt;BeginInvokeAsynchronousActionMethod&gt;b__3e(IAsyncResult
asyncResult)    at System.Web.Mvc.Async.AsyncControllerActionInvoker.&lt;&gt;c__DisplayClass37.&lt;&gt;c__DisplayClass39.&lt;BeginInvokeActionMethodWithFilters&gt;b__33()    at System.Web.Mvc.Async.AsyncControllerActionInvoker.&lt;&gt;c__DisplayClass4f.&lt;InvokeActionMethodFilterAsynchronously&gt;b__49()
   at System.Web.Mvc.Async.AsyncControllerActionInvoker.&lt;&gt;c__DisplayClass4f.&lt;InvokeActionMethodFilterAsynchronously&gt;b__49()    at System.Web.Mvc.Async.AsyncControllerActionInvoker.&lt;&gt;c__DisplayClass4f.&lt;InvokeActionMethodFilterAsynchronously&gt;b__49()
   at System.Web.Mvc.Async.AsyncControllerActionInvoker.&lt;&gt;c__DisplayClass37.&lt;BeginInvokeActionMethodWithFilters&gt;b__36(IAsyncResult asyncResult)    at System.Web.Mvc.Async.AsyncControllerActionInvoker.&lt;&gt;c__DisplayClass25.&lt;&gt;c__DisplayClass2a.&lt;BeginInvokeAction&gt;b__20()
   at System.Web.Mvc.Async.AsyncControllerActionInvoker.&lt;&gt;c__DisplayClass25.&lt;BeginInvokeAction&gt;b__22(IAsyncResult asyncResult)]]&gt;&lt;/StackTrace&gt;   &lt;InnerException&gt;    
&lt;Type&gt;JsonException&lt;/Type&gt;     &lt;Message&gt;Web space with name defaultwebspace already exists for subscription d9966d87-2f60-46f3-a015-efcf7e31c3f1.&lt;/Message&gt;     &lt;StackTrace&gt;&lt;![CDATA[
   at Microsoft.Azure.Portal.ServerAppManager.TaskExtensions.&lt;&gt;c__DisplayClass1`1.&lt;HandleException&gt;b__0(Task`1 e)    at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()   
at System.Threading.Tasks.Task.Execute()]]&gt;&lt;/StackTrace&gt;   &lt;/InnerException&gt;   &lt;HttpContext&gt;     &lt;User IsAuthenticated="true" Name="[email protected]"
/&gt;     &lt;Request&gt;       &lt;RawUrl&gt;/Extensions/MarketplaceExtension/d9966d87-2f60-46f3-a015-efcf7e31c3f1/ProvisionAndDeploySite&lt;/RawUrl&gt;       &lt;UserHostAddress&gt;fe80::80f7:9d:f916:b5b0%12&lt;/UserHostAddress&gt;
      &lt;Headers&gt;         &lt;Header Key="Cache-Control" Value="no-cache" /&gt;         &lt;Header Key="Connection"
Value="Keep-Alive" /&gt;         &lt;Header Key="Content-Length" Value="374" /&gt;         &lt;Header Key="Content-Type" Value="application/json"
/&gt;         &lt;Header Key="Accept" Value="application/json, text/javascript, */*; q=0.01" /&gt;         &lt;Header Key="Accept-Encoding"
Value="gzip, deflate" /&gt;         &lt;Header Key="Accept-Language" Value="en-US" /&gt;         &lt;Header Key="Host" Value="azurep-l7u6wens.compose1b02.com:30081"
/&gt;         &lt;Header Key="Referer" Value="https://azurep-l7u6wens.compose1b02.com:30081/#Workspaces/WebsiteExtension/websites"
/&gt;         &lt;Header Key="User-Agent" Value="Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko" /&gt;         &lt;Header Key="x-ms-client-session-id"
Value="260e75ef-5f8f-4ddb-9d8b-b3f2e5315dd0" /&gt;         &lt;Header Key="x-ms-client-antiforgery-id" Value="4OB7eSUNtvQqgk4u1m53UXr9lCJunTqhC31lnAN1C3/nIo39pPB5p9VKQbiG+K5KvBuTXpu0Gpkt3tiPkJxDsbylCi4hYGeoc4tVU+mnR4CxquInZrhCKvhXhyPpGcY8Gch4XCOKpy1xmbPisnQ5mg=="
/&gt;         &lt;Header Key="x-ms-client-request-id" Value="8e007110-f918-4452-a26f-9eb0fca98e2d-2014-03-03 06:43:21Z" /&gt;         &lt;Header Key="X-Requested-With"
Value="XMLHttpRequest" /&gt;         &lt;Cookies&gt;           &lt;Cookie Name="__RequestVerificationToken_Admin" Secure="false" Expires="0001-01-01T00:00:00Z"
Domain="" Path="/" Value="Redacted (128 characters)" /&gt;           &lt;Cookie Name="__RequestVerificationToken_MemebershipAuthentication" Secure="false"
Expires="0001-01-01T00:00:00Z" Domain="" Path="/" Value="Redacted (128 characters)" /&gt;           &lt;Cookie Name="__RequestVerificationToken_Tenant" Secure="false"
Expires="0001-01-01T00:00:00Z" Domain="" Path="/" Value="Redacted (128 characters)" /&gt;           &lt;Cookie Name="MembershipSiteFedAuth" Secure="false"
Expires="0001-01-01T00:00:00Z" Domain="" Path="/" Value="Redacted (1656 characters)" /&gt;           &lt;Cookie Name="TenantSiteFedAuth" Secure="false"
Expires="0001-01-01T00:00:00Z" Domain="" Path="/" Value="Redacted (1372 characters)" /&gt;           &lt;Cookie Name="__aux" Secure="false" Expires="0001-01-01T00:00:00Z"
Domain="" Path="/" Value="Redacted (152 characters)" /&gt;           &lt;Cookie Name="AdminSiteFedAuth" Secure="false" Expires="0001-01-01T00:00:00Z"
Domain="" Path="/" Value="Redacted (2000 characters)" /&gt;           &lt;Cookie Name="AdminSiteFedAuth1" Secure="false" Expires="0001-01-01T00:00:00Z"
Domain="" Path="/" Value="Redacted (56 characters)" /&gt;           &lt;Cookie Name="sub" Secure="false" Expires="0001-01-01T00:00:00Z" Domain=""
Path="/" Value="Redacted (4 characters)" /&gt;         &lt;/Cookies&gt;       &lt;/Headers&gt;     &lt;/Request&gt;   &lt;/HttpContext&gt;
&lt;/Exception&gt;</Data>     <Data Name="requestId">     </Data>     <Data Name="subscriptionId">d9966d87-2f60-46f3-a015-efcf7e31c3f1</Data>    
<Data Name="clientRequestId">8e007110-f918-4452-a26f-9eb0fca98e2d-2014-03-03 06:43:21Z</Data>     <Data Name="principalId">[email protected]</Data>
    <Data Name="version">     </Data>     <Data Name="pageRequestId">260e75ef-5f8f-4ddb-9d8b-b3f2e5315dd0</Data>     <Data Name="acceptLanguage">en-US</Data>
    <Data Name="operationName">Marketplace.ProvisionAndDeploySite</Data>   </EventData> </Event>

I had installed Windows Azure Pack: website v2 installation package successfully in my environment to build private cloud without any issue but when I am trying to create new
website I am getting below error which seems to odd for me. I have given each time new website name but still its saying  “Web space with name defaultwebspace already exists for subscription
d9966d87-2f60-46f3-a015-efcf7e31c3f1.”
I can see below warning and error message in system event log. Any kind of help is appreciated.
Warning:
Log Name:      Microsoft-WindowsAzurePack-MgmtSvc-TenantSite/Operational Source:        Microsoft-WindowsAzurePack-MgmtSvc-TenantSite
Date:          3/2/2014 10:43:22 PM Event ID:      350 Task Category: (65184) Level:         Warning Keywords:      None
User:          IIS APPPOOL\MgmtSvc-TenantSite Computer:      AzureP-L7U6WENS.compose1b02.com Description: Rest client received unsucessful response message with status code '409' and body
'{"Code":"Conflict","Message":"Web space with name defaultwebspace already exists for subscription d9966d87-2f60-46f3-a015-efcf7e31c3f1.","ExtendedCode":"03004","MessageTemplate":"Web
space with name {0} already exists for subscription {1}.","Parameters":["defaultwebspace","d9966d87-2f60-46f3-a015-efcf7e31c3f1"],"InnerErrors":null}'. Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>     <Provider Name="Microsoft-WindowsAzurePack-MgmtSvc-TenantSite" Guid="{1AEFE747-B4B6-5C96-A6F0-4455628C98F5}" />     <EventID>350</EventID>     <Version>0</Version>
    <Level>3</Level>     <Task>65184</Task>     <Opcode>0</Opcode>     <Keywords>0x0</Keywords>     <TimeCreated SystemTime="2014-03-03T06:43:22.463206100Z"
/>     <EventRecordID>76</EventRecordID>     <Correlation ActivityID="{B704CC06-20D7-4AA8-8EB3-9BB325D67C6F}" />     <Execution ProcessID="3432" ThreadID="2340"
/>     <Channel>Microsoft-WindowsAzurePack-MgmtSvc-TenantSite/Operational</Channel>     <Computer>AzureP-L7U6WENS.compose1b02.com</Computer>     <Security UserID="S-1-5-82-2412073939-1629192209-1361556002-1973534042-2256616803"
/>   </System>   <EventData>     <Data Name="httpStatusCode">409</Data>     <Data Name="messageBody">{"Code":"Conflict","Message":"Web
space with name defaultwebspace already exists for subscription d9966d87-2f60-46f3-a015-efcf7e31c3f1.","ExtendedCode":"03004","MessageTemplate":"Web space with name {0} already exists for subscription {1}.","Parameters":["defaultwebspace","d9966d87-2f60-46f3-a015-efcf7e31c3f1"],"InnerErrors":null}</Data>
  </EventData> </Event>
Error:
Log Name:      Microsoft-WindowsAzurePack-MgmtSvc-TenantSite/Operational Source:        Microsoft-WindowsAzurePack-MgmtSvc-TenantSite
Date:          3/2/2014 10:43:22 PM Event ID:      12 Task Category: (65522) Level:         Error Keywords:      None User:         
IIS APPPOOL\MgmtSvc-TenantSite Computer:      AzureP-L7U6WENS.compose1b02.com Description: Error:AggregateException: One or more errors occurred. <Exception>   <Type>AggregateException</Type>   <Message>One
or more errors occurred.</Message>   <StackTrace><![CDATA[    at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)    at Microsoft.Azure.Portal.ServerAppManager.ProvisioningSequencer.StartProvisioningSteps(String
subscriptionId, List`1 internalResources)    at Microsoft.Azure.Portal.ServerAppManager.ServerAppManagerDataAccessor.CreateApplication(String subscriptionId, String primaryResourceName, ResourceType primaryResourceType, List`1 externalResources,
List`1 internalResources, String location)    at Microsoft.Azure.Portal.ServerAppManager.ServerAppManagerDataAccessor.CreateApplicationAsync(String subscriptionId, String primaryResourceName, ResourceType primaryResourceType, List`1 externalResources,
List`1 internalResources, String location)    at Microsoft.Azure.Portal.Marketplace.Proxy.Controllers.MarketplaceController.CreateSiteApplication(String subscriptionId, SiteId siteId, String region, String packageUri, Boolean UseIntegratedSqlScript,
MsDeployParameter[] parameters, DatabaseResourceInfo dbResourceInfo, String offerId)    at Microsoft.Azure.Portal.Marketplace.Proxy.Controllers.MarketplaceController.OnPremProvisionAndDeploySite(String subscriptionId, String region, DatabaseOptions
databaseOptions, IDictionary`2 applicationEntry, DeploymentAnswers deploymentAnswers)    at Microsoft.Azure.Portal.Marketplace.Proxy.Controllers.MarketplaceController.<ProvisionAndDeploySite>d__0.MoveNext() --- End of stack trace from previous
location where exception was thrown ---    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)    at
lambda_method(Closure , Task )    at System.Web.Mvc.Async.TaskAsyncActionDescriptor.EndExecute(IAsyncResult asyncResult)    at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass3f.<BeginInvokeAsynchronousActionMethod>b__3e(IAsyncResult
asyncResult)    at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<>c__DisplayClass39.<BeginInvokeActionMethodWithFilters>b__33()    at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b__49()
   at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b__49()    at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b__49()
   at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<BeginInvokeActionMethodWithFilters>b__36(IAsyncResult asyncResult)    at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<>c__DisplayClass2a.<BeginInvokeAction>b__20()
   at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<BeginInvokeAction>b__22(IAsyncResult asyncResult)]]></StackTrace>   <InnerException>     <Type>JsonException</Type>
    <Message>Web space with name defaultwebspace already exists for subscription d9966d87-2f60-46f3-a015-efcf7e31c3f1.</Message>     <StackTrace><![CDATA[    at Microsoft.Azure.Portal.ServerAppManager.TaskExtensions.<>c__DisplayClass1`1.<HandleException>b__0(Task`1
e)    at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()    at System.Threading.Tasks.Task.Execute()]]></StackTrace>   </InnerException>   <HttpContext>     <User
IsAuthenticated="true" Name="[email protected]" />     <Request>       <RawUrl>/Extensions/MarketplaceExtension/d9966d87-2f60-46f3-a015-efcf7e31c3f1/ProvisionAndDeploySite</RawUrl>
      <UserHostAddress>fe80::80f7:9d:f916:b5b0%12</UserHostAddress>       <Headers>         <Header Key="Cache-Control" Value="no-cache"
/>         <Header Key="Connection" Value="Keep-Alive" />         <Header Key="Content-Length" Value="374" />        
<Header Key="Content-Type" Value="application/json" />         <Header Key="Accept" Value="application/json, text/javascript, */*; q=0.01" />        
<Header Key="Accept-Encoding" Value="gzip, deflate" />         <Header Key="Accept-Language" Value="en-US" />         <Header Key="Host"
Value="azurep-l7u6wens.compose1b02.com:30081" />         <Header Key="Referer" Value="https://azurep-l7u6wens.compose1b02.com:30081/#Workspaces/WebsiteExtension/websites"
/>         <Header Key="User-Agent" Value="Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko" />         <Header Key="x-ms-client-session-id"
Value="260e75ef-5f8f-4ddb-9d8b-b3f2e5315dd0" />         <Header Key="x-ms-client-antiforgery-id" Value="4OB7eSUNtvQqgk4u1m53UXr9lCJunTqhC31lnAN1C3/nIo39pPB5p9VKQbiG+K5KvBuTXpu0Gpkt3tiPkJxDsbylCi4hYGeoc4tVU+mnR4CxquInZrhCKvhXhyPpGcY8Gch4XCOKpy1xmbPisnQ5mg=="
/>         <Header Key="x-ms-client-request-id" Value="8e007110-f918-4452-a26f-9eb0fca98e2d-2014-03-03 06:43:21Z" />         <Header Key="X-Requested-With"
Value="XMLHttpRequest" />         <Cookies>           <Cookie Name="__RequestVerificationToken_Admin" Secure="false" Expires="0001-01-01T00:00:00Z"
Domain="" Path="/" Value="Redacted (128 characters)" />           <Cookie Name="__RequestVerificationToken_MemebershipAuthentication" Secure="false" Expires="0001-01-01T00:00:00Z"
Domain="" Path="/" Value="Redacted (128 characters)" />           <Cookie Name="__RequestVerificationToken_Tenant" Secure="false" Expires="0001-01-01T00:00:00Z"
Domain="" Path="/" Value="Redacted (128 characters)" />           <Cookie Name="MembershipSiteFedAuth" Secure="false" Expires="0001-01-01T00:00:00Z"
Domain="" Path="/" Value="Redacted (1656 characters)" />           <Cookie Name="TenantSiteFedAuth" Secure="false" Expires="0001-01-01T00:00:00Z"
Domain="" Path="/" Value="Redacted (1372 characters)" />           <Cookie Name="__aux" Secure="false" Expires="0001-01-01T00:00:00Z" Domain=""
Path="/" Value="Redacted (152 characters)" />           <Cookie Name="AdminSiteFedAuth" Secure="false" Expires="0001-01-01T00:00:00Z" Domain="" Path="/"
Value="Redacted (2000 characters)" />           <Cookie Name="AdminSiteFedAuth1" Secure="false" Expires="0001-01-01T00:00:00Z" Domain="" Path="/"
Value="Redacted (56 characters)" />           <Cookie Name="sub" Secure="false" Expires="0001-01-01T00:00:00Z" Domain="" Path="/" Value="Redacted
(4 characters)" />         </Cookies>       </Headers>     </Request>   </HttpContext> </Exception>, operationName:Marketplace.ProvisionAndDeploySite,
version:, accept language:en-US, subscription Id:d9966d87-2f60-46f3-a015-efcf7e31c3f1, client request Id:8e007110-f918-4452-a26f-9eb0fca98e2d-2014-03-03 06:43:21Z, principal Id:[email protected], page request Id:260e75ef-5f8f-4ddb-9d8b-b3f2e5315dd0, server
request id: Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">   <System>     <Provider Name="Microsoft-WindowsAzurePack-MgmtSvc-TenantSite"
Guid="{1AEFE747-B4B6-5C96-A6F0-4455628C98F5}" />     <EventID>12</EventID>     <Version>0</Version>     <Level>2</Level>     <Task>65522</Task>
    <Opcode>0</Opcode>     <Keywords>0x0</Keywords>     <TimeCreated SystemTime="2014-03-03T06:43:22.525709700Z" />     <EventRecordID>77</EventRecordID>
    <Correlation ActivityID="{7473B6A3-FF02-4264-83CF-E1E731E1F524}" />     <Execution ProcessID="3432" ThreadID="3064" />     <Channel>Microsoft-WindowsAzurePack-MgmtSvc-TenantSite/Operational</Channel>
    <Computer>AzureP-L7U6WENS.compose1b02.com</Computer>     <Security UserID="S-1-5-82-2412073939-1629192209-1361556002-1973534042-2256616803" />   </System>   <EventData>    
<Data Name="message">AggregateException: One or more errors occurred. &lt;Exception&gt;   &lt;Type&gt;AggregateException&lt;/Type&gt;   &lt;Message&gt;One or more errors occurred.&lt;/Message&gt;
  &lt;StackTrace&gt;&lt;![CDATA[    at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)    at Microsoft.Azure.Portal.ServerAppManager.ProvisioningSequencer.StartProvisioningSteps(String subscriptionId,
List`1 internalResources)    at Microsoft.Azure.Portal.ServerAppManager.ServerAppManagerDataAccessor.CreateApplication(String subscriptionId, String primaryResourceName, ResourceType primaryResourceType, List`1 externalResources, List`1 internalResources,
String location)    at Microsoft.Azure.Portal.ServerAppManager.ServerAppManagerDataAccessor.CreateApplicationAsync(String subscriptionId, String primaryResourceName, ResourceType primaryResourceType, List`1 externalResources, List`1 internalResources,
String location)    at Microsoft.Azure.Portal.Marketplace.Proxy.Controllers.MarketplaceController.CreateSiteApplication(String subscriptionId, SiteId siteId, String region, String packageUri, Boolean UseIntegratedSqlScript, MsDeployParameter[] parameters,
DatabaseResourceInfo dbResourceInfo, String offerId)    at Microsoft.Azure.Portal.Marketplace.Proxy.Controllers.MarketplaceController.OnPremProvisionAndDeploySite(String subscriptionId, String region, DatabaseOptions databaseOptions, IDictionary`2
applicationEntry, DeploymentAnswers deploymentAnswers)    at Microsoft.Azure.Portal.Marketplace.Proxy.Controllers.MarketplaceController.&lt;ProvisionAndDeploySite&gt;d__0.MoveNext() --- End of stack trace from previous location where exception
was thrown ---    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)    at lambda_method(Closure ,
Task )    at System.Web.Mvc.Async.TaskAsyncActionDescriptor.EndExecute(IAsyncResult asyncResult)    at System.Web.Mvc.Async.AsyncControllerActionInvoker.&lt;&gt;c__DisplayClass3f.&lt;BeginInvokeAsynchronousActionMethod&gt;b__3e(IAsyncResult
asyncResult)    at System.Web.Mvc.Async.AsyncControllerActionInvoker.&lt;&gt;c__DisplayClass37.&lt;&gt;c__DisplayClass39.&lt;BeginInvokeActionMethodWithFilters&gt;b__33()    at System.Web.Mvc.Async.AsyncControllerActionInvoker.&lt;&gt;c__DisplayClass4f.&lt;InvokeActionMethodFilterAsynchronously&gt;b__49()
   at System.Web.Mvc.Async.AsyncControllerActionInvoker.&lt;&gt;c__DisplayClass4f.&lt;InvokeActionMethodFilterAsynchronously&gt;b__49()    at System.Web.Mvc.Async.AsyncControllerActionInvoker.&lt;&gt;c__DisplayClass4f.&lt;InvokeActionMethodFilterAsynchronously&gt;b__49()
   at System.Web.Mvc.Async.AsyncControllerActionInvoker.&lt;&gt;c__DisplayClass37.&lt;BeginInvokeActionMethodWithFilters&gt;b__36(IAsyncResult asyncResult)    at System.Web.Mvc.Async.AsyncControllerActionInvoker.&lt;&gt;c__DisplayClass25.&lt;&gt;c__DisplayClass2a.&lt;BeginInvokeAction&gt;b__20()
   at System.Web.Mvc.Async.AsyncControllerActionInvoker.&lt;&gt;c__DisplayClass25.&lt;BeginInvokeAction&gt;b__22(IAsyncResult asyncResult)]]&gt;&lt;/StackTrace&gt;   &lt;InnerException&gt;    
&lt;Type&gt;JsonException&lt;/Type&gt;     &lt;Message&gt;Web space with name defaultwebspace already exists for subscription d9966d87-2f60-46f3-a015-efcf7e31c3f1.&lt;/Message&gt;     &lt;StackTrace&gt;&lt;![CDATA[
   at Microsoft.Azure.Portal.ServerAppManager.TaskExtensions.&lt;&gt;c__DisplayClass1`1.&lt;HandleException&gt;b__0(Task`1 e)    at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()   
at System.Threading.Tasks.Task.Execute()]]&gt;&lt;/StackTrace&gt;   &lt;/InnerException&gt;   &lt;HttpContext&gt;     &lt;User IsAuthenticated="true" Name="[email protected]"
/&gt;     &lt;Request&gt;       &lt;RawUrl&gt;/Extensions/MarketplaceExtension/d9966d87-2f60-46f3-a015-efcf7e31c3f1/ProvisionAndDeploySite&lt;/RawUrl&gt;       &lt;UserHostAddress&gt;fe80::80f7:9d:f916:b5b0%12&lt;/UserHostAddress&gt;
      &lt;Headers&gt;         &lt;Header Key="Cache-Control" Value="no-cache" /&gt;         &lt;Header Key="Connection"
Value="Keep-Alive" /&gt;         &lt;Header Key="Content-Length" Value="374" /&gt;         &lt;Header Key="Content-Type" Value="application/json"
/&gt;         &lt;Header Key="Accept" Value="application/json, text/javascript, */*; q=0.01" /&gt;         &lt;Header Key="Accept-Encoding"
Value="gzip, deflate" /&gt;         &lt;Header Key="Accept-Language" Value="en-US" /&gt;         &lt;Header Key="Host" Value="azurep-l7u6wens.compose1b02.com:30081"
/&gt;         &lt;Header Key="Referer" Value="https://azurep-l7u6wens.compose1b02.com:30081/#Workspaces/WebsiteExtension/websites"
/&gt;         &lt;Header Key="User-Agent" Value="Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko" /&gt;         &lt;Header Key="x-ms-client-session-id"
Value="260e75ef-5f8f-4ddb-9d8b-b3f2e5315dd0" /&gt;         &lt;Header Key="x-ms-client-antiforgery-id" Value="4OB7eSUNtvQqgk4u1m53UXr9lCJunTqhC31lnAN1C3/nIo39pPB5p9VKQbiG+K5KvBuTXpu0Gpkt3tiPkJxDsbylCi4hYGeoc4tVU+mnR4CxquInZrhCKvhXhyPpGcY8Gch4XCOKpy1xmbPisnQ5mg=="
/&gt;         &lt;Header Key="x-ms-client-request-id" Value="8e007110-f918-4452-a26f-9eb0fca98e2d-2014-03-03 06:43:21Z" /&gt;         &lt;Header Key="X-Requested-With"
Value="XMLHttpRequest" /&gt;         &lt;Cookies&gt;           &lt;Cookie Name="__RequestVerificationToken_Admin" Secure="false" Expires="0001-01-01T00:00:00Z"
Domain="" Path="/" Value="Redacted (128 characters)" /&gt;           &lt;Cookie Name="__RequestVerificationToken_MemebershipAuthentication" Secure="false"
Expires="0001-01-01T00:00:00Z" Domain="" Path="/" Value="Redacted (128 characters)" /&gt;           &lt;Cookie Name="__RequestVerificationToken_Tenant" Secure="false"
Expires="0001-01-01T00:00:00Z" Domain="" Path="/" Value="Redacted (128 characters)" /&gt;           &lt;Cookie Name="MembershipSiteFedAuth" Secure="false"
Expires="0001-01-01T00:00:00Z" Domain="" Path="/" Value="Redacted (1656 characters)" /&gt;           &lt;Cookie Name="TenantSiteFedAuth" Secure="false"
Expires="0001-01-01T00:00:00Z" Domain="" Path="/" Value="Redacted (1372 characters)" /&gt;           &lt;Cookie Name="__aux" Secure="false" Expires="0001-01-01T00:00:00Z"
Domain="" Path="/" Value="Redacted (152 characters)" /&gt;           &lt;Cookie Name="AdminSiteFedAuth" Secure="false" Expires="0001-01-01T00:00:00Z"
Domain="" Path="/" Value="Redacted (2000 characters)" /&gt;           &lt;Cookie Name="AdminSiteFedAuth1" Secure="false" Expires="0001-01-01T00:00:00Z"
Domain="" Path="/" Value="Redacted (56 characters)" /&gt;           &lt;Cookie Name="sub" Secure="false" Expires="0001-01-01T00:00:00Z" Domain=""
Path="/" Value="Redacted (4 characters)" /&gt;         &lt;/Cookies&gt;       &lt;/Headers&gt;     &lt;/Request&gt;   &lt;/HttpContext&gt;
&lt;/Exception&gt;</Data>     <Data Name="requestId">     </Data>     <Data Name="subscriptionId">d9966d87-2f60-46f3-a015-efcf7e31c3f1</Data>    
<Data Name="clientRequestId">8e007110-f918-4452-a26f-9eb0fca98e2d-2014-03-03 06:43:21Z</Data>     <Data Name="principalId">[email protected]</Data>
    <Data Name="version">     </Data>     <Data Name="pageRequestId">260e75ef-5f8f-4ddb-9d8b-b3f2e5315dd0</Data>     <Data Name="acceptLanguage">en-US</Data>
    <Data Name="operationName">Marketplace.ProvisionAndDeploySite</Data>   </EventData> </Event>

Similar Messages

  • Creation of web site 'null' failed

    I finally decided to give Azure a try and the first thing I do - creating a simple web site - fails with:
    "Creation of web site 'null' failed."
    Details say: "Provisioning failed."
    I am simply trying to "quick create" a simple website, with no database or anything. Researching the Web, I see other people with the same problem, but no real solution. Some answers on this forum suggest subscribing to the web site service: I believe
    I am subscribed...How can I tell? I do have "Web Sites" in the left pane...
    Sub. ID: f619f60b-6f9d-460d-a8ef-9e6bdea1e926

    David,
    Here are some links:
    http://social.msdn.microsoft.com/Forums/en-US/a1475637-2f58-43f7-9028-866957926560/azure-website-provisioning-failed
    http://social.technet.microsoft.com/Forums/forefront/en-US/b6138a57-07bb-48bb-98bf-9e86dff589fd/creation-of-web-site-failed-provisioning-failed-error-when-creating-a-website-in-azure
    http://social.technet.microsoft.com/wiki/contents/articles/13625.windows-azure-web-sites-faq.aspx
    Yes, it happens consistently, no matter what I try. Also in different regions.
    I am using the 'current' portal. 
    Andrew

  • Web Site name

    Hi there,
    Ok so I'm new to using iWeb so please forgive me if this question has been answered before.
    First off, do I need to use the web.mac.com/My.MacId/PageName for my address? I am using my .mac account to design a page for my business and this web address seems a little cumbersome.
    Second, I'm designing a second web page and own the domain name. How do I design the web page in iWeb and export it for use on my own domain. Thanks!

    Unfortunately, yes. iWeb addresses are http://web.mac.com/username/sitename. The only way to shorten it is to choose a shorter site name. Nothing else you can do there. You could get around this if you have a domain name by publishing to .Mac and then using either CNAME or web forwarding.
    Build your website with iWeb and then publish to a folder and then use an ftp program such as Fetch or Transmit and upload to your domain name.
    However, if you have a .Mac account already why not consider using CNAME or web forwarding instead?

  • ESB Web site name in XML and Load Balance name were inconsistent

    Hi All,
    I have a esb cluster environment that is be consisted of two servers. And I configure a CISCO Load Balance is named pvinv.intranet.com for them.
    But why it reply me the single site name when I invoke the WSDL with SSL channel?
    This is the Url which is be called:
    https://*qainv.intranet.com*:4443/event/DefaultSystem/RuToSystem?WSDL
    And this is the anwser from site:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:plt="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:import="http://query.web.http.amway.com" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:esb="http://www.oracle.com/esb/" xmlns:ws="http://www.example.com/webservice" xmlns:tns="http://query.web.http.amway.com" targetNamespace="http://query.web.http.amway.com">
    <import namespace="http://Query.web.http.amway.com" location="http://*soaghp1*:7777/esb/slide/ESB_Projects/Cu_CustomerQueryMediationModel/consumer/RuToSystem.wsdl" />
    - <portType name="QuerySoapESB">
    - <service name="ESB_RuToSystem_Service">
    - <port name="__soap_RuToSystem_QuerySoapESB" binding="import:__soap_RuToSystem_QuerySoapESB">
    <soap:address xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" location="https://*soaghp1*:4443/event/DefaultSystem/RuToSystem" />
    </port>
    <port name="__esb_RuToSystem_QuerySoapESB" binding="import:__esb_RuToSystem_QuerySoapESB" />
    </service>
    - <plt:partnerLinkType name="QuerySoapESBLT">
    - <plt:role name="QuerySoapESBProvider">
    <plt:portType name="import:QuerySoapESB" />
    </plt:role>
    </plt:partnerLinkType>
    </definitions>
    You can look at this : Url site name is :qainv.intranet.com
    But the WSDL reply me : soaghp1
    Could you tell me how to resolve this problem?
    Thanks,
    Jowvid Li.
    Edited by: jowvid on 2010-7-3 上午1:13

    Hi All,
    Why does the xml file message is not the Load Balance qainv.intranet.com name but soaghp1?
    Could you tell me what's the problem?
    Thanks,
    Jowvid.

  • Create a web site in Visual Studio - fails with SQL Azure V12

    Creation of Microsoft Azure Website failed. <Error xmlns="Microsoft.SqlServer.Management.Framework.Web.Services" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><Message>The service objective 'Web' specified is invalid.</Message><InnerError
    i:nil="true"/><SqlErrorCode>40804</SqlErrorCode><Severity>16</Severity></Error>
    I receive this error after connecting to a database using the Preview Edition of SQL Azure V12 with a service level of 'Basic'
    'Web' may need to be changed to 'Basic' or 'Standard' depending on the service level. How can I do this?
    Regards
    David

    Hi,
    Thanks for posting here.
    Upgrading Web and Business Databases
    Upgrading Web or Business databases to a new service tier/performance level does not take the database offline. The database will continue to work through the upgrade operation. At the time of the actual transition to the new performance level temporary
    dropping of the connections to the database can happen for a very small duration (typically measured in seconds). If an application has transient fault handling for connection terminations then it is sufficient to protect against dropped connections at the
    end of the upgrade.
    Upgrading a Web or Business database to a new service tier involves the following steps:
    Determine service tier based on feature capability
    Determine an acceptable performance level based on historical resource usage
    Why does existing performance for my Web or Business database map to the higher Premium levels?
    Tuning your workload to fit a lower performance level
    Upgrade to the new service tier/performance level
    Monitor the upgrade to the new service tier/performance level
    Monitor the database after the upgrade
    Refer:
    http://azure.microsoft.com/en-us/documentation/articles/sql-database-upgrade-new-service-tiers/
    https://msdn.microsoft.com/en-us/library/azure/dn741336.aspx
    Hope this helps you.
    Girish Prajwal

  • Changing Web site name?

    how do u chnge ur website name on apple.com it says u can @ http://www.apple.com/ilife/iweb/ and I was wondering how you can do that.

    Hi,
    I'm sorry but there are a lot of names you could change, so which do you mean?
    Change the URL
    -web.mac.com/ name / (you can't change this name, except with buying a new .Mac account)
    -www. name .com (this name is called "domain" or url, you can change the .mac domain with your own personal domain, and it would look this way. For that you have to buy a domain for example from GoDaddy and then tell Apple you have this domain and for doing this there's an option somewhere on your .Mac account) http://docs.info.apple.com/article.html?path=Dotmac/Member/en/gen367.html
    -web.mac.com/name/ sitename / this one you can change it in iWeb
    -web.mac.com/name/sitename/ pagename.html this one can also be changed in iWeb
    Regards,
    Cédric

  • Web site hosted video won't play in Safari on MAC.

    I have a web application that runs in a web browser. One of its features is the ability to embed a video clip in a web page hosted on this application.
    If I create a web page using the HTML5 <video> tag and an H.264 encoded MP4 file video clip, I can browse to this page from my web server and see the video. However, if I launch this same HTML page within my application (window.open(URL, _blank, ...)) it displays the page but refuses to play the video. This happens in Safari 5.1 on my Mac OS10.7 and on all browser tested on my iPad2 (Safari, Mecury, and Dolphin). However, the same HTML code plays fine through my application on all browsers on Windows (including Safari for Windows) and all other browsers (Firefox, Chrome, and Opera) on the Mac. It also plays through the default Android browser and the Opera Mobile browser on my Android tablet.
    Here is a sample of the HTML that I am using to play this video...
    <video height="713" width="950" autoplay="autoplay" controls="controls" poster="WhiteScreen.png">
         <source src="tradeintradeup.mp4" type="video/mp4" />
         <source src="tradeintradeup.webm" type="video/webm" />
         <source src="tradeintradeup.ogg" type="video/ogg" />
         <div id-noupdate>
              <p>Video format not supported by this browser</p>
         </div>
    </video>
    When the video does not play, I do NOT get the text in the div, I see an area where the video should be (so the browser is recognizing the <video> tag) but the video never loads or plays.
    What am I missing?
    Thank you for your assistance.
    Dave Smith

    Michael,
    Thank you for your response.
    I am aware of the autoplay restriction on iOS devices. What I see in my iPad(2) is an empty area of the window with no control to touch/click to start the video playing.
    In Safari on my Mac, I do see the control bar with the rewind/replay and the play buttons; however, the word "Loading..." is displayed forever in the bar. Again, the browser recognizes the video tag and creates the control to play the clip, but the video never actually starts playing. It appears that it hangs trying to download/stream the content.
    I have other pages that embed audio clips using the HTML5 <audio> tag. These play fine, as expected, with Safari on my Mac and on my iPad. Yes, I have to manually start the audio on the iPad, but it runs fine once started and autoplays on the Mac. Of course, these audio files are much smaller than the video files that will not play.
    I have looked at the codec used for the video to see if it might not be compatible with the Mac Safari browser, but the video plays directly from my web site. It only fails to play when launched in a pop-up window by my web application. I realize that this points to a problem in my application. I am trying to get some ideas about where to look in my application for the problem.
    Thanks again for your time and your input.
    Dave Smith

  • Where is OEM web site?

    I'm using Oracle 9i Database R2 on Win 2000
    I can start the OEM console with Management Server without problems. Even launching from a web browser is OK (it's the same console). But where do I find the "other" OEM web site, the one where I can manage OC4J instances and such, as described in "Oracle9iAS Containers for J2EE User's Guide", Chapter 2? What product is this included in?
    I also installed Oracle 9i AS, but no difference. My Apache server and OC4J instance are running OK.
    -- Tom

    I know my username, but when I registered my account I don't recall creating a web site name.
    You didn't; .Mac does it for you. Just type web.mac.com/.MacUserName into your browser, and hit the return key. Your site should come up.
    Locally, your site is in a single Domain.sites2 file in your Home folder's Library/Application Support/iWeb folder.

  • Help.I uninstalled ios8 using the directions on the web site and now all my apps,mail are gone.I backed up to iTunes first but when I try to sync to get everything back,it starts and then says it has failed.What do I do now.Thanks.Jane

    Help.I uninstalled ios8 using the directions on the web site and now all my apps,mail are gone.I backed up to iTunes first but when I try to sync to get everything back,it starts and then says it has failed.What do I do now.Thanks.Jane

    The first time an iPhone is connected to iTunes that is used to sync with another iPhone or iOS device, you are prompted to transfer the backup for the other iPhone or iOS device or to set up the iPhone as a new iPhone.
    The former does as provided - it transfers the backup for the other iPhone or iOS device to the iPhone replacing all data on the iPhone that is included with the backup being transferred. The latter does nothing allowing you to make your various selections for the iPhone sync preferences with iTunes.
    This is designed to be done right away with a new iPhone.
    If you don't have a backup for the iPhone with iTunes on your computer and don't have an iCloud backup that hasn't been updated since choosing to transfer the backup for your iPod Touch to the iPhone, the data that was on the iPhone is gone.

  • Gettin "Assertion Failed" message and "Assert: parent node must have _DOMElement set", first when trying to bookmark and then when the "auto fill" on some web sites is used. Started after 3.6.9 automatic upgrade.

    Open Firefox and navigate to web site. Try to save to bookmarks and get the "assertion Failed" message and "Assert: parent node must have _DOMElement set" followed by a list of 8 (0-8) items.

    Try the Tiny Menu extension. I am using an older version of Tiny Menu on Lucid with Firefox 3.6.x and it works fine.

  • What do I do now that Install says, "Installer failed to initialize. Please download Adobe Support advisor to detect the problem." and your web site says it is discontinued?

    I am trying to install CS6.  I down loaded it last week and am trying to install it now but it fails.  What do I do now that Install says, "Installer failed to initialize. Please download Adobe Support advisor to detect the problem." and your web site says it is discontinued?

    This page might help you
    Creative Suite 6 Installation Instructions

  • Role Provisioning failed for System(s) : Connector Name . Error Message : malformedRequest

    Hi Everyone we are facing following issue in GRC-SAC-SAE 5.3_16.3. So far our CUP was connected to Enterprize portal (7.01) and auto provisioning for group to users worked. However now it is not working with below error.
    Role Provisioning failed for System(s) : <Connector Name>. Error Message :
    malformedRequest
    Failed request now
    Successful request used to provision
    Regards,
    Arpan Paik

    Arpan,
    We used to get those "malformed request" errors. We dealt with them by requesting the portal to be re-booted during the weekend maintenance window, making the portal security changes manually, cancelling the CUP request and notifying the requester. It's not a great solution, I know, but it was all we could come up with at the time. Then they upgraded the portal to NW 7.31, which is incompatible with GRC 5.3, and we have to do everything manually, so our situation went from bad to worse. Good luck!
    Cheers,
    Gretchen

  • Why can't I get my mail, I get a message "connection to server failed" but I can get on all other web sites.  It worked fine until about a month ago.

    WHY CAN'T I GET MY MAIL, I GET A MESSAGE 'CONNECTION TO SERVER FAILED" BUT I CAN GET ON ALL OTHER WEB SITES.  IT WORKED FINE UNTIL ABOUT A MONTH AGO.  I CANCELLED MY ACCOUNT, PUT MY INFO IN AGAIN AND STILL GET THE MESSAGE "CONNECTION TO SERVER FAILED"  HELP PLEASE!

    have you tried removing and readding the e-mail account? sometimes settings get corrupted or changed on the server end...something computers can sometimes handle better than the mail interface.

  • Web sites Federated login fails.

    I have public PC's that have a lot of GPO restrictions.  The issue I am seeing is when public users try and log into web sites that are federated with Google or amazon they fail to complete and pass the credentials back to the original web site.  Example
    is the khanacademy.  they get message login complete but they don't get returned it just hangs there.  When I turn UAC off it works but I know that can't be the answer because as an admin I login and it works.  Something has to be blocking that
    action, I am not sure what it is, if anyone has any suggestions I would appreciate it.  Been working on this for two weeks now.

    Hi Chad,
    >>The issue I am seeing is when public users try and log into web sites that are federated with Google or amazon they fail to complete and pass the credentials back to the original web site.
    How did you federate the websites, via ADFS? If yes, in order to get better, we can ask for suggestions in the following forum.
    Claims based access platform (CBA), code-named Geneva
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=Geneva
    Best regards,
    Frank Shen

  • I am using my iPhone 4s personal hotspot as the internet router for my notebook. However, I am gtting the WEB SITE IS BLOCKED BY NETGEAR FIREWALL. I've deleted some other wifi connections I had before, had system restores, clear cahes and cookie. FAILED.

    I am using my iPhone 4s personal hotspot as the internet router for my notebook. However, I am gtting the WEB SITE IS BLOCKED BY NETGEAR FIREWALL. I've deleted some other wifi connections I had before, had system restores, clear caches and cookie. Still, I failed. Whenever I tried to access FACEBOOK, it's still blocked so I still had to use https:// or tl-gp. please help asap.

    Well, aren't you all that and a bag of chips!!!!
    Oh what a relief!  What a RELIEF!  
    That just cleaned up my life.  And Cranky Boy is actually smiling!!!
    Houston, we've got dots AND BARS!!!
    P.S.  All my firware and software are always current.  If I spent as much time looking for a reset button as I spend checking for software updates, I mighta not needed to work at this!!!!
    P.P.S.  Airport Utility shows Cranky Boy's iPad as the Airport Express' Wireless Client!!!   Who knew?
    Thank you so much, m'Lord.  I am in your debt.  What would you have me do?
    Patti in Tucson AZ

Maybe you are looking for

  • Error Message with FCE 1.0 when opening...

    I can't open the program it goes and then displays an error message: Date/Time: 2007-07-29 00:05:52.032 -0500 OS Version: 10.4.10 (Build 8R2232) Report Version: 4 Command: Final Cut Express Path: /Applications/Final Cut Express.app/Contents/MacOS/Fin

  • I cannot access PDF files from my current BT Yahoo...

    Since downloading an updated version of Yahoo Mail a few months ago, I cannot now access PDF files from old e-mail messages which are located in the "Folders" section on the mail screen.  When trying to open them the message "Scanning Attachments" is

  • Epson RX600 printing issue:  USB -  Time Machine

    Here is the setup: Epson RX600 connected to USB port on Time Machine, time machine to cable modem. Network also contains an Airport Express to extend network throughout house. All devices have the latest firmware and latest drivers from Apple. All Ma

  • Conflicts on a single table

    I am having a conflict issue on just one table out of 37 table articles The database is for Food recipes I have 3 users making changes, they each have their own menus so they should not work on anyone else's dishes [tblRecipe] but they do need to be

  • How to disassemble NvRaid Array

    I'm currently running a NvRAID array (level 1) that I'd like to disassemble; the boot partition (Windows XP Pro) is stored within the array, too. What's the recommended procedure to disassemble the array? Can I just disable RAID in the BIOS and boot