Guys :
We are getting the following error when we try to update an Order through Integration. Can someone help ?
CAUGHT THE FOLLOWING EXCEPTION WHILE PROCESSING TRANSACTION: Rate Service PK cannot be null when ServiceTimeFixed flag on shipment is false
at sun.reflect.GeneratedConstructorAccessor97.newInst ance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newI nstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Construc tor.java:274)
at glog.util.exception.GLException.factory(GLExceptio n.java:413)
at glog.util.exception.GLException.factory(GLExceptio n.java:390)
at glog.business.rate.rateservice.RateServiceSession. createServiceTimeResult(RateServiceSession.java:23 64)
at glog.business.rate.rateservice.RateServiceSession. calculateServiceTime(RateServiceSession.java:1675)
at glog.business.rate.rateservice.RateServiceSession. calculateRateService(RateServiceSession.java:1235)
at glog.business.rate.rateservice.RateServiceSession. calculateRateServiceSolutionWindow(RateServiceSess ion.java:1342)
at glog.business.rate.rateservice.RateSer
Thanks in advance.
We are getting the following error when we try to update an Order through Integration. Can someone help ?
CAUGHT THE FOLLOWING EXCEPTION WHILE PROCESSING TRANSACTION: Rate Service PK cannot be null when ServiceTimeFixed flag on shipment is false
at sun.reflect.GeneratedConstructorAccessor97.newInst ance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newI nstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Construc tor.java:274)
at glog.util.exception.GLException.factory(GLExceptio n.java:413)
at glog.util.exception.GLException.factory(GLExceptio n.java:390)
at glog.business.rate.rateservice.RateServiceSession. createServiceTimeResult(RateServiceSession.java:23 64)
at glog.business.rate.rateservice.RateServiceSession. calculateServiceTime(RateServiceSession.java:1675)
at glog.business.rate.rateservice.RateServiceSession. calculateRateService(RateServiceSession.java:1235)
at glog.business.rate.rateservice.RateServiceSession. calculateRateServiceSolutionWindow(RateServiceSess ion.java:1342)
at glog.business.rate.rateservice.RateSer
Thanks in advance.
Comment