Opened 17 years ago
Closed 17 years ago
#246 closed enhancement (wontfix)
Add Error count to getSiteInfo
Reported by: | zspitzer | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | Site Service | Version: | |
Severity: | minor | Keywords: | |
Cc: | External ID: |
Description
It would be useful for monitoring mapguide if getSiteInfo returned an operation error count
Change History (2)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Since there's a workaround I'm going to close this... re-open if you feel strongly about it.
Note:
See TracTickets
for help on using tickets.
You can determine the # of failed operations by using the following formula from the information returned from the GetSiteInfo() API:
error operations = TotalOperationsReceived - TotalOperationsProcessed