The EXECUTE permission on the object ' sp_OACreate ' (Database ' Mssqlsystemresource ', schema ' sys ') was rejected.

Source: Internet
Author: User

Executes a stored procedure because it uses some

--Creating ObjectsEXECsp_OACreate'VBScript.RegExp',@objRegex out--Setting PropertiesEXECsp_OASetProperty@objRegex,'Pattern',@pattern  EXECsp_OASetProperty@objRegex,'IgnoreCase',@IgnoreCase  EXECsp_OASetProperty@objRegex,'Global',1  --ExecutionEXECsp_OAMethod@objRegex,'Replace',@retstrOut,@string,@replacestr  --ReleaseEXECUTEsp_OADestroy@objRegex 

Prompt after execution:

Error getting result set exec C_news_main_2_p_news_main 18760037
1310|159|c_news_main_2_p_news_main|18760037|-1|2017-7-10 18:41:03|0|0|0
Message seq:18760037
Message: 1310|159|c_news_main_2_p_news_main|18760037|-1|2017-7-10 18:41:03|0|0|0
The EXECUTE permission on the object ' sp_OACreate ' (Database ' Mssqlsystemresource ', schema ' sys ') was rejected.
The EXECUTE permission on the object ' sp_OACreate ' (Database ' Mssqlsystemresource ', schema ' sys ') was rejected.

Processing method:

Grant Execute  on  to Etler

Other stored procedures the same way to permissions

The EXECUTE permission on the object ' sp_OACreate ' (Database ' Mssqlsystemresource ', schema ' sys ') was rejected.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.