I'm using ArcGIS 10.2.2. I'm getting lots of logs with code 9029. This "Info" level log code is getting into the log file several times a second. What does this log code mean?
I can't find it in the documented list of log codes here:
ArcGIS Help (10.2, 10.2.1, and 10.2.2)
Here are a couple of examples
Type | Message | Time | Target | Machine | User | Code | Time Elapsed | Process | Thread | Method Name |
---|---|---|---|---|---|---|---|---|---|---|
INFO | Request user: Anonymous user, Service: transit/transit/TIM_BusRoutes/MapServer | 2015-04-07T16:14:59 | Rest | ###.##.LOCAL | Anonymous user | 9029 | 23864 | 24 | ||
INFO | Request user: Anonymous user, Service: transit/transit/TIM_Points/MapServer | 2015-04-07T16:14:59 | Rest | ###.##.LOCAL | Anonymous user | 9029 | 23864 | 24 |
Solved! Go to Solution.
Matt,
The log messages with code 9029 just indicate a request has been made to a specific service on ArcGIS Server (map, feature, gp, etc). If the service is secured, it also shows the authenticated user who made the request. I'm not sure why this log code is not included in the help doc.
Matt,
The log messages with code 9029 just indicate a request has been made to a specific service on ArcGIS Server (map, feature, gp, etc). If the service is secured, it also shows the authenticated user who made the request. I'm not sure why this log code is not included in the help doc.
Where can we find all the log codes and descriptions of what they mean?