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.
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.
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.