We’re evaluating the Lotus Notes time entry tools for SAP available in 7.0.2 and attempting to set up a demo. We are able to connect, login successfully, and access codes to create time entries. However, when we try to report the time in SAP using the “Report Time” wizard, we receive an error message " Overflow (err: 6, erl: 31) " upon clicking the submit button.
Has anyone received this error or have any ideas how/why it is raised?
Subject: RE: Overflow Error using Notes Access for SAP/Time Entry
Paul, thank you for responding. I took a look at the code and found that on line 31 it was attempting to convert the employee id (empid) to an integer. The employee ID is 34971, which is outside the limit of an integer. Changing the data type to long solved the problem.
I’m actually surprised code supplied by Lotus would provide such an issue. Anyway, thanks again.