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

SharePoint Cumulative Update installation -Upgrade

$
0
0

Hi,

I have tried installing the cumulative update for SharePoint 2013 [April CU kb2726992],I got below error & however fixed by self.Hence thought of sharing this in forum,so if anyone get it in to trouble on this.it may help

Step1: Installed SP2013 Farm with March 2013 Public update-kb2767999

step2; Created all the service applications & mysite web apps as well [My target to create mysite and test all the features]

[Everything works fine as expected]

step3: We had a plan to install SP2013 APRIL Cumulative update on this server [standalone box]

step4: Installed April CU successfully following PSCONFIG executed without an error

Problem come here;

--> still i got PSCONFIG with successful & able to browse CA,iI could find that under " MANAGE SERVERS IN FARM"Upgrade Available [Usually this should not be..it should be NO ACTION REQURIED]

however your farm & sites workis fine,But thought of make it NO ACTION REQUIRED

-->Checked the "REVIEW DATABASE STATUS" under upgrade & migration tab from CA ,found mysite contentDB with " databse up to date with some sites are not completely upgraded "

--> executed stsadm -o localupgradestatus > d\upgrade.txt

--> found that personal site collections under mysitecontentDB needs upgrade

--> followed many blogs with could not make it happen successfull..

fnally follwed belos steps:

RESOLUTION:

STEP1: Took a backup of all my personal sites [ use Export-spweb POWERSHELL]

step2: removed all the " needs upgrade" Site collections from the contentDB

ste3: after deleting executed " remove-spdeletedsite -identity ' GUID id of site collection"]

step4:excuted below commad,

$id=(Get-SPContentDatabase -Identity "GUID ID OF MYSITE WEB APP CONTENTDB").Id
Upgrade-SPContentDatabase -id $id

step4: powershell command shows " this spcontentdatabase does not need upgrade" ...here im happy :)

step5; ran PSCONFIG once again with successfully

Here my CA & content Database all shows "NO ACTION REQURIED"  :)

If anyone help this threads...update it...Thanks

Regards,

Nixon Mohan

Tech Mahindra

Bangalore


Adding robots file?

$
0
0

Hi,

I want to add a robots.txt file to my Sharepoint 2013 environment. What's the correct way to do this? I ask as every article I find has different steps so I am not sure.

Thanks

Connect Lists to External Data in SharePoint 2013 Foundation

$
0
0

I'm trying to establish whether its possible to connect lists to external SQL tables with SharePoint 2013 Foundation.

I know that is possible in the paid versions through Business Connectivity Services.  However, most places I look, BCS is shown as not included in Foundation.

The one thing that contradicts this is page here. Whilst admittedly its titled Office 365, it does include a list for On Premise solutions which suggests that BCS External List IS included in SharePoint Foundation.  However, the link takes you to a page entitled “Deploy a Business Connectivity Services cloud-only solution in SharePoint 2013”.

If it is possible, then it seems that we will need to setup a Secure Store to holds ID and passwords for external sources.  

Has anyone managed to link Lists to external tables in SharePoint 2013 Foundation (it needs to be 2013 as I understand Microsoft withdrew BCS for that release)?  Any pointers would be very welcome to stop us going round in circles.

Thanks,

Chris.

 

Provisioning My Sites in SharePoint 2013 online

$
0
0

Dear All,

There is a urgent requierment of provisioning mysite for all the users not untill waiting till it is self created once the user click either of Newsfeed, Skydrive or sites links in global navigation bar. I have been trying out with sharepoint online management shell to do this process. so far i could not find a solution to do this for SharePoint online though is available for SharePoint on-premise. 

Could anyone please give a solution for this process.

Thank you :-)

Vidura.

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!

Authentication issues after SSL offloading

$
0
0

Worked with my infrastructure admin today to configure my 2013 farm to be load balanced on our netscaler...I have two WFEs that i'm using. There are three web applications that i use in this farm, one for content, search center and mysites. Prior to configuration the farm was configured for HTTP, when we load balanced it the idea was to offload SSL, so that the balancers would handle the process rather than the WFE.

The load balancer was setup so that if a request for a web application was in HTTP it would switch them to HTTPS. I was under the impression that i could leave the environment in HTTP mode, that the load balancer would create the secure session and the client would only see HTTPS but the communication between the load balancer and the WFE would be HTTP.

The load balancer was configured to respond to one ip address for all three web applications, my understanding as i was told was that whenever that web application was called...it would point to the IP address assigned to the load balancer then the traffic would be directed properly.

Here is the problem, when i attempt to access the web application example...http://webapp1.company.com, it does the HTTPS redirect and the URL changes tohttps://webapp1.company.com, but i'm now prompted for my login credentials and when i enter them it continues to prompt me...as if it cannot authenticate me. Before the load balancer configuration was put in place, i did not have to provide credentials...the web applications are setup to use negotiate NTLM/Kerberos.

Is there something i'm missing in my configuration of my farm that is causing this problem? do i actually need to have the web application setup in HTTPS mode instead of HTTP to get this to work? thus having to load the certificate on the WFE? i thought that by putting it through the load balancer that this would not require me to manage certificates on my WFEs.

SharePoint farm - changing domains

$
0
0

We have a 2010 farm and are in the process of creating a new 2013 farm in a new Active Directory domain. We want to migrate all content/users to the new domain.   All users are currently setup to use Domain\000001 numbers.    We are also changing this to Domain\N000001.     Are there any tools either OOB or 3rd party that will help us migrated all users.  There are 20,000+ users so manually will not work.     

Thanks


EmilyBen

Prerequisite exe fails after continous loop

$
0
0

Windows 8 Pro

Windows Server 2012 Hyper-V

Sharepoint 2013 prerequisite installer continously installs, restarts the machine, installs with the same message, restarts, in a continous loop for about 2 hours then finally fails windows update for some unknown reason.

Installing prerequisites manually causes the Sharepoint 2013 Server installer to claim that App Fabric is missing even though I installed App Fabric several times using Web Platform Installer 4.

Where is the Sharepoint 2013 prerequisite installer that actually works? The one that comes in the ISO package does not work, in fact the prerequisite programs folder only has one exe in it.

And by the way, why does App Fabric install SQL Server 2008 Express even though there is an instance of SQL Server 2012 already on the VM? That's dumb.

And why do MS products always seem to want to insist on using SQL Express when it cannot be licensed for actual production deployments? That's dumb too. Just sayin.


Eric Kleeman Senior Dev Engineer Inovalon


Planning the Kerberos authentication for SharePoint Server 2013 and Excel Services

$
0
0

Hi,

in order to plan the Kerberor authentication for a SharePoint Server 2013 farm (1 web/app server + 1 db server) with Excel Services to use to publish workbook that access to SQL data source and SSAS data source.

I've already read some technet articles/white papers, and please I hope in a practical reply based on experiences.

I need to summarize and order which tasks I need to accomplish to the Active Directory level, to SharePoint level and to SQL/SSAS level.

For SSAS, I need to create a service account in AD and to register in AD the Service Principal Name for the SSAS instance.

For Excel Services, I need to create a service account in AD and to register in AD the SPN for the service account. Moreover, I need to configure the Kerberos Constrained Delegation for the server that runs Excel Services (how?) and for the service account of Excel Services (how?).

Then, I need to create a service application for Excel Services and the related proxy.

Other task to accomplish?

Any helps to me, please? Thanks

Unable to Customize SharePoint 2013 Discussion Board

$
0
0

Hi,

We are trying to customize SharePoint 2013 Discussion Board app and are unable to modify existing Flat, Subject, and Threaded views or create new views.  Following are the error messages we are getting:

*** Error message when creating new views based on view types Subject, Flat, or Threaded:

TypeError: Unable to get value of the property '0': object is null or undefined

Note that when creating the view no options are available (only option to name and make default are available).  The view created after display of this error message does not have any Columns, Sort, Filter or other properties defined.  Manually defining these properties does not make the view function as desired (Flat view is not flat).

*** Error message when editing existing default views Subject, Flat, or Threaded:

Cannot complete this action.

Please try again.

Troubleshoot issues with Microsoft SharePoint Foundation.

Note that this is nothing to troubleshoot or error number provided.  The URL shows /_vti_bin/owssvr.dll?CS=65001.  Also, the edit screen does not show any view property to change.

Note that both ability to edit existing views and create new views work in SharePoint 2010.  This issue is with SharePoint 2013.  Please guide to resolve this.  View in other apps can be edited.  This issue is only with the Discussion Board app. 

-Thanks, Maqsood.

Config wizard

$
0
0
I know when installing a SharePoint Service Pack, running a config wizard is required, but is it the same case for installing a cumulative update?

SP2013 Distributed Cache Service Logon Token

$
0
0

Hello All,

I am experience some issues with the cache of user AD Group membership.

If I use, for example, an ad security group to set permissions on a list and add an ad user to that security group the user keeps getting the "Sorry not shared with you" message. If I use the check permissions the user has the permission through that group.

Currently I have tried the following without a consistent behaviour:

-Full User profile Import

-Full User profile Import after deleting the user

-Setting the Get-SPSecurityTokenServiceConfig with shorter timespans

-Delete the old sync databases (stsadm -o sync -deleteolddatabases 0)

-Changed the Token-Timeout (stsadm -o setproperty -propertyname token-timeout

-Set-SPUser -syncfromad

Is there a way to flush the token cache? Is it possible to query the token cache for a specific user?

Thanks for the help.

Best Regards,

André Cunha

Migrate from MOSS 2007 to SharePoint Online 2013

$
0
0

Hi,

       We have a requirement to migrate a moss 2007 web application to SharePoint Online 2013. I understand there are third party tools available. But this might not be viable due to budget constraints. Apart from this SharePoint designer seems to be a viable option; but I couldn't find any details specific to this scenario. Can someone provide more details on the process  or suggest any better options ?

Thanks
Anisree

event id 6398 failed to connect to an ipc port sharepoint 2013

$
0
0

New trial server install.  It's a virtiual server on vmware esx 5, it has 1 cpu w/ 4 cores, 8gb ram and 80gb system drive with 200 gb data partition.  We used the 'trial or development install' option from the sharepoint installer with the sql 2008 express database backend.  Everything installed on 1 server.

As specified in the subject, we keep getting this error message when trying to start the user profile sync service on our new trial sharepoint 2013 server.

- System 

  - Provider

   [ Name]  Microsoft-SharePoint Products-SharePoint Foundation
   [ Guid]  {6FB7E0CD-52E7-47DD-997A-241563931FC2}
 
   EventID 6398
 
   Version 15
 
   Level 1
 
   Task 12
 
   Opcode 0
 
   Keywords 0x4000000000000000
 
  - TimeCreated

   [ SystemTime]  2013-09-03T16:03:16.711965900Z
 
   EventRecordID 2280
 
  - Correlation

   [ ActivityID]  {D26B3F9C-D139-20FC-77EF-05A889E9C374}
 
  - Execution

   [ ProcessID]  1944
   [ ThreadID]  5480
 
   Channel Application
 
   Computer servername
 
  - Security

   [ UserID]  S-1-5-20 
 

- EventData

  string0 Microsoft.Office.Server.Administration.ProfileSynchronizationSetupJob
  string1 ce5c4230-9ed9-4166-b843-01c4cab3a18f
  string2 Failed to connect to an IPC Port: The system cannot find the file specified.

It truns out we also have plenty of 6481 and 121 errors also listed below:
- System

  - Provider

   [ Name]  Microsoft-SharePoint Products-SharePoint Server
   [ Guid]  {C33B4F2A-64E9-4B39-BD72-F0C2F27A619A}
 
   EventID 6481
 
   Version 15
 
   Level 2
 
   Task 3
 
   Opcode 0
 
   Keywords 0x4000000000000000
 
  - TimeCreated

   [ SystemTime]  2013-09-03T16:23:37.148366000Z
 
   EventRecordID 2490
 
  - Correlation

   [ ActivityID]  {FB6C3F9C-51FD-20FC-77EF-025B35190C9A}
 
  - Execution

   [ ProcessID]  1944
   [ ThreadID]  6164
 
   Channel Application
 
   Computer servername
 
  - Security

   [ UserID]  S-1-5-20 
 

- EventData

  string0 Microsoft.Office.Server.Search.Administration.SearchServiceInstance
  string1 654c7119-60df-42af-a5a5-56919b0fa5d4
  string2 This operation uses the SharePoint Administration service (spadminV4), which could not be contacted. If the service is stopped or disabled, start it and try the operation again.
  string3 System.InvalidOperationException: This operation uses the SharePoint Administration service (spadminV4), which could not be contacted. If the service is stopped or disabled, start it and try the operation again. at Microsoft.Office.Server.Search.Administration.SearchServiceInstance.Synchronize() at Microsoft.Office.Server.Administration.ApplicationServerJob.ProvisionLocalSharedServiceInstances(Boolean isAdministrationServiceJob)

 


- System

  - Provider

   [ Name]  Microsoft-SharePoint Products-SharePoint Server Search
   [ Guid]  {C8263AFE-83A5-448C-878C-1E5F5D1C4252}
 
   EventID 121
 
   Version 15
 
   Level 2
 
   Task 114
 
   Opcode 0
 
   Keywords 0x4000000000000000
 
  - TimeCreated

   [ SystemTime]  2013-09-03T16:23:37.132766200Z
 
   EventRecordID 2489
 
  - Correlation

   [ ActivityID]  {FB6C3F9C-51FD-20FC-77EF-025B35190C9A}
 
  - Execution

   [ ProcessID]  1944
   [ ThreadID]  6164
 
   Channel Application
 
   Computer servername 
  - Security

   [ UserID]  S-1-5-20

- EventData

  string0 Search Service Application
  string1 System.InvalidOperationException: This operation uses the SharePoint Administration service (spadminV4), which could not be contacted. If the service is stopped or disabled, start it and try the operation again. at Microsoft.SharePoint.Administration.SPServer.AddMemberToLocalWorkerProcessGroup(String userName) at Microsoft.Office.Server.Search.Administration.AnalyticsServiceAdministration.ProvisionServiceInstance(SearchServiceApplication app) at Microsoft.Office.Server.Search.Administration.SearchServiceInstance.Synchronize()

Thanks!

I've googled all of these event ID log errors and not having much luck so far.  I'm very new to system administration as well as new to sharepoint, so I apologize in advance if I've just overlooked something stupid, although my research tells me that is not likely.  Any advice from a knowledgable soul about this errors we are getting?  This all stems from us trying to import user profiles from AD, and we cannot get our  user profile sync service to start which needs to happen in order to import profiles from AD.

Failed to run flow Microsoft.QueryClassificationDictionaryCompilationFlow

$
0
0

Hi. I get this error every 30 minutes.

In Windows log:

  • The Execute method of job definition Microsoft.Office.Server.Search.Administration.QueryClassificationDictionaryUpdateTimerJobDefinition (ID 50247236-db39-4520-a9a2-bd6f72d11587) threw an exception. More information is included below.

    Failed to run flow Microsoft.QueryClassificationDictionaryCompilationFlow. Correlation Id: 0206229c-9eb8-106f-da30-642897f09cd7.

In ULS:

  • [Microsoft.QueryClassificationDictionaryCompilationFlow-3b0ed9d2-a449-4e9b-8bbc-5516c3cd9ac4] Microsoft.Ceres.Evaluation.Engine.Flows.FlowHandle : Evaluation failure. An evaluation thread threw an exception.  Flow name: Microsoft.QueryClassificationDictionaryCompilationFlow Flow identifier: 052c3ac9-7402-4bab-91c8-b8ebd7522679   Microsoft.Ceres.Evaluation.DataModel.EvaluationException: Evaluation failed in operator DictionaryRepositoryWriter of type DictionaryRepositoryWriter ---> System.ArgumentException: Exception while communicating with Host Controller
     at websvr-backend: Could not connect to net.tcp://websvr-backend/ceres/hostcontroller/nettcp. The connection attempt lasted for a time span of 00:00:21.0441397. TCP error code 10060: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 192.168.42.13:808.     
     at Microsoft.Ceres.CoreServices.HostController.AbstractHostControllerWrapper.HandleException(Exception e)    
     at Microsoft.Ceres.CoreServices.HostController.AbstractHostControllerWrapper.WrapCall[T](Func`1 original)    
     at Microsoft.Ceres.ContentEngine.NlpEvaluators.Dictionary.Deployment.DictionaryAssemblyPackagerAndRepositoryWriter.CreateAssemblyAndDeployAssembly(String assemblyFullPathFileName, IDictionary`2 assemblyProperties, IList`1 blobsInRecord, String performanceCounterDictionarySize)   
     at Microsoft.Ceres.ContentEngine.NlpEvaluators.Dictionary.Deployment.DictionaryRepositoryWriterEvaluator.DictionaryWriterProducer.WriteInternal(IRecord record)    
     at Microsoft.Ceres.ContentEngine.NlpEvaluators.Dictionary.Deployment.DictionaryRepositoryWriterEvaluator.DictionaryWriterProducer.Write(IRecord record)    
     at Microsoft.Ceres.ContentEngine.Processing.Writer.AbstractWriterProducer`1.ProcessRecord(IRecord record)    
     at Microsoft.Ceres.Evaluation.Engine.ErrorHandling.HandleExceptionRecordSetSink.DoWithTryCatch(IRecord record)     -
     -- End of inner exception stack trace ---    
     at Microsoft.Ceres.Evaluation.Engine.ErrorHandling.HandleExceptionRecordSetSink.DoWithTryCatch(IRecord record)    
     at Microsoft.Ceres.Evaluation.Engine.PushPull.PushPullThread.DoRunPushPull()    
     at Microsoft.Ceres.Common.Utils.Concurrent.PoolTaskWrapper.Run()
  • Dictionary deployment failed. SearchComponent: Content1-98c86cfa-ec9d-47a9-a79b-0b4c7e56c08a, CorrelationId: 1c329323-fdcc-423d-b5ee-2b2617de5fe8, SearchServiceApplication: {00000000-0000-0000-0000-000000000000}, DictionaryName: QueryClassificationDictionary, Component:DictionaryRepositoryWriter, FailureMessage: Exception while communicating with Host Controller at websvr-backend: Could not connect to net.tcp://websvr-backend/ceres/hostcontroller/nettcp. The connection attempt lasted for a time span of 00:00:21.0441397. TCP error code 10060: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 192.168.42.13:808.

The server websvr-backend HAS BEEN REMOVED from this farm for several days. The search service application is removed and recreated on the new server. In Search Application Topology, only the new server is listed. How can I remove the ghost setting?

Thanks.


Workflow 2013 deploy error (from Visual Studio)

$
0
0

I've created the Workflow 2013 in Visual Studio 2012. Now I am trying to deploy it as part of sharepoint project with some other stuff like webparts, app pages, controls etc. 

When I exclude workflow feature from package - all is ok. When I include it I get this errror in Visual Studio:

Error1 Error occurred in deployment step 'Activate Features': System.ServiceModel.ServerTooBusyException: The HTTP service located at http://mypc:32843/1847c6c14e2a4fcba17126143391a52d/AppMng.svc is unavailable.  This could be because the service is too busy or because no endpoint was found listening at the specified address. Please ensure that the address is correct and try accessing the service again later. ---> System.Net.WebException: The remote server returned an error: (503) Server Unavailable.
   at System.Net.HttpWebRequest.GetResponse()
   at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
   --- End of inner exception stack trace ---

Server stack trace: 
   at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason)
   at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
   at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
   at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout)
   at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
   at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
   at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)

Exception rethrown at [0]: 
   at Microsoft.SharePoint.Administration.SPServiceApplicationProxyBase`1.ExecuteOnChannel(Boolean requireDelegation, Action`1 codeBlock)
   at Microsoft.SharePoint.AppManagement.AppManagementServiceApplicationProxy.GetScaleOutDatabaseMap()
   at Microsoft.SharePoint.SPScaleOutDatabaseMap.GetMapCacheEntriesForProxy(ISPScaleOutDatabaseMapProvider mapProvider, Guid forceRefreshVersion)
   at Microsoft.SharePoint.SPScaleOutDatabaseMap.GetMapEntry(ISPScaleOutDatabaseMapProvider mapProvider, Byte[] compositeKey, Guid forceRefreshVersion, Guid& version)
   at Microsoft.SharePoint.SPScaleOutDatabaseMap.CreateSqlSession(ISPScaleOutDatabaseMapProvider mapProvider, Byte[] compositeKey, Guid forceRefreshVersion, Guid& version)
   at Microsoft.SharePoint.SPScaleOutDatabaseCommandExecutor.Execute(ExecuteDelegate operation, ISPScaleOutDatabaseMapProvider mapProvider, SPSqlCommand command, Byte[] compositeKey)
   at Microsoft.SharePoint.AppManagement.AppManagementServiceApplicationProxy.PutApp(SPAppPrincipalInfo appInfo)
   at Microsoft.SharePoint.AppRegistration.AddOrUpdateAppNoPermissionCheck(SPAppPrincipalInfo appInfo)
   at Microsoft.SharePoint.SPAppPrincipalManager.RegisterWithInternalDirectory(SPAppPrincipalIdentityProvider identityProvider, String nameIdentifier, String displayName, List`1 appEndpointAuthorities, List`1 redirectAddresses, Boolean delegateAppPermissions, Boolean isInternalDirectoryApp)
   at Microsoft.SharePoint.SPAppPrincipalManager.CreateAppPrincipal(SPExternalAppPrincipalCreationParameters creationParameters)
   at Microsoft.SharePoint.WorkflowServices.SPWebWorkflowSecurityContext.EnsureAppPrincipal(SPWeb elevatedWeb)
   at Microsoft.SharePoint.WorkflowServices.SPWebWorkflowSecurityContext.<SetupApplicationEcosystem>b__3()
   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.WorkflowServices.SPWebWorkflowSecurityContext.SetupApplicationEcosystem()
   at Microsoft.SharePoint.WorkflowServices.FabricWorkflowDeploymentProvider.PublishDefinition(WorkflowDefinition workflowDefinition)
   at Microsoft.SharePoint.WorkflowServices.WorkflowDefinitionStorageEventReceiver.PublishDefinition(SPItemEventProperties properties)

I am constantly getting another error in application log also: EventId=6398 "

The Execute method of job definition Microsoft.Office.Server.UserProfiles.LMTRepopulationJob (ID a131a7a2-b076-4711-bf8e-a8308ba6037b) threw an exception. More information is included below.

System.ServiceModel.ServerTooBusyException

"

and some other errors related to problems with connection to Sharepoint Web Services.

I tried to resolve this problem by myself, but got no success.

Popularity reports, usage details empty

$
0
0

Hello

When we go to, site action, site settings, popularity trends, and click the usage report, the excel sheet is empty.

However if i go into CA, and look at the search usage reports, data is shown.

I believe that the usage logs are been processed as i can see no .usage reports queued in the analytics LOGS folder?

Other than this i don't have a great deal else to go on. No events in the event logs etc, search and crawls seem to be OK as well.

Any help would be greatly appreciated.

 

Change Identifier Claim after the Authentication Provider is defined

$
0
0

Hi all. We have a Sharepoint 2013 working ok using claims based authentication, ADFS and a third-party Identity Provider. However, "somebody" has decided to change the Identifier Claim from Email (the current one) to some other attibute (driving license ID, let's say). I assume there are implications with this change (mainly that existing users will be identified as new users as their identifier changes). We can assume this, however, I cannot find how to change the identifierclaim property within the authentication provider. Is it feasible to do that change?

Any help will be appreciated

Thanks in advance


// Raúl - I love this game

Install Windows 2012 on VM (VirtualBox) with Network Connections

$
0
0

I am having a problem getting the network connections setup on a VM with Windows 2012. My host machine is a Windows Server 2012. The VM I am using is VirtualBox. My goal is to setup a single VM (Windows 2012 + DC + SQL 2012 + SP 2013) I am trying to get the network connection setup so that I have an "Internal" connection and an "External" connection. Here is what I have done to setup the internal connection:

  1. Network attached to: NAT
  2. Adapter Type: Intel PRO/1000 MT Server (82545EM)
  3. setup internet protocol version (IP Address: 192.168.150.1, Subnet: 255.255.255.0)
  4. DNS address 192.168.150.1

Here is what I have done to setup the external connection:

  1. Network attached to: Host-only Adapter
  2. Adapter Type: Intel PRO/1000 MT Server (82545EM)
  3. obtain IP address automatically
  4. Use DNS server addresses 127.0.0.1 and alternate address 4.2.2.4

I cannot get an internet connection.


Sorry, this site does not support apps....

$
0
0

Hi,

When I attempt to add an app to my local installation of SharePoint, I get the below error:

Sorry, this site does not support apps but you can still acquire them and add them on other sites.

This error is displayed for about half a second, then is followed by:

Sorry, we can't seem to connect to the SharePoint Store. Try again in a bit.

There are a few posts about the first error but they are all related to an online installation, not a local one. How can I resolve this problem?

Thanks.

Viewing all 21070 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>