Error reloading 95 system objects. 95 object(s) should be reloaded but 97 object(s) were returned.
I'm getting this error during a simulation. I miss the meaning. What is wrong? Thanks.
Error reloading 95 system objects. 95 object(s) should be reloaded but 97 object(s) were returned.
I'm getting this error during a simulation. I miss the meaning. What is wrong? Thanks.
What version are you using? What type of Connector is this?
Hello Markus,
the version is 8.2, the connector is Native SQL Server
Thanks
Okay. The error message means that the simulation founds some data inconsistencies. It detected 95 objects during the loading of a so-called slim list of objects. When the engine tries to fully load the objects it detected 97 objects which leads to this error.
What type of objects showed this error? Some custom table / view or some system tables?
It's a table with 97 users.I found that the 2 users being refused are not present in OneIM yet.
Sounds like something with your scope/reference definition is not correct.
I can't understand the difference between slim list and loading. The query should be the same. Or not? Thanks.
I just explained the reason for the error message, not the why. I suggest contacting support to analyze your issue in more detail.
Hi.
Do you have any special functions in the select query from the native SQL? I've discovered that "CAST(ROW_NUMBER() OVER(PARTITION BY [column] ORDER BY [some other column])" messes up the return result.