DatabaseReplication Failed with Creating object of type <OBJECT_TYPE> failed for security reasons

0
Using DatabaseReplication module to import data from Oracle to MS SQL DB. The object I tried to import is accessible to all roles of Application. Total import records count - 12 Million Error occured after 4 million records    2025-02-06 15:51:19.433 INFO - ImportTableMapping: Exception occurred while synchronising mapping<OBJECT_TYPE> com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.replication.MendixReplicationException: com.mendix.replication.MendixReplicationRuntimeException: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.systemwideinterfaces.core.UserException: Creating object of type <OBJECT_TYPE> failed for security reasons  at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:110)   Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.replication.MendixReplicationException: com.mendix.replication.MendixReplicationRuntimeException: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.systemwideinterfaces.core.UserException: Creating object of type <OBJECT_TYPE> failed for security reasons  at com.mendix.util.classloading.Runner$.withContextClassLoader(Runner.scala:23)   Caused by: com.mendix.replication.MendixReplicationException: com.mendix.replication.MendixReplicationRuntimeException: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.systemwideinterfaces.core.UserException: Creating object of type <OBJECT_TYPE> failed for security reasons  at com.mendix.replication.MetaInfoProcessor.startProcessing(MetaInfoProcessor.java:69)   Caused by: com.mendix.replication.MendixReplicationRuntimeException: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.systemwideinterfaces.core.UserException: Creating object of type <OBJECT_TYPE> failed for security reasons  at com.mendix.replication.MetaInfoProcessor.storeChangedObjects(MetaInfoProcessor.java:240)   Caused by: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.systemwideinterfaces.core.UserException: Creating object of type <OBJECT_TYPE> failed for security reasons  at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:110)   Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.systemwideinterfaces.core.UserException: Creating object of type <OBJECT_TYPE> failed for security reasons  at com.mendix.util.classloading.Runner$.withContextClassLoader(Runner.scala:23)   Caused by: com.mendix.systemwideinterfaces.core.UserException: Creating object of type <OBJECT_TYPE> failed for security reasons
asked
0 answers