Questions tagged [sharepoint-2019]

101 questions
0
votes
0 answers

Sharepoint 2019 onPostRender is not fired when accessing Site or SubSite

In Sharepoint 2013 I registered a function to onPostRender event and it worked properly both when accessing Site or SubSite and when accessing Document Library. In Sharepoint 2019 Something get wrong, and the onPostRender event is fired only when…
Bat
  • 121
  • 8
0
votes
1 answer

SharePoint Database "There is insufficient memory in resource pool 'internal to run this query"

We are using SP2019 On-Premise with two-tier architecture, Application Tier and DB Tier. We just did a fresh installation with the basic configuration for SP services and applications and everything works fine on the Application server However, the…
0
votes
0 answers

SharePoint 2019 document library takes 30 seconds to update metadata column

I have a document library in SharePoint 2019 with document sets and folders. At this moment it has more than 52K+ documents. I am using CSOM to create and update the document sets. Create new report set - 6-8 seconds Update any metadata column - 30…
0
votes
0 answers

ReportingProjectPublish failes with Access is Denied, Exit Codes 24006/26000

Everytime I am trying to puiblish a project (SharePoint/Project Server 2019; CU February 2023) in my environment I'm getting an error in the queue jobs for the "Reporting (Project Publish)" job. Those are the error details shown: General: Reporting…
sibbnei
  • 1
  • 1
0
votes
0 answers

Upload multiple files on SharePoint 2019 in one item inside a document library / list item

I want to upload multiple files in SharePoint list \ library. I don't want to keep files and metadata in separate list. I am currently using C# code for uploading the files to SharePoint list. But in document library only one document is allowed per…
0
votes
0 answers

Get SharePoint List items that match .aspx

i want to loop through all lists in all Site Collection and subsites in a SharePoint WebApplication and have Shell output only the files that end with .aspx. Here is my script so far: $AllSites = Get-SPWebApplication https://contoso.de | Get-SPSite…
RJ96
  • 303
  • 4
  • 13
0
votes
0 answers

SharePoint Getting errors: "Version conflict" or "The file XXX has been modified by YYY on ZZZ date and time"

SharePoint Problem: For a library created with Versioning Settings set to No Versions For folders created with Add-PnPFolder, when some (it's intermittent) of the folders are later modified with Set-PnPListItem or Set-PnPListItemPermission: One of…
0
votes
0 answers

How do I apply a CSS code in a subsite in Sharepoint 2019 via masterpage

I have a classic team site on sharepoint 2019 (subsite). I need to hide this error message "We apologize for the inconvenience, but we've made OneDrive and sites read-only while we do some maintenance" when the database is not running Tried to…
yobab77
  • 41
  • 1
  • 11
0
votes
0 answers

Which browser is used when we use SharePoint Export To Excel Functionality?

I have implemented single sign on functionality on SharePoint server 2019 but when I am trying to Export To Excel SharePoint list, its showing some script error (it could be because I used JS which is not supported in IE). So can you please confirm…
0
votes
1 answer

Split Sharepoint Content Database

I have a single SharePoint content database (Sharepoint 2019 - On Premise) that is over 100 GB and I would like to split the SP sites between some new content databases that I will make. I have created the new content databases but I have no idea on…
0
votes
2 answers

How to hide the left navigation in sharepoint 2019 (modern page)

I wanna to hide SharePoint 2019 Left Navigation in Modern Team Site, like the following screen, Any one know how to config?
user1625812
  • 187
  • 4
0
votes
0 answers

Site not loading on WFE2 in SharePoint 2019

I have setup a SharePoint 2019 high-availability farm with 2 WFE's, 2 APP and 2 SQL Servers. All servers state is good and patched the farm with May 2022 Cumulative Update. We are running F5 load balancer and public IP of the load balancer (LB) is…
0
votes
1 answer

Endpoint when using AD FS SAML token with with SharePoint 2019

I have fetched a SAML Token from AD FS for the Relying Party Trust I have set up with my local SharePoint server. The the important part of the response from ADFS is given below. Using this, I have been able to retrieve an access token from…
PKCS12
  • 407
  • 15
  • 41
0
votes
0 answers

SharePoint Change Log API Attachments

I tried to get the details of Share point rest API for change_log for list or events Attachment Files, if user make any changes in the list item we can easily fetch those details by using getbytitle('List')/getChanges rest API. The same way is…
0
votes
0 answers

Issue in Distributed Cache Service in SharePoint 2019

I am having SharePoint 2019 high availability environment wherein Distributed Cache is up & running on WFE1. However, when I am running the Configuration Wizard in WFE2, its failing with the error message - Configuration Wizard failed with error…