Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Scope does not have create access to table sys_db_object

Alex153
Tera Contributor

Hi guys!

I created a spoke that creates a class. But I got an error "Scope does not have create access to table sys_db_object"

find_real_file.png

Does anyone know where to add access to that table? Or is there any workaround?

3 REPLIES 3

Rajat_Choudhary
Tera Expert

Hi Alex,

You would need a user in the scoped application in which your spoke exist,with below roles.

Atleast from the OOB configurations you would need

personalize_dictionary  or

personalize_read_dictionary

Please refer the link below.

https://community.servicenow.com/community?id=community_question&sys_id=43669cabdb343f0cfece0b55ca96...

 

Hope this will be helpful.

Thanks,

Hope this answers will be helpful.
Please mark the answer as helpful and correct.

Best Regards,
Rajat Choudhary

Hi Rajat,

Thanks for reply.

But I use admin account in my dev instance.

Can you please shortly describe how to add it? Step by step.

I checked link but still is not clear for me. Sorry.