for some strange reason, when I try to add a new app. like a document library, I click add app.. but then the page sits and just spins and says Loading???
What could be wrong????
for some strange reason, when I try to add a new app. like a document library, I click add app.. but then the page sits and just spins and says Loading???
What could be wrong????
all users (including farm admin) are having an issue editing existing pages on all sites on a give web app (another web app on the same server is fine.
Whenever a user goes to edit a page, they get a 403 error (https://ibin.co/2zalK70FhiPC.png). I've loked at ULS, Event Viewer, and ProcMon.
ULS says:
SPRequest.OpenWeb: UserPrincipalName=, AppPrincipalName= ,bstrUrl=http://buildeagle.com/
and then
System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)), StackTrace: at Microsoft.SharePoint.SPWeb.InitWeb() at Microsoft.SharePoint.SPWeb.get_SecurableObjectImpl() at Microsoft.SharePoint.SPSecurableObject.get_HasUniqueRoleAssignments() at Microsoft.SharePoint.SPAccessRequestsUtility.TryGetAccessRequestListCore(SPWeb web, SPList& arl, Boolean ignoreRoleAssignments, Boolean& incompatibleListWithSameNameExists) at Microsoft.SharePoint.SPAccessRequestsUtility.TryGetAccessRequestList(SPWeb web, SPList& arl, Boolean ignoreRoleAssignments) at Microsoft.SharePoint.WebControls.AccessRequestsDialog.InitControls(SPWeb webAsSystem, SPList listAsSystem, SPListItem itemAsSystem, SPObjectType requestType) at Microsoft.SharePoint.WebControls.AccessRequestsDialog.<>c__DisplayClass1.<OnLoad>b__0() at Microsoft.SharePoint.SPSecurity.<>c__DisplayClass5.<RunWithElevatedPrivileges>b__3() at Microsoft.SharePoint.Utilities.SecurityContext.RunAsProcess(CodeToRunElevated secureCode) at Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(WaitCallback secureCode, Object param) at Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(CodeToRunElevated secureCode) at Microsoft.SharePoint.WebControls.AccessRequestsDialog.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) at System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception error) at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb) at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus) at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)
Windows event viewer is complaining about the Managed metadata service not running, but I don't think that's related, since the other web application isn't crashing.
Thanks for the help.
Hello -
In our development environment we recently started getting this error with OWA:
I'm unable to remove the WOPI binding using these scripts and get the error below. No updates (outside of Windows patching) have been made to the environment. Any ideas? thanks
Get-SPWOPIBinding -Application "WordPDF" | Remove-SPWOPIBinding -Confirm:$false
or
Remove-SPWOPIBinding -All:$true
Sorry, the operation failed because another operation
was updating WOPI bindings at the same time. Please try again.
At line:1 char:1
+ Remove-SPWOPIBinding -All:$true
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (Microsoft.Share...moveWOPIBin
ding:SPCmdletRemoveWOPIBinding) [Remove-SPWOPIBinding], SPCmdletException
+ FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletRemoveWO
PIBinding
Hi
I have lately found one issue that the global navigation menus that were exist in SP 2010 migrated and displays correctly. When I click Site Settings -> Navigation, structural navigation checkbox is selected by default and I could see only the main menus of global navigations in the tree properties. When I tried to add new link or new folder, the link appears in the quick launch bar instead of global horizontal submenu under one of the main menu.
I have something in SP 2010 similar options to the below:
Technology Business People
Dotnet Internet Contact Us
Java Banking Find Employee
SQL
Now if I create a new site or add new link under the Technology Site collection, the menu doesn't appear in the global menu, instead it appears in the quick launch area.
Are there anyone facing this kind of issues? How to overcome for fixing?
Thanks
Shri
I have create event receiver in dev environment and its working fine. But when try to add in production facing:
PS C:\Users\spfarmadmin> $spList = $spWeb.Lists["EmpEntyExit"] PS C:\Users\spfarmadmin> $spEventReceiver = $spList.EventReceivers.Add() PS C:\Users\spfarmadmin> $spEventReceiver.Assembly = "$SharePoint.Project.Assemb lyFullName$" PS C:\Users\spfarmadmin> $spEventReceiver.Class = "my_STG.AddTaskand_SubTask .AddTaskand_SubTask" PS C:\Users\spfarmadmin> $spEventReceiver.Name = "AddTaskand_SubTaskItemAdded" PS C:\Users\spfarmadmin> $spEventReceiver.Type = 10002 PS C:\Users\spfarmadmin> $spEventReceiver.SequenceNumber = 1000 PS C:\Users\spfarmadmin> $spEventReceiver.Synchronization = 1 PS C:\Users\spfarmadmin> $spEventReceiver.Update() Exception calling "Update" with "0" argument(s): "Could not load file or assembly '.Project.AssemblyFullName$' or one of its dependencies. The system cannot find the file specified." At line:1 char:1 + $spEventReceiver.Update() + ~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [], MethodInvocationException + FullyQualifiedErrorId : InvalidOperationException PS C:\Users\spfarmadmin> |
Hi,
I'm running Windows 2012 server on my laptop and I will install SP2013 on it. For that, always on the same laptop, I will stup DNS server, AD, SQL Server. As I know I have to setup an static ip-address when installing DNS-server. In my situation I can't use an static ip-address because I use the laptop at my work to connect to the company network.
My laptop has two network cards, one for LAN and other for wireless, at my work I use the wireless so I was thinking to use the LAN with a static ip-address but I am not sure if it will work? Do you have some tips or rekommendation on this topic?
Thank you for your comments!
Hi,
I have created Excel with Power Pivot Data. Excel Pulls the Data from Oracle database.
I need to schedule for Data refrsh, when I go to "Manage PowerPivote Data Refresh", it shows below error message and Enabale Checkbox is disabled.
A schedule cannot be enabled for a workbook with no external data sources.
I have connected to External Data Source and Data is saved in Excel file but still showing above error and unable to schedule the data fresh.
Please assist me, how can I resolve this issue.
Regards,
Vidya Lokesh
Hello Team,
Need help on the following issue which is on SP2013 Enterprise version. Users could not able to follow any site on the Web application. When they click on Follow option, following message is coming up.
To follow documents or sites, we need to get a couple of things set up. This can take a few minutes to complete, and once it's done, you'll need to come back to this site and try following again.
We checked the configuration under MySites for follow option and the values are set as per the guidance provided in the MSDN article. Not sure what else need to be configured. Could you please provide your suggestions. Thank
You!
Hi all,
I have this error in my Event Viewer for SharePoint Server 2013 Standard Edition:
"The Execute method of job definition Microsoft.Office.Server.UserProfiles.LMTRepopulationJob (ID 647a1f90-6b26-490b-8b14-390ff79babe3) threw an exception. More information is included below.
Unexpected exception in FeedCacheService.IsRepopulationNeeded: Connection to the server terminated,check if the cache host(s) is running." Can you please advise how to fix this error?
Since I haverestored a SP Foundation 2013 content database which was on another workstation into another workstation whereby SP Server 2013 Standard Edition has been installed, the Source in Event Viewer is showing as "SharePoint Foundation". Can you please explain me why the Source is showing as "SharePoint Foundation" instead of"SharePoint Server"
Hi
I need to make Sharepoint Event, and there I have a Choice column: City. I have a list of Cities. Is there any way to show Cities list values as Choice column choices.
Version:15.0.0.4701
Thanks
Hi,
Can anyone please let me know how can I get "EDIT LINKS" option on a sub-site created with Document Center site template (BDR#0)?
I tried setting navigation to Structured, however it did not help.
P.S. Publishing feature is deactivated on the site.
Hi All,
I installed SharePoint in my laptop and after installing SharePoint 2013 in Windows 8.1 and configuration wizard ,When I opened central admin it is showing blank page
Thanks
Hi all,
I want to map my default page named as ba-sp-01 to spns.hm.intet.mu (on an ip 172.16.2.205).
On alternate access mapping, I got my default url:
Internal URL: Zone: Public URL for zone:
http://ba-sp-01 Default http://ba-sp-01
I created
http://172.16.2.205 Intranet http://172.16.2.205
http://spns.hm.intnet.mu Internet http://spns.hm.intnet.mu
On IIS I created:
Type Host Name Port IP Address
http BA-SP-01 80 *
http spns.hm.intnet.mu 80 *
When I open http://ba-sp-01 and http://spns.hm.intnet.mu in my browser, I got:
"HTTP 404 Not Found,The webpage cannot be found."
Please help why I am having this error and advise if my mapping is correct or not?
Please suggest solution
Thanks & Regards.
Bhavnasu
Hi Team,
We have OWA with SharePoint 2013 environment but "Edit in Browser" option is not showing even I logged in with farm account. We have enabled the editing and it is working through view in browser ->edit work book.
Can any one help on this.
Thanks,
Ashok
Hello,
How to fix the error 7043 with loading a control template file. See the error below:
Source: Microsoft-SharePoint Products-SharePoint Foundation
Date: 6/13/2014 8:55:19 AM
Event ID: 7043
Task Category: Web Controls
Level: Error
Description: Load control template file /_controltemplates/AddContentSourceControl.ascx failed: Cannot create an object of type 'Microsoft.SharePoint.Portal.WebControls.LocStringId' from its string representation 'AddContentSource_Schedule_Text' for the
'LabelTextLocId' property.
Thank you very much for you help with this error.
Paul
I would like to disucss an issue that we have since the installation of Windows Updates last weekend.
At one of our customers we installed the Windows Updates last weekend. This was the first time in 1,5 years.
After we installed the updates we had issues on all servers within the SharePoint farm (SP2013):
- SPHA not opening
- Timeouts on webapps (ASCX controls not loading)
The timeouts we received on all webapps and on different pages.
After many troubleshooting we still didnt fix the issue. We tried:
- Re-provision webapps (re-enable SharePoint Foundation web application service_
- Config cache cleanup
- Cleanup ASP.NET Temporary Files
- Update .net to 4.5.2
- Restart Cache Cluster (distributed cache)
- Reinitialize-SPResourceSecurity
We were able to fix one server. But the other front end server is still not working.
I think its related to the ASP.NET Temporary Files. On the server which does work the directory was created within couple of minutes. On the malfunctioning server the temp directory is not filled within 1,5 hours. Every ASCX compilation takes about 1 minute.
As SP needs alot of ASCX files it receives a timeout. After refreshing the page we get after a couple of minutes again a timeout with another reference to a different ASCX file. We compared every web.config on the server to check if debug is set to false.
But also that is not the case.
Please help :(
Dears,
i need to setup my Sharepoint to use https only and i need to remove http protocol at all.
i published the "Application Services" to use "https",
now all service applications is not working properly.
when i am trying to browse :
https://localhost:32844/SecurityTokenServiceApplication/securitytoken.svc
it gives the error :
Receving several logon failures from below account.
Account Domain: m
Failure Reason: Unknown user name or bad password
Status: 0xc000006d Sub Status: 0xc0000064 (user name does not exist)
Workstation Name: SharePoint server Source Network Address: SharePoint server
Source Port: 63247
Upon checking we see that this account is not present in AD and also had checked the Task Scheduler and services, none of the jobs are using this account.
The alert was being triggered from OWSTIMER.exe.
We performed below changes.
Upon doing the above, we didn’t receive any logon failures from m\_. After a day, we got same issue reported back.
We performed below changes again.
Upon doing the above, we didn’t receive any logon failures from m\_. After a day, we got same issue reported back.
One observation we have is that the below Timer job is failing after a day of performing the above steps. We see that once we ran PSConfig.exe, the below Timer job succeeds, but later after a day it fails again.
Job Title : **** User Profile Service - User Profile ActiveDirectory Import Job
Job Description : Imports objects from Active Directory into Profile Database
Error Message : An update conflict has occurred, and you must re-try this action. The object UserProfileApplication Name=**** User Profile Service was updated by Domain\"farm account", in the OWSTIMER (5892) process, on machine “SP SERVER”. View the tracing log for more information about the conflict.
Please provide your thoughts. Thanks in advance!
Vignesh Ganesan, Microsoft SharePoint & O365 Consultant, Pune, Maharashtra. Mob : 7387783354