Comments
4 comments
-
We don't recommend relying on the SmartAssembly database for querying directly but as I recall the ID is server-assigned and the GUID is a hash of the IP that can't be reversed. A few versions ago, SA used to report the real IP, but I suppose there were privacy concerns. Now you just know which reports are coming from the same computer all of the time.
-
If we have hundreds of machines in our network and one of them was reporting an error how would we determine which one of them was reporting the error?
-
You can use the SDK to add the machine name as a custom property to the error report.
-
Ok Brian, I didn't know.
I will make a test with the SDK because probably it's the best way to go.
Thank you again for your support, really appreciated!
Add comment
Please sign in to leave a comment.
In the session table you report two fields, UserID and UserHostAddress as Guid.
1) How can we translate them?
2) Can you add an additional field in this table that will be read from our app.config while the re-compiled application is running?
Thank you