Estimating Edge’s team of experienced construction professionals and software engineers have developed the industry’s smartest takeoff and estimating software solutions for competitive estimates.
Don’t just estimate faster. Estimate better.®
- /
- /
- /
Network Job Database errors
Problem
The EDGE V10.7.5 build 2450 error message when user does not have administrator rights and attempting to save a job. User ‘guest’ does not have permission to run DBCC shrinkdatabase for database ‘Network Jobs’
The job could not be saved. The EDGE will now close.
Solution
As a workaround you can run the following script is management studio:
EXEC sp_grantdbaccess N’guest’
This one may fail but don’t worry about it, after run this one:
EXEC sp_addrolemember N’db_owner’, N’guest’