
Hi all,
As you may know, in AX 7 environment, export Azure SQL Database is usually use sqlpackage command "SqlPackage.exe /a:export /ssn:<server>.database.windows.net /sdn:<database to export> /tf:D:\Exportedbacpac\my.bacpac /p:CommandTimeout=1200 /p:VerifyFullTextDocumentTypesSupported=false /sp:<sql password> /su:<sql user>",
as is in https://docs.microsoft.com/en-us/dynamics365/operations/dev-itpro/database/copy-database-from-azure-sql-to-sql-server.
And I tried this before and it worked. But recently, after I restored a DB from Prod environment through LCS and try to do this again, the process seems block by sth.
The process will stop in this stage without error for hours. I even tried to stop the service: IIS, AX import/export, AX batch but no luck.
Can anyone give some hints? Thank you!
*This post is locked for comments
I have the same question (0)