What exactly is "rhino.global", and how do I make it shut up?

C_dric Chen
Tera Contributor

Greetings, everyone.

 

Recently, I began getting the error message "Read operation against '<table name>' from scope 'rhino.global' has been refused due to the table's cross-scope access policy" in the apps that I'm developing, and this error message appears nearly every time I open a workspace or update a record.

 

So far, it's not causing any negative impact on my apps (because I'm not supposed to grant any cross-scope access to any of our corporate apps), but the business analyst that works with me wants me to hide these error messages before we hand the app over to the business owners.

 

Does anyone know what exactly this "rhino.global" does, and how I can make these error messages disappear?

 

Thanks in advance!

5 REPLIES 5

pcabaniss
Tera Expert

For anyone else experiencing this issue, mine stemmed from the script include "GregorianCalendarGenerator". I just had to switch it to all application scopes and I was good. So I'm sure its a cross-scope issue.