Activity overview
Latest activity by nate
Thanks very much for getting back to me. You pointed out the API for me and it was exactly what I needed.
I wrote an app that used your API to extract the exception report attributes and custom fields, which I then write to a separate SQL database. Then I’m about to query that separate database based on the values in the attributes and custom properties and get meaningful results, such as all errors from a specific user or office, all errors that contain a specific frame in the call stack, all errors using a specific assembly, etc.
I understand why you compress all this data when you store it in SQL, but not being able to search lessens the value of the Smart Assembly application…
Anyway, thanks for the help. / comments
Thanks very much for getting back to me. You pointed out the API for me and it was exactly what I needed.
I wrote an app that used your API to extract the exception report attributes and custom fi...
decrypting error report data in SQL
We have a SQL database that stores the error reports that get sent to us from the field. I need to query this information to find out pertinent patterns; (e.g. all users who received the same err...