Greetings everyone,
Upgraded to 10.0.10 and when we try to run the report "RetailTransactions" from store transactions

we get this error:

In the event viewer, the error message is this:
| System.ArgumentNullException: Value cannot be null. Parameter name: name at Microsoft.Dynamics.AX.Framework.Services.Client.MetadataBase..ctor(String name, Boolean allowRuntimeEdit, Boolean trackChanges, MetadataChangesTracker tracker) at Microsoft.Dynamics.AX.Framework.Services.Client.MetadataBase..ctor(String name, Boolean allowRuntimeEdit) at Microsoft.Dynamics.AX.Framework.Services.Client.MetadataBase..ctor(String name) at.... |

At first, we thought that it was because of our extensions, but after removing every extensions related or referred to the report, we still get this error.
Looking at the standard report, the only parameter value that is not allowed null or blank is the AX_CompanyName

Did a full compilation, synchronization, redeployed the report but nothing helps.
Anyone with simular problem or knows what to do or what I can try?