Posts: 23
Threads: 12
Joined: Aug 2012
Reputation:
0
I did update ASG remote to 2019 and some users cannot use the program because it is stuck on Loading Data when they start it.
The other user say it take more time to Load the data when the start it but after that it works. If i try 2018 version it is much faster to load the data.
We have 15 users and run the database on SQL
Posts: 23
Threads: 12
Joined: Aug 2012
Reputation:
0
I have download the new file and install it but same result.
I did reinstall the new version i did download and same problem
I did uninstall the 2019 version and install it again and same problem.
Posts: 11,194
Threads: 101
Joined: Aug 2006
Reputation:
204
Sorry, I think it was a second issue with another solution - I don't know if that helps for you - another customer sends me a database and as I checked it I found a "self-referencing-object" in it - so ID and ParentID was the same and so a call ended in a loop...
You can check that with the following SQL command
SELECT * FROM Items WHERE ItemId = ParentItemId
If you find Items you should delete them with
DELETE FROM Items WHERE ItemId = ParentItemId
The next Patch will also check hat in code - if it will not solve your problem let's go ahead with some questions - I guess that only users that are not in Administrators group are getting this error? Correct?
Regards/Gruss
Oliver
Posts: 23
Threads: 12
Joined: Aug 2012
Reputation:
0
use ASG_2015
SELECT * FROM Items WHERE ItemId = ParentItemId
(0 row(s) affected)
So no change
The only people can use it is Administrators.
Posts: 11,194
Threads: 101
Joined: Aug 2006
Reputation:
204
Ok thanks - are you allowed to give me a backup (via SQL Management Studio) of your database for debugging the issue? You could send it to asg.rd@asg.com or put it on any storage location and send me the download link via private message - so I could debug it to find the issue - we have two other issues found and will publish another Patch asap - and I would like also to fix your issue with that version.
Regards/Gruss
Oliver
Posts: 23
Threads: 12
Joined: Aug 2012
Reputation:
0
I did send the database file with one driver.
Posts: 11,194
Threads: 101
Joined: Aug 2006
Reputation:
204
Send you a private message
Regards/Gruss
Oliver
Posts: 11,194
Threads: 101
Joined: Aug 2006
Reputation:
204
Thanks for sending again - I removed all "visible entries" in your database and there are 2500 objects still in the database that causes the issue - we will try to implement some new checks in DataOptimizer to find these "lost items" - this will also increase the Performance... I will keep you informed
Regards/Gruss
Oliver
Posts: 11,194
Threads: 101
Joined: Aug 2006
Reputation:
204
It's already released - version 2019 Patch2
Just run the DataOptimizer - and please run the steps again and again while there are entries found - after that your bad data will be completely removed and everything should work again
Regards/Gruss
Oliver