Hello All,
one of my project i am trying export azure db on my client sand box environment . i ma having issues with mu custom model objects having some invliad reference errors while export db usind lcs.
error
*** Error exporting database:One or more unsupported elements were found in the schema used as part of a data package.
[2020-05-20 11:42:11Z] Error SQL71501: Error validating element [DBO].[INVENTORYSITEONHANDENTITY]: SqlView: [DBO].[INVENTORYSITEONHANDENTITY] contains an unresolved reference to an object. Either the object does not exist or the reference is ambiguous because it could refer to any of the following objects: [DBO].[INVENTSITEONHANDAGGREGATEDVIEW].[I95DEVMODIFIEDDATETIME] or [DBO].[INVENTSITEONHANDAGGREGATEDVIEW].[T1].
I have tried updated the view with proper two part name by removing alias name T1. but when rebuild my model and synchronize the db it is again retaining back to alias T1.
Can anyone let me know the process or steps to resolve the same.
Regards,
Praveen