I am working on a ticket to help accounting with a problem on adding a Drop Shipment to an invoice group.
There is nothing interesting about this particular drop shipment.
When I select the dropshipment in an invoice group (via “Get Shipments”), I select the shipment
Select it, and click ok
A modal dialog asks “Are You Sure” and I click OK.
Then an exception is thrown:
In the app server logs, the error is as follows:
Ice.Common.EpicorServerException: Input string was not in a correct format. ---> System.FormatException: Input string was not in a correct format.
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at Compatibility.Convert.ToInt32(String value) in C:\_Releases\ICE\RL10.2.600.0FW\Source\Server\Internal\Compatibility\Convert.cs:line 334
at Erp.Internal.AR.GenInvFromDropShipment.CopyShipHedOTS() in C:\_Releases\ERP\RL10.2.600.0\Source\Server\Internal\AR\GenInvFromDropShipment\GenInvFromDropShipment.cs:line 1091
at Erp.Internal.AR.GenInvFromDropShipment.CreateDetail(ARSyst ARSyst) in C:\_Releases\ERP\RL10.2.600.0\Source\Server\Internal\AR\GenInvFromDropShipment\GenInvFromDropShipment.cs:line 1401
at Erp.Internal.AR.GenInvFromDropShipment.RunGenInvFromDropShipment(String CurGroup, Boolean BillToFlag, ARSelectedDropShipTable ttARSelectedDropShip, Boolean consolidatePS, ARSyst ARSyst, InvcGrp InvcGrp, String& cInvoiceNum, String& cErrors, String& opErrorMessage, Boolean& opCommFailure, Int32& numInvs) in C:\_Releases\ERP\RL10.2.600.0\Source\Server\Internal\AR\GenInvFromDropShipment\GenInvFromDropShipment.cs:line 742
at Erp.Internal.AR.GenInvFromDropShipment.RunGenInvFromDropShipment(String CurGroup, Boolean BillToFlag, ARSelectedDropShipTable ttARSelectedDropShip, Boolean consolidatePS, ARSyst ARSyst, InvcGrp InvcGrp, String& cInvoiceNum, String& cErrors, String& opErrorMessage, Boolean& opCommFailure, Int32& numInvs, String& PSConsMessage) in C:\_Releases\ERP\RL10.2.600.0\Source\Server\Internal\AR\GenInvFromDropShipment\GenInvFromDropShipment.cs:line 551
at Erp.Services.BO.ARInvoiceSvc.GetDropShipments(ARInvGetDropShipTableset& ds, String GroupID, String CustList, String Plant, Boolean BillToFlag, Boolean consolidatePS, String& Invoices, String& Errors, String& msgNumInvoices, Decimal& grpTotalInvAmt) in C:\_Releases\ERP\UD10.2.600.10\Source\Server\Services\BO\ARInvoice\ARInvoice.cs:line 9639
at Erp.Services.BO.ARInvoiceSvcFacade.GetDropShipments(ARInvGetDropShipTableset& ds, String GroupID, String CustList, String Plant, Boolean BillToFlag, Boolean consolidatePS, String& Invoices, String& Errors, String& msgNumInvoices, Decimal& grpTotalInvAmt) in C:\_Releases\ERP\UD10.2.600.10\Source\Server\Services\BO\ARInvoice\ARInvoiceSvcFacade.cs:line 1451
at SyncInvokeGetDropShipments(Object , Object[] , Object[] )
at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs)
at Epicor.Hosting.OperationBoundInvoker.InnerInvoke(Object instance, Func`2 func) in C:\_Releases\ICE\UD10.2.600.10FW\Source\Framework\Epicor.System\Hosting\OperationBoundInvoker.cs:line 59
at Epicor.Hosting.OperationBoundInvoker.Invoke(Object instance, Func`2 func) in C:\_Releases\ICE\UD10.2.600.10FW\Source\Framework\Epicor.System\Hosting\OperationBoundInvoker.cs:line 28
--- End of inner exception stack trace ---
Insofar as I can tell, there is nothing interesting or unique about this particular drop shipment. I have even tried re-creating the entire drop shipment from scratch and the issue persists, even with an entirely new pack slip.
Any help or workarounds are appreciated