I'm afraid I don't have permission to see the image through the provided link. Could you provide more information and try to provide permission for the image?
Basic description: If you would like to migrate your DB from AWS to Azure (or similar) The migration tools ('Export data-Tier Application' or 'Data Migration Assistant') give the follwoing error:
One or more unsupported elements were found in the schema used as part of a data package. Error SQL71564: Error validating element [dbo].[ProductLoadAllPagedNopAjaxFilters]: The element [dbo].[ProductLoadAllPagedNopAjaxFilters] cannot be deployed as the script body is encrypted. (Microsoft.SqlServer.Dac)
Basic description: If you would like to migrate your DB from AWS to Azure (or similar) The migration tools ('Export data-Tier Application' or 'Data Migration Assistant') give the follwoing error:
One or more unsupported elements were found in the schema used as part of a data package. Error SQL71564: Error validating element [dbo].[ProductLoadAllPagedNopAjaxFilters]: The element [dbo].[ProductLoadAllPagedNopAjaxFilters] cannot be deployed as the script body is encrypted. (Microsoft.SqlServer.Dac)
So People will need solution. Please help.
Hi Omer,
That is because the stored procedure we use in the Ajax Filters is encrypted. Please refer to this post.