- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2020 02:16 PM
I am getting this error "Syntax Error or Access Rule Violation detected by database ((conn=874917) Unknown column 'bs.a_ref_6' in 'on clause'" every time I try and run a database view on a table. The column is visible and the syntax is correct. If I don't left join the tables this problem doesn't happen and I read about storage aliases being a cause of the problem but I am not sure how to proceed with trouble shooting. Let me know what I should do.
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2020 05:06 AM
Hi,
Please check with below points.
1. The field name might have been deleted but still being used in the view/report.
2. Cross verify if the field name used in the report is correct.
3. Cross check if there is any ACL on that column.
Also check below links that may help you.
If still it doesn't solve your error then create a HI ticket.
Mark helpful/correct if you found so.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2020 05:06 AM
Hi,
Please check with below points.
1. The field name might have been deleted but still being used in the view/report.
2. Cross verify if the field name used in the report is correct.
3. Cross check if there is any ACL on that column.
Also check below links that may help you.
If still it doesn't solve your error then create a HI ticket.
Mark helpful/correct if you found so.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2022 07:24 AM
Hi Onkar,
I am getting below error message "Syntax Error or Access Rule Violation detected by database ((conn=2914849) Unknown column 'sn_prd_pm_specification.name' in 'where clause')"
Can you please help why we are getting such kind of errors?