Is it possible to run gINT Professional Plus on SQL Express or does it require full SQL Server?
It works with Express, but 10 GB database size is not enough for most production environments.
Phil WadeDatgelBentley Channel Partner and Developer PartnerE: phil.wade@datgel.com | T: +61 2 8202 8600 & +65 6631 9780
Get the most out of gINT with Datgel Tools.
Thanks Phil - it's possibly just for testing purposes at the moment.
What's the workflow with Pro Plus? The documentation isn't massively clear. It seems to suggest that "Data is entered and edited in a single project (.GPJ) files and then moved to the SQL server database."
From the manual it seems that you:
So can editing of the projects in the Enterprise database be done? The manual implies that it can be viewed and reported on, but does not mention editing.
I also take it that if you have projects that have differing structures and libraries, then each one would have to be stored in it's own Enterprise Database?
You can use the SQL Server in two ways
1. You do the day to day work in a gpj, and import gpjs to the sql server at the end of the project, so the sql server is an archive.
2. You do day to day work in SQL Server, so never use gpjs. Yes you can make new ProjectIDs, enter and edit data in SQL Server.
I also found the GPP doc a bit light on, and have written documentation for my clients.
Best to convert/translate gpjs to one structure. Having multiple SQL Server databases defeats the purpose.
Thanks Phil