E9.05.702A: MES Report Qty - Index 0 is either negative or above

Did you ever find an answer to this?
I has the same issue and not sure what fields need to be passed to ValueIn.

Thanks,
Scott
  1. I have been working on a customization for E9.05.702A: MES Report Quantity. The customization works on my test system, however when I moved the customization to my "soon to be live" system I get the following error "Index 0 is either negative or above rows count." and "Exception caught" (Full error below). This also happens on the base. I can push through the errors and get to the Report Quantity screen, but get stopped at the JobNumber field. 


    Intrigued, I verified on my test system, both my customization and base, and see the the same error in "Customization Maintenance", but everything works on the test system still. 




    Exception caught in: Epicor.Mfg.BO.ReportQty 


    Error Detail 

    ============ 

    Message: Unexpected error - see appserver logs. 

    Type: Error 

    Program: 

    Method: 

    Table: 

    Row: 

    Field: 




    Stack Trace 

    =========== 

    at Epicor.Mfg.Proxy.ReportQtyImpl.GetNewReportQty(String empID, Int32 dtlLaborHedSeq, Int32 dtlLaborDtlSeq) 

    at Epicor.Mfg.UI.Adapters.ReportQtyAdapter.GetNewReportQty(String empID, Int32 dtlLaborHedSeq, Int32 dtlLaborDtlSeq) 

    at Epicor.Mfg.UI.App.ReportQtyEntry.RQTransaction.GetNewReportQty(String hed, String dtl) 


    Inner Exception 

    =============== 

    ERROR condition: The Server application has returned an error. (7243) (7211) 


    Inner 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.ReportQtyImpl.GetNewReportQty(String empID, Int32 dtlLaborHedSeq, Int32 dtlLaborDtlSeq)