It is always important to disconnect from Sage, once your operations on it are finished, either successfully or in error. otherwise the next person to log in, will be told of an existing login, and this can cause hassle for manual operators.
Some users of the SDO have informed us of an intermittent problem, where the user can be left logged into Sage once a Disconnect() has been called. The brute-force solution to this was to delete the QUEUE.DTA file in the ACCDATA folder, but this is best avoided.
A simple but novel solution was put forward by one of our users, to simply change the GUID in the Connect() parameters to the Username, and from all accounts, this seems to work.
Thursday, 23 October 2008
Subscribe to:
Post Comments (Atom)
1 comments:
It might be a good idea to use the computer name instead of the GUID.
It could be important in a multi-user Sage environment.
The error message received when the SDO user is still logged on states that the user is "still logged on to machine {LONG GUID}" So I believe machine name is the intended field.
Post a Comment