Error while deploying NAV DB from SQL to Azure SQL

Ekin
Member Posts: 28
Hello everyone,
I am having some difficulties with importing NAV DB from SQL Server to Azure SQL Server. I exported DB using Export Data-tier Application and trying to import it back using Import Data-tier Application. I googled the error but cannot find any solution. Does anyone familiar with this issue?

SQL Error:
Could not import package.
Warning SQL0: A project which specifies SQL Server 2016 as the target platform may experience compatibility issues with Microsoft Azure SQL Database v12.
Error SQL72014: .Net SqlClient Data Provider: Msg 208, Level 16, State 1, Procedure deadlock_report_ring_buffer_view, Line 3 Invalid object name 'sys.dm_xe_session_targets'.
Error SQL72045: Script execution error. The executed script:
CREATE VIEW dbo.deadlock_report_ring_buffer_view
AS
SELECT target_data AS event_raw_data
FROM sys.dm_xe_session_targets AS xt
INNER JOIN
sys.dm_xe_sessions AS xs
ON xs.address = xt.event_session_address
WHERE xs.name = N'..._deadlock_monitor'
AND xt.target_name = N'ring_buffer';
(Microsoft.SqlServer.Dac)
Thank you for your help.
Regards,
Ekin
I am having some difficulties with importing NAV DB from SQL Server to Azure SQL Server. I exported DB using Export Data-tier Application and trying to import it back using Import Data-tier Application. I googled the error but cannot find any solution. Does anyone familiar with this issue?

SQL Error:
Could not import package.
Warning SQL0: A project which specifies SQL Server 2016 as the target platform may experience compatibility issues with Microsoft Azure SQL Database v12.
Error SQL72014: .Net SqlClient Data Provider: Msg 208, Level 16, State 1, Procedure deadlock_report_ring_buffer_view, Line 3 Invalid object name 'sys.dm_xe_session_targets'.
Error SQL72045: Script execution error. The executed script:
CREATE VIEW dbo.deadlock_report_ring_buffer_view
AS
SELECT target_data AS event_raw_data
FROM sys.dm_xe_session_targets AS xt
INNER JOIN
sys.dm_xe_sessions AS xs
ON xs.address = xt.event_session_address
WHERE xs.name = N'..._deadlock_monitor'
AND xt.target_name = N'ring_buffer';
(Microsoft.SqlServer.Dac)
Thank you for your help.
Regards,
Ekin
0
Best Answer
-
Hello,
I've just removed SQL view called "deadlock_report_ring_buffer_view" from the database and successfully imported the DB, I've read some articles and apparently azure deals with deadlock by itself already. However, I don't know what the outcome will be.
Regards,
Ekin0
Answers
-
I think recommended option to do this is to use BACPAC
Take a look at this link
https://docs.microsoft.com/en-us/sql/relational-databases/data-tier-applications/deploy-a-database-by-using-a-dac?view=sql-server-20140 -
Hello,
I've just removed SQL view called "deadlock_report_ring_buffer_view" from the database and successfully imported the DB, I've read some articles and apparently azure deals with deadlock by itself already. However, I don't know what the outcome will be.
Regards,
Ekin0 -
New versions new error.. I also ran into this... tested lot of tings upgraded Sql2016 to latest CU, used other server to create bacpac-file..
thanks for mibuso- friendsRegards
Christer in Stockholm, Sweden0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions