Database replication - exception on main object

1
Has anyone came across a similar exception in database replication module. I have another 74 tables mapped and never got this exception. Whatever attribute I choose to be the main object will output the same error type. This attribute in particular has no repetions on originla table and no Nulls either. I even tried to format it to string and store it as string and fails as well. Any ideas? LR. <stack trace="" bellow=""> com.mendix.core.CoreException: Exception occurred in action 'Microflow [DatabaseReplication.IVK_ImportTableMapping]', all database changes executed by this action were rolled back at com.mendix.core.actionmanagement.CoreAction.d(SourceFile:553) Caused by: com.mendix.core.CoreException: Exception occurred in microflow 'DatabaseReplication.IVK_ImportTableMapping' for activity 'Call 'ImportByMapping'', all database changes executed by this microflow were rolled back at kM.b(SourceFile:252) Caused by: replication.ReplicationSettings$MendixReplicationException: com.mendix.core.CoreException: Exception occurred in action '[RetrieveAction:: Context:Context::[Session [547446aa-a1ab-4dd5-a152-75e613b0798d]] Request:aw (depth = -1) ceID=107850 ) OR ( mainObject/TraceID=107851 ) OR ( mainObject/TraceID=107852 ) OR ( mainObject/TraceID=107853 ) OR ( mainObject/TraceID=107854 ) OR ( mainObject/TraceID=107858 ) OR ( mainObject/TraceID=107857 ) OR ( mainObject/TraceID=107856 ) OR ( mainObject/TraceID=107855 ) OR ( mainObject/TraceID=107859 ) OR ( mainObject/TraceID=107860 ) OR ( mainObject/TraceID=107861 ) OR ( mainObject/TraceID=107864 ) OR ( mainObject/TraceID=107865 ) OR ( mainObject/TraceID=107862 ) OR ( mainObject/TraceID=107863 ) ]', all database changes executed by this action were rolled back at com.mendix.core.actionmanagement.CoreAction.d(SourceFile:553) Caused by: com.mendix.core.CoreException: Query result is not valid at ey.a(SourceFile:89) at ey.executeAction(SourceFile:20) at com.mendix.systemwideinterfaces.core.UserAction.execute(SourceFile:49) at com.mendix.core.actionmanagement.CoreAction.call(SourceFile:473) at it.b(SourceFile:155) at com.mendix.core.Core.retrieveOQLDataTable(SourceFile:1285) at com.mendix.core.Core.retrieveOQLDataTable(SourceFile:1266) at replication.MetaInfo.getObjects(MetaInfo.java:438) at replication.MetaInfo.storeChangedObjects(MetaInfo.java:747) at replication.MetaInfo.prepareObject(MetaInfo.java:410) at replication.MetaInfo.addValue(MetaInfo.java:364) at databasereplication.implementation.DataManager.startSynchronizing(DataManager.java:167) at databasereplication.actions.ImportByMapping.importFromDatabase(ImportByMapping.java:229) at databasereplication.actions.ImportByMapping.executeAction(ImportByMapping.java:74) at databasereplication.actions.ImportByMapping.executeAction(ImportByMapping.java:52) at com.mendix.systemwideinterfaces.core.UserAction.execute(SourceFile:49) at com.mendix.core.actionmanagement.CoreAction.call(SourceFile:473) at it.b(SourceFile:155) at com.mendix.core.Core.execute(SourceFile:191) at hi.a(SourceFile:70) at kM.a(SourceFile:67) at eR.executeAction(SourceFile:96) at com.mendix.systemwideinterfaces.core.UserAction.execute(SourceFile:49) at com.mendix.core.actionmanagement.CoreAction.call(SourceFile:473) at it.b(SourceFile:155) at com.mendix.core.Core.execute(SourceFile:191) at dB.execute(SourceFile:183) at ju.a(SourceFile:299) at ju.a(SourceFile:230) at ju.processRequest(SourceFile:174) at fF.a(SourceFile:71) at com.mendix.core.MxRuntime.processRequest(SourceFile:938) at com.mendix.m2ee.server.handler.RuntimeHandler.handle(RuntimeHandler.java:42) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:113) at org.eclipse.jetty.server.Server.handle(Server.java:334) at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:559) at org.eclipse.jetty.server.HttpConnection$RequestHandler.content(HttpConnection.java:1007) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:747) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:209) at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:406) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:462) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:436) at java.lang.Thread.run(Thread.java:619)
asked
1 answers
1

It might be a security issue. Do you have access to all those tables as MxAdmin user? In your post you said your using 2.5.5.1 did this problem occur since you converted to 2.5.5.1?

answered