Forum Discussion
hmbedford
5 years agoFrequent Visitor
Data Model - references other queries or steps
Hi I am having challenges with a data model once uploaded into the Service. The desktop works well and refreshes with no issues, but the error message when trying to refresh indicates a privacy i...
aranq
1 year agoNew Member
I faced the exact same issue when combining Oracle DB data with an API for a logistics tracking model we use at
What finally worked for me was:
Making sure both sources were set to "Organizational" in the desktop privacy settings.
Going to Options > Privacy > Always ignore privacy level settings, then republishing the model.
Wrapping the API call inside a separate function, and passing the Oracle value as a parameter (instead of referencing directly inside the API query).
After doing this, the privacy error disappeared and everything refreshed fine in the Service.
Hope this helps – it was a frustrating one to debug!