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

How to get URL of Hyperlink column in PowerShell?

$
0
0

I have a hyperlink column called "People". I am running in PowerShell the following

Add-PSSnapinMicrosoft.SharePoint.PowerShell 

SPFieldUrlValueexpertURL =newMicrosoft.SharePoint.SPFieldUrlValue($listItem["People"]);

I get error

SPFieldUrlValue : The term 'SPFieldUrlValue' is not recognized as the name of a cmdlet, function, script file, or operable

program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.


different of sharepoint 2013 and 2016

$
0
0
please tell me what is the different from SharePoint 2013 and SharePoint 2016. Not only from the template but the system's also

Failed to connect to Configuration Database.Index was out of range.Must be non-Negative and less than the site collection.

$
0
0

Hi,

I am trying to Add a Application Server to existing SharePoint farm .

I have been able to  add 2 Web Front End servers to the SharePoint Farm without any errors. However , when I am trying to add another server , I am getting the below error. 

Installed the SharePoint Binaries, SharePoint SP1 for Norwegain Language Pack and then run the config wizard. 

Doing the installation with Setup Account (SVC-SPInstall) which has all required permissions.

Tried Installing using PowerShell , but getting error:The local Farm is not accessible,cmdlets with frequencydependencyID are not registered.

The same account was used to install and add other servers to the farm.

Please find error screenshot.

Administrator: SharePoint 2013 Management Shell
The local farm is not accessible. Cmdlets with FeatureDependencyId are not registered.

Thanks 


Regards

SharePoint 2013 July 2018 CU - upgrade process stuck at 10.00% completed

$
0
0

Hi All,

I am applying SharePoint 2013 July 2018 CU to dev environment as part of process before apply to Production.

while running update psconfig, It is at 5 of 6 and it is keep repeating and never ending

"The farm is being upgraded in the timer service process. The task is 10.00% completed."

any suggestions to resolve the issue

Thank you

Appaji


S.Venkata Appaji

SharePoint 2013 - SP Security Updates - KB4092459 - KB4092470 - KB4022207

$
0
0

Our security scanning tool identifies vulnerabilities indicating the following updates are required:

KB4092459 - KB4092470 - KB4022207

Our SP 2013 patch level is at 15.0.5009.1000 - Feb 2018 CU.

I'm reluctant to apply a full CU as we have a lot of content.  My question is:

  1. Is it best to apply the latest CU?
  2. Can I just download and apply the specific patches (KBs)?  And, will these updates still require me to run the config wizard and take time to upgrade the databases?

Please advise.

Thank you!


Rumi

"Microsoft SharePoint Foundation Usage Data Import" timer job fails because "index was outside the bounds of the array"

$
0
0

Problem:

Per http://centraladminserver:5000/_admin/TimerJobHistory.aspx?View=5 the "Microsoft SharePoint Foundation Usage Data Import" timer job is failing every 5 to 10 minutes for both Web1 and Web2. 

Additional symptoms and error messages:

From ULS logs…

10/01/2018 11:00:57.58        OWSTIMER.EXE (0x11CE8)        0x4880        SharePoint Foundation        Logging Correlation Data        xmnv        Medium        Name=Timer Job job-usage-log-file-import        9428949e-4fcf-40e3-a394-c3514080525f

10/01/2018 11:00:57.58        OWSTIMER.EXE (0x11CE8)        0x4880        SharePoint Foundation        Usage Infrastructure        851u        Medium        Begin usage service data import job.        9428949e-4fcf-40e3-a394-c3514080525f

10/01/2018 11:00:57.58        OWSTIMER.EXE (0x11CE8)        0x4880        SharePoint Foundation        Usage Infrastructure        aj4mx        Medium        Empty usageLogFileList.        9428949e-4fcf-40e3-a394-c3514080525f

10/01/2018 11:00:57.68        OWSTIMER.EXE (0x11CE8)        0x4880        SharePoint Foundation        Usage Infrastructure        852h        Medium        Starting usage log files (15829) import: S:\Logs\SharePoint\AnalyticsUsage.        9428949e-4fcf-40e3-a394-c3514080525f

10/01/2018 11:00:57.68        OWSTIMER.EXE (0x11CE8)        0x4880        SharePoint Foundation        Timer        6398        Critical        The Execute method of job definition Microsoft.SharePoint.Administration.SPUsageImportJobDefinition (ID c4ed77a7-7792-4ddf-87b1-77e40bbf3e0f) threw an exception. More information is included below. Index was outside the bounds of the array.        9428949e-4fcf-40e3-a394-c3514080525f

10/01/2018 11:00:57.68        OWSTIMER.EXE (0x11CE8)        0x4880        SharePoint Foundation        Timer        72ae        Unexpected        Exception stack trace:   at Microsoft.SharePoint.Administration.SPAnalyticsUsageDefinition.ParseLogFileEntry(String line)    at Microsoft.SharePoint.Administration.SPUsageLogImporter.ImportUsageLogFile(SPUsageProvider usageProvider, FileInfo logFileInfo)    at Microsoft.SharePoint.Administration.SPUsageLogImporter.ImportUsageLogFiles(SPUsageProvider usageProvider, String logDirName, List`1 usageLogFileList)    at Microsoft.SharePoint.Administration.SPUsageLogImporter.ImportUsageData(SPUsageManager usageManager, DirectoryInfo usageLogDirInfo, String fileFilter)    at Microsoft.SharePoint.Administration.SPUsageLogImporter.ImportUsageData()    at Microsoft.SharePoint.Administration.SPUsageImportJobDefinition.Execute(Guid targetInstanceId)    at Microsoft.SharePoint.Administration.SPTimerJobInvokeInternal.Invoke(SPJobDefinition jd, Guid targetInstanceId, Boolean isTimerService, Int32& result)        9428949e-4fcf-40e3-a394-c3514080525f

From Application event log…

Log Name:     Application

Source:       Microsoft-SharePoint Products-SharePoint Foundation

Date:         8/22/2018 5:50:57 AM

Event ID:     6398

Task Category: Timer

Level:        Critical

Description:

The Execute method of job definition Microsoft.SharePoint.Administration.SPUsageImportJobDefinition (ID c4ed77a7-7792-4ddf-87b1-77e40bbf3e0f) threw an exception. More information is included below.

Index was outside the bounds of the array.

From DebugDiag Exception Logging:

Microsoft.SharePoint.Administration.SPAnalyticsUsageDefinition.ParseLogFileEntry(System.String)

000000e1cc0eda60 00007ffce1018653 Microsoft.SharePoint.Administration.SPUsageLogImporter.ImportUsageLogFile(Microsoft.SharePoint.Administration.SPUsageProvider, System.IO.FileInfo)

000000e1cc0edb20 00007ffce1018051 Microsoft.SharePoint.Administration.SPUsageLogImporter.ImportUsageLogFiles(Microsoft.SharePoint.Administration.SPUsageProvider, System.String, System.Collections.Generic.List`1<System.IO.FileInfo>)

000000e1cc0edc10 00007ffce101752f Microsoft.SharePoint.Administration.SPUsageLogImporter.ImportUsageData(Microsoft.SharePoint.Administration.SPUsageManager, System.IO.DirectoryInfo, System.String)

000000e1cc0edd20 00007ffce1017063 Microsoft.SharePoint.Administration.SPUsageLogImporter.ImportUsageData()

000000e1cc0edd90 00007ffce0ffe031 Microsoft.SharePoint.Administration.SPUsageImportJobDefinition.Execute(System.Guid)

000000e1cc0eddf0 00007ffce01531b9 Microsoft.SharePoint.Administration.SPTimerJobInvokeInternal.Invoke(Microsoft.SharePoint.Administration.SPJobDefinition, System.Guid, Boolean, Int32 ByRef)

000000e1cc0ee100 00007ffce01527b5 Microsoft.SharePoint.Administration.SPTimerJobInvoke.Invoke(Microsoft.SharePoint.Library.TimerJobExecuteData ByRef, Int32 ByRef)

000000e1cc0ee1d0 00007ffd33f41917 DomainBoundILStubClass.IL_STUB_COMtoCLR(IntPtr, IntPtr)

000000e1cc0ee380 00007ffd3dd96739 [ComMethodFrame: 000000e1cc0ee380]

Type:    System.IndexOutOfRangeException

Message: Index was outside the bounds of the array.

Stack:   

[HelperMethodFrame]

Microsoft.SharePoint.Administration.SPAnalyticsUsageDefinition.ParseLogFileEntry(System.String)

Microsoft.SharePoint.Administration.SPUsageLogImporter.ImportUsageLogFile(Microsoft.SharePoint.Administration.SPUsageProvider, System.IO.FileInfo)

Microsoft.SharePoint.Administration.SPUsageLogImporter.ImportUsageLogFiles(Microsoft.SharePoint.Administration.SPUsageProvider, System.String, System.Collections.Generic.List`1<System.IO.FileInfo>)

Microsoft.SharePoint.Administration.SPUsageLogImporter.ImportUsageData(Microsoft.SharePoint.Administration.SPUsageManager, System.IO.DirectoryInfo, System.String)

Microsoft.SharePoint.Administration.SPUsageLogImporter.ImportUsageData()

Microsoft.SharePoint.Administration.SPUsageImportJobDefinition.Execute(System.Guid)

Microsoft.SharePoint.Administration.SPTimerJobInvokeInternal.Invoke(Microsoft.SharePoint.Administration.SPJobDefinition, System.Guid, Boolean, Int32 ByRef)

Microsoft.SharePoint.Administration.SPTimerJobInvoke.Invoke(Microsoft.SharePoint.Library.TimerJobExecuteData ByRef, Int32 ByRef)

DomainBoundILStubClass.IL_STUB_COMtoCLR(IntPtr, IntPtr)

[ComMethodFrame]

And the ImportProgress.ini file in the logs\sharepoint\analysticsusage folder has not been updated since 7/23/2018.


Remove service application from central admin and sharepoint farm and reprovision

$
0
0

delete the service from the service applications. Can we do it ? and re provision through sharepoint configuration wizard





In this can I delete the search service application itself from the list of service application?




Sorry, this site does not support apps....

$
0
0

Hi,

When I attempt to add an app to my local installation of SharePoint, I get the below error:

Sorry, this site does not support apps but you can still acquire them and add them on other sites.

This error is displayed for about half a second, then is followed by:

Sorry, we can't seem to connect to the SharePoint Store. Try again in a bit.

There are a few posts about the first error but they are all related to an online installation, not a local one. How can I resolve this problem?

Thanks.


Problems Connecting to a Product Catalog

$
0
0

I have having difficulty connecting to a product catalog. I'm fairly sure I have everything configured correctly.

However, when I go to the site to connect, while logged in as a site collection administrator, I get:
Cannot access the shared catalog term set. Check that this site has access.

But when I return to the catalog site term store management tool, I can see that the site is indeed listed under Site Collection Access.

The #1 tip though is that I can login to any of the target sites I want to connect to and can easily connect to the catalog site when logged in as a farm administrator.

What's happening here?



Workflow Task Overdue Email Keep Sending

$
0
0

Hi All, we had SPD custom workflow attached to document library.  There is no code/action in SPD workflow code block check and send email for overdue task.  We got out of the box email keep sending to user for over due task.  The workflow was completed and task also completed.  We are not sure why user still receiving over due task email weekly.  I did some research and some solutions recommended to delete old unused workflow version, we did that and it did not work email still keep sending for overdue task.  Can you give us some directions how to troubleshoot and resolve this issue.

Thanks

Tee

SharePoint 2013 - Deleting 30 items from list view manually takes much time

$
0
0

Dear All,

I'm using SharePoint 2013, In List I've around 10K items, I've setup threshold limit 40K and everything was working fine from last four years..

from last three days I'm facing slowness issue while deleting items from the list view which I used to do delete 100 items in one click and its get deleted from the list previously, but this time from last two days when I'm trying to delete for only 30 items from my SharePoint List view it takes around 4 to 5 minutes and that also out of 30 it will delete 24, 28 items or some time all 30 items. In my list total items are around 9K before it was 24 K but I've not faced any issue while deleting items however this month my items are very less 9K and its much slow.

Could you please advice the solution, please.

Thanks.

SharePoint 2013 Server - Configuration database version: 15.0.4763.1000 - Patch Update

$
0
0

Dear Support,

As you know patch levels older than April 2017 CU will no longer be supported by microsoft for SharePoint 2013 server, so I want to update the patch April 2017 CU on my SharePoint server 2013. I've not done patch update before so need suggestion and advice from you.

I'm using SharePoint 2013 and we have create custom application using Infopath, PowerShell (For task scheduler), SharePoint Designer 2010 and 2013 for workflow and JavaScript using content editor webpart.

I'm worried after upgrade my SharePoint server 2013 (Configuration database version: 15.0.4763.1000) to new patch update April 2017 CU (https://www.microsoft.com/en-us/download/details.aspx?id=55086), it should not impact to my Farm and Custom Application which I've mentioned above. Because all forms are used Infopath Form, SharePoint Designer 2010 which is Highly customized. Please advice.

Thanks.

Database name is not valid configuration database

$
0
0

Hi 

I had a space issue on my SQL server that hosts my Sharepoint database and decided to move it to another drive and also rename my new database on the new drive for easy recognition. After the movement my Sharepoint central site and my sites refused to open. I realised that Sharepoint was failing to see my farm. I decided to rerun Sharepoint products configuration wizard to reconnect to my existing farm that i have moved and i get an error  of " Failed to connect to the existing farm located at the specified database server and database name. The database name is not a valid configuration database." 

I have checked my user profile permissions and my database is online on my SQL server

Please assist on what the problem might be?

Thanks in advance


Wisani

Sharepoint 2013 Certificate

$
0
0

Hi,

I have renewed certificate in sharepoint 2013 and made changes in IIS site in edit binding .The site is working fine.

Some SSRS reports are in sharepoint site.It stopped working .

What other changes needs to do ?

Thanks,

Shobha




Database name is not valid configuration database

$
0
0

Hi 

I had a space issue on my SQL server that hosts my Sharepoint database and decided to move it to another drive and also rename my new database on the new drive for easy recognition. After the movement my Sharepoint central site and my sites refused to open. I realised that Sharepoint was failing to see my farm. I decided to rerun Sharepoint products configuration wizard to reconnect to my existing farm that i have moved and i get an error  of " Failed to connect to the existing farm located at the specified database server and database name. The database name is not a valid configuration database." 

I have checked my user profile permissions and my database is online on my SQL server

Please assist on what the problem might be?

Thanks in advance


Wisani


Wisani


Permissions - "Everyone"

$
0
0

We've had some questions regarding what users can and cannot see.  I noticed that Style Resource Readers includes the "Everyone" user.  Does this mean if they do a search, they will be able to see documents that they do not have access to?

And what is the difference between "Everyone" and "NT AUTHORITY\authenticated users"?

Thanks

Kim

SharePoint 2013 user migration from old domain to new domain - List view assigned are impacted

$
0
0

Hello All,

Recently, we starting migrating the users from DOMAINA\account to DOMAINB\account using the following power shell script

Move-SPUser -Identity $IdUser -NewAlias $NewUserID -IgnoreSID -confirm:$false

We don't see any challenges with user permissions (or) security. But, there was an issue noticed at List level as there are certain list items which are assigned to user with old identity/ Display Name which are NOT visible in the custom view with rule as Created By field is equal to "[Me]". however, user is able to see ONLY new items created and able to see those list items in custom view. 

User profile user property has the migrated account and verified all the fields 

How to make visible the old items in the same custom view? Please advice


Sharepoint Site Slow single content DB.

$
0
0

I'm experiencing a slow down of a site and can't seem to find the issue.

We have a farm with multiple content db's.  The website that slowed down is the only site in the content db.  It's a Document Center template.  All other sites are normal and have no issues.

There is only one library on the site.  It has about 7000 documents in it.

  • Each document does have it's own permissions.
  • We are only using one Document library.
  • We are not using folders.
  • I did increase the threshold for the 5000 item limit to avoid the threshold error.
  • We do use versioning and do not have a limit in the number of versions kept.

I've been reading about issues with to many permissions, large lists and to many versions.  All appear to be problematic.

Things I'm thinking of.

  • Creating folders inside the document library and moving the documents.
  • Assigning permissions to the folders and removing/resetting inheritance.
  • Change the versioning information to only keep major revisions.

Now the questions for me is.  Will this work?  I really want to ensure that my suggested changes are the right course of action.  The reason I ask is it really is only 7000 items.  I keep reading articles about 20,000 items so I'm confused why my tiny amount would be such a big deal.

So what exactly is slow?  Well it appears to be the clicking of the … .  I can see it takes like 15-30 seconds to retrieve metadata.  Then I click … again and it take equally as long to get the drop down menu.  Then I click modify and it takes about 45 seconds to open.

I'm looking for suggestions and assurance I'm on the right track.


David Jenkins




SP 2010 to SP 2013 Infopath form with code and web service calling

$
0
0

Hi,

I am upgrading SharePoint 2010 to SharePoint 2013. Site content db is upgraded to 2013. This site also using InfoPath form with code and some solution.

I have deployed all solution on sp 2013 , infopath also deployed as solution. One infopath form call web service which get user information from custom server. using web service this web service  is being call / reference in VS code.

When open this form in SharePoint 2013 i am not getting user information also not getting any error when open infopath form.

is there any setting for infopath form where it save calling web services in any configuration file or what could be an issue.

All these setting working fine on SharePoint 2010 farm.

Pls help to trace and fix issue.

Thx


iffi

Turning on Versioning in List in SharePoint Online

$
0
0

Versioning is turned off, by default in a Document Library. But not in a List. Is there a way to turn on versioning on all Lists in a Modern Team site or Communication site?

Thanks a bunch!

Mayank

Viewing all 21070 articles
Browse latest View live


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