Hi Guys,
Is there any step by step instruction link using https for office web app configuration in Sharepoint.
Hi Guys,
Is there any step by step instruction link using https for office web app configuration in Sharepoint.
Hello Guys,
We have sharepoint online which have MFA enabled. Due to this our Scripts to upload files using system accounts has been blocked. For this purpose I have register app and provided access to the app to the share point document library . I am able to connect to sharepoint online using app however when I tried to use add-pnpfile and ty to upload the file i receive access denied
Here is my commands
c:\html\labs.txt is my pc stirage location where i am uploading files
Hi All,
just wanted to know, is PowerApps used only within Sharepoint or it can be used as stand alone and integrate with other Applications.
Thanks in advance
Hi Guys,
I have created a service account which has DBO access to all the databases including Master and it has dbcreator and sysadmin role in the db server.
The account is the local admin in the servers, is part of WSS_WPG group and WSS_Admin_WPG groups
Still, I am getting access denied using this account for the web applications in the farm.
I can solve this issue by giving full control to the web application but I thought it is not required explicitly.
Can someone please clarify?
Hi,
I am using MAPtoolkit 9.9.13, all reports are coming except sharepoint 2013 usage report.
I configured IIS logging in MAP server and also log parsing in MAP.
Is there anything i need to configure to get the usage report?
Please support.
Thanks
Alagar
We have a SharePoint 2013 server with a Document Library setup that uses Major Version revision control. Revision Numbers are an important field to the team using the Library, as they use this among themselves when using and communicating on the documents.
In some cases a user will propose an update to a document that gets rejected. The document will live in this rejected status until someone reverts it to the prior version. This is good functionality, however reverting to the rejected version requires approval,
which ticks up the Revision Number of the document.
The increase in Revision number causes confusion among the end users as they think new information has been added to the document, when none has been.
This leads to additional discussion that is not needed.
One option that we have tried is to just leave the document in the rejected status. This has proven to not be ideal because many of the document approves are also collaborators to the content. So when they open the documents that are in the rejected changes.
They see the rejected changes and can cause them confusion.
Ultimately our question is if there is a way to reject or delete a proposed change to a document in a document library without interrupting the Revision sequence.
Previous week I encountered error posted bellow. Error occurs everytime when I try to open InfoPath form for editing (clicking on the Customize Form icon in List tab). There were no problems with InfoPath forms associated with Sharepoint lists before. I
suspect that Windows update messed thing up. Any ideas how to fix this?
Error:
The SOAP response indicates that an error occurred on the server:
Exception of type 'Microsoft.SharePoint.SoapServer.SoapServerException' was thrown.
<detail><errorstring xmlns="http://schemas.microsoft.com/sharepoint/soap/">
List does not exist.
The page you selected contains a list that does not exist. It may have been deleted by another user.
</errorstring><errorcode xmlns="0x82000006</errorcode></detail">http://schemas.microsoft.com/sharepoint/soap/">0x82000006</errorcode></detail
Hi would need your suggestion for that i have share point 2013 server and have done Cumulative update on 2016 march ,after that nothing happens into both UAT/Production server.
Now we want SharePoint 2013 cu update recent version so that which version would be do and why and step by step details
Hi Guys,
I have 6 index servers ( 4 DMZ servers and 2 non-dmz servers)
Total items are 2.5M
In 4 DMZ index servers, there are many merge files stuck since 31 March.
What can be done to get rid of these merge folders to reduce the space?
I am working on remote event receiver which listen to a document library exist in a sub-site.
Code is somewhat similar to this implementation : https://github.com/SharePoint/PnP/tree/master/Samples/Core.EventReceivers
I want to update / insert a List which exist in Parent Site.
So the flow is, whenever something change in sub-site / child site of document library, event receiver will execute and there should be an entry in Parent site List.
How should I implement it ? I have clientcontext of sub-site / child site. I can retrieve ParentId and other property like below:
var web = clientContext.Web;
var parentWeb = web.ParentWeb;
clientContext.Load(parentWeb);
clientContext.ExecuteQuery();
How to load parent List & update it ?
If I go something below:
ClientContext parentClientContext = new ClientContext("https://parentsite/");clientContext.Credentials is giving null value
FYI : clinetContext is sub-site context.
Environment: SharePoint 2013, windows server 2012.
User profile synchronization is not working on our farm . When I check the User Profile synchronization service application on central admin , I see there are only 15 profiles synchronized. I am still working on re-configuring.
However, on our SharePoint site when I search for a user in settings->permissions, I can find a user but it always shows 3 options for every user and they all look same . This user can be or active directory user name or some random name like James Bond.
When I hover over these options it says RoleADFS Production QS(domain name) , UPN ADFS Production QS(domain name), EmailADFS Production QS(domain name) address. I always select email and able to assign permissions. Is it doing this because our user profile is not synchronizing at this point
My question is how does this user search works in SharePoint. When I am looking for a user to assign permissions does it look in user profile DB or does it get information from AD.
I want it to show me only correct user.
@R
Hi,
Using powershell script i ma trying to move search service from my id to farmSvcacct , but I am getting error
Add-PSSnapin Microsoft.SharePoint.PowerShell -ErrorAction SilentlyContinue
#Custom Function to change Service account of given service
Function Set-ServiceIdentity($svc, $UserName)
{
#Get the current service account
$ProcessIdentity = $svc.Service.ProcessIdentity
if ($ProcessIdentity.Username -ne $UserName)
{
$ProcessIdentity.Username = $UserName
$ProcessIdentity.Update()
Write-Host "Service Account Set!"
}
}
#Get the Service
$Service = Get-SPServiceInstance | Where {$_.TypeName -eq "Search Service Application"}
Set-ServiceIdentity $Service "Domain\farmSvcacct"
Below is the error i am getting please suggest, where i am doing mistake
Property 'Username' cannot be found on this object; make sure it exists and is settable.We are using SharePoint server 2013, in our SharePoint is not connected to the particular internet computer.
We tried to ping the IP address its pinging properly, but it shows "site is not reachable"
please provide the solution to solve the issues.
Jey
Receive an error in SharePoint 2013 document library whenever a PowerPoint document is opened. Below is the error.
Microsoft Office cannot complete the operation because the network is unavailable. Check your network connection and try again.
I just started learning SharePoint for work. So I'm quite novice. I built an Action Tracker to track tasks for everyone. The supervisor now wants the task to turn red if overdue. Is it possible to have an item turn red, either the text or background once it becomes past due?
Thanks!
Dan
I'm using Access 2013 to append records to a linked table in SharePoint. The records append fine except for the one Long Text field in the data. I've believe I've tried all combinations of matching up the format of the field in Access (Plain Text, Rich Text) and SharePoint (Plain Text, Rich Text, Enhanced Rich Text). No combination seems to work.
What am I missing?