Tag Info

New answers tagged

0

Okay, it looks to be a database throttling problem. We've created a new site collection with a seperate database attached for the library.


0

I found it. The missing DLL was in C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\ISAPI\Microsoft.SharePoint.Client.ServerRuntime.dll But wasn't registered on VS, so you need to manually browse to the file.


1

For those who have issue with only image url pointing to old server here is the solution


0

You should probably build something using the QuickLinkManager. You get an instance of a manager from a UserProfile. So basically you would either build it as a webpart on a page where the links is displayed. Or you need to write some application that iterates over all of your users and gets the UserProfile and then modify every link that contains your old ...


1

It looks like Metalogix can migrate data from Telligent to Sharepoint.


0

There are a few third party tools that may be of assistance, I know Metalogix has one and Tzunami. Also Atlssian has a Sharepoint connector that might be beneficial, it allows the content to be surfaced in Sharepoint while still residing in Confluence. Going to SP Online though it might not work.


0

If you want to see all site collection in that Content db then use this, Get-SPSite -Limit All -ContentDatabase contentdbname | select url, @{label="Size";Expression={$_.usage.storage}} Find SC in a Content DB You can use this PS command to move site collection to a different content database, however make sure you have sufficient permissions as ...



Top 50 recent answers are included