We do not have direct access to the database via SQL MS. We can only access it through the BitWizard SQL Execution module.
When querying the view via "select * from VIEW_xxx" there is no problem.
When executing a custom stored procedure (which queries select * from View_xx") we do run into the problem
Are there any special permissions when querying views in procedures?