I'm currently upgrading a NAV2015 database to NAV2017, build 10.0.14199.
The database has many custom Stored Procedures and views. During the Sync-NavTenant, after I imported the NAV2017 objectset with customizations, it couldn't compile one of the objects (Item table) due to a dependency error: 'Object xxxItem' cannot be renamed because the object participates in enforced dependencies.'
I basically had to delete all related StoredProcedures,Views and functions before I actually could compile the object.
This is obviously not something I'm waiting for in an upgrade. Is there a way to overcome this problem or does anyone else has similar experiences?
The database has many custom Stored Procedures and views. During the Sync-NavTenant, after I imported the NAV2017 objectset with customizations, it couldn't compile one of the objects (Item table) due to a dependency error: 'Object xxxItem' cannot be renamed because the object participates in enforced dependencies.'
I basically had to delete all related StoredProcedures,Views and functions before I actually could compile the object.
This is obviously not something I'm waiting for in an upgrade. Is there a way to overcome this problem or does anyone else has similar experiences?