Quantcast
Channel: SharePoint 2013 - Setup, Upgrade, Administration and Operations forum
Viewing all 21070 articles
Browse latest View live

April Cumulative Update fails due to MySite issue

$
0
0

Hi there,

We installed the April CU on a 2013 farm and the update failed.  The error log indicates we experienced the same issue outlined here on Trevor Seward's blog:

http://sharepoint.nauplius.net/2013/05/sharepoint-2013-april-2013-cumulative-update-fails/

If I try run the Products Config Wizard again it only gives me a repair option.  If I look at the Database Upgrade Status, the MySite DB needs to be upgraded still.  How should we continue?  Should we create the "Personal Documents" folder under each MySite and then run upgrade-spcontentdatabase against the MySite DB?

thanks

Ray


user profile store synch with oracle.

$
0
0

Note: SharePoint 2013/Oracle BCS integration

My customer is having AD where the employees loginid is stored. They also have oracle Database there all the properties of the user profile are stored. Now we are doing some kind of content targeting, for that we need to retreive certain properties like Country, Business, Region of the user. These properties are stored in oracle DB.

Can someone guide me with step by step up approach to do the same.

What i Have found out (after reading some article)

1) Open SPD and create an external content type(not sure if this works for oracle)

2) Create a connection to that external content type in Central admin.

3) Do the sync so that these new data are populated in the profile store.

I do understand that the exact step by step process is for a beginner but it will really help me as I am really short of time and new to this section. Links to the complete step by step article will be really beneficial. I do see some code activity in some article but not sure where to use that.


Thanks Ba$va

SP2013 FBA SQL Authentication

$
0
0

Problem

I am unable to add FBA users to sites without first adding the user to the web application policy of that web app. Once I add the user(s) at the web app policy level, I can then add them to sites. What am I missing here? Why are my sites not able to see the fba users without first adding them to the web policy?

Scenario

Portal web app (accessible via ntlm only)

I extended the portal web app to EXTRANET (ntlm and FBA)

I modified web.configs for Extranet, CA and STS (see below).. but did not edit the portal web app's web.config.  

CA Role and Member settings
<roleManager enabled="true" defaultProvider="AspNetWindowsTokenRoleProvider">
<providers>
<add connectionStringName="SqlConn"
applicationName="/"
name="SQLRole"
type="System.Web.Security.SqlRoleProvider, System.Web, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
</providers>
</roleManager>
<membership defaultProvider="SQLMember">
<providers>
<add connectionStringName="SqlConn"
applicationName="/"
name="SQLMember"
type="System.Web.Security.SqlMembershipProvider, System.Web, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
</providers>
</membership>

EXTRANET (extended(portal)) Role and Member Settings
<membership defaultProvider="i">
<providers>
<add name="i" type="Microsoft.SharePoint.Administration.Claims.SPClaimsAuthMembershipProvider, Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
<add connectionStringName="SqlConn" applicationName="/" name="SQLMember" type="System.Web.Security.SqlMembershipProvider, System.Web, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
</providers>
</membership>
<roleManager defaultProvider="c" enabled="true" cacheRolesInCookie="false">
<providers>
<add name="c" type="Microsoft.SharePoint.Administration.Claims.SPClaimsAuthRoleProvider, Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
<add connectionStringName="SqlConn" applicationName="/" name="SQLRole" type="System.Web.Security.SqlRoleProvider, System.Web, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
</providers>
</roleManager>

STS Role and Member Settings
<connectionStrings>
<add name="SqlConn"
connectionString="server=WIN-I6SHQ2N2241;database=aspnetdb;Trusted_Connection=true"/>
</connectionStrings>
<system.web>
<membership defaultProvider="SQLMember">
<providers>
<add connectionStringName="SqlConn"
applicationName="/"
name="SQLMember"
type="System.Web.Security.SqlMembershipProvider, System.Web, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
</providers>
</membership>
<roleManager enabled="true">
<providers>
<add connectionStringName="SqlConn"
applicationName="/"
name="SQLRole"
type="System.Web.Security.SqlRoleProvider, System.Web, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
</providers>
</roleManager>


- Rick



Test Upgrade to 2013 - completely separate farm

$
0
0

Hi,

My management would like me to test an upgrade to SP2013. I have whatever virtual servers I need available to me.

Ideally what I would like to do is create a new farm and then perform the upgrade, which will run side-by-side with our existing 2010 installation - i.e. the 2013 version will be for my use only, and normal users will continue to use the old 2010 installation. The content database attached to the 2013 installation will be completely separate, and on separate servers.

In all of the TechNet documentation, it shows to configure the web applications using identical URLs to the production environment. Would I be ok to set up with new URLs and still perform the upgrade as described?

Our current set-up is 1x WFE, 1x App server and 1x DB server. Does my testing environment architecture need to match our production environment, or will the upgrade work if I set up as a single-server installation.

Thanks for your help,

Jo

Install Guide Using Actual Best Practices

$
0
0

Okay, I have been trying for months (granted on and off) to get SharePoint setup and configured properly. I have actual on-premises licenses and not trials versions.

I want a 3-Tier farm and have found numerous installation guides. For example, I have found these:

Install SharePoint 2013 across multiple servers for a three-tier farm

Test Lab Guide: Configure SharePoint Server 2013 in a three-tier farm

The Test Lab Guide is more valuable to me because I do need to setup SAML and Single Sign-On as well as eventually getting Business Intelligence configured.

My problem is that every guide I find violates Best Practices and all, essentially, have disclaimers indicating they are not fully complete or appropriate for a production environment. Are there any guides that actually use Best Practices and/or are appropriate for a production environment? I am particularly looking for guides where the correct accounts are setup as this link describes:

SharePoint 2013 Service Accounts Best Practices Explained

I am looking for something that, at least, follows the "medium security" described. Every time I follow one of the official guides I get bit in the @ss later because the permissions are so mangled: upgrades don't install properly, warning messages fill the logs, websites don't work correctly, etc. ... OR ... the farm is highly vulnerable for accounts not following least privileged principles.

Is there at least one guide that demonstrates setting up a 3-Tier farm that DOES follow a reasonable level of "Best Practice"?




Sharepoint 2013 - multiple authentication domains

$
0
0

We are in the process of rolling out a global portal in SharePoint 2013.    Currently we have an active directory domain we are connecting to.  One of our companies is using their own domain and don't want to move into ours.    
Are there any disadvantages of keeping them in their own domain and using ADFS for them to authenticate?   Is there any functionality they will lose within the Social realm of Sharepoint?  Has anyone seen this before?

Thanks


EmilyBen

Sharepoint 2013 cross implementation privileges & three tier topology

$
0
0

Hi Guys,

We are in the process of new implementation of sharepoint 2013.

We have two different active directories in two different domain but virtually in the same network.

We are planning for two different implementations on each domain Domain1 and Domain2 with three-tier topology.

Web Server - Application Server - Database Server

Being implemented in two different domains, can few users of Domain1 have privileges on Domain2 implementation and Vice-versa.

According to the implementation guy we can't have three-tier topology at all in the above scenario, Is he right?

In the above scenario what you guys suggest, whether we should go for one or two different implementations?

Thanks in Advance..



Got permission issue when new added site user access to site mailbox

$
0
0

I created a site mailbox on new created site in Sharepoint by technet article. All of new users except site collection admin who are unable to login site mailbox and get below error:

Almost there!

This site mailbox is all set up, but it looks like you don't have permission to access this site mailbox. Double-check to make sure that your name appears in the site's default owners or default members group. If you were recently added, it may take up to one day to receive access.

Anybody know how to fix it?


Clarence Mei


An error occured while processing request on the server. Tha status code returned from the server was: 0 in Sharepoint 2013

$
0
0

Hi there,

I have created a team site on SharePoint 2013 and saved it as a template. I have created a hierarchy of sub-sites for the that page on the first day and everything was going ok so far while the "An error occurred while processing request on the server. The status code returned from the server was: 0" error appeared on the following day. At the beginning I had an issue with Search Engines but then I just activated the "Search Engine Sitemap" and  "Search Server Web parts and Templates" flags under Site Collection Administration settings tab. I read about lots of similar issues but could not find the one which says that the status code returned was: 0. Did anyone face this problem? I would appreciate your answer.

Many thanks

Nazgul 

RootSite and HNSC in SharePoint 2013

$
0
0

I was reading this TechNet article (http://technet.microsoft.com/en-us/library/cc424952.aspx) about Host-named site collection architecture and deployment and in reading it mentions that you need a root site in able to index content within the web application.  It then goes on to tell you how to create a root site collection but it looks no different than creating a normal HNSC.  Is there something specific that makes it a root site compared to any other HSNC you are creating?

Creating a root site collection:

New-SPSite 'http://rootsite.contoso.com' -HostHeaderWebApplication 'http://webapp.contoso.com' -Name 'Portal' -Description 'Portal on root' -OwnerAlias 'contoso\administrator' -language 1033 -Template 'STS#0'

Creating a HNSC:

New-SPSite 'http://portal.contoso.com' -HostHeaderWebApplication 'http://webapp.contoso.com' -Name 'Portal' -Description 'Customer root' -OwnerAlias 'contoso\administrator' -language 1033 -Template 'STS#0'

The only difference between the two is the URL for the site.  Am I missing something or is whatever the first site collection created considered the root site when using all HSNC?

Thanks,

Wes

Windows Server Clustering for SharePoint Farm servers

$
0
0

Hi,

I have to setup Always On setup for SharePoint 2013 in my company. For now below is what I have done:

1) Setup two SQL Server 2012 Servers with Windows Server and SQL Server Clustering enabled.

2) Setup two SharePoint servers joined in farm hosting Central admin on both. (Not having Windows Server Clustering)

I need to know that is Windows Server 2012 Clustering required for SharePoint servers?

Calling ASP.Net webservice from Javascript on Sharepoint

$
0
0

Hi,

I am calling a ASP.Net webservice from javascript. TheASP.net webservice is hosted on the same server as my Sharepoint site.My javascript code works fine when the web service is called from a stand alone html page, but i recieve "Access Denied" error when I upload the same html on Sharepoint.

I can invoke the same webservice succesfully using server side code in Sharepoint, but I want to use it on Sharepoint 2013 online hence cannot work with server side code.

Extranet features available in Share Point 2013

$
0
0
Can u please send me the list of features that we can implement in Share Point extranet?

SharePoint 2013 + SQL Server 2012 + Filestream

$
0
0

Hello,

I am trying to enable FILESTREAM for SQL Server 2012 and SharePoint 2013. I've followed the following guides:

Unfortunately, I have not been able to get it to work. Everything appears to be installed correctly, however, when uploading a document, I get the following error:

"Sorry, something went wrong

The URL 'Shared Documents/My File Name.pdf' is invalid. It may refer to a nonexistent file or folder, or refer to a valid file or folder that is not in the current Web."

I've attached two images. The first one is the actual error, and the second one shows the BLOB store that was provisioned successfully. Any help would be greatly appreciated!


Problem during Reporting Services installation with PowerShell - SharePoint 2013

$
0
0

Hi,

I'm trying to continue a SSRS setup installation for SharePoint but when I use the SharePoint 2013 Management Shell for the command "Install" I obtain this message error:

"The term 'Install' is not recognized as the name of a cmdlet ..."

This is strange because the command to install the service is "Install-SPRSService".

Any helps, please? Thanks


changes in 15 Hive in SharePoint 2013

$
0
0
what are the changes or newly added to 15 Hive in SharePoint 2013 in comparison to SharePoint 2010?

Email Alerts

$
0
0

Hi everyone,

i have sharepoint 2013 running on server 2012 but am having challenges making emails work. it doesn't send emails when i invite poeple to a site and any other alert. i have already confirmed the settings as below.

How can i go about troubleshooting this, is there somethings else thats required? i have also set a receive connector from my exchange 2010.

PS C:\Users\meshack.m> [Microsoft.SharePoint.Utilities.SPUtility]::SendEmail($we
b,$sd,$body)
False


Meshack

Installing SSRS 2012 in a SharePoint 2013 farm

$
0
0

Hi,

I need to install SSRS 2012 in a farm SharePoint 2013 with two servers (no stand-alone installation): the first one that is the db server with SQL Server 2012 and the second one that is the app and the web server.

Any suggest to me, please?

Thanks.

SharePoint 2013 - random authentication issue where users are suddenly anonymous

$
0
0

Hi,

I've banged my head for too long now on this issue, so I'm hoping anyone here can shed some light on it. We're running on April 2013 CU but the problem has existed since RTM.

The issue is that some users (all of this random) can't access the site ("An error has occurred") and get an error page. The Web App is configured with Claims (NTLM and FBA Membership/Role Provider). No custom login page and configuration for the web.configs is verified. It works 99% of the times, but occasionally a user gets an error and I have to restart the Distributed Cache to fix it.

1 WFE & 1 APP with SP2013 April 2013 CU with a few web apps. There's also a WAC server connected, but that shouldn't make a difference. The Distributed Cache runs only on the WFE:

PS C:\> Use-CacheCluster
PS C:\> Get-CacheHost

HostName : CachePort      Service Name            Service Status Version Info
--------------------      ------------            -------------- ------------
WFE.domain.local:22233 AppFabricCachingService UP             3 [3,3][1,3]

There's sufficient RAM to avoid the Distributed Cache to force purge data.

The logs seem to indicate that the user is seen as anonymous:

06/10/2013 12:47:48.11 	w3wp.exe (0x1B64)                       	0x2EE4	SharePoint Foundation         	Monitoring                    	nasq	Medium  	Entering monitored scope (Request (GET:http://mywebapp:80/)). Parent No	 
06/10/2013 12:47:48.11 	w3wp.exe (0x1B64)                       	0x2EE4	SharePoint Foundation         	Logging Correlation Data      	xmnv	Medium  	Name=Request (GET:http://mywebapp:80/)	fcfd239c-7f49-f04b-4187-c6fa1add3f5a
06/10/2013 12:47:48.11 	w3wp.exe (0x1B64)                       	0x2EE4	SharePoint Foundation         	Authentication Authorization  	agb9s	Medium  	Non-OAuth request. IsAuthenticated=False, UserIdentityName=, ClaimsCount=0	fcfd239c-7f49-f04b-4187-c6fa1add3f5a
06/10/2013 12:47:48.11 	w3wp.exe (0x1B64)                       	0x2B58	SharePoint Foundation         	General                       	af71	Medium  	HTTP Request method: GET	fcfd239c-7f49-f04b-4187-c6fa1add3f5a
06/10/2013 12:47:48.11 	w3wp.exe (0x1B64)                       	0x2B58	SharePoint Foundation         	General                       	af75	Medium  	Overridden HTTP request method: GET	fcfd239c-7f49-f04b-4187-c6fa1add3f5a
06/10/2013 12:47:48.11 	w3wp.exe (0x1B64)                       	0x2B58	SharePoint Foundation         	General                       	af74	Medium  	HTTP request URL: /	fcfd239c-7f49-f04b-4187-c6fa1add3f5a
06/10/2013 12:47:48.13 	w3wp.exe (0x1B64)                       	0x2B58	SharePoint Foundation         	Files                         	aise3	Medium  	Failure when fetching document. 0x80070005	fcfd239c-7f49-f04b-4187-c6fa1add3f5a
06/10/2013 12:47:48.13 	w3wp.exe (0x1B64)                       	0x28AC	SharePoint Foundation         	Logging Correlation Data      	xmnv	Medium  	Site=/	fcfd239c-7f49-f04b-4187-c6fa1add3f5a
06/10/2013 12:47:48.13 	w3wp.exe (0x1B64)                       	0x28AC	SharePoint Foundation         	General                       	8e2s	Medium  	Unknown SPRequest error occurred. More information: 0x80070005	fcfd239c-7f49-f04b-4187-c6fa1add3f5a
06/10/2013 12:47:48.15 	w3wp.exe (0x1B64)                       	0x28AC	SharePoint Foundation         	General                       	aix9j	High    	SPRequest.OpenWeb: UserPrincipalName=, AppPrincipalName= ,bstrUrl=http://mywebapp/	fcfd239c-7f49-f04b-4187-c6fa1add3f5a
06/10/2013 12:47:48.15 	w3wp.exe (0x1B64)                       	0x28AC	SharePoint Foundation         	General                       	ai1wu	Medium  	System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)), StackTrace:    at Microsoft.SharePoint.SPWeb.InitWeb()     at Microsoft.SharePoint.SPWeb.get_EnableMinimalDownload()     at Microsoft.SharePoint.Utilities.SPUtility.Redirect(String url, SPRedirectFlags flags, HttpContext context, String queryString)     at Microsoft.SharePoint.Utilities.SPUtility.HandleAccessDenied(HttpContext context)     at Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.PreSendRequestHeaders(Object oSender, EventArgs ea)     at Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.EndRequestHandler(Object oSender, EventArgs ea)     at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()     at System.Web....	fcfd239c-7f49-f04b-4187-c6fa1add3f5a
06/10/2013 12:47:48.15*	w3wp.exe (0x1B64)                       	0x28AC	SharePoint Foundation         	General                       	ai1wu	Medium  	...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, RequestNotificati...	fcfd239c-7f49-f04b-4187-c6fa1add3f5a
06/10/2013 12:47:48.15*	w3wp.exe (0x1B64)                       	0x28AC	SharePoint Foundation         	General                       	ai1wu	Medium  	...onStatus& 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)  	fcfd239c-7f49-f04b-4187-c6fa1add3f5a
06/10/2013 12:47:48.15 	w3wp.exe (0x1B64)                       	0x28AC	SharePoint Foundation         	Monitoring                    	b4ly	High    	Leaving Monitored Scope (PreSendRequestHeaders). Execution Time=11,6273	fcfd239c-7f49-f04b-4187-c6fa1add3f5a
06/10/2013 12:47:48.19 	w3wp.exe (0x1B64)                       	0x07E4	SharePoint Foundation         	Monitoring                    	nasq	Medium  	Entering monitored scope (Request (GET:http://mywebapp:80/_layouts/15/Authenticate.aspx?Source=%2F)). Parent No	 
06/10/2013 12:47:48.19 	w3wp.exe (0x1B64)                       	0x07E4	SharePoint Foundation         	Logging Correlation Data      	xmnv	Medium  	Name=Request (GET:http://mywebapp:80/_layouts/15/Authenticate.aspx?Source=%2F)	fcfd239c-5f4e-f04b-4187-c4e9f3c4dff3
06/10/2013 12:47:48.19 	w3wp.exe (0x1B64)                       	0x07E4	SharePoint Foundation         	Authentication Authorization  	agb9s	Medium  	Non-OAuth request. IsAuthenticated=False, UserIdentityName=, ClaimsCount=0	fcfd239c-5f4e-f04b-4187-c4e9f3c4dff3
06/10/2013 12:47:48.19 	w3wp.exe (0x1B64)                       	0x07E4	SharePoint Foundation         	Logging Correlation Data      	xmnv	Medium  	Site=/	fcfd239c-5f4e-f04b-4187-c4e9f3c4dff3
06/10/2013 12:47:48.19 	w3wp.exe (0x1B64)                       	0x07E4	SharePoint Foundation         	Monitoring                    	b4ly	Medium  	Leaving Monitored Scope (Request (GET:http://mywebapp:80/_layouts/15/Authenticate.aspx?Source=%2F)). Execution Time=8,0499	fcfd239c-5f4e-f04b-4187-c4e9f3c4dff3
06/10/2013 12:47:48.32 	w3wp.exe (0x1B64)                       	0x25E4	SharePoint Foundation         	Monitoring                    	nasq	Medium  	Entering monitored scope (Request (GET:http://mywebapp:80/_login/default.aspx?ReturnUrl=%2f_layouts%2f15%2fAuthenticate.aspx%3fSource%3d%252F&Source=%2F)). Parent No	 
06/10/2013 12:47:48.32 	w3wp.exe (0x1B64)                       	0x25E4	SharePoint Foundation         	Logging Correlation Data      	xmnv	Medium  	Name=Request (GET:http://mywebapp:80/_login/default.aspx?ReturnUrl=%2f_layouts%2f15%2fAuthenticate.aspx%3fSource%3d%252F&Source=%2F)	fcfd239c-2f56-f04b-4187-cca1c6a273e0
06/10/2013 12:47:48.32 	w3wp.exe (0x1B64)                       	0x25E4	SharePoint Foundation         	Authentication Authorization  	agb9s	Medium  	Non-OAuth request. IsAuthenticated=False, UserIdentityName=, ClaimsCount=0	fcfd239c-2f56-f04b-4187-cca1c6a273e0
06/10/2013 12:47:48.32 	w3wp.exe (0x1B64)                       	0x25E4	SharePoint Foundation         	Logging Correlation Data      	xmnv	Medium  	Site=/	fcfd239c-2f56-f04b-4187-cca1c6a273e0
06/10/2013 12:47:48.33 	w3wp.exe (0x1B64)                       	0x25E4	SharePoint Foundation         	General                       	8e2s	Medium  	Unknown SPRequest error occurred. More information: 0x80070005	fcfd239c-2f56-f04b-4187-cca1c6a273e0
06/10/2013 12:47:48.33 	w3wp.exe (0x1B64)                       	0x25E4	SharePoint Foundation         	General                       	aix9j	High    	SPRequest.GetPageListId: UserPrincipalName=, AppPrincipalName= ,bstrUrl=http://mywebapp/_login/default.aspx?ReturnUrl=/_layouts/15/Authenticate.aspx?Source=%252F&Source=/	fcfd239c-2f56-f04b-4187-cca1c6a273e0
06/10/2013 12:47:48.33 	w3wp.exe (0x1B64)                       	0x25E4	SharePoint Foundation         	General                       	ai1wu	Medium  	System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)), StackTrace:    at Microsoft.SharePoint.SPContext.get_ListId()     at Microsoft.SharePoint.SPContext.get_List()     at Microsoft.SharePoint.WebControls.ScriptLink.InitJs_Register(Page page)     at Microsoft.SharePoint.WebControls.ScriptLink.RegisterForControl(Control ctrl, Page page, String name, Boolean localizable, Boolean defer, Boolean loadAfterUI, String language, Boolean injectNoDefer, Boolean controlRegistration, Boolean loadInlineLast, Boolean ignoreFileNotFound)     at Microsoft.SharePoint.WebControls.ScriptLink.Register(Control ctrl, Page page, String name, Boolean localizable, Boolean defer, Boolean loadAfterUI, String language, String uiVersion, String ctag)     at Micros...	fcfd239c-2f56-f04b-4187-cca1c6a273e0
06/10/2013 12:47:48.33*	w3wp.exe (0x1B64)                       	0x25E4	SharePoint Foundation         	General                       	ai1wu	Medium  	...oft.SharePoint.WebControls.ScriptLink.Register(String uiVersion, Control ctrl, Page page, String name, Boolean localizable, Boolean defer)     at Microsoft.SharePoint.WebControls.ScriptLink.Register(Control ctrl, Page page, String name, Boolean localizable, Boolean defer)     at Microsoft.SharePoint.WebControls.ScriptLink.GetOnDemandScriptKey(String strKey, String strFile, Boolean registerDependencies, Control ctrl, Page page)     at Microsoft.SharePoint.WebControls.ScriptLink.RegisterOnDemand(Control ctrl, Page page, String strKey, String strFile, Boolean localizable)     at Microsoft.SharePoint.WebControls.ScriptLink.RegisterOnDemand(Page page, String strFile, Boolean localizable)     at Microsoft.SharePoint.WebControls.ScriptLink.RegisterForControl(Control ctrl, Page page, String name, ...	fcfd239c-2f56-f04b-4187-cca1c6a273e0
06/10/2013 12:47:48.33*	w3wp.exe (0x1B64)                       	0x25E4	SharePoint Foundation         	General                       	ai1wu	Medium  	...Boolean localizable, Boolean defer, Boolean loadAfterUI, String language, Boolean injectNoDefer, Boolean controlRegistration, Boolean loadInlineLast, Boolean ignoreFileNotFound)     at Microsoft.SharePoint.WebControls.ScriptLink.Register(Control ctrl, Page page, String name, Boolean localizable, Boolean defer, Boolean loadAfterUI, String language, String uiVersion, String ctag)     at Microsoft.SharePoint.WebControls.ScriptLink.RegisterOnDemand(Control ctrl, Page page, String strKey, String strFile, Boolean localizable)     at Microsoft.SharePoint.WebControls.ScriptLink.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.Co...	fcfd239c-2f56-f04b-4187-cca1c6a273e0
06/10/2013 12:47:48.33*	w3wp.exe (0x1B64)                       	0x25E4	SharePoint Foundation         	General                       	ai1wu	Medium  	...ntrol.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.Proc...	fcfd239c-2f56-f04b-4187-cca1c6a273e0
06/10/2013 12:47:48.33*	w3wp.exe (0x1B64)                       	0x25E4	SharePoint Foundation         	General                       	ai1wu	Medium  	...essRequestNotificationPrivate(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 modul...	fcfd239c-2f56-f04b-4187-cca1c6a273e0
06/10/2013 12:47:48.33*	w3wp.exe (0x1B64)                       	0x25E4	SharePoint Foundation         	General                       	ai1wu	Medium  	...eData, Int32 flags)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)  	fcfd239c-2f56-f04b-4187-cca1c6a273e0
06/10/2013 12:47:48.33 	w3wp.exe (0x1B64)                       	0x25E4	SharePoint Foundation         	General                       	8e2s	Medium  	Unknown SPRequest error occurred. More information: 0x80070005	fcfd239c-2f56-f04b-4187-cca1c6a273e0
06/10/2013 12:47:48.33 	w3wp.exe (0x1B64)                       	0x25E4	SharePoint Foundation         	General                       	aix9j	High    	SPRequest.OpenWeb: UserPrincipalName=, AppPrincipalName= ,bstrUrl=http://mywebapp/_login/default.aspx?ReturnUrl=/_layouts/15/Authenticate.aspx?Source=%252F&Source=/	fcfd239c-2f56-f04b-4187-cca1c6a273e0
06/10/2013 12:47:48.33 	w3wp.exe (0x1B64)                       	0x25E4	SharePoint Foundation         	General                       	ai1wu	Medium  	System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)), StackTrace:    at Microsoft.SharePoint.SPWeb.InitWeb()     at Microsoft.SharePoint.SPWeb.get_WebTemplateConfiguration()     at Microsoft.SharePoint.WebControls.ScriptLink.InitJs_Register(Page page)     at Microsoft.SharePoint.WebControls.ScriptLink.RegisterForControl(Control ctrl, Page page, String name, Boolean localizable, Boolean defer, Boolean loadAfterUI, String language, Boolean injectNoDefer, Boolean controlRegistration, Boolean loadInlineLast, Boolean ignoreFileNotFound)     at Microsoft.SharePoint.WebControls.ScriptLink.Register(Control ctrl, Page page, String name, Boolean localizable, Boolean defer, Boolean loadAfterUI, String language, String uiVersion, String ctag)     ...	fcfd239c-2f56-f04b-4187-cca1c6a273e0
06/10/2013 12:47:48.33*	w3wp.exe (0x1B64)                       	0x25E4	SharePoint Foundation         	General                       	ai1wu	Medium  	...at Microsoft.SharePoint.WebControls.ScriptLink.Register(String uiVersion, Control ctrl, Page page, String name, Boolean localizable, Boolean defer)     at Microsoft.SharePoint.WebControls.ScriptLink.Register(Control ctrl, Page page, String name, Boolean localizable, Boolean defer)     at Microsoft.SharePoint.WebControls.ScriptLink.GetOnDemandScriptKey(String strKey, String strFile, Boolean registerDependencies, Control ctrl, Page page)     at Microsoft.SharePoint.WebControls.ScriptLink.RegisterOnDemand(Control ctrl, Page page, String strKey, String strFile, Boolean localizable)     at Microsoft.SharePoint.WebControls.ScriptLink.RegisterOnDemand(Page page, String strFile, Boolean localizable)     at Microsoft.SharePoint.WebControls.ScriptLink.RegisterForControl(Control ctrl, Page page, Stri...	fcfd239c-2f56-f04b-4187-cca1c6a273e0
06/10/2013 12:47:48.33*	w3wp.exe (0x1B64)                       	0x25E4	SharePoint Foundation         	General                       	ai1wu	Medium  	...ng name, Boolean localizable, Boolean defer, Boolean loadAfterUI, String language, Boolean injectNoDefer, Boolean controlRegistration, Boolean loadInlineLast, Boolean ignoreFileNotFound)     at Microsoft.SharePoint.WebControls.ScriptLink.Register(Control ctrl, Page page, String name, Boolean localizable, Boolean defer, Boolean loadAfterUI, String language, String uiVersion, String ctag)     at Microsoft.SharePoint.WebControls.ScriptLink.RegisterOnDemand(Control ctrl, Page page, String strKey, String strFile, Boolean localizable)     at Microsoft.SharePoint.WebControls.ScriptLink.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....	fcfd239c-2f56-f04b-4187-cca1c6a273e0
06/10/2013 12:47:48.33*	w3wp.exe (0x1B64)                       	0x25E4	SharePoint Foundation         	General                       	ai1wu	Medium  	...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.HttpRun...	fcfd239c-2f56-f04b-4187-cca1c6a273e0
06/10/2013 12:47:48.33*	w3wp.exe (0x1B64)                       	0x25E4	SharePoint Foundation         	General                       	ai1wu	Medium  	...time.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, Int...	fcfd239c-2f56-f04b-4187-cca1c6a273e0
06/10/2013 12:47:48.33*	w3wp.exe (0x1B64)                       	0x25E4	SharePoint Foundation         	General                       	ai1wu	Medium  	...Ptr moduleData, Int32 flags)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)  	fcfd239c-2f56-f04b-4187-cca1c6a273e0
06/10/2013 12:47:48.33 	w3wp.exe (0x1B64)                       	0x25E4	SharePoint Foundation         	General                       	8e2s	Medium  	Unknown SPRequest error occurred. More information: 0x80070005	fcfd239c-2f56-f04b-4187-cca1c6a273e0
06/10/2013 12:47:48.33 	w3wp.exe (0x1B64)                       	0x25E4	SharePoint Foundation         	General                       	aix9j	High    	SPRequest.OpenWeb: UserPrincipalName=, AppPrincipalName= ,bstrUrl=http://mywebapp/_login/default.aspx?ReturnUrl=/_layouts/15/Authenticate.aspx?Source=%252F&Source=/	fcfd239c-2f56-f04b-4187-cca1c6a273e0
06/10/2013 12:47:48.33 	w3wp.exe (0x1B64)                       	0x25E4	SharePoint Foundation         	General                       	ai1wu	Medium  	System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)), StackTrace:    at Microsoft.SharePoint.SPWeb.InitWeb()     at Microsoft.SharePoint.SPWeb.get_EnableMinimalDownload()     at Microsoft.SharePoint.WebControls.DeltaPage.RenderToBase(HtmlTextWriter writer)     at Microsoft.SharePoint.WebControls.DeltaPage.Render(HtmlTextWriter writer)     at Microsoft.SharePoint.WebControls.UnsecuredLayoutsPageBase.Render(HtmlTextWriter writer)     at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean inclu...	fcfd239c-2f56-f04b-4187-cca1c6a273e0
06/10/2013 12:47:48.33*	w3wp.exe (0x1B64)                       	0x25E4	SharePoint Foundation         	General                       	ai1wu	Medium  	...deStagesAfterAsyncPoint)     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)...	fcfd239c-2f56-f04b-4187-cca1c6a273e0
06/10/2013 12:47:48.33*	w3wp.exe (0x1B64)                       	0x25E4	SharePoint Foundation         	General                       	ai1wu	Medium  	...     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)  	fcfd239c-2f56-f04b-4187-cca1c6a273e0
06/10/2013 12:47:48.33 	w3wp.exe (0x1B64)                       	0x25E4	SharePoint Foundation         	General                       	8e2s	Medium  	Unknown SPRequest error occurred. More information: 0x80070005	fcfd239c-2f56-f04b-4187-cca1c6a273e0
06/10/2013 12:47:48.33 	w3wp.exe (0x1B64)                       	0x25E4	SharePoint Foundation         	General                       	aix9j	High    	SPRequest.OpenWeb: UserPrincipalName=, AppPrincipalName= ,bstrUrl=http://mywebapp/_login/default.aspx?ReturnUrl=/_layouts/15/Authenticate.aspx?Source=%252F&Source=/	fcfd239c-2f56-f04b-4187-cca1c6a273e0
06/10/2013 12:47:48.33 	w3wp.exe (0x1B64)                       	0x25E4	SharePoint Foundation         	General                       	ai1wu	Medium  	System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)), StackTrace:    at Microsoft.SharePoint.SPWeb.InitWeb()     at Microsoft.SharePoint.SPWeb.get_EnableMinimalDownload()     at Microsoft.SharePoint.WebControls.DeltaPage.RenderToBase(HtmlTextWriter writer)     at Microsoft.SharePoint.WebControls.DeltaPage.Render(HtmlTextWriter writer)     at Microsoft.SharePoint.WebControls.UnsecuredLayoutsPageBase.Render(HtmlTextWriter writer)     at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean inclu...	fcfd239c-2f56-f04b-4187-cca1c6a273e0
06/10/2013 12:47:48.33*	w3wp.exe (0x1B64)                       	0x25E4	SharePoint Foundation         	General                       	ai1wu	Medium  	...deStagesAfterAsyncPoint)     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)...	fcfd239c-2f56-f04b-4187-cca1c6a273e0
06/10/2013 12:47:48.33*	w3wp.exe (0x1B64)                       	0x25E4	SharePoint Foundation         	General                       	ai1wu	Medium  	...     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)  	fcfd239c-2f56-f04b-4187-cca1c6a273e0
06/10/2013 12:47:48.33 	w3wp.exe (0x1B64)                       	0x25E4	SharePoint Foundation         	Monitoring                    	b4ly	Medium  	Leaving Monitored Scope (Request (GET:http://mywebapp:80/_login/default.aspx?ReturnUrl=%2f_layouts%2f15%2fAuthenticate.aspx%3fSource%3d%252F&Source=%2F)). Execution Time=17,7845	fcfd239c-2f56-f04b-4187-cca1c6a273e0
06/10/2013 12:47:48.55 	w3wp.exe (0x1B64)                       	0x043C	SharePoint Foundation         	Authentication Authorization  	agb9s	Medium  	Non-OAuth request. IsAuthenticated=False, UserIdentityName=, ClaimsCount=0	 

I'm figuring the Distributed Cache gets confused about the authentication tokens and starts handing out the wrong token to some users ? If I leave the Distributed Cache disabled it seems to permanently fix the issue, but that's not an ideal scenario.

All help is appreciated!

SkyDrive Pro Sync Problems

$
0
0

Hi All,

We have on-premise Sharepoint 2013 at our company and we want to use SkyDrive Pro to share files in a department. 

We could succesfully added files to Sharepoint and synced to some computers. But some users have troubles with SkyDrive Pro. 

First of all Skydrive stops sync without a reason. After several unsuccessfull sync try i stopped syncing library and synced agains. This time SkyDrive Pro synced it but only folders not files in folders.

This user has Site Owner rights at site that library belongs. We couldn't find any event log record too.

Do you have any idea how can we figure out the error and solve?

Any help appreciated.


Bahadir ARSLAN http://www.bahadirarslan.com

Viewing all 21070 articles
Browse latest View live