Issue :
In desktop manager version 2.7 and 2.7a, there is a bug when trying to export data. The function terminates with DM-Export Error: (152) Overflow message.
Solution :
We have found the bug related to this error. In the initiate section of the Agent "(DM_RunExportData)", you will need to modify 2 lines :
Before :
Dim i As Integer
Dim j As Integer
After :
Dim i As Long
Dim j As Long
Please, have a look into the screenshot as an example.
In desktop manager version 2.7 and 2.7a, there is a bug when trying to export data. The function terminates with DM-Export Error: (152) Overflow message.
Solution :
We have found the bug related to this error. In the initiate section of the Agent "(DM_RunExportData)", you will need to modify 2 lines :
Before :
Dim i As Integer
Dim j As Integer
After :
Dim i As Long
Dim j As Long
Please, have a look into the screenshot as an example.
Comments
0 comments
Please sign in to leave a comment.