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

No one has access to sharepoint (sorry you do not have access) even with the right permissions

$
0
0

I am able to access everything just fine, since I'm a farm admin, dbo, etc.

Please advise.


SharePoint 2013 big issue with windows update KB3192392 and KB3192404 ?

$
0
0
Hello,
we have two farms SharePoint 2013 at different SharePoint CU levels.
End of last week, we had the same issue for both farms  : any sites (including Central Admin) were no more accessible - error 404.
There were no change done on theses SharePoint farms.
We notice that a system update was done on the servers during the week with KB3192392 and KB3192404.
We suppose that the cause of the issue comes from one of this system update.
First, we didn't think of these updates. We restore the farms with a previous backup of the servers and databases. And everything went up fine.
Then the system updates were applied again automatically on the servers by our update services. And both farms went down again.
We tried removing only the updates and restarting the servers but the issue is still there. We have to restore again the farms.
Did anyone face the same issue than us ?

Best regards,
Ghislain


Title clickable by default

$
0
0

According to various search pages - the recommendation is to use the Title field along with the Name field for a better name on the file - keeping the name short and the title more descriptive

The "problem" with that is that the Tilte Field is not clickable like the Name field (to open the document)

- so how do I make the Title clickable default behavior as the Name Field   (everywhere)  

Add FBA Users & Roles to SharePoint through PowerShell

$
0
0

I know this question was already asked and it was answered here, but it refers to some links, which are not working for me. I need to add FBA users / roles to SharePoint site through PowerShell. Following are the links mentioned as answer in the above link.

https://blogs.msdn.microsoft.com/brporter/2010/12/02/adding-users-and-claims-to-a-site-from-powershell/

https://technet.microsoft.com/en-us/library/ff607546.aspx

The above TechNet link mentions a command called New-SPIdentityProvider. But when I try to use it, I get an error in PowerShell that it is not recognized as a cmdlet.

Also, I don't want to hardcode the part "i:0#.f|<myMembershipProvider>|" in the user name while calling the web.EnsureUser method. Can anyone please help?


Ven

SharePoint Health Reports empty

$
0
0

Hello!

I'm experiencing issues with SharePoint Usage and Health service application (SharePoint Foundation 2013). The health reports are empty and I see errors in Windows Event Log:

Session "SharePointDiagnostics" failed to start with the following error: 0xC0000035

and

Session "OfficeSearchHealthSession" failed to start with the following error: 0xC0000022

I tried solutions from 

https://jerryyasir.wordpress.com/2014/05/15/how-to-fix-sharepointdiagnostics-event-id-2/

https://social.technet.microsoft.com/Forums/sharepoint/en-US/3637c72c-1b34-4459-ab86-4b72c590ac19/sharepoint-2013-the-monitoring-reports-are-not-working?forum=sharepointadmin

but they didn't help.

Please, help me troubleshoot the problem.

Thank you in advance.


If my suggestion helped you to solve your problem, please don't forget to mark it as Answer

Not able to open documents using Office web app on my SharePoint 2013 site.

$
0
0


I have successfully configured Office web app server with my SharePoint 2013 by using the power-shell command

New-SPWOPIBinding

 But to my surprise the word and excel files still opens with the client applications like MS Office or it gets downloaded, instead of opening in web browser.

Not able to figure out what went wrong, Can any of you throw some light here ?

Thanks in advance.


What is Windows Fabfic folder?

$
0
0

Hi,

What is Windows Fabfic folder on SharePoint servers? Why it is creating trace logs at C:\ProgramData\Windows Fabric\Fabric\log\Traces location?

Thank you,



OK29

SharePoint 2013 - AAM - Configuring URLs with both www and without www

$
0
0

Greetings!

We have a SharePoint 2013 site that is setup as www.thesite.com, using AAM configured as such (using http://www.thesite.com), with an A record (www) in DNS pointing to FQDN http://www.thesite.com. When testing without the "www" (orhttp://thesite.com), it does hit the site, but consistently fails with the "Sorry, something went wrong" screen. If usinghttp://www.thesite.com, the site opens without issue. I attempted to locate the error ID in the SP logs, but (interesting) the GUID doesn't appear (Medium level logging). I'm a bit rusty when it comes to DNS \ AAM and was hoping someone could point me in the right direction for what I may be missing. Thanks!


if(!intelligence) vacation.getAttribute('leave') = 'now';



iCan I move SharePoint site from one Content Database to another?

$
0
0

Hi,

I have four sites in one Content Database? I want to move 3 sites to new database. Is it possible to move sites from one database to new database?

ANy help would be greatly appreciated.

Thank you


OK29

failed job

$
0
0
I got this as the only entry in the failed jobs 

User profile - Feed Cache Repopulation Job Failed  

some times it happens 1 time a day other days it might fail 3 times a day - all at random times 

11-07-2016 10:40
11-07-2016 10:10 
11-07-2016 06:45 

The error is this:  
Unexpected exception in FeedCacheService.IsRepopulationNeeded: Cache cluster is down, restart the cache cluster and Retry.

It runs every 5 mins  - so no big deal - but (why) is the Cache Cluster down so random and how does this restart it self?  

LVT issue while using group by for list view

$
0
0

working on a little bit strange issue.

For a list filters have been set to narrow the results in the list view to avoid the LVT error.

However the erros pop us as soon as a 'group by' is used in the same view where items are far below 5000? Is 'group by' effective prior to column filter or something else causing this issue??

Adding to surprise, if additional filter applied to view to show only items after some 'created date' column, everything works fine including group by!!!




SharePoint PowerShell - Remove user ONLY from specific library and NOT from site

$
0
0

Hello,

I want to remove a certain users from specific site library and NOT from whole site using Poweshell

From UI, its easy to remove by going into site -> library -> library settings -> Permission for this document library -> click on target permission group -> select user and remove.

however while doing the same using Powershell, the user is also appeared to be removed from same group available under site permissions, and hence loosing access to whole site instead of just to targeted document library.

can someone please suggest what i am missing/doing wrong in below code snippet?

below is my PS code for reference: (please ignore closing brackets as i have intentionally only copied the code to be shared.

foreach($group in $list.RoleAssignments.Groups) { #read users of each group foreach($user in $group.Users) { if($user.UserLogin -eq "<any login name>") { #remove user from group

$group.RemoveUser($user)


Khurram Jamshed - MBA, PMP, MCTS, MCITP ( Blog, Twitter, Linkedin )
If you found this post helpful, please “Vote as Helpful”. If it answered your question, please “Mark as Answer”.


Cannot find an SPSite object with Id or Ur

$
0
0

While trying to execute this Power-shell command: $site = Get-SPSite "http://mysite/"

facing: Get-SPSite : Cannot find an SPSite object with Id or Url: http://mysite/.

At line:1 char:9 + $spSite = Get-SPSite <<<< " + CategoryInfo : InvalidData: (Microsoft.Share...SPCmdletGetSite: SPCmdletGetSite) [Get-SPSite], SPCmdletPipeBindException + FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletGetSite

How to fix this? thanks in advance!

Eventviewer - Error - EventID 8313 - Topology

$
0
0

Hi,

I have an error in eventviewer which occurs every 5 minutes. Does anyone have any experience on this issue?
This is on the WFE server

A failure was reported when trying to invoke a service application: EndpointFailure
Process Name: w3wp
Process ID: 9992
AppDomain Name: /LM/W3SVC/1121448366/ROOT-1-131223538567178643
AppDomain ID: 2
Service Application Uri: urn:schemas-microsoft-com:sharepoint:service:4db8b1d66f4642a28feb8808555baeba#authority=urn:uuid:44dec6c1acc04a409fe31db81d1bb5de&authority=https://srvx:32844/Topology/topology.svc Active Endpoints: 2
Failed Endpoints:2
Affected Endpoint: http://srvx:32843/4db8b1d66f4642a28feb8808555baeba/SearchService.svc

Backup/Restore of the community site collection breaking the Site column link on site setting page.

$
0
0

Hello,

In SharePoint 2013 May 2016 CU, When I backup and restore the community site collection from production to dev environment, It's breaking the site column link on site setting page.

So After I restore the site collection in DEV, when I go to site settings --> Site Column to create the new site column, here is the below error I'm getting.

"

Field type SecuredMultiLineText is not installed properly. Go to the list settings page to delete this field.  

"

Can someone please help to fix the issue?

Thank you!


SharePoint Layout JS & CSS files are not accessible on Random calls

$
0
0

Hi,

Recently we have moved Production Database to DR (Disaster Recovery) Location Database, and we have created new Web Application in DR SharePoint and attached newly created web application with copied database, now everything is working fine and more faster in DR Location but when we try to access DR SharePoint Web Application from Production Network it is taking long time to Load Layout JS & CSS Files andon same client machine one request loading faster with all js and css files but for other request it is taking more than 90 seconds and asking for username and password .

Please note that both Production & DR Located in Same Country with WAN.

No Customization have been done on the Master Pages, no Custom solutions deployed.

Any help on this 



Regards, Ravikumar V


document library listing and staff directory

$
0
0


Also i have a bunch of document libraries in a subsite. I want to create a listing of the libraries and not the content in them on the homepage of the subsite. so that users can at a glance see all the librarcies


Report data source and report icons is not displaying for some users

$
0
0

Hi,

We have reporting service sharepoint mode integrated and we are using SQL server reporting services content types along wirh Business intelligence content types.There is something peculiar happening that for some of the users the Report Icon is displaying and for some of them it is not displaying. Whenever user for whidch report icon is not displaying they try to  browse the report it throws the error. While it works for other users.

Regards

Rajaniesh 

No one has access to sharepoint (sorry you do not have access) even with the right permissions

$
0
0

I am able to access everything just fine, since I'm a farm admin, dbo, etc.

Please advise.

Authentication prompt is displayed when opening with Explorer

$
0
0

Hi all,

I am currently on SharePoint Server 2013 Standard Edition. When I Open with Explorer, I am asked to enter credentials to authenticate the first time I am connected to site. Is there any possibility to not get this prompt?

I have added the Site as Trusted site and change the 'Automatic log-on with current user name and password' in Internet Options. I have selected the 'Remember my credentials' in the Authentication prompt box. 

I have performed these steps as well:

  • Click Start, type regedit in the Start Search box, and then press ENTER.
  • Locate and then click the following registry subkey:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters
  • On the Edit menu, point to New, and then click Multi-String Value.
  • Type AuthForwardServerList, and then press ENTER.
  • On the Edit menu, click Modify.
  • In the Value data box, type the URL of the server that hosts the Web share, and then click OK.
  • Exit Registry Editor.

None of these have worked. Can you please advise how to remove the authentication prompt?

Thanks

Viewing all 21070 articles
Browse latest View live


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