SharePoint
Keith Smith - My Blog > SharePointFailed to execute SharePoint BI Maintenance JobFriday, March 17, 2017 - Posted by Keith A. Smith, in SharePoint
Run this from the sharepoint management shell
Get-SPServiceApplication $sts = Get-SPServiceApplication | ?{$_ -match "Security"} $sts $sts.Status $sts.Provision() -End |
0 Comments Tweet |
mysite hosting errorSunday, February 19, 2017 - Posted by Keith A. Smith, in SharePoint
Problem
Title Validate the My Site Host and individual My Sites are on a dedicated Web application and separate URL domain. Severity 2 - Warning Category Configuration Explanation It is recommended that the My Site Host and individual My Sites are deployed on a dedicated Web application for performance and manageability reasons. Additionally not having a separate URL domain for the My Site Host and individual My Sites poses a security risk because the owner can introduce same-domain scripting attacks on other sites hosted on the same URL domain. Solution Create a new web application, use template my site host under enterprise tab -End |
0 Comments Tweet |
Unable to edit the DCOM settings for IIS WAMREG admin serviceSaturday, February 18, 2017 - Posted by Keith A. Smith, in SharePoint
Unable to edit the DCOM settings for IIS WAMREG admin service on a Windows Server 2008 R2
1. Run Regedit.exe and browse to "HKEY_CLASSES_ROOT\AppID\{61738644-F196-11D0-9953-00C04FD919C1}" key. 2. Secondary-mouse click on the {61738644-F196-11D0-9953-00C04FD919C1} key and select Permissions... 3. Click the Advanced button in the Permissions window and select the Owner tab. Under Change owner to select the local Administrators group and click on Apply, then OK. 4. Then under Permissions window, select the local Administrators group and under Permissions for Administrators select Full Control and click on Apply, then OK. NOTE: DO NOT modify/change any permissions for the TrustedInstaller account. 5. Re-run the Component Services management console (dcomcnfg.exe) and you should now be able to modify the settings for IIS WAMREG admin service package. a. Expand Component Services, expand Computers, expand My Computer, and expand DCOM Config. b. Right-click IIS WAMREG admin Service, and then click Properties. c. Click the Security tab. d. Under Launch and Activation Permissions, click Edit. e. Under Group or user names section, add the sharepoint farm account, and select the user account f. Under Permissions for the Business Connector Proxy User account, select the Local Launch and Local Activation checkboxes g. Click OK and OK and close the Component Services management console. -End |
0 Comments Tweet |