upload error reports from application
sreindl
Posts: 5
Hi,
is it possible to upload error reports which have been saved to disk before?
The following scenario: We are selling a client/server software. The server is usually running on a machine in the internal network without direct internet access and without UI.
The idea is to provide a error reporting module which is saving the reports to disk and to provide a service which allows the user to download the data and to upload the reports from the client machine...
It is basically working by using your web services (i.e. Report.asmx) but the reports are not encrypted (i.e. they are XML files). Those files cannot be processed by the smartassembly executable (download fails).
Regards
Stephen
is it possible to upload error reports which have been saved to disk before?
The following scenario: We are selling a client/server software. The server is usually running on a machine in the internal network without direct internet access and without UI.
The idea is to provide a error reporting module which is saving the reports to disk and to provide a service which allows the user to download the data and to upload the reports from the client machine...
It is basically working by using your web services (i.e. Report.asmx) but the reports are not encrypted (i.e. they are XML files). Those files cannot be processed by the smartassembly executable (download fails).
Regards
Stephen
Comments
How can the user download the data from the server is there is no internet connection?
The SmartAssembly Error reporting system uses *.sareport files. These files are encrypted.
Custom error reporting requires the Professional edition. Descriptions and examples can be found in these articles
http://www.red-gate.com/supportcenter/C ... SA_SDK.htm
http://sdk.red-gate.com/index.php/SmartAssembly_SDK
James Davies
Technical Support Engineer
Red Gate Software
The report can be saved to file using this OnReportException method. (see the “More information about the SDK samples†section of this page http://www.red-gate.com/supportcenter/C ... rtAssembly)
The file can be transferred. (e.g. USB stick to online machine then emailed)
The error report files can then be imported from the command line using the “addreport†command ( http://www.red-gate.com/supportcenter/C ... 479859.htm)
James Davies
Technical Support Engineer
Red Gate Software