Message: Procedure rroad_ ... _properties build number ... is more recent than Foxhound build number ... on ...
Message: Error: Procedure rroad_connection__properties build number ... is more recent than Foxhound build number ... on ... Message: Error: Procedure rroad_database_properties build number ... is more recent than Foxhound build number ... on ... Message: Error: Procedure rroad_engine_properties build number ... is more recent than Foxhound build number ... on ...
Explanation: If you see SPs: NNN on the Monitor or History pages, check Foxhound Options - 7. Diagnostics - Display Diagnostics.
If you see the "Error: Procedure ... is more recent" messages, a newer version of the Foxhound Monitor was previously used on this target database.
If so, use the new version of Foxhound instead of this one, or drop the following procedures from the target database as follows...
DROP PROCEDURE rroad_engine_properties;
DROP PROCEDURE rroad_database_properties;
DROP PROCEDURE rroad_connection_properties;
... and then use the Stop Sampling and Start Sampling buttons on
the Foxhound Monitor page to get the old
version of Foxhound to install its own version of these procedures.
|