Synchronization Error While Adding Time Sheet
Description
If you want to add time sheet, the synchronization is failing.
The log will show this or similar error:
Synchronization failed eWay.Core.DataInterface.StoreException: Uploading of items failed.
---> eWay.Core.DataInterface.StoreException: Cannot save items to webservice to folder 'WorkReports'
---> eWay.Core.WebService.eWayWebServiceException: Web service returned an error (rcGeneralError):
Problem executing trigger 'eWaySP_FillDayTypeEn' on item 'e9f7a8cf-c34c-11e4-be97-008cfa71e124'. Details: @UserGUID cannot be null
Version
All versions of eWay-CRM
Difficulty
Medium
Resolution
If the error occurs, follow these steps:
- Go to the server and open the procedure that shows error (in this case it is eWaySP_FillDayTypeEn).
- Turn the error to a comment.
- Run the procedure ad check by the GUID whether the time sheet is synchronized correctly.
- Return the procedure to the default settings.