I’m getting this error in Count Cycle Maintenance after selecting a cycle. Any ideas on how to trace down the offending field/record?
I’ve tried many things, got a case going with Epicor but so far no luck… Thanks in advance.
Client error:
Application Error
Exception caught in: Epicor.ServiceModel
Error Detail
============
Correlation ID: 22be7784-f750-4008-9ea8-3ab898ff5640
Message: Object reference not set to an instance of an object.
Program: Epicor.ServiceModel.dll
Method: ShouldRethrowNonRetryableException
Client Stack Trace
==================
at Epicor.ServiceModel.Channels.ImplBase`1.ShouldRethrowNonRetryableException(Exception ex, DataSet[] dataSets)
at Erp.Proxy.BO.CCCountCycleImpl.GetPeriods(String ipWarehouseCode, Int32 ipYear, String& opPeriodList)
at Erp.Adapters.CCCountCycleAdapter.GetPeriods(String ipWarehouseCode, Int32 ipYear, String& opPeriodList)
Server side error:
Ice.Common.EpicorServerException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at Erp.Services.BO.CCCountCycleSvc.GetPeriods(String ipWarehouseCode, Int32 ipYear, String& opPeriodList) in C:\_releases\ERP\ERP11.1.200.0\Source\Server\Services\BO\CCCountCycle\CCCountCycle.cs:line 2651
at Erp.Services.BO.CCCountCycleSvcFacade.GetPeriods(String ipWarehouseCode, Int32 ipYear, String& opPeriodList) in C:\_releases\ERP\ERP11.1.200.0\Source\Server\Services\BO\CCCountCycle\CCCountCycleSvcFacade.cs:line 403
at SyncInvokeGetPeriods(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\ICE4.1.200.13\Source\Server\Framework\Epicor.System\Hosting\OperationBoundInvoker.cs:line 59
at Epicor.Hosting.OperationBoundInvoker.Invoke(Object instance, Func`2 func) in C:\_releases\ICE\ICE4.1.200.13\Source\Server\Framework\Epicor.System\Hosting\OperationBoundInvoker.cs:line 28
--- End of inner exception stack trace ---
Thank you