执行Start-AzureSqlDatabaseImport时出错

时间:2013-10-29 13:42:36

标签: azure azure-sql-database azure-powershell

执行Start-AzureSqlDatabaseImport时,我们收到以下错误。正确配置了服务器防火墙规则.Container具有公共访问权限。

此行引发错误:Start-AzureSqlDatabaseImport -SqlConnectionContext $ SqlCtx -StorageContainer $ Container -DatabaseName $ DbName -BlobName $ BlobName -ErrorAction Stop

Start-AzureSqlDatabaseImport:向https://management.core.windows.net/ subscriptionid / services / sqlservers / servers / sqlservername / DacOperations / Import发出HTTP请求时发生错误。这可能是由于服务器的事实 在HTTPS情况下,HTTP.SYS未正确配置证书。这也可能是由于安全性不匹配造成的 客户端和服务器之间的绑定。 在C:\ Azure \ PowerShellScripts \ ImportDB.ps1:13 char:1 + Start-AzureSqlDatabaseImport -SqlConnectionContext $ SqlCtx -StorageContainer $ Co ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~     + CategoryInfo:NotSpecified:(:) [Start-AzureSqlDatabaseImport],CommunicationException     + FullyQualifiedErrorId:Microsoft.WindowsAzure.Management.SqlDatabase.Database.Cmdlet.StartAzureSqlDatabaseImport

0 个答案:

没有答案