- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2019 10:06 AM
Hi,
Instance version- Madrid.
We have developed a Scoped application in Dev instance and have used "gs.executeNow()" function in a script to execute the schedule job and it's working fine there, however when we installed this scoped application to aTest instance the same function is not working.
Please help me out to fix this issue.
Thanks,
Amit Srivastava
Solved! Go to Solution.
- Labels:
-
Scoped App Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2019 11:07 AM
Hi All,
Thanks for your time.
We have rectified this issue, The root cause of this issue was missing records in “Application Cross-Scope Access (sys_scope_privilege)” table for “scheduled_import_set” table, we allowed the read access from our scoped application to Global and it worked.
Thanks,
Amit Srivastava

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2019 11:06 AM
Call like below
gs.executeNow(gliderecord job);
Ensure that this job and the script which is calling both presents in the same application scope.
And can you let me know what is the error you are facing?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2019 04:19 AM
Thanks asifnoor for the reply!
Yes,I'm gliding the schedule import set table and calling like you mentioned, it's working fine on the dev instance where we have developed our scoped application.
It's not working on test instance where we have moved(installed) this application.
Thanks,
Amit Srivastava

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2019 12:21 PM
Hi,
When you say, its not working, are you getting any error or is the scheduled job itself not executing?
Can you click on Execute Now and check once if its working or not. Check the system logs as well and check.
Also, check if there are any conditions with the time that might be not meeting the criteria.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2019 12:19 PM