
We are in the process of testing our R2 upgrade. One of the major problems we have is many reports will not run because of some cryptic error in AX when clicking a menu item. I've narrowed it down to usage data: the report(s) are trying to pull up the previously used query when, on some reports, the previously used query contains filters on a filed that no longer exists, or the query was modified in some other way to make it invalid.
If I reset the usage data for a user getting these errors, everything works fine again. So the question is: Is there an easy way to reset EVERYONES usage data at once? Or do we have to go into the options for each individual user, click usage data, click reset, click ok, close, close....
*This post is locked for comments
I have the same question (0)Hi Andy,
You can delete all records in the table syslastvalue. This table is used for storing the user values.
This table can be found with the following path: AOT, System Documentation, Tables.
You can either open the table browser or write a simple job to delete the records.