简体   繁体   English

Azure SQL - 导入 bacpac 文件时出错

[英]Azure SQL - error while importing the bacpac file

I am trying to import a bacpac file into the Azure SQL server, however the import is not happening and it is also not giving any explicit error in the process.我正在尝试将 bacpac 文件导入 Azure SQL 服务器,但是导入没有发生,并且在此过程中也没有给出任何明确的错误。

If I check under deployments in the resource group, it gives the below failure message:如果我检查资源组中的部署,它会给出以下失败消息:

Performs a database extension operation - Failed执行数据库扩展操作 - 失败

Apart from this there is no explicit failure message that can indicate what went wrong.除此之外,没有明确的失败消息可以指示出了什么问题。 Also, "No Import/Export history is available" is coming under Import/Export history for the Azure SQL server.此外,“没有可用的导入/导出历史记录”出现在 Azure SQL 服务器的导入/导出历史记录下。

From Microsoft document , There is certain limitation when you import database using BACPAC file .Microsoft 文档中,使用BACPAC file导入数据库时​​存在一定的限制。

  • Elastic pool doesn't enable you to import databases.弹性池不允许您导入数据库。
  • When Allow access to Azure services is set to OFF, Import-Export Service is unavailable.当允许访问 Azure 服务设置为关闭时,导入导出服务不可用。

As you are not getting what is exact error causing the problem, you can raise support ticket to Microsoft from here for more assistance on this.由于您没有得到导致问题的确切错误,您可以从此处向 Microsoft 提出支持票,以获得更多帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在 Azure 服务器中导入数据库 bacpac 文件时发生错误 SQL72014 SQL 服务器 - Error SQL72014 occured While importing database bacpac file in Azure SQL Server 从Azure SQL DB中的BACPAC导入时出错 - Errors while Importing from BACPAC in Azure SQL DB 从Azure导入bacpac到本地SQL Server时出错 - Error Importing bacpac from Azure to local SQL Server 导入SQL Server .bacpac文件 - importing SQL Server .bacpac file 内部错误将BACPAC文件导入Windows Azure SQL数据库 - Internal error import BACPAC file to windows azure sql database 导入 SQL Server .bacpac 文件的问题 - Issues in importing SQL Server .bacpac file SSMS 2016错误导入Azure SQL v12 bacpac:不支持密码的主密钥 - SSMS 2016 Error Importing Azure SQL v12 bacpac: master keys without password not supported 从BACPAC从SQL Azure错误导入时 - BACPAC from SQL Azure Error when import it 从v12中将.bacpac文件删除/重新导入到同一服务器表中时,不会导入Azure SQL数据库 - When Deleting/Re-importing a .bacpac file from v12 Azure SQL Database in to the same server tables are not imported 使用Sql Server Management Studio 2016导入bacpac时出错 - 无法加载文件或程序集Microsoft.SqlServer.Dac - Error importing bacpac using Sql Server Management Studio 2016 - could not load file or assembly Microsoft.SqlServer.Dac
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM