Getting a 4GL stop condition error after creating a new dispistion for an RMA in Quality...Inspection Processing and trying to save

We are trying to save a newly created dispostion on an RMA and as soon as we click save, we are getting a 4GL stop condition stating 7243 and 7241 have occurred. We’ve created dispostions forever and never had this issue. Anyone know what can cause this?

Here is the detail of the error:

Error Detail

4GL STOP condition: The Server application has returned an error. (7243) (7241)

Stack Trace

at Progress.Open4GL.DynamicAPI.Session.runProcedure(String requestID, String procedureName, ParameterSet parms, Boolean persistent, Boolean internal_Renamed, Int64 procId, MetaSchema localSchema, Int32 stateModel)
at Progress.Open4GL.DynamicAPI.Session.runStatelessProcedure(String requestID, String fullProcedureName, ParameterSet inparams, Object procId, MetaSchema localSchema, Int32 stateModel)
at Progress.Open4GL.DynamicAPI.PersistentProc.runTheProcedure(String requestID, String procedureName, ParameterSet parms, MetaSchema schema)
at Progress.Open4GL.DynamicAPI.PersistentProc.runProcedure(String procedureName, ParameterSet parms, MetaSchema schema)
at Epicor.Mfg.Core.CallContext.CallContextPersistentProc.runProcedure(String procedureName, ParameterSet parameters, MetaSchema metaSchema)
at Epicor.Mfg.Core.CallContext.ProxyHelper.CallMethod(String methodName, ParameterSet parameters, MetaSchema metaSchema, BLConnectionPool connPool, Session connection, PersistentProc persistProc, CallContextDataSet callContextDataSet)
at Epicor.Mfg.Proxy.RMADispImpl.Update(RMADispDataSet ds)
at Epicor.Mfg.UI.Adapters.RMADispAdapter.Update()
at Epicor.Mfg.UI.App.RMADispEntry.Transaction.Update()