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

timer Jobs of Migrated Content Databases from Shp 2007 not working

$
0
0

Hi,

I'm having a hard time trying to fix this issue

I upgraded 2 content database from Sp 2007 to SP 2013. The migration went smoothly. Today I decided to test some features, workflows and alerts on lists. 

When I create an alert, the first mail of confirmation arrives without problem. When I modify documents, the events doesn't send any mail.

After checking the SharePoint jobs, the last run time for immediate alerts job register the date before migrating to shp 2013. Also in the timelock table, the server id, references the SharePoint 2010 server used for the migration.

I tried all the workarounds I found on forums, to refresh or change the server that runs the jobs without luck. 

My last resource was checking other content databases in Sharepoint 2013 that doesn't have issues with the notifications and the timerlock in those register the WFE in SharePoint 2013. But there's another issue in the central adminitration, when I try to make a new webapp, it finish creating the content DB, but doesn't create anything on the IIS.

Another team installed a CU in the farm, and that date is the same that display the timerlock table for the content databases which were in SharePoint 2013 from the begining.

The event viewer in the APP server display this message Database 'Master' on SQL Server instance 'SP2013DB' is not empty and does not match current database schema, which makes me think that the CU wasn't correctly installed....but I'm still investigating...

This is clearly a mess, but I would like to know if anyone found a solution for problem similar to mine.

Thank you beforehand


Managed Metadata-Term set issue-Unable to add it to item nor able to get in search

$
0
0

Hello Everyone,

I am facing a weird issue with one particular Term set in SharePoint 2013.  It used to work properly before, however all of sudden It throws an error when I try to tag it to any file. 

Weird thing is that when I navigate to Central admin→Managed metadata service →Search for the term set, it doesn't show up in search. However when I navigate to that term group, that particular term set is still available. 

NOte: When I search for any other term set, it shows up the result and I can right way able to select it or can able to  click on that.  Moreover there are no custom properties for this term set at all. 

I did ran  a powershell to export entire term store to XML and when I did a search in that xml file, this particular term set is available. 

Even for end users they can see this term set when they try to add, but if they click on that term set, nothing happening, they were not able to add it at all. and if they edit old/previous one it won't allow them to save it as that term set is not valid. 

NOte: I am using farm account to see it it makes any difference, but still no luck. only this term set is not able to view in search


Deploy custome site template in to central admin

$
0
0

Hi,

I have site template solution "abcd.wsp". I addd this solution and deployed into the my sharepoint server.

using this below steps,

stsadm -o addsolution -filename "abcd.wsp"


stsadm -o deploysolution -name abcd.wsp -allowgacdeployment

but i can't able to see this template name in my "Custom template" tab in central admin while create a site.

please give me a solution

Our "Popularity trends" report is not showing any results (0 views)

$
0
0

we have sharepoint server 2013 on-premises. and inside all our sites, the Popularity Trends report will show 0 views. so i checked the following:-

1. Central admin > Application management > Manage Service Application > "Usage and Health Data Collection Service Application", i found that it is stopped.

so i re-provision it, using this power-shell:-

$sap = Get-SPServiceApplicationProxy | where-object {$_.TypeName -eq “Usage and Health Data Collection Proxy”}
$sap.Provision()

and the service started again:-

but still the report will show 0 views.

so i read this link http://geekswithblogs.net/bjackett/archive/2013/08/26/powershell-script-to-workaround-no-data-in-sharepoint-2013-usage.aspx and when i run this script

$aud = Get-SPUsageDefinition | where {$_.Name -like “Analytics*”} 
$aud | fl 
 
$prud = Get-SPUsageDefinition | where {$_.Name -like “Page Requests”}  
$prud | fl 

i found that i have the "EnableReceivers" = False. so i run this script to enable it:-

if((Get-PSSnapin -Name Microsoft.SharePoint.PowerShell) -eq $null) 
{ 
    Add-PSSnapin Microsoft.SharePoint.PowerShell 
} 
$aud = Get-SPUsageDefinition | where {$_.Name -like “Analytics*”} 
# if analytics usage definition receivers is empty then manually add back receiver 
if($aud.Receivers.Count -eq 0) 
{ 
    $aud.Receivers.Add(“Microsoft.Office.Server.Search.Applications, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c”, “Microsoft.Office.Server.Search.Analytics.Internal.AnalyticsCustomRequestUsageReceiver”) 
} 
# if analytics usage definition receiver is not enabled then enable it 
if($aud.EnableReceivers -eq $false) 
{ 
    $aud.EnableReceivers = $true 
    $aud.Update() 
} 
$aud | fl 
$prud = Get-SPUsageDefinition | where {$_.Name -like “Page Requests”}  
# if page requests usage definition receivers is empty then manually add back receiver 
if($prud.Receivers.Count -eq 0) 
{ 
    $prud.Receivers.Add(“Microsoft.Office.Server.Search.Applications, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c”, “Microsoft.Office.Server.Search.Analytics.Internal.ViewRequestUsageReceiver”)  
} 
# if page requests usage definition receiver is not enabled then enable it 
if($prud.EnableReceivers -eq $false) 
{ 
    $prud.EnableReceivers = $true 
    $prud.Update() 
} 
$prud | fl 

but still the report will show 0 view. although when i checked the following location C:\Program Files\Microsoft Office Servers\15.0\Data\Office i can see that there are files been generated and capture the user's actions :-

but i am not sure why those actions are not been reflected inside the "Popularity trends" report ? should i wait for couple of hours to have these actions reflected inside the "Popularity trends" report ?

Thanks

PowerShell script to generate Content database size

$
0
0

Dears,

Can anybody provide to get the only highest size of the content databases through PowerShell script and also it should generate mail with the content databases size which are in high size utilization(In GBs).

Ex:

Content Database Name                 SIZE in GB

WSS_Test                                       200GB

Environment:

SP2013 server

Win2012

Thanks

   

SharePoint 2013 CT Hub Content Type-Adding Information Management Policy via PowerShell

$
0
0
I have been searching the internet for a PowerShell Script sample and information on Adding an Information Management Policy to a Content Type within a SharePoint 2013 Content Type Hub via PowerShell.  I have found samples that add the IMP to a Content Type within a specific list, however, this would not work as I have 42+ Content Types that need to be set most with 2 stages and one of the stages is sending the Item with Metadata to the Records Center for retention. I would like to take a CSV or XML file with the IMP Properties for each Content Type and have PowerShell work through the list to create the IMP, republish the Content Type for syndication and start the Content Type Subscriber and Content Type Hub Timer Jobs to propagate the changes down the pipe to the Lists using the respective Content Type.  This appears to be possible but what I am finding doesn't show the Content Type Hub or declaring/sending the record item to the Records Center.  Any assistance on where to find this would be greatly appreciated.  Thanks!

"Sorry, this site hasn't been shared with you." After migrate site collection sp2013 to 2016

$
0
0
I migrated a site collection from sp2013 farm to sp2016.

All right except users lost permission on the site even though they are in the contributors group.

When I readd user to the group he grante the permission again, but the site have many libriries with exclusive permissions and that don't update.

I already performed a User Profile Full Synchronization.

Some help plz?

user profile Synchronization service stuck on starting SharePoint 2013 !!

$
0
0

Hi,

my current environment is SharePoint 2013. verbose logs are giving the below error.

error1:

User Profile Application: Unable to load satellite assembly for lcid 1033 specific culture 'en-US'. Trying parent culture 'en'. Exception details: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Office.Server.Intl.resources, Version=15.0.0.0, Culture=en-US, PublicKeyToken=71e9bce111e9429c' or one of its dependencies. The system cannot find the file specified.  File name: 'Microsoft.Office.Server.Intl.resources, Version=15.0.0.0, Culture=en-US, PublicKeyToken=71e9bce111e9429c'   

at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)   

at System.Reflection.RuntimeAssembly.InternalGetSatelliteAssembly(String name, CultureInfo culture, Version version, Boolean throwOnFileNotFound, StackCrawlMark& stackMark)   

at System.Reflection.RuntimeAssembly.InternalGetSatelliteAssembly(CultureInfo culture, Version version, StackCrawlMark& stackMark)   

at System.Reflection.RuntimeAssembly.GetSatelliteAssembly(CultureInfo culture)   

at Microsoft.Office.Server.Administration.UserProfileApplication.GetIntlDllFileVersionString(Int32 lcid)    === Pre-bind state information ===  LOG: DisplayName = Microsoft.Office.Server.Intl.resources, Version=15.0.0.0, Culture=en-US, PublicKeyToken=71e9bce111e9429c  (Fully-specified)  LOG: Appbase = file:///C:/Program Files/Common Files/Microsoft Shared/Web Server Extensions/15/BIN/  LOG: Initial PrivatePath = NULL  Calling assembly : Microsoft.Office.Server.intl, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c.  ===  LOG: This bind starts in default load context.  LOG: Using application configuration file: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\BIN\OWSTIMER.EXE.config  LOG: Using host configuration file:   LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework64\v4.0.30319\config\machine.config.  LOG: Post-policy reference: Microsoft.Office.Server.Intl.resources, Version=15.0.0.0, Culture=en-US, PublicKeyToken=71e9bce111e9429c  LOG: The same bind was seen before, and was failed with hr = 0x80070002. 

Errro2:

User Profile Application: Unable to load satellite assembly for lcid 1033. Using neutral language assembly version. Exception details: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Office.Server.Intl.resources, Version=15.0.0.0, Culture=en, PublicKeyToken=71e9bce111e9429c' or one of its dependencies. The system cannot find the file specified.  File name: 'Microsoft.Office.Server.Intl.resources, Version=15.0.0.0, Culture=en, PublicKeyToken=71e9bce111e9429c'   

at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)   

at System.Reflection.RuntimeAssembly.InternalGetSatelliteAssembly(String name, CultureInfo culture, Version version, Boolean throwOnFileNotFound, StackCrawlMark& stackMark)   

at System.Reflection.RuntimeAssembly.InternalGetSatelliteAssembly(CultureInfo culture, Version version, StackCrawlMark& stackMark)   

at System.Reflection.RuntimeAssembly.GetSatelliteAssembly(CultureInfo culture)   

at Microsoft.Office.Server.Administration.UserProfileApplication.GetIntlDllFileVersionString(Int32 lcid)    === Pre-bind state information ===  LOG: DisplayName = Microsoft.Office.Server.Intl.resources, Version=15.0.0.0, Culture=en, PublicKeyToken=71e9bce111e9429c  (Fully-specified)  LOG: Appbase = file:///C:/Program Files/Common Files/Microsoft Shared/Web Server Extensions/15/BIN/  LOG: Initial PrivatePath = NULL  Calling assembly : Microsoft.Office.Server.intl, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c.  ===  LOG: This bind starts in default load context.  LOG: Using application configuration file: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\BIN\OWSTIMER.EXE.config  LOG: Using host configuration file:   LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework64\v4.0.30319\config\machine.config.  LOG: Post-policy reference: Microsoft.Office.Server.Intl.resources, Version=15.0.0.0, Culture=en, PublicKeyToken=71e9bce111e9429c  LOG: The same bind was seen before, and was failed with hr = 0x80070002. 

My farm account is having all permissions.

could you please help me to fix this issue,

Thanks in advance!!




SharePoint Server 2019 - Which permission level is requiring to display "Compliance Details" option?

$
0
0

Hello,

Can you please suggest which permission level is responsible for displaying "Compliance Details" option as indicated in following screen?

Best Regards,


Dipti Chhatrapati


SharePoint Server 2019 - If Modern UI has no concept of master page, then why classic master page is affecting a modern page?

$
0
0

Hello,

We are working on deciding modernization approach of classic sites, and we thought of keeping pages into classic mode, while list and libraries into Modern mode.

Considering this approach, we have applied customized master page ( with custom java scripts in it) to classic page, however when we go to list and libraries in modern view, it's throwing following error, and we could realize that it's coming from the master page applied on the classic page.

My confusion is - If Modern UI has no concept of master page, then why classic master page is affecting a modern page of list and library?

Best Regards,


Dipti Chhatrapati


SharePoint Server 2019 - How to disable share functionality in SharePoint Farm ?

$
0
0

Hello,

Because of the security concern, I require to disable "Share" or "Get a link" option in SharePoint Farm wherever available, as of now, I know it is available at following places:

  • Ribbon Bar
  • More Menu
  • Item Context Menu
  • While Creating a Folder

Is there any possibility to disable "Sharing" and "Get a Link" functionality/options entirely in SharePoint farm?

Best Regards,


Dipti Chhatrapati

404 error while integrating Webseal for Sharepoint dev url

$
0
0

Hi All

We are unable to access SharePoint if traffic passes through web seal ,well it was fine with WFE ip and F5 ip directly if we made changes at local hosts

WFE ------------------->10.XXX.XX.XX 

Web Seal server --->10.XXX.XXX.XX  

 F5--------------------->10.XXX.XXX.XX

  • <Host entries> made to point      directly toWFE of SharePoint10.XXX.XX.XX        collaboration.unit.xdomain.net

Navigate tohttps://collaboration.unit.xdomain.net/sites/portal

Site resolves correctly:  able to load site with account with permissions one test and resolve the standard “Sorry, this site hasn't been shared with you.” Message on browser not using account with permissions

  • <Host entries> made to point      directly toWebseal server10.XXX.XXX.XX          collaboration.unit.xdomain.net

Navigate tohttps://collaboration.unit.xdomain.net/sites/portal

URL changes tohttps://auth.unit.xdomain.net/pkmsvouchfor?americas&https://collaboration.unit.xdomain.net/sites/portal

Server registers 401

Continuous prompt for authentication from both test systems

No site resolution

  • <Host entries> made to point      directly toF5 at 10.XXX.XXX.XX                                collaboration.unit.xdomain.net

Navigate tohttps://collaboration.unit.xdomain.net/sites/portal

Site resolves correctly:  able to load site with account with permissions one test and resolve the standard “Sorry, this site hasn't been shared with you.” Message on browser not using account with permissions


Sashank

Search is not finding keywords in picture library

$
0
0

I just setup a SharePoint 2013 server and created a picture library.

I posted a test picture and entered several words in the keyword box. This field is there by default.

When I search for the keywords, I do not receive any results. If I search for the title, I do receive the picture in the results.

What do I need to do to enable the search to find the keywords? I would think it would work by default. Otherwise, what is the point of having keywords?

Thanks for your help.


Joshua Lance


SharePoint Server 2019 - Which permission level is requiring to make "Compliance Details" option visible?

$
0
0

Hello,

Can you please suggest which permission level is responsible for displaying "Compliance Details" option as indicated in following screen?

Best Regards,


Dipti Chhatrapati



Unknown SQL Exception 133 occurred. Additional error information from SQL Server is included below. A GOTO statement references the label 'cleanup' but the label has not been declared.

$
0
0

When i mount any content DB to the share point 2013,all the site pages and Application pages are lost.getting 404 error when i browse the site 

Uls Log details:

02/20/2019 16:00:30.89w3wp.exe (SDCTKST73:0x3104)0x2458Web Content ManagementPublishingai23fMediumSiteServicesAddins.ReadFromPropertyBag: Site services addins don't exist for site collection http://msbi-s.ntrs.com/sites/GFSMiddleOfficeNASharepointSite.98f1c19e-972c-d0df-9e55-4ff249cc6c53
02/20/2019 16:00:30.91w3wp.exe (SDCTKST73:0x3104)0x2458SharePoint FoundationDatabase880iHighSystem.Data.SqlClient.SqlException (0x80131904): A GOTO statement references the label 'cleanup' but the label has not been declared.     at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)     at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)     at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)     at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData()     at System.Data.SqlClient.SqlDataReader.get_MetaData()     at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted)     at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest)     at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)     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 retryForDeadLock)  ClientConnectionId:7879c4a2-da3c-4470-987e-7d3b8c994a43  Error Number:133,State:1,Class:1598f1c19e-972c-d0df-9e55-4ff249cc6c53
02/20/2019 16:00:30.91w3wp.exe (SDCTKST73:0x3104)0x2458SharePoint FoundationDatabase880kHighat Microsoft.SharePoint.SPSqlClient.ExecuteQueryInternal(Boolean retryfordeadlock)     at Microsoft.SharePoint.SPSqlClient.ExecuteQuery(Boolean retryfordeadlock)     at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFileAndFolderProperties(String bstrUrl, String bstrStartUrl, ListDocsFlags ListDocsFlags, Boolean bThrowException, Int32& phrStatus, Object& pvarFiles, Object& pvarDirs, UInt32& pdwNumberOfFiles, UInt32& pdwNumberOfDirs)     at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFileAndFolderProperties(String bstrUrl, String bstrStartUrl, ListDocsFlags ListDocsFlags, Boolean bThrowException, Int32& phrStatus, Object& pvarFiles, Object& pvarDirs, UInt32& pdwNumberOfFiles, UInt32& pdwNumberOfDirs)     at Microsoft.SharePoint.Library.SPRequest.GetFileAndFolderProperties(String bstrUrl, String bstrStartUrl, ListDocsFlags ListDocsFlags, Boolean bThrowException, Int32& phrStatus, Object& pvarFiles, Object& pvarDirs, UInt32& pdwNumberOfFiles, UInt32& pdwNumberOfDirs)     at Microsoft.SharePoint.SPWeb.GetFileOrFolderProperties(String strUrl, ListDocsFlags listDocsFlags, Boolean throwException, SPBasePermissions& permMask)     at Microsoft.SharePoint.SPFolder.PropertiesCore(Boolean throwException)     at Microsoft.SharePoint.SPFolder.ThrowIfNullProperties()    at Microsoft.SharePoint.SPFolder.get_WelcomePage()     at Microsoft.SharePoint.Publishing.CachedArea.<.ctor>b__1(PublishingWeb areaForAction)     at Microsoft.SharePoint.Publishing.CachedArea..ctor(PublishingWeb area, String id, String parentId, CachedUserResource title, String url, CachedUserResource description, CachedObjectFactory factory)     at Microsoft.SharePoint.Publishing.CachedArea.CreateCachedArea(PublishingWeb area, CachedObjectFactory factory, String parentId)     at Microsoft.SharePoint.Publishing.CachedObjectFactory.CreateWebFromWebId(Guid webId)     at Microsoft.SharePoint.Publishing.CachedAreaLookup.EnsureLookup(Boolean errorsAsExceptions)     at Microsoft.SharePoint.Publishing.CachedAreaLookup.GetCachedAreaOrException()     at Microsoft.SharePoint.Publishing.Navigation.TaxonomyNavigationCache.GetCachedWebInfo(CachedAreaLookup cachedAreaLookup)     at Microsoft.SharePoint.Publishing.Navigation.TaxonomyNavigationCache.GetWebNavigationSettings(CachedAreaLookup cachedArea, CachedAreaLookup& parentCachedArea, Exception& loadError)     at Microsoft.SharePoint.Publishing.Navigation.TaxonomyNavigation.GetEffectiveProviderSettingsList(CachedAreaLookup cachedArea, Boolean includeInheritedSettings)    at Microsoft.SharePoint.Publishing.Navigation.TaxonomyNavigation.GetEffectiveProviderSettings[T](CachedAreaLookup cachedArea, String siteMapProviderName, Boolean includeInheritedSettings, CachedAreaLookup& cachedAreaWithSettings)    at Microsoft.SharePoint.Publishing.Navigation.TaxonomyNavigation.GetEffectiveProviderSettings[T](SPWeb web, String siteMapProviderName, Boolean includeInheritedSettings)     at Microsoft.SharePoint.Publishing.Navigation.SwitchableSiteMapProvider.GetCurrentWrappedProvider()    at Microsoft.SharePoint.Publishing.Navigation.SwitchableSiteMapProvider.get_RootNode()     at Microsoft.SharePoint.Publishing.Navigation.SwitchableDataSourceBehavior.AssignProperties(SiteMapProvider targetProvider)    at Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapDataSource.OnInit(EventArgs e)     at System.Web.UI.Control.InitRecursive(Control namingContainer)     at System.Web.UI.Control.AddedControl(Control control, Int32 index)     at Microsoft.SharePoint.WebControls.DelegateControl.AddControlResilient(Control ctl)     at Microsoft.SharePoint.WebControls.DelegateControl.CreateChildControlsInternal()     at Microsoft.SharePoint.WebControls.DelegateControl.CreateChildControls()    at System.Web.UI.Control.EnsureChildControls()     at Microsoft.SharePoint.WebControls.DelegateControl.OnInit(EventArgs e)     at System.Web.UI.Control.InitRecursive(Control namingContainer)     at System.Web.UI.Control.InitRecursive(Control namingContainer)     at System.Web.UI.Control.InitRecursive(Control namingContainer)     at System.Web.UI.Control.InitRecursive(Control namingContainer)     at System.Web.UI.Control.InitRecursive(Control namingContainer)     at System.Web.UI.Control.InitRecursive(Control namingContainer)     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)     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)98f1c19e-972c-d0df-9e55-4ff249cc6c53
02/20/2019 16:00:30.91w3wp.exe (SDCTKST73:0x3104)0x2458SharePoint FoundationDatabase880jHighSqlError: 'A GOTO statement references the label 'cleanup' but the label has not been declared.'    Source: '.Net SqlClient Data Provider' Number: 133 State: 1 Class: 15 Procedure: 'proc_GetContainingListCoreInternal' LineNumber: 136 Server: 'SDCTKST25'98f1c19e-972c-d0df-9e55-4ff249cc6c53
02/20/2019 16:00:30.91w3wp.exe (SDCTKST73:0x3104)0x2458SharePoint FoundationDatabase5586CriticalUnknown SQL Exception 133 occurred. Additional error information from SQL Server is included below.  A GOTO statement references the label 'cleanup' but the label has not been declared.98f1c19e-972c-d0df-9e55-4ff249cc6c53
02/20/2019 16:00:30.91w3wp.exe (SDCTKST73:0x3104)0x2458SharePoint FoundationDatabasetzkuHighConnectionString: 'Data Source=SDCTKST25;Initial Catalog=PROD_Collab_MSBI_Content_GFS_19Feb2019;Integrated Security=True;Persist Security Info=False;Enlist=False;Pooling=True;Min Pool Size=0;Max Pool Size=100;PoolBlockingPeriod=Auto;Asynchronous Processing=False;Connection Reset=True;MultipleActiveResultSets=False;Replication=False;Connect Timeout=45;Encrypt=False;TrustServerCertificate=False;Load Balance Timeout=0;Packet Size=8000;Type System Version=Latest;Application Name=".Net SqlClient Data Provider";User Instance=False;Context Connection=False;Transaction Binding="Implicit Unbind";ApplicationIntent=ReadWrite;MultiSubnetFailover=False;TransparentNetworkIPResolution=True;ConnectRetryCount=1;ConnectRetryInterval=10;Column Encryption Setting=Disabled'    Partition: 84aee403-5382-464c-b1af-2accaa1c7438 ConnectionState: Closed ConnectionTimeout: 4598f1c19e-972c-d0df-9e55-4ff249cc6c53
02/20/2019 16:00:30.91w3wp.exe (SDCTKST73:0x3104)0x2458SharePoint FoundationDatabasetzkvHighSqlCommand: 'proc_GetDocsMetaInfo'     CommandType: StoredProcedure CommandTimeout: 0     Parameter: '@RETURN_VALUE' Type: Int Size: 0 Direction: ReturnValue Value: '0'    Parameter: '@DocSiteId' Type: UniqueIdentifier Size: 0 Direction: Input Value: '84aee403-5382-464c-b1af-2accaa1c7438'     Parameter: '@WebFullUrl' Type: NVarChar Size: 4000 Direction: Input Value: 'sites/GFSMiddleOfficeNASharepointSite'    Parameter: '@GetDocsFlags' Type: Int Size: 0 Direction: Input Value: '28744'     Parameter: '@UserId' Type: Int Size: 0 Direction: Input Value: '1073741823'     Parameter: '@DirName1' Type: NVarChar Size: 4000 Direction: Input Value: 'sites'     Parameter: '@LeafName1' Type: NVarChar Size: 4000 Direction: Input Value: 'GFSMiddleOfficeNASharepointSite'     Parameter: '@AttachmentsFlag1' Type: TinyInt Size: 1 Direction: Input Value: '0'    Parameter: '@Level1' Type: TinyInt Size: 1 Direction: Input Value: '1'     Parameter: '@RequestGuid' Type: UniqueIdentifier Size: 0 Direction: Input Value: '98f1c19e-972c-d0df-9e55-4ff249cc6c53'98f1c19e-972c-d0df-9e55-4ff249cc6c53
02/20/2019 16:00:30.91w3wp.exe (SDCTKST73:0x3104)0x2458SharePoint FoundationDatabaseaek90HighSecurityOnOperationCheck = True98f1c19e-972c-d0df-9e55-4ff249cc6c53
02/20/2019 16:00:30.91w3wp.exe (SDCTKST73:0x3104)0x2458SharePoint FoundationDatabased0d6HighSystem.Data.SqlClient.SqlException (0x80131904): A GOTO statement references the label 'cleanup' but the label has not been declared.     at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)     at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)     at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)     at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData()     at System.Data.SqlClient.SqlDataReader.get_MetaData()     at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted)     at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest)     at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)     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 retryForDeadLock)     at Microsoft.SharePoint.SPSqlClient.ExecuteQueryInternal(Boolean retryfordeadlock)     at Microsoft.SharePoint.SPSqlClient.ExecuteQuery(Boolean retryfordeadlock)  ClientConnectionId:7879c4a2-da3c-4470-987e-7d3b8c994a43  Error Number:133,State:1,Class:1598f1c19e-972c-d0df-9e55-4ff249cc6c53
02/20/2019 16:00:30.91w3wp.exe (SDCTKST73:0x3104)0x2458SharePoint FoundationDatabasead194HighExecuteQuery failed with original error 0x8013190498f1c19e-972c-d0df-9e55-4ff249cc6c53
02/20/2019 16:00:30.91w3wp.exe (SDCTKST73:0x3104)0x2458SharePoint FoundationDatabaseafg9pHighFailed to get output parameter, HR: 0x80131509, Native stack:98f1c19e-972c-d0df-9e55-4ff249cc6c53
02/20/2019 16:00:30.91w3wp.exe (SDCTKST73:0x3104)0x2458SharePoint FoundationMonitoringb4lyHighLeaving Monitored Scope (CachedObjectFactory: Caching Web with id: 0d51cbd5-f298-4352-a839-b9fff4a147e9). Execution Time=48.184056912261298f1c19e-972c-d0df-9e55-4ff249cc6c53
02/20/2019 16:00:30.91w3wp.exe (SDCTKST73:0x3104)0x2458SharePoint FoundationGeneral8sl1HighDelegateControl: Exception thrown while adding control 'Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapDataSource': System.IO.FileNotFoundException: File Not Found.     at Microsoft.SharePoint.SPFolder.ThrowIfNullProperties()    at Microsoft.SharePoint.SPFolder.get_WelcomePage()     at Microsoft.SharePoint.Publishing.CachedArea.<.ctor>b__1(PublishingWeb areaForAction)     at Microsoft.SharePoint.Publishing.CachedArea..ctor(PublishingWeb area, String id, String parentId, CachedUserResource title, String url, CachedUserResource description, CachedObjectFactory factory)     at Microsoft.SharePoint.Publishing.CachedArea.CreateCachedArea(PublishingWeb area, CachedObjectFactory factory, String parentId)     at Microsoft.SharePoint.Publishing.CachedObjectFactory.CreateWebFromWebId(Guid webId)     at Microsoft.SharePoint.Publishing.CachedAreaLookup.EnsureLookup(Boolean errorsAsExceptions)     at Microsoft.SharePoint.Publishing.CachedAreaLookup.GetCachedAreaOrException()     at Microsoft.SharePoint.Publishing.Navigation.TaxonomyNavigationCache.GetCachedWebInfo(CachedAreaLookup cachedAreaLookup)     at Microsoft.SharePoint.Publishing.Navigation.TaxonomyNavigationCache.GetWebNavigationSettings(CachedAreaLookup cachedArea, CachedAreaLookup& parentCachedArea, Exception& loadError)     at Microsoft.SharePoint.Publishing.Navigation.TaxonomyNavigation.GetEffectiveProviderSettingsList(CachedAreaLookup cachedArea, Boolean includeInheritedSettings)    at Microsoft.SharePoint.Publishing.Navigation.TaxonomyNavigation.GetEffectiveProviderSettings[T](CachedAreaLookup cachedArea, String siteMapProviderName, Boolean includeInheritedSettings, CachedAreaLookup& cachedAreaWithSettings)    at Microsoft.SharePoint.Publishing.Navigation.TaxonomyNavigation.GetEffectiveProviderSettings[T](SPWeb web, String siteMapProviderName, Boolean includeInheritedSettings)     at Microsoft.SharePoint.Publishing.Navigation.SwitchableSiteMapProvider.GetCurrentWrappedProvider()    at Microsoft.SharePoint.Publishing.Navigation.SwitchableSiteMapProvider.get_RootNode()     at Microsoft.SharePoint.Publishing.Navigation.SwitchableDataSourceBehavior.AssignProperties(SiteMapProvider targetProvider)    at Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapDataSource.OnInit(EventArgs e)     at System.Web.UI.Control.InitRecursive(Control namingContainer)     at System.Web.UI.Control.AddedControl(Control control, Int32 index)     at Microsoft.SharePoint.WebControls.DelegateControl.AddControlResilient(Control ctl)98f1c19e-972c-d0df-9e55-4ff249cc6c53
02/20/2019 16:00:30.94w3wp.exe (SDCTKST73:0x3104)0x2458Web Content ManagementPublishingadjr0MediumCatalogConfig.ReadFromPropertyBag; Catalog configurations don't exist for site collection http://msbi-s.ntrs.com/sites/GFSMiddleOfficeNASharepointSite.98f1c19e-972c-d0df-9e55-4ff249cc6c53


SharePoint Server 2019 - How to make "Site Owner" to create "Audit Log Reports" ?

$
0
0

Hello,

As only site collection administrator can create audit log report, I was wondering by any chance can we make "Site Owner" to create "Audit Log Reports" using any easy options ?

Best Regards,


Dipti Chhatrapati

SharePoint Security group "Name" property does not display

$
0
0

Hello Everyone,

I noticed the SharePoint Group "name" properties doesn't display any names and display totally blank. I updated the CU security update in April 2019 and it use to show correctly until last month. All sudden the names show blank. Any idea what is changed or how to display correctly the names under a sharepoint groups?

Please note that if I add singe user directly without adding a group, it displays correctly. The name property shows blank only when I add users in a group(also existing users shows blank under 'name')

Will you please help?

Thanks

Shridhar


Users Logging on System Account

$
0
0

Good day,

I am have a group of user who log on to our SharePoint 2016 Portal as System Account, as a result these user cannot

start workflows. I know in some Blogs it is stated that when a user account shows up as a System Account it probably means that

user account was used when setting up SharePoint.However in my case i have a quite a number of users in this scenario and none of them where used in setting up SharePoint.

Can anyone point me in the right direction on how to resolve this.

Thank you.


Kassoka

User Profile Sync is not Starting in SharePoint 2013

$
0
0

Hello Experts,

I am getting issue with User Profile Sync Service as it is not getting started and hence new users are not getting updated profiles.

Though User Profile is Started and service is running. Following are the steps taken so far:

  1. User Profile Sync was stuck in Synchronizing, hence we Stopped. Which later got stuck at Stopped Status. Now it is unprovisioned.
  2. IsSynchronizing parameter was true whereas IsRunning was False.
  3. We checked the FIM and FIMSync Service, Restarted them. They are getting disabled again.
  4. Stopped and Started User Profile and User Profile Sync Service from Services on Server. User Profile is getting started but Sync is stopped again. Once sync service is stopped, in services.msc FIM and FIMSync are getting disabled. 
  5. "User Profile Service - User Profile Incremental Synchronization" Timer Job is failing.
  6. Did an IIS Reset, nothing worked.
  7. Restarted SharePoint Timer Service.
  8. There is a Critical level in Log: The Execute method of job definition Microsoft.Office.Server.UserProfiles.UserProfileImportJob (ID 60a32181-84ec-4408-a961-21ba19846541) threw an exception. More information is included below.  Operation is not valid due to the current state of the object. 

Exception stack trace:   
 at Microsoft.Office.Server.UserProfiles.UserProfileImportJob.CreateSteps()    
 at Microsoft.Office.Server.UserProfiles.UserProfileImportJob.Execute()    
 at Microsoft.SharePoint.Administration.SPTimerJobInvokeInternal.Invoke(SPJobDefinition jd, Guid targetInstanceId, Boolean isTimerService, Int32& result)

Any help is appreciated. 

Thanks in advance..


link2shaan

error while running below script. please help me

$
0
0

Hello Everyone, 

I am running below script and it worked in my dev farm. however it is not working in my PROD. I can see the term set group and, but the error is showing as null value at "term set group" parameter. 

$TermLabel = "TTest"

$TermGUID = "4654654564-21531451"

# Set your Term Store, Term Group, Term Set, and language

$mms = "Managed Metadata Service" #Managed Metatadata Service App name

$tg = "Metadata Test" #Term Group name

$tsName = "Deliverables" #Term Set name

$language = 1033 #This is a US English term

# Get the Site for context

$siteUrl = "https://csharepoint.test.ca/"



#Change nothing below this line

Add-PSSnapin Microsoft.SharePoint.PowerShell -ea SilentlyContinue

$site = Get-SPSite $siteUrl

# Start a taxonomy session

$ts = Get-SPTaxonomySession -Site $site

#Get the Term Store

$termStore = $ts.TermStores[$mms]

#Get the Term Group

$termGroup = $termStore.Groups[$tg]

#Get the Term Set

$termset = $termGroup.TermSets[$tsName]

#Create a term with specific GUID within the term set

$termset.CreateTerm($TermLabel, $language, $TermGUID)

#Make it so

$termStore.CommitAll()

error: 

Cannot index into a null array.
At E:\CreateTermset-oldGUID.ps1:37 char:1
+ $termGroup = $termStore.Groups[$tg]
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : NullArray
Viewing all 21070 articles
Browse latest View live


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