A recent run of performance counters on our SP 2016 on prem installation showed a very high value for sharepoint foundation(spucworkerprocessproxy)\executing sql queries -- think millions! Subsequent perf counter runs show this number always present and never changing.

My research has suggested that spucworkerprocessproxy is a process related to Sandboxed code. How do I identify sandboxed code running in our Sharepoint site? Are workflows created in Sharepoint Designer sandboxed? Would disabling the Sandboxed code feature disable these workflows?

Thanks for the help!

有帮助吗?

解决方案

You can find the sandboxed solutions that have been installed in each Site Collection via its Solution Gallery.

SharePoint Designer workflows are not packaged solutions (sandboxed or otherwise), unless they have been exported from Designer in one environment and imported via Solution Gallery in another environment. Most likely sandboxed solutions are either a third-party purchased solution or something custom-developed in-house.

许可以下: CC-BY-SA归因
scroll top