Object of type Script assemblies does not exist in database or you do not have the relevant viewing permissions.

Hello all

We have OIM 8.1.

I have made a development in the testing environment.

I have made a transport file but when I import the file it throws this error:

[810358] Object with key <Key><T>DialogScriptAssembly</T><P>1979790b-6d94-4fba-829e-450be9154fe2</P></Key> does not exist in database, you do not have the relevant viewing permissions, or an error occured.
[810029] Object of type Script assemblies does not exist in database or you do not have the relevant viewing permissions.
   at VI.Transport.Transport.SaveToDatabase(TransportParts tParts)
   at VI.Transport.TagTransport._ImportTags(TransportTaskArguments args)
   at VI.Transport.TagTransport._PropagateDiffs(ISingleDbObject dbTag)
   at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
   ---- Start of Inner Exception ----
   at VI.DB.Entities.EntityPatch.<ApplyAsync>d__47.MoveNext()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
--- End of stack trace from previous location where exception was thrown ---
   at VI.DB.EntitySourceExtensions.<GetAsync>d__3.MoveNext()
   ---- Start of Inner Exception ----
   at VI.DB.EntitySourceExtensions.<GetAsync>d__3.MoveNext()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
--- End of stack trace from previous location where exception was thrown ---
   at VI.DB.Entities.PermissionsEntitySource.<GetAsync>d__11.MoveNext()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
--- End of stack trace from previous location where exception was thrown ---
   at VI.DB.Entities.EntitySourceImpl.<GetAsync>d__11.MoveNext()

The transporter says that the file does not need any aditional object for import.

How can I identify the object that is missing?

Thanks in advance.