The customers set the task to update the database using dacpac. This technology has not been used before. In the process of generating the file, we received a large number of errors. But, to be more precise, the errors are 71564 and 71561. The content is as follows (for example, I will give one message each, so as not to stretch the message):
Error SQL71564: Error validating element [Indusoft]: The element [Indusoft] has been orphaned from its login and cannot be deployed.
Error SQL71561: Error validating element [dbo].[v_SampleReportValue2]: View: [dbo].[v_SampleReportValue2] has an unresolved reference to object [I-LDS RN SNPZ].[dbo].[v_TestResult].
Error SQL71501: Error validating element [dbo].[v_TTRange]: View: [dbo].[v_TTRange] 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].[TechTestLimit].[TTRange], [dbo].[TTBoundaryPoint].[TTRange], [dbo].[TTRange].[TechTestVerId], [dbo].[TTRange].[TTRange] or [dbo].[TTRangeItem].[TTRange].
Please tell me what you need to do to solve this problem