Why is this error occuring?: Illegal attempt to access class 'com.glideapp.servicecatalog.DeliveryPlan' via script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2017 09:52 AM
What would prompt such an error for occurring when a user with less access than the admin accesses the portal page.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-21-2017 12:51 AM
Hello Sohum.
If you do not get the error when using the admin, check the ACLs, looks like a privilege issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-28-2017 12:50 PM
I am now getting the issue again as an admin and an impersonated user.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-21-2017 01:57 AM
You're trying to run a script in the context of that user, script that calls that particular class. And that user has no access to that class.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-28-2017 12:49 PM
Any idea as to how I can find this script? I have searched every one of the codes for the widgets and none have a reference to the DeliveryPlan