Failed to retrieve autonumber value for object error

3
Failed to retrieve autonumber value for object error, on create object in my microflow. Not sure what this means and how to solve it. Stack Trace: An error has occurred while handling the request. [User 'hodch01' with roles 'SystemManager, RPC, RPS, RAO, SystemDeveloper, RRS, RSC'] com.mendix.core.CoreException: Exception occurred in action 'Microflow [SubmissionTracker.IVCreateNewSubmission]', 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 'SubmissionTracker.IVCreateNewSubmission' for activity 'Create ParentSubmission', all database changes executed by this microflow were rolled back at kT.b(SourceFile:252) Caused by: com.mendix.core.CoreException: com.mendix.core.CoreRuntimeException: com.mendix.core.CoreRuntimeException: Failed to retrieve autonumber value for object 'SubmissionTracker.ParentSubmission' at eu.a(SourceFile:50) Caused by: com.mendix.core.CoreRuntimeException: com.mendix.core.CoreRuntimeException: Failed to retrieve autonumber value for object 'SubmissionTracker.ParentSubmission' at iw.b(SourceFile:213) Caused by: com.mendix.core.CoreRuntimeException: Failed to retrieve autonumber value for object 'SubmissionTracker.ParentSubmission' at cL.a(SourceFile:903) Caused by: af: An exception has occurred for the following request(s): dc@129297f Caused by: af: Exception occurred while retrieving data. (SQL State: S0002, Error Code: 208) Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: Invalid object name 'mendixsystem$sequence'. at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:197) at com.microsoft.sqlserver.jdbc.SQLServerStatement.getNextResult(SQLServerStatement.java:1493) at com.microsoft.sqlserver.jdbc.SQLServerStatement.doExecuteStatement(SQLServerStatement.java:775) at com.microsoft.sqlserver.jdbc.SQLServerStatement$StmtExecCmd.doExecute(SQLServerStatement.java:676) at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:4575) at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:1400) at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(SQLServerStatement.java:179) at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(SQLServerStatement.java:154) at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeQuery(SQLServerStatement.java:611) at org.apache.commons.dbcp.DelegatingStatement.executeQuery(DelegatingStatement.java:208) at org.apache.commons.dbcp.DelegatingStatement.executeQuery(DelegatingStatement.java:208) at aA.a(SourceFile:334) at aA.a(SourceFile:227) at aA.a(SourceFile:177) at aA.a(SourceFile:166) at iE.a(SourceFile:47) at gr.a(SourceFile:202) at gr.a(SourceFile:160) at gr.a(SourceFile:88) at lD.a(SourceFile:69) at jF.a(SourceFile:47) at jp.a(SourceFile:223) at cL.a(SourceFile:895) at bU.a(SourceFile:80) at bU.executeAction(SourceFile:30) at com.mendix.systemwideinterfaces.core.UserAction.execute(SourceFile:49) at com.mendix.core.actionmanagement.CoreAction.call(SourceFile:473) at iw.b(SourceFile:209) at eu.a(SourceFile:46) at dn.execute(SourceFile:106) at com.mendix.core.actionmanagement.CoreAction.call(SourceFile:473) at iw.b(SourceFile:159) at com.mendix.core.Core.create(SourceFile:512) at lT.b(SourceFile:40) at lT.a(SourceFile:17) at kT.a(SourceFile:67) at eU.executeAction(SourceFile:96) at com.mendix.systemwideinterfaces.core.UserAction.execute(SourceFile:49) at com.mendix.core.actionmanagement.CoreAction.call(SourceFile:473) at iw.b(SourceFile:155) at com.mendix.core.Core.execute(SourceFile:191) at dD.execute(SourceFile:183) at jx.a(SourceFile:299) at jx.a(SourceFile:230) at jx.processRequest(SourceFile:174) at fI.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:203) 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:662)
asked
0 answers