Hello again,
we want to save a error report at our customers machines and only fetch it if necessary (Not use a webserver). This works with a custom template.
My questions now are:
1) If we fetch this encrypted file. Where can I open it? Only on the machine which created the assemblies with SA?
2) If we want to open the report file on differnt machines (e.g. developer machines and support machines), we need SA installed on all machines? And have a SQL Server running?
3) If installed on many machines, what about licensing? Do we need a license per machine for just open the error report file?
Comments
6 comments
-
Configuring reporting on multiple computers is fairly straight forward, you'll just need to use a central database for downloading the reports to: https://documentation.red-gate.com/sa7/configuring-smartassembly/configuring-reporting-on-multiple-computers.
You need a licence per build server. Developer licences are free. -
Ok. But how is the bugreport file saved to the DB? If we copy this file from the customer (Not using the webserver) to a machine in our network. Can we open the bug report file directly with SA and it will be stored automatically to DB?
-
When you download the error report, it will be downloaded to the database.
There's an /addreport command-line argument that allows you to import .saencryptedreport into the SA database. You'd need to use this in your custom template.
-
Thank you very much.One last question, where can I download the developer versions of SA (developer license)? Is this enabled, after we bought the pro license?
-
Just download and install the sa trial, once the 14 days are over it reverts to the developer edition.
-
Ok, thank you very much.
Add comment
Please sign in to leave a comment.