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

Error in enabling server base sharepoint integration

$
0
0

After i have given Sharepoint site name and sharepoint RealmID. I am getting this error 

CertificateData for CertificateType: S2STokenIssuer not found.</exception>
<errorcode>-2147088205</errorcode>




SharePoint 2013 Search - TermExtractor Error

$
0
0

We have SharePoint 2013 May CU 17 installed. 

The search crawls logs are reporting numerous errors on specific files related to the "The content processing pipeline failed to process the item" error. On further investigation it seems the error is related to the TermExtractor. It seems there is no available documentation on this specific error.  

Any help in this regard is greatly appreciated.

Coder81

Crawl Log Error (example)

The content processing pipeline failed to process the item. ( Object reference not set to an instance of an object.; ; SearchID = 6D67FFC0-8961-4FE4-8141-2D7388FD6917 )

ULS Error (example)

[Microsoft.CrawlerFlow-d14fe52f-334b-4c17-ae29-376749518eef] Microsoft.Ceres.Evaluation.Engine.ErrorHandling.HandleExceptionHelper : Evaluation failure detected:   Operator          : TermExtractorSub    Operator type    : TermExtractor    Error id         : 0    Correlation id    : 861fb29c-2b5b-46ed-a670-f218d9e135fc    Partition id     : 0c37852b-34d0-418e-91c6-2ac25af4be5b    Message          : Object reference not set to an instance of an object.   49691C90-7E17-101A-A91C-08002B2ECDA9:#9: http://somexample.com/examplepath/thumbn    id               : ssic://394888  System.NullReferenceException: Object reference not set to an instance of an object.   

 at Microsoft.Ceres.ContentEngine.NlpEvaluators.TermExtractorEvaluator.TermExtractorProducer.ProcessRecord(IRecord r)   

 at Microsoft.Ceres.Evaluation.Processing.Producers.ProducerHelper.ThreadPoolTask(Object state)   

 at Microsoft.Ceres.Evaluation.Processing.Producers.ProducerHelper.ProcessUsingThreadPool(IRecord record, OperatorBase op, String logPrefix, IRecordProducer producer, IEvaluationContext context)   

 at Microsoft.Ceres.Evaluation.Processing.Producers.ProducerRecordSetSink.Put(IRecord record)   

 at Microsoft.Ceres.Evaluation.Engine.ErrorHandling.HandleExceptionRecordSetSink.DoWithoutTryCatch(IRecord record)   

 at Microsoft.Ceres.Evaluation.Processing.Producers.ProducerRecordSetSink.PushToOutput()   

 at Microsoft.Ceres.Evaluation.Processing.Producers.ProducerRecordSetSink.Put(IRecord record)   

 at Microsoft.Ceres.Evaluation.Engine.ErrorHandling.HandleExceptionRecordSetSink.DoWithoutTryCatch(IRecord record)   

 at Microsoft.Ceres.Evaluation.Processing.Producers.ProducerRecordSetSink.PushToOutput()   

 at Microsoft.Ceres.Evaluation.Processing.Producers.ProducerRecordSetSink.Put(IRecord record)   

 at Microsoft.Ceres.Evaluation.Engine.ErrorHandling.HandleExceptionRecordSetSink.DoWithoutTryCatch(IRecord record)   

 at Microsoft.Ceres.Evaluation.Processing.Producers.ProducerRecordSetSink.PushToOutput()   

 at Microsoft.Ceres.Evaluation.Processing.Producers.ProducerRecordSetSink.Put(IRecord record)   

 at Microsoft.Ceres.Evaluation.Engine.ErrorHandling.HandleExceptionRecordSetSink.DoWithoutTryCatch(IRecord record)   

 at Microsoft.Ceres.Evaluation.Engine.ErrorHandling.HandleExceptionRecordSetSink.DoWithoutTryCatch(IRecord record)   

 at Microsoft.Ceres.Evaluation.Processing.Producers.ProducerRecordSetSink.PushToOutput()   

 at Microsoft.Ceres.Evaluation.Processing.Producers.ProducerRecordSetSink.Put(IRecord record)   

 at Microsoft.Ceres.Evaluation.Engine.ErrorHandling.HandleExceptionRecordSetSink.DoWithoutTryCatch(IRecord record)   

 at Microsoft.Ceres.ContentEngine.Processing.Events.EventRecordSetSink.Put(IRecord record)   

 at Microsoft.Ceres.Evaluation.Engine.ErrorHandling.HandleExceptionRecordSetSink.DoWithoutTryCatch(IRecord record)   

 at Microsoft.Ceres.Evaluation.Processing.Producers.ProducerRecordSetSink.PushToOutput()   

 at Microsoft.Ceres.Evaluation.Processing.Producers.ProducerRecordSetSink.Put(IRecord record)   

 at Microsoft.Ceres.Evaluation.Engine.ErrorHandling.HandleExceptionRecordSetSink.DoWithTryCatch(IRecord record)

project summary webpart error

$
0
0

Hi 

the Project Summary web part throws an error: 

An error occurred during the ProjectSummaryWebPart.OnPreRenderMethod

Enterprise site collection features is enabled

does anyone know the fix for this ? 



Error creating a new user profile service application: The specified database is not a valid synchronization database

$
0
0

When trying to create a new user profile service application on a new SharePoint install I get the following error:

"The specified database is not a valid synchronization database"

The installation then fails and does not create the third database. 

I found some threads with similar problems but it involved upgrading an existing db.  In this case we want to create a new one.  Here is the relevant ULS log info:

Starting schema provisioning of SynchronizationDatabase 'SP15_TEST_ENT_SyncDB'

Provisioning the SP15_TEST_ENT_SyncDB database with the script at C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\Template\SQL\SPS\drop_procs.sql.

Provisioning the SP15_TEST_ENT_SyncDB database with a script stream.

Ensuring that the SP15_TEST_ENT_SyncDB database exists . . .

The SP15_TEST_ENT_SyncDB database does not exist. It will now be created.

Setting the AutoClose option to False on the database SP15_TEST_ENT_SyncDB.

Setting the ArithAbort option to True on the database SP15_TEST_ENT_SyncDB.

Setting the TruncLogOnChkpt option to True on the database SP15_TEST_ENT_SyncDB.

Starting schema evaluation of existing SynchronizationDatabase 'SP15_TEST_ENT_SyncDB'

Validate Database: validating sync database

Validate Database: validation failed: Error code -2

 

Application error when access /_admin/NewProfileServiceApplicationSettings.aspx, Error=The specified database is not a valid synchronization database 

 at Microsoft.Office.Server.Administration.SynchronizationDatabase.Provision()   

 at Microsoft.Office.Server.Administration.UserProfileApplication.Provision()   

 at Microsoft.SharePoint.Portal.UserProfiles.AdminUI.NewProfileServiceSettingsPage.DoCreateApplication()   

 at Microsoft.SharePoint.Portal.UserProfiles.AdminUI.NewProfileServiceSettingsPage.OnOkButtonClick(Object sender, EventArgs e)   

 at System.EventHandler.Invoke(Object sender, EventArgs e)   

 at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)   

 at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

 

Microsoft.SharePoint.Administration.SPDatabaseException: The specified database is not a valid synchronization database  

 at Microsoft.Office.Server.Administration.SynchronizationDatabase.Provision()   

 at Microsoft.Office.Server.Administration.UserProfileApplication.Provision()   

 at Microsoft.SharePoint.Portal.UserProfiles.AdminUI.NewProfileServiceSettingsPage.DoCreateApplication()   

 at Microsoft.SharePoint.Portal.UserProfiles.AdminUI.NewProfileServiceSettingsPage.OnOkButtonClick(Object sender, EventArgs e)   

 at System.EventHandler.Invoke(Object sender, EventArgs e)   

 at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)   

 at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

 

Getting Error Message for Exception System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> Microsoft.SharePoint.Administration.SPDatabaseException: The specified database is not a valid synchronization database   

 at Microsoft.Office.Server.Administration.SynchronizationDatabase.Provision()   

 at Microsoft.Office.Server.Administration.UserProfileApplication.Provision()   

 at Microsoft.SharePoint.Portal.UserProfiles.AdminUI.NewProfileServiceSettingsPage.DoCreateApplication()   

 at Microsoft.SharePoint.Portal.UserProfiles.AdminUI.NewProfileServiceSettingsPage.OnOkButtonClick(Object sender, EventArgs e)   

 at System.EventHandler.Invoke(Object sender, EventArgs e)   

 at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)   

 at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)   

 at System.Web.UI.Page.HandleError(Exception e)   

 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)

 

I Tried to create another one under a different name (databases also) and I get the same error. 

The SharePoint instance has the march mandatory update installed.  The sql instance we are using is an existing SQL cluster for other SharePoint poc's. 

Has anybody seen this issue before? 

Error while publishing Infopath template to SharePoint 2013 list

$
0
0

Hello I am getting an error while publishing the infopath template to sharepoint 2013 list.


Issue Details:

When we are trying to publish the InfoPath template of a sharepoint 2013 list, I am getting access denied issue. Please see below error details. However the same template is being published in development environment without any issue.

I am trying to open the InfoPath template in InfoPath environment by accessing it through SharePoint designer.

Error Description: The publish operation could not be completed. It cannot be determined if the form template was successfully published. Try publishing the form template again, or change the list settings to use the default sharepoint form.

Access is denied

Infopath error

I got one more type error while trying to do a quick publish. please see the below error details. Now it seems the issue is with a particular lookup column. No idea how to fix it.

------------

InfoPath cannot connect to the server. The server may be offline, your computer might not be connected to the network, or InfoPath Forms Services might not be enabled on the server. To fix this problem, start by checking your network connection, and then trying again.

------------

Alongwith this I can find there is some issue with one of the look up control . when I am trying to see the properties for that look up column I see the below error message. within the propery window.

------------

Lookup fields cannot be created or modified because infopath failed to connect to the server

According to few suggestions from Sara, I tried to disable and re-enable the "IPFSSiteFeatures" for the site collection having issue. but still no luck. I ran below two scriptlets.

Disable-SPFeature"IPFSSiteFeatures"-url yoursiteurlEnable-SPFeature"IPFSSiteFeatures"-url  yoursiteurl

n between I found that even I am not able to create a small data connection from infopath. it's throwing access denied error, where as i am using the Farm admin id.

Please see the screen shot of error message.


Deeptyranjan





do i set autoUpdate satatistics to true on sharepoint databases on SQL2016?

$
0
0
we are experiencing slow performance of sharepoint  pages and trying to follow Microsoft best practice .there is varying information out there. some say leave at default of false and some say set to true.

Manual Update SharePoint Designer Workflow Status Column via PowerShell

$
0
0

I have a Leave Request list for employee with custom SharePoint Designer workflow approval.  The workflow call "Leave Request" and there is a column with the same name that show the workflow status "Not Started" or "Completed", etc...  There is a business requirements that I need to update the value from "Not Started" to "Completed" with rerun the workflow and go through approval process.  Is it possible to update the value via PowerShell for this "Leave Request" workflow status column?

Thanks

Tee

How to get Group Members ID using Group ID in powershell?


how to make documents in document library to be visible only after its gets approved-I am using OOTB document approval designer workflow

$
0
0

Hi,

how to make documents in document library to be visible only after its gets approved-I am using OOTB document approval designer workflow.In SharePoint 2010 On premise

If author changes the document after approved, system should trigger the workflow again making it pending. Which also working fine by enabling WF to get trigger on Edit of item currently. I cant enable "content Approval" on this since on "Item Edit" workflow not able to change the "Approval status" column back to pending.

My final issue now with out enabling "Content Approval" and only using "OOTB" WF is ,document which are pending for Approval also getting visible to all "Read" access users currently including ,Authors and Approvers.

I want to show this documents to "Read" only users only after they get approved. How can we achieve this OOTB


Thanks &amp; Regards, Krishna




Trial editions and licensed editions of sharepoint project server and office web apps products cannot be installed on the same server

$
0
0

Hi!

I am re-installing SharePoint 2013 on my system. While entering the trial key as: "NQTMW-K63MQ-39G6H-B2CH9-FRDWJ" , I am getting the error as: "Trial editions and licensed editions of sharepoint project server and office web apps products cannot be installed on the same server". I have already deleted the registration details from the registry. After that, I rebooted my system. But, still I am getting an error as above. Please help me out to resolve this issue.

Thanks and regards,

Purushottam Patil

The tool was unable to install Application Server Role. Web Server (IIS) Role.

$
0
0

Hi!

I am trying to install SharePoint 2013 on Windows 2012 R2. I have uninstalled SharePoint 2016 from my system. Now, I am getting an error as: "The tool was unable to install Application Server Role. Web Server (IIS) Role." I don't know why this error is coming. I have already configured Web Server Role while installing SharePoint 2016. I was installed successfully. Kindly help me to solve this issue.

Thanks,

Purushottam

How to find the source list item using the Task List item approval status

$
0
0

Hi,

How to find the source list item using the Task item approval status, i attached designer workflow to Task list which get triggered on update\change.

I am trying below, to break the permission of source list item after task gets approved, by adding new workflow to task list. But below condition giving work flow error.


Thanks &amp; Regards, Krishna


SharePoint DB restore

$
0
0

Hello, 

Content in your staging and production are lot different due to constant changes in production. I want to restore content DB from staging to production to solve this. We only have one site collection which utilizes out of the box features, CSS , infopath. 

Is it ok to restore this and should I expect issues if I do this ?. 

Environment:

SharePoint 2013, 

Windows 2012

SQL server 2012

Thank you 


@R

Secure store issue

$
0
0

I am unable to start the secure store. Below is the what I see in the event viewer. There is not much info in the ULS logs. 

 The Secure Store Service application Secure Store Service is not accessible. The full exception text is: An error occurred while receiving the HTTP response to https://XYZ:344/bbbbbbbbbbbbbbbbbbbbbbbbb/SecureStoreService.svc/https. This could be due to the service endpoint binding not using the HTTP protocol. This could also be due to an HTTP request context being aborted by the server (possibly due to the service shutting down). See server logs for more details.

I restarted  Webservices root application pool . Did IIS reset

But nothing seems to help . I still see "Cannot complete this action as the Secure Store Shared Service is not responding. Please contact your administrator." when I click on secure store service app in central admin->Service application and above error in windows logs. 

Please help

Environment:

SharePoint 2013, win 2012


@R

No SharePoint Properties Found

$
0
0

Hi, we have a lot of experience working with Content Types on sharepoint web applications and we decided to create an application using Forms Based Authenthication as well as Windows Authentication (NTLM) claims based authentication (in the default zone) on a sharepoint 2013 web application. However the new application is not integrating well with Office 365, and we're wondering if anyone might know why?

We have Require Use Remote Interfaces permissions and Enable Client Integration checked under the default zone.

In our Library, we have Always show Document Information Panel on document open and initial save for this content type checked, for the content types in question.

No SharePoint properties found.

However, when we open a Word document from the Library using Office 365 Version 1804 or 1803 (for that matter), we see the message thatNo SharePoint properties are found.

These are the features we have enabled on the web application.

Metadata Navigation and Filtering

Site

Mobile Browser View

Site

SharePoint Server Enterprise Site features

Site

SharePoint Server Standard Site features

Site

SharePoint Server Publishing

Site

Team Collaboration Lists

Site

Wiki Page Home Page

Site

Workflow Task Content Type

Site

Disposition Approval Workflow

Site   Collection

Document Sets

Site   Collection

Forms Based Authentication Management

Site   Collection

Library and Folder Based Retention

Site   Collection

Limited-access user permission lockdown mode

Site   Collection

Open Documents in Client Applications by Default

Site   Collection

PerformancePoint Services Site Collection Features

Site   Collection

Reporting

Site   Collection

SharePoint Server Enterprise Site Collection features

Site   Collection

SharePoint Server Publishing Infrastructure

Site   Collection

SharePoint Server Standard Site Collection features

Site   Collection

Site Policy

Site   Collection

Three-state workflow

Site   Collection

Video and Rich Media

Site   Collection

Workflows

Site   Collection

If you have any suggestions, they would be appreciated.


Teresa Ives



No data in Usage and Search Reports - SharePoint 2016

$
0
0

Hi,

I have a SharePoint 2016 farm with 3 WFE.

Search Service Application has been configured and functioning properly.

I deleted and recreated Usage and health Data Service Application.

But, I still get the following error when I go to the CA>Search>Usage Reports>Number of Queries :

Sorry, Something Went Wrong

This Report contains no data.Please ensure data for this report is being captured by the current audit settings. It may also take some time after audit settings are changed for events to surface here.

here is the uls log:

Application error when access /_layouts/15/reporting.aspx, Error=This report contains no data. Please ensure data for this report is being captured by the current audit settings. It may also take some time after audit settings are changed for events to surface here.  
 at Microsoft.Office.RecordsManagement.Reporting.ReportData.GenerateNextReport()    
 at Microsoft.Office.RecordsManagement.Reporting.ReportBase.GenerateAndTransmitReport(Hashtable query, HttpContext context)    
 at Microsoft.Office.RecordsManagement.Reporting.ApplicationPages.RunReports.GenerateAndTransmitAnalyticsReport(ReportBase report)    
 at Microsoft.Office.RecordsManagement.Reporting.ApplicationPages.RunReports.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String strReportParams)    
 at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

Microsoft.Office.RecordsManagement.Reporting.ReportEmptyException: This report contains no data. Please ensure data for this report is being captured by the current audit settings. It may also take some time after audit settings are changed for events to surface here.   
 at Microsoft.Office.RecordsManagement.Reporting.ReportData.GenerateNextReport()    
 at Microsoft.Office.RecordsManagement.Reporting.ReportBase.GenerateAndTransmitReport(Hashtable query, HttpContext context)    
 at Microsoft.Office.RecordsManagement.Reporting.ApplicationPages.RunReports.GenerateAndTransmitAnalyticsReport(ReportBase report)    
 at Microsoft.Office.RecordsManagement.Reporting.ApplicationPages.RunReports.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String strReportParams)    
 at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

Getting Error Message for Exception System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> Microsoft.Office.RecordsManagement.Reporting.ReportEmptyException: This report contains no data. Please ensure data for this report is being captured by the current audit settings. It may also take some time after audit settings are changed for events to surface here.    
 at Microsoft.Office.RecordsManagement.Reporting.ReportData.GenerateNextReport()    
 at Microsoft.Office.RecordsManagement.Reporting.ReportBase.GenerateAndTransmitReport(Hashtable query, HttpContext context)    
 at Microsoft.Office.RecordsManagement.Reporting.ApplicationPages.RunReports.GenerateAndTransmitAnalyticsReport(ReportBase report)    
 at Microsoft.Office.RecordsManagement.Reporting.ApplicationPages.RunReports.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String strReportParams)    
 at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)    
 at System.Web.UI.Page.HandleError(Exception e)    
 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.ExecuteStepImpl(IExecutionStep step)    
 at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

and there is no data in other search reports.

I followed each and every steps as mentioned in http://snowburnt.blogspot.com/2014/12/how-to-troubleshoot-sharepoint-usage.html

but the problem is that only one of our SharePoint servers have "Analytics_..." and "EventStore" folder in C: drive and the folder is empty ... our other SharePoint servers don't even have "Analytics_..." and "EventStore" folder at all.

Please, help me troubleshoot the problem.

Thank you in advance.

FIMSynchronizationService Issue in Event logs

$
0
0

I am getting the following error in my SharePoint 2013 WEB FRONT END SERVER event logs. After searching for a long time on internet, I  am not able to identify the root cause of the issue. Can any body help me out to get rid of the problem.

Log Name:      Application
Source:        FIMSynchronizationService
Date:          03-05-2016 04:34:54
Event ID:      6801
Task Category: Server
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      xyz
Description:
The extensible extension returned an unsupported error.
 The stack trace is:

 "System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.AggregateException: One or more errors occurred. ---> System.InvalidOperationException: More than one DN specified for the same profile.
   at Microsoft.Office.Server.UserProfiles.ProfileImportExportService.AddDNLookupTable(UserProfileApplicationProxy upaProxy, Guid partitionID, Int64 recordId, String objectType, String distinguishedName)
   at Microsoft.Office.Server.UserProfiles.ProfileImportExportService.<>c__DisplayClass26.<UpdateWithProfileChangeData>b__24(Int32 idx)
   at System.Threading.Tasks.Parallel.<>c__DisplayClassf`1.<ForWorker>b__c()
   at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
   at System.Threading.Tasks.Task.<>c__DisplayClass11.<ExecuteSelfReplicating>b__10(Object param0)
   --- End of inner exception stack trace ---
   at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
   at System.Threading.Tasks.Task.Wait()
   at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
   at System.Threading.Tasks.Parallel.For(Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body)
   at Microsoft.Office.Server.UserProfiles.ProfileImportExportService.UpdateWithProfileChangeData(Int64 importExportId, ProfileChangeData[] profileChangeData)
   --- End of inner exception stack trace ---
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Microsoft.Office.Server.WebServiceDirectProxy.WebMethodInfo.Invoke(Object webServiceInstance, Object[] args)
   at Microsoft.Office.Server.WebServiceDirectProxy.Invoke(String methodName, Object[] args)
   at Microsoft.Office.Server.UserProfiles.ManagementAgent.ProfileImportExportDirect.UpdateWithProfileChangeData(Int64 importExportId, ProfileChangeData[] profileChangeData)
   at Microsoft.Office.Server.UserProfiles.ManagementAgent.ProfileImportExportExtension.Microsoft.MetadirectoryServices.IMAExtensibleCallExport.ExportEntry(ModificationType modificationType, String[] changedAttributes, CSEntry csentry)
Forefront Identity Manager 4.0.2450.49"
Event Xml:
<Event xmlns="">
  <System>
    <Provider Name="FIMSynchronizationService" />
    <EventID Qualifiers="49152">6801</EventID>
    <Level>2</Level>
    <Task>3</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2016-05-02T23:04:54.000000000Z" />
    <EventRecordID>480642</EventRecordID>
    <Channel>Application</Channel>
    <Computer>xyz</Computer>
    <Security />
  </System>
  <EventData>
    <Data>System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---&gt; System.AggregateException: One or more errors occurred. ---&gt; System.InvalidOperationException: More than one DN specified for the same profile.
   at Microsoft.Office.Server.UserProfiles.ProfileImportExportService.AddDNLookupTable(UserProfileApplicationProxy upaProxy, Guid partitionID, Int64 recordId, String objectType, String distinguishedName)
   at Microsoft.Office.Server.UserProfiles.ProfileImportExportService.&lt;&gt;c__DisplayClass26.&lt;UpdateWithProfileChangeData&gt;b__24(Int32 idx)
   at System.Threading.Tasks.Parallel.&lt;&gt;c__DisplayClassf`1.&lt;ForWorker&gt;b__c()
   at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
   at System.Threading.Tasks.Task.&lt;&gt;c__DisplayClass11.&lt;ExecuteSelfReplicating&gt;b__10(Object param0)
   --- End of inner exception stack trace ---
   at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
   at System.Threading.Tasks.Task.Wait()
   at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
   at System.Threading.Tasks.Parallel.For(Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body)
   at Microsoft.Office.Server.UserProfiles.ProfileImportExportService.UpdateWithProfileChangeData(Int64 importExportId, ProfileChangeData[] profileChangeData)
   --- End of inner exception stack trace ---
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Microsoft.Office.Server.WebServiceDirectProxy.WebMethodInfo.Invoke(Object webServiceInstance, Object[] args)
   at Microsoft.Office.Server.WebServiceDirectProxy.Invoke(String methodName, Object[] args)
   at Microsoft.Office.Server.UserProfiles.ManagementAgent.ProfileImportExportDirect.UpdateWithProfileChangeData(Int64 importExportId, ProfileChangeData[] profileChangeData)
   at Microsoft.Office.Server.UserProfiles.ManagementAgent.ProfileImportExportExtension.Microsoft.MetadirectoryServices.IMAExtensibleCallExport.ExportEntry(ModificationType modificationType, String[] changedAttributes, CSEntry csentry)
Forefront Identity Manager 4.0.2450.49</Data>
  </EventData>
</Event>

 

Sharepoint Online start page

$
0
0
How do I change the link in Office365, so that Sharepoint actually links to our company Sharepoint and not some strange "/15/sharepoint.aspx" page?

Lars Bo Wassini

Linking o365 Groups with Communication Sites

$
0
0

One of the difference between and Modern Team Site and Communication Site is that a modern sites is tied to a o365 Group. Communication site is not.

Is there a way to link a Communication site with an existing 0365 Group.

Thanks in advance!

Mayank Shyam

Workflow Manager CU3 upgrade configuration

$
0
0

I have 2 app and Wfe servers in which one WFER server have Workflow manager Cu2 installed in it. Now Im planning to upgrade Worflow manger from CU2 to CU3. 

So after installing, it needs configuration i guess and which is option i have to select from below since i have Workflow already running in my server with CU2:

-Configure Workflow manager with Default setting

-Configure Workflow manager with CUstom setting

-Join an existing workflow manger farm

Viewing all 21070 articles
Browse latest View live


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