[810312] Only module dependent UIDs are permitted for table DialogTaggedItem Transport file error

Hi,

I am trying to import WebDesigner related change via a change Lable based transport from One Environment to another and facing mention error = ([810312] Only module dependent UIDs are permitted for table DialogTaggedItem.)

Please guide me about ways to debug this issue.

Sharing some of Import file logs ->

2019-08-20 15:33:22.2449 TRACE (SqlLog 2eccf85c-be0e-49e2-960c-2a6597dd0b9c) : ClaimConnectionAsync: Use the transaction
2019-08-20 15:33:22.2449 DEBUG (SqlLog 2eccf85c-be0e-49e2-960c-2a6597dd0b9c) : (< 1 ms) - select 1 where exists (select 1 from QBMTaggedChange where (QBMTaggedChange.UID_DialogTag = 'CCC-307C7F4D75C06145AEE3F4E351A25B40'))
2019-08-20 15:33:22.2449 DEBUG (ObjectLog 2eccf85c-be0e-49e2-960c-2a6597dd0b9c) : Run statement and fetch data done in 4ms.
2019-08-20 15:33:22.2605 DEBUG (ObjectLog 2eccf85c-be0e-49e2-960c-2a6597dd0b9c) : Rollback transaction in read/write entity
2019-08-20 15:33:22.2605 DEBUG (ObjectLog 2eccf85c-be0e-49e2-960c-2a6597dd0b9c) : Session: Rollback Transaction
2019-08-20 15:33:22.2761 ERROR (Transport ) : Transport finished with error (8/20/2019 3:33:22 PM) System.AggregateException: One or more errors occurred. ---> VI.Base.ViException: Error during execution of 'OnSaving' in logic module 'VI.DB.Entities.ModuleDependentLogic'. ---> VI.Base.ViException: Only module dependent UIDs are permitted for table DialogTaggedItem.
at VI.DB.Entities.ModuleDependentLogic.<OnSavingAsync>d__9.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at VI.DB.Entities.CombinedEntityLogic.<OnSavingWithHandlerAsync>d__13.MoveNext()
--- End of inner exception stack trace ---
at VI.DB.Entities.CombinedEntityLogic.<OnSavingWithHandlerAsync>d__13.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at VI.DB.Entities.DelayedLogicSaveEntityStrategy.<OnSavingAsync>d__5.MoveNext()