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

Create SharePoint 2013 Farm

$
0
0

Hello,

Could you please help me to create SharePoint 2013 farm?

Requirement: We are developing SharePoint site and Nintex workflows, but want to deploy nintex workflow on separate server and SharePoint portal should be on separate server. 

Request you to please suggest me the way to achieve above requirement. 

Thank You,

Santosh


Sharepoint 2013 - User is able to see title of List Item, but not able to view the actual list item itself

$
0
0

Hi All,

Environment

I have an Announcements section on my SharePoint 2013 site. As a global company, we have announcements that need to be visible only for certain locations (we have AD groups for each location). We are doing permissions to the list, as well as to the individual items.

Problem

So, the problem exists that we have users that are able to see the list title, however if the select the announcement, they are unable to see it. This is what the international user sees:

http://screencast.com/t/EggmGamlxef

And this is what a Grand Rapids person sees:

http://screencast.com/t/y4wNeMJ5fMCz

So, as you can see, it is filtering based on the permissions to show only what is allowed to the user.

One thing to note on this, the extra permissions are being added via the Shared With option.

List Information

So, for the list, the default is, the only users that can see everything are in MOSS-Grand Rapids. When a new event is created, the administrator is then able to add in additional locations (in the case of this first one MOSS-United Kingdom). Once that is set up, the UK user is then able to see the title to the announcement, but not the actual announcement.

What has gone before

Originally, we had this set up that all of the locations were added to have READ permissions to the list, however, two use cases were violated because of this:

  1. People should not be alerted when a new Announcement is created if they are not part of the proper group (Such as the parking lot repaving)
  2. The Administrator does not want to remove all of the other groups each time.They want it to default to MOSS-Grand Rapids, and then include others as needed.
  3. We have this working in SharePoint 2007 with the same exact permission structure (the people have Limited Access to the list, but they have Read Access to the individual items that they need). In SP2007, this works as expected (they are only able to see the specific items, without having read access to the list.

Is there a way to accomplish this, without resorting to JavaScript (or CSOM)?

Thanks

Robert



Visio Graphics service error

$
0
0

Hello,

I am having issues with the Visio Graphics service in our production environment.  Whenever someone clicks on a VSDX file, the following error is shown:

Unable to retrieve data from the server. The web request failed.

I've done a lot of research on this error and have tried several fixes.  Here is what I've tried so far:

1. Created a new Visio Service Application and associated it with the app proxy group for my web app and removed the association for the old Visio Service App.

2. Ensured that the App Pool account for the Visio Service Application has access to the Visio cache folder on the SP servers.

3. Ensured that the App Pool account has rights on the content database.

Here are a couple of possibilities I have NOT tried yet:

1. Clear the SharePoint 2013 config cache.

2. Delete ALL instances of Visio Graphics Service and then create a new one.

Error #1 in Trace Logs:

Application error when access /_layouts/15/VisioWebAccess/VisioWebAccess.ashx, Error=Operation is not valid due to the current state of the object. 

at Microsoft.Office.Visio.Server.FrontEndAsyncTask.HandleRasterPageItemRequest()   

at Microsoft.Office.Visio.Server.FrontEndAsyncTask.Start()   

at Microsoft.Office.Visio.Server.VisioHttpHandler.BeginProcessRequest(HttpContext context, AsyncCallback callback, Object asyncState)   

at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()   

at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

Error #2:

aae97d41-2efb-40db-b867-9f83a268d52e Stack trace:  

at Microsoft.SharePoint.SPSite.InitUserToken(SPRequest request)   

at Microsoft.SharePoint.SPSite.SPSiteConstructor(SPFarm farm, Guid applicationId, Guid contentDatabaseId, Guid siteId, Guid siteSubscriptionId, SPUrlZone zone, Uri requestUri, String serverRelativeUrl, Boolean hostHeaderIsSiteName, SPUserToken userToken, Boolean appWebRequest, String appHostHeaderRedirectDomain, String appSiteDomainPrefix, String subscriptionName, String appSiteDomainId, Uri primaryUri)   

at Microsoft.SharePoint.SPSite..ctor(SPFarm farm, Uri requestUri, Boolean contextSite, Boolean swapSchemeForPathBasedSites, SPUserToken userToken)   

at Microsoft.Office.Visio.Server.ServiceWrapper.CheckDomainCompatability(String visioFilePath)   

at Microsoft.Office.Visio.Server.ServiceWrapper.CheckUserAccess(String fileUrl)   

at Microsoft.Office.Visio.Server.FrontEndAsyncTask.HandleRasterPageItemRequest()   

at Microsoft.Office.Visio.Server.FrontEndAsyncTask.Start()   

at Microsoft.Office.Visio.Server.VisioHttpHandler.BeginProcessRequest(HttpContext context, AsyncCallback callback, Object asyncState)   

at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()   

at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)   

at System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception error)   

at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb)   

at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context)   

at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)   

at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)   

at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus)   

at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus)   

at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)   

at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) 

Error #3:

System.InvalidOperationException: Operation is not valid due to the current state of the object.  

at Microsoft.Office.Visio.Server.FrontEndAsyncTask.HandleRasterPageItemRequest()   

at Microsoft.Office.Visio.Server.FrontEndAsyncTask.Start()   

at Microsoft.Office.Visio.Server.VisioHttpHandler.BeginProcessRequest(HttpContext context, AsyncCallback callback, Object asyncState)   

at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()   

at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

Error #4:

Getting Error Message for Exception System.InvalidOperationException: Operation is not valid due to the current state of the object.   

at Microsoft.Office.Visio.Server.FrontEndAsyncTask.HandleRasterPageItemRequest()   

at Microsoft.Office.Visio.Server.FrontEndAsyncTask.Start()   

at Microsoft.Office.Visio.Server.VisioHttpHandler.BeginProcessRequest(HttpContext context, AsyncCallback callback, Object asyncState)   

at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()   

at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

Error #5:

VisioHttpHandler.BeginProcessRequest failed. [FILE PATH REDACTED] System.InvalidOperationException: Operation is not valid due to the current state of the object.   

at Microsoft.Office.Visio.Server.FrontEndAsyncTask.HandleRasterPageItemRequest()   

at Microsoft.Office.Visio.Server.FrontEndAsyncTask.Start()   

at Microsoft.Office.Visio.Server.VisioHttpHandler.BeginProcessRequest(HttpContext context, AsyncCallback callback, Object asyncState)

Any suggestions?


SharePoint Timer Service keeps stopping

$
0
0

Hi,

I've a SharePoint Farm with 3 serv (1 WFE, 1 Backend and 1 SQL).

the SharePoint timer Service keeps stopping every 2min.

I've the following error in ULS log : 

Medium  	Detected upgrade mode regkey
Medium  	Updating SPPersistedObject SPUpgradeJobDefinition Name=job-upgrade. Version: -1 Ensure: False, HashCode: 60332585, Id: ec9d6304-daa9-4ca1-87a1-39c6a3e82f6c, Stack:    à Microsoft.SharePoint.Administration.SPJobDefinition.Update()     à Microsoft.SharePoint.Administration.SPTimerStore.CheckEnterUpgradeMode(SPFarm farm, Object& jobDefinitions, Int32& timerMode)     à Microsoft.SharePoint.Administration.SPTimerStore.InitializeTimer(Int64& cacheVersion, Object& jobDefinitions, Int32& timerMode, Guid& serverId, Boolean& isServerBusy)     à Microsoft.SharePoint.Administration.SPNativeConfigurationProvider.InitializeTimer(Int64& cacheVersion, Object& jobDefinitions, Int32& timerMode, Guid& serverId, Boolean& isServerBusy)
Medium  	Upgrade job definition already exists, waiting for the existing upgrade to complete
Unexpected	Exiting the process because the timer could not be initialized after multiple attempts.
Medium  	The timer service is stopping
High    	Now terminating ULS (OWSTIMER.EXE, onetnative.dll)	 

I've seen this solution here , but i want to know what are the consequences if i remove the job-upgrade definition from SP Timer service..

thanks for your advice !

SharePoint 2013 search stopped working suddenly for non default zones

$
0
0

Suddenly search stopped working for all sites for Non Default zones in AAM, it has always worked before. We have not changed any configuration related to search or AAM.

We see below error in ULS logs

Getting results failed: System.NullReferenceException: Object reference not set to an instance of an object.     at Microsoft.Office.Server.Search.Administration.UrlMapper.ExtractMapping(Pair`2 properties, SPSite site, IDictionary`2 urlMapping, IDictionary`2 reverseUrlMapping)     at Microsoft.Office.Server.Search.Administration.UrlMapper.GetNewCacheEntry(Pair`2 properties)     at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)     at Microsoft.Office.Server.Search.Administration.UrlMapper.GetUrlMapping(QueryProperties properties, UrlZoneOverride urlZoneOverride)     at Microsoft.Office.Server.Search.Administration.SearchServiceApplicationProxy.Execute(QueryProperties properties)     at Microsoft.Office.Server.Search.Query.Query.ExecuteQuery()  ...        b9cd9e9d-1e39-f079-037e-1bf169e7cfff

I have seen some similar posts in which they had mentioned about Orphaned items in content databases which we cleaned by deleting them but still does not work

Kindly help!

 

Distributed Cache Service Won't Start

$
0
0

Hello,

I am running a single server instance of SharePoint 2013 in my companies prod environment. The issue I am facing is that the Distributed Cache Service will not start when attempting to start from Central Administration. When I click start, the page reloads and it still says the service is stopped. What are some possible causes and fixes for this? Also, it may be worth the mention that I am having an error in the event log every 3 minutes communicating that the timer service has stopped and restarted.  


Nick Townsend Infrastructure Technician

Analytics report on Users being given access on a SharePoint site

$
0
0

Is there a way to identify how many users have been granted access to a particular Site Collection in a given time; let's assume a month?

Unable to run psconfig and SP commandlets not load

$
0
0

After doing Windows Updates my SharePoint farm started having issues. I am not able to run psconfig... when i do try to run it i get the following message: Only one copy of the SharePoint Products Configuration Wizard can be run at a time.

Also i am not able to Add SP Snapin: The local farm is not accessible. Cmdlets with FeatureDependencyId are not registered.

here are some error logs... please help

Exception: System.Data.SqlClient.SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 0 - An invalid argument was supplied.) ---> System.ComponentModel.Win32Exception (0x80004005): An invalid argument was supplied at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)

   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection)

   at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)

   at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)

   at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)

   at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)

   at System.Data.SqlClient.SqlConnection.Open()

   at Microsoft.SharePoint.Utilities.SqlSession.OpenConnection()

   at Microsoft.SharePoint.Utilities.SqlSession.ExecuteReader(SqlCommand command, CommandBehavior behavior, SqlQueryData monitoringData, Boolean retryForDeadLock)

   at Microsoft.SharePoint.Utilities.SqlSession.ExecuteReader(SqlCommand command, Boolean retryForDeadLock)

   at Microsoft.SharePoint.Utilities.SqlSession.ExecuteReader(SqlCommand command)

   at Microsoft.SharePoint.Administration.SPLock.ReleaseStaleLock(SqlSession sqlsession, Int32 timeoutInSeconds)

   at Microsoft.SharePoint.Upgrade.SPManager.AcquireFarmUpgradeLock(Boolean bForce, Boolean singleClickInstall)

   at Microsoft.SharePoint.PostSetupConfiguration.InitializeTask.Run()

   at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()

ClientConnectionId:00000000-0000-0000-0000-000000000000

Error Number:10022,State:0,Class:20

       Created a label, name is FinishForm, text is An exception of type System.Data.SqlClient.SqlException was thrown.  Additional exception information: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 0 - An invalid argument was supplied.)


Newsfeed Error code: 55

$
0
0

Ok so a while ago we switched from AD Import to SharePoint Sync.  Ever since then the MySites newsfeeds dont work and I get an error code: 55.  I have looked and followed all the forms saying that its an access issue.  Currently I am using my farm account and it has full control of the ups, web application and service.  I am lost on what could be causing the issue.  

Newfeed error:



What was found in the ULS Logs

08/19/2016 09:44:49.91 w3wp.exe (0x23D8)                      0x19C0 SharePoint Foundation         CSOM                          ahjq1High    Exception occured in scope Microsoft.Office.Server.Social.SPSocialFeedManager.GetFeed. Exception=Microsoft.Office.Server.Social.SPSocialException: The operation failed because the server could not access the distributed cache. Internal type name: Microsoft.Office.Server.Microfeed.MicrofeedException. Internal error code: 55.     at Microsoft.Office.Server.Social.SPSocialUtil.TryTranslateExceptionAndThrow(Exception exception)     at Microsoft.Office.Server.Social.SPSocialUtil.InvokeWithExceptionTranslation[T](ISocialOperationManager target, String name, Func`1 func)     at Microsoft.Office.Server.Social.SPSocialFeedManager.<>c__DisplayClass48`1.<S2SInvoke>b__47()     at Microsoft.Office.Server.Social.SPSocialUtil.InvokeWithExceptionTranslation[T](ISocialOperationManager target, String name, ...8d539b9d-83fa-3041-8a6c-bdef983175b0

Unable to hide one subsite in global navigation menu

$
0
0

Hi all,


We have a strange one really, we have a site with numerous subsites.  They appear in the top bar as links in the parent site as desired.  5 or 6 sites are hidden from the global navigation bar.  We wish to hide another one.  The following procedure works on every other site in the main site but it doesn't appear to work on this one.  The accounts used to try to change the options have been a site admin as well as a site collection admin and a farm admin:

1. Go to site settings

2. Go to Navigation

3. Go to "Structural Navigation: Editing and Sorting"

4. Under global navigation highlight desired subsite and click the hide button.

5. Click OK at the bottom of the page

When doing it for the affected site at step 4 it claims the site is hidden, however after clicking OK the site is clearly not hidden and going back to step 2 shows that the (hidden) indicator is not next to the desired site.  Also it is possible to change it's ordering but not to hide this site.

I'm at a loss on this one, has anyone come across this?

Cheers

add managed data properties using powershell and xml file

$
0
0

I have an powershell that add a managed data property, however, it only does 1 at a time. I would like to create an XML file and have script to read from the XML and add them to the system.

Does anyone have any examples of adding a managed data properties using powershell that is reading from an XML file? I have about 50 or so to add and adding them manually is consuming and could have some typos being done manually. I have to run this in several environments

Workflows failing with error "The e-mail message cannot be sent. Make sure the outgoing e-mail settings for the server are configured correctly"

$
0
0

Hello,

Can someone please provide me with an insight on this. My workflows are failing (both out of the box and SPD developed) with the error "The e-mail message cannot be sent. Make sure the outgoing e-mail settings for the server are configured correctly." I have checked my email settings configuration and all seems to be correctly configured.

Recently, my company migrated to Exchange online. could this be the reason?

Any help with this will be greatly appreciated

Thanks

SharePoint 2013 Pre-Prod and Prod.

$
0
0

Hi All,

We have 6 servers in our SharePoint 2013 Farm. 2 App and 4 WFE.

Now we want same replica as a pre-prod. Means same 6 servers in QA ( Pre-Prod ) environment. Client want justification, why you need 6 servers in QA. Can't we use single server in QA for test, solution deployment and patch etc. Single server is fine from my side in QA ( Pre-Prod) . but we proposed 6 servers. we need some points to justify this.

any MS article for the same would be great help for me.

Please help :)


Regards, ashish



Sorry, this site hasn't been shared with you

$
0
0

I am having issues in accessing a SP 2013 site that I created on port 80.  This site should actually be visible by everyone but I can't even see it, and I created it.  I keep getting 'Sorry, this site hasn't been shared with you.' even though I did share it with myself.

I have tried removing then adding myself as the site collection admin, clearing the Distributed Cache, clearing the bindings.... You name it, I've done it.

Error while deploying SharePoint solution

$
0
0

Dear  Community,

I am getting below error when i am deploying SharePoint Solution using PowerShell.

The database ID 20,Page(1:1976),slot 6 fo LOB data
type node does not exist,this is usally caused by transactions that can read
uncomitted data on a data page. run DBCC CheckTable

Thanks


i am trying to rename a folder name or delete the any file folder,i am getting the error and not able to delete or edit the properties of file/folder in sharepoint 2010

$
0
0
...rection: Input Value: '1073741823'     Parameter: '@AttachmentsFlag' Type: TinyInt Size: 1 Direction: Input Value: '0'     Parameter: '@bGetAttachmentWritePerm' Type: Bit Size: 0 Direction: Input Value: 'True'     Parameter: '@bGetListMetaData' Type: Bit Size: 0 Direction: Input Value: 'False'     Parameter: '@bGetListScopes' Type: Bit Size: 0 Direction: Input Value: 'True'     Parameter: '@Level' Type: TinyInt Size: 0 Direction: Input Value: ''     Parameter: '@HasEventReceiver' Type: Bit Size: 0 Direction: Output Value: ''     Parameter: '@RequestGuid' Type: UniqueIdentifier Size: 0 Direction: Input Value: '9ee8dcc8-6e44-4d5c-a736-0f420fe0bb6d'9ee8dcc8-6e44-4d5c-a736-0f420fe0bb6d
09/03/2016 14:57:43.23 w3wp.exe (0x21EC)                      0x0154 SharePoint Foundation         Database                      d0d6High    System.Data.SqlClient.SqlException: Procedure or function 'proc_SecGetIndividualUrlSecurityCheckEventReceivers' expects parameter '@MinLevel', which was not supplied.     at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)     at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)     at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)     at System.Data.SqlClient.SqlDataReader.ConsumeMetaData()     at System.Data.SqlClient.SqlDataReader.get_MetaData()     at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) ...9ee8dcc8-6e44-4d5c-a736-0f420fe0bb6d
09/03/2016 14:57:43.23*w3wp.exe (0x21EC)                      0x0154 SharePoint Foundation         Database                      d0d6High    ...    at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)     at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)     at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)     at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)     at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior)     at Microsoft.SharePoint.Utilities.SqlSession.ExecuteReader(SqlCommand command, CommandBehavior behavior, SqlQueryData monitoringData, Boolean retryForDe...9ee8dcc8-6e44-4d5c-a736-0f420fe0bb6d
09/03/2016 14:57:43.23*w3wp.exe (0x21EC)                      0x0154 SharePoint Foundation         Database                      d0d6High    ...adLock)     at Microsoft.SharePoint.SPSqlClient.ExecuteQueryInternal(Boolean retryfordeadlock)     at Microsoft.SharePoint.SPSqlClient.ExecuteQuery(Boolean retryfordeadlock)9ee8dcc8-6e44-4d5c-a736-0f420fe0bb6d
09/03/2016 14:57:43.23 w3wp.exe (0x21EC)                      0x0154 SharePoint Foundation         General                      8kh7High    Invalid file name.  The file name you specified could not be used.  It may be the name of an existing file or directory, or you may not have permission to access the file.<nativehr>0x81020030</nativehr><nativestack></nativestack>9ee8dcc8-6e44-4d5c-a736-0f420fe0bb6d
09/03/2016 14:57:43.23 w3wp.exe (0x21EC)                      0x0154 SharePoint Foundation         Runtime                      tkauUnexpectedSystem.Runtime.InteropServices.COMException: Invalid file name.  The file name you specified could not be used.  It may be the name of an existing file or directory, or you may not have permission to access the file. [Managed code transition]   at Microsoft.SharePoint.Library.SPRequestInternalClass.AddOrUpdateItem(String bstrUrl, String bstrListName, Boolean bAdd, Boolean bSystemUpdate, Boolean bPreserveItemVersion, Boolean bUpdateNoVersion, Int32& plID, String& pbstrGuid, Guid pbstrNewDocId, Boolean bHasNewDocId, String bstrVersion, Object& pvarAttachmentNames, Object& pvarAttachmentContents, Object& pvarProperties, Boolean bCheckOut, Boolean bCheckin, Boolean bMigration, Boolean bPublish, String bstrFileName, ISP2DSafeArrayWriter pListDataValidationCallback, ISP2DSafeArrayWriter pRestri...9ee8dcc8-6e44-4d5c-a736-0f420fe0bb6d
09/03/2016 14:57:43.23*w3wp.exe (0x21EC)                      0x0154 SharePoint Foundation         Runtime                      tkauUnexpected...ctInsertCallback, ISP2DSafeArrayWriter pUniqueFieldCallback)     

hnsc CNAME kerberos

$
0
0

Hi,

many articles state that kerberos needs an A record for every hnsc site. I observed this:

-web-app: Hnsc.contoso.com

-registered spn HTTP/Hnsc.contoso.com dom\appsvc

- CNAME records for hnsc sites

teamA.contoso.com, teamB.contoso.com

Now with a client (IE11 or Office 2010) i browse the team sites. Klist shows the ticket for the hnsc.contoso.com webapp - kerberos authentication works for all hnsc sites.

Another effect: On a non-domain client if the user saves the password in windows vault the entry is created for hnsc.contoso.com, the A record all hnsc CNAME records are pointing to.

So, using CNAME records with hnsc sites has 2 advantages: 1. No need to register SPN for every site

2. A kind of "SSO" for users that save the password in the windows vault.

or do i overlook something?

best regards

Markus

SharePoint Online IRM

$
0
0

Hi,

We have created a SharePoint online library and enabled IRM for the Library. We have given access for a file to a user. When we try to access the file using word online using the user account it opens without any issue. But When we try to download the file and open it from Local computer Office Word, it always says "you do not have credentials that allow you to open this document.You can request updated permission from ... Do you want to request updated permission".

We have verified the user is logged on to the computer using the same user account and Office Word is logged on as well. Also we have verified the user has permission for the file from SharePoint Online. But it still asks for permission even though the user has full permission for the file. Someone kindly help

Thank you


Unable to create enterprise search site collection !

$
0
0

Hello,

In the sharepoint farm, we have content type hub implemented, and when we create the enterprise search site collection via UI or using sharepoint site collection, we are facing the following errors:

Error “Invalid data”

 

Uls logs detailed error shows SharePoint was not able to activate the publishing feature dependent on Search webparts feature.

Sorry, something went wrong

<nativehr>0x80070055</nativehr><nativestack></nativestack> 

ULS Log ERROR:

03/30/2016 14:17:40.18        w3wp.exe (0x38E4)        0x3280        SharePoint Foundation        General        8grz        High        The feature 'f6924d36-2fa8-4f0b-b16d-06b7250180fa' depends on feature 'eaf6a128-0482-4f71-9a2f-b1c650680e77' which failed to activate: Microsoft.SharePoint.SPException ---> System.Runtime.InteropServices.COMException: <nativehr>0x80070055</nativehr><nativestack></nativestack> 

03/30/2016 14:17:40.18        w3wp.exe (0x38E4)        0x3280        SharePoint Foundation        General        8l35        High        Failed to activate site-collection-scoped features for template 'SRCHCEN#0' in site collection 'http://myserver/sites/newsitecol'

Note: Site collection created by farm admin login in machine

Why there is a dependency issue ? 


Dipti Chhatrapati

Information management policy settings support for sharepoint foundation 2013 ?

Viewing all 21070 articles
Browse latest View live


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