We’re in the process of upgrading from 10.2.100.10 to 10.2.700.3 and we’ve encountered a weird issue when we try to do a cash counter sale. After we’ve entered an order and click process a counter sale the following error pops up:
Server Side Exception
Active revision for transaction type AR Invoice was not found.
Exception caught in: Epicor.ServiceModel
Error Detail
Correlation ID: 8f2eff5c-ca93-4219-95b2-28017a58d4e2
Description: Active revision for transaction type AR Invoice was not found.
Program: Erp.Internal.PE.PEABT.dll
Method: AbtCreateABT
Line Number: 1047
Column Number: 21
Original Exception Type: GlobalException
Client Stack Trace
at Epicor.ServiceModel.Channels.ImplBase`1.ShouldRethrowNonRetryableException(Exception ex, DataSet[] dataSets)
at Erp.Proxy.BO.SalesOrderImpl.ProcessCounterSale(Int32 iOrderNum, Boolean lGeneratePackingSlip, Boolean lGenerateInvoice, Boolean lReadyToShip, String cCreditShipAction, String& cPackNum, Int32& iInvoiceNum, String& opMessage, SalesOrderDataSet ds)
at Erp.Adapters.SalesOrderAdapter.ProcessCounterSale(Int32 iOrderNum, Boolean lGeneratePackingSlip, Boolean lGenerateInvoice, Boolean lReadyToShip, String cCreditShipAction, String& cPackNum, Int32& iInvoiceNum, String& opMessage)
The app server and database server are two separate VMs. We’re running Windows Server 2019 and SQL Server 2019.
Thanks.