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

OWA Error in Word Web App

$
0
0
I am getting the error in the preview for Word doc/docx "Microsoft Word Web App  Sorry, Word Web App ran into a problem opening this document.  To view this document please open it in Microsoft Word.".

We are using a multple server farm with a dedicated OWA server over HTTP.  All is Internal only.

This was working prior to the end of the year.

It is still working for Excel and PowerPoint

It is NOT working using multiple versions of IEv11 throught the Developer Tools.  including IE 11, IE9 and Edge.  It is not working using Chrome.  If making entries into the ULS log I cannot find.

I checked SPWopiBinding (Get-SPWopiBinding)and all looks good.

I checked SPSecurityTokenServiceConfig(Get-SPSecurityTokenServiceConfig) and it returns currectly (AllOAuthOverHttp) = True


Add an App under settings is stuck on loading

$
0
0

On one particular team site clicking on add an app from the gear results in the above screenshot. It never goes past the loading screen. I have 8-10 other team sites where I do not experience this error. I have looked through the logs and do not see anything in particular to point me in the right direction. I checked the app instillation service in CA and it is running fine. Does anyone else have any suggestions?

Is it possible to reinstall IIS without uninstalling SP2013?

$
0
0

Hey SharePoint Fam,

I have broken my test environment somehow after trying to add WSUS on both servers and continue to get http 500 errors for both sharepoint sites and central admin.  Not sure where i went wrong and the event log is not throwing any errors at all, but was wondering if I could just totally uninstall IIS on both web/app servers and then just connect IIS back to SharePoint somehow?  I have some critical sites/lists that I don't want to lose otherwise Id just start from scratch and rebuild environment. SQL server is fine and I'm pretty sure it's IIS somehwere that's broken.

Thanks N Advance

Unable to save SharePoint 2013 workflows

$
0
0

Hello,

I have been using SharePoint Designer 2013 to create workflows for SharePoint Online lists (SPD2013 is the only tool available to me). Any workflow I create, using the SharePoint 2013 platform type, fails to save. That goes for site and list workflows. I press Save, and SPD goes through the motions of saving, but when it's finished, the asterisk remains on the workflow tab -telling me that no save occurred.  When I press Publish, SPD once again, tries to save the workflow, with the same results. After attempting to save, if I close the workflow, I am prompted to save it again. Checking the associated list, confirms that no save or publish took place. I ended up losing all of my work.

No errors are ever returned.

This problem does not occur when I use the SharePoint 2010 platform type. 

Has anyone else encountered this, or know of fix?

Thanks!


Missing WebParts OOTB

$
0
0

We have started to see errors on one of our environments complaining about missing server dependencies: e.g.
[MissingWebPart] WebPart class [b2faa275-7008-740a-a014-0055b7420d15] (class [Microsoft.SharePoint.Portal.WebControls.SiteFeedWebPart] from assembly [Microsoft.SharePoint.Portal, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c]) is referenced [1] times in the database [Content_0001], but is not installed on the current farm. Please install any feature/solution which contains this web part. One or more web parts are referenced in the database [Content_0001], but are not installed on the current farm. Please install any feature or solution which contains these web parts.

These are popping up on the MySites Host Site which appears to be working fine. The webparts are very standard ones like   Microsoft.SharePoint.Portal.WebControls.SiteDocuments, Microsoft.SharePoint.Portal.WebControls.TaggedPeopleListWebPart

Has anybody seen/fixed this before? 

attach ContentDB-An item with the same key has already been added.

$
0
0

HI Team,

I am getting below error when trying to attach contentDB into central admin.

An item with the same key has already been added.

I have already verified that DB does not exist as part of any other webapp. My issue started when i found a orphan site collection in CA to fix that i started below rout


$OrphanDB = Get-SPDatabase | Where {$_.Name -eq "contentDB"}
$orphanedDB.Delete()



$mysitedb = Get-SPContentDatabase -ConnectAsUnattachedDatabase -DatabaserServer ServerName -DatabaseName contentDB
Remove-SPContentDatabase -Identity $mysitedb -force


Thanks Basva

Is it possible to delete Site Collection but save database?

$
0
0

Hey SharePoint Fam,

I made a mistake and created a new site collection that shares the same content database as the main/major content database in production and wanted to totally remove the site collection but wondering if doing this will delete the content database as well? If content database is deleted/removed my whole environment will go down...

Thanks N Advance

Code blocks are not allowed in this file ? what do I wrong

$
0
0

hi

what do I wrong in Sharepoint 2013 ???

In sharepoint 2010 I did this here and it work fine

<SafeMode MaxControls="2000" CallStack="false" DirectFileDependencies="10" TotalFileDependencies="250" AllowPageLevelTrace="false">
      <PageParserPaths>
 <PageParserPath VirtualPath="/SitePages/Mass.aspx" CompilationMode="Always" AllowServerSideScript="true"  />

 </PageParserPaths>
 </SafeMode>

My C# code is also the same:

<script language="c#" runat="server">
public void Page_Load(object sender, EventArgs e)

{

    DateTime startdate = new DateTime(2013, 2 , 14, 11, 00, 0);
     DateTime todaydate = DateTime.Now.Date; 
   // DateTime todaydate = DateTime.Now.Date + startdate.TimeOfDay;//
  
    TimeSpan t = todaydate - startdate;
    int days = (int)t.TotalDays;
    int dayshalf = ((int)t.TotalDays - 1);
    if ((days % 21 <= 6) && (days % 21 > -1))

.......................................................

.......................................

</script>

in 2010 the url is
http://jap-server5/SitePages/Mass.aspx

in the 2013 it is also
http://jap-server5/SitePages/Mass.aspx

but in sharepoint 2013 I get this error

Sorry, something went wrong

An error occurred during the processing of /SitePages/Mass.aspx. Code blocks are not allowed in this file.




User profiles not being deleted

$
0
0

In SP 2013 , running UP using regular Sync not AD Import. in Manage User Profiles , there are users that should not be there since they are in users OU subfolders which are unchecked in "Configure Syncronization Connections " inside the users OU . Not entirely sure how they got in UP but cannot remove them automatically. tried the below but did not work (run full sync couple of times also as well as MySite Cleanup Job)

$upa = Get-SPServiceApplication -id <Identity of User Profile Service Application>

Set-SPProfileServiceApplication -Identity $upa - PurgeNonImportedObjects $true

Querying the backend (backup Profile DB and restore on another machine-do not want to upset MS) find these users in the UserPRofileFull table but not in the DNLookup table

SELECT A.RecordID,A.NTName, A.bDeleted FROM [UserProfile_Full]  A --find the users which should not be there

select b.* from [DNLookup] B --find just the proper users not the ones that should not be there

Any idea how I can get rid of these?

Thank you

Usage reports in sharepoint 2013 How many concurrent Logins daily ,average concurrent Logins daily and Concurrent authentication going on at peak time. And average on daily basis.

$
0
0

We have deployed a SharePoint 2013 publishing site on internet, and here we need usage reports for management

How many concurrent Login/Requests daily?

How many concurrent Login average and How many concurrent requests at peak hours?

Concurrent authentication going on at peak time. And average on daily basis.


adil

Installing the IBM Content Navigator Connector and Web part in an on-premise farm

$
0
0

Hi - has anyone had experience installing the IBM Content Navigator connector and web part in an on-premise SharePoint 2013 farm? Ours is failing to install - could be an elevated permissions issue, but we're not sure.

Thanks!

Are these recommendations safe to run on SQL Server for our SHarePoint farm?

$
0
0

Hi there

My DBA says we should run these SQL commands on SQL Server. Are these safe?

Thanks.

-- This statement should allow SQL to generate better plans to cover more ad-hoc queries.

exec sp_configure 'optimize for ad hoc workloads', 1
reconfigure

-- SharePoint explicitly does not support the auto creation of statistics, but I would recommend asynchronous auto update on statistics because statistics are used to determine the best query plan.  The query plan is directly related to the time increase for existing queries.

ALTER DATABASE Contoso_Inet_Content SET AUTO_UPDATE_STATISTICS ON
GO
ALTER DATABASE Contoso_Inet_Content SET AUTO_UPDATE_STATISTICS_ASYNC ON
GO


-- This will force all queries to the content database to be parameterized which would generally increase query performance for all ad-hoc queries, but could negatively impact the performance of trivial queries that would not otherwise need to be parameterized.

ALTER DATABASE Contoso_Inet_Content SET PARAMETERIZATION FORCED
GO


Sharepoint Foundation 2013 SSL Issue

$
0
0

If anyone is able to assist me is solving this issue it would be appreciated.

We have a single server farm with separate SQL database running Sharepoint Foundation 2013

We created one web application/site collection with SSL. When trying to access the site from either a client machine or on the server we are prompted for credentials which when you try to log in rejects the username and password. The user were are using is a farm administrator/site collection administrator on the farm. After 3 tries you get 401 unauthorized.

The bindings are set in IIS and SSL certificate is installed. 

The AAM  are as follows:

Internal URL https://site.ck.com, Zone: Default, Public URL: same as the internal URL https://site.ck.com

The Trusted sites are set using a wildcard for our domain *.ck.com.

I have been racking my head trying to figure out what the issue might be. If anyone can shine a light on this for me it would be appreciated.

Kim

Can not delete an existing SPTrustedIdentityTokenIssuer

$
0
0

Hi,

I can not delete an existing Token Issuer using below command.  Even though Get-SPTrustedIdentityTokenIssuer ”SAML" displays all the related informationHere is the error. 

Remove-SPTrustedServiceTokenIssuer "SAML"

Remove-SPTrustedServiceTokenIssuer : A valid object could not be read from the provided pipebind parameter.

At line:1 char:1
+ Remove-SPTrustedServiceTokenIssuer "SAML_44"
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Microsoft.Share...nIssuerPipeBind:SPTrustedServiceTokenIssuerPipeBind) [Remove-SPTrustedServiceTokenIssuer], PSArgumentException
    + FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletRemoveTrustedServiceTokenIssuer

Any ideas?

Thanks

Darius

AD Tree view - plus symbol expansion problem- SharePoint 2013

$
0
0

AD tree view is not expanding, when I am trying to create User Profile Sync connection in SharePoint 2013, I am not sure If it is browser specific, but I don’t think it is.

Please help me if I’m missing some configuration, Please see below screen.


Thanks, Ram Ch


Can't Connect my AD RMS on premise to my Sharepoint 2013 IRM

$
0
0

Hi Masters,

 I'm having an error regarding IRM, i am trying to use my on-prem RMS Server but i have this error

"The required Active Directory Rights Managements Service Client(MSIPC.DLL) is present but could not be configured properly. IRM will not work until the client is configured properly.

I already set the permission of ServerCertification.asmx in wwwroot folder.

What else i am missing?

Thanks in advance

Qanna

OWA could not read setting from server. The destination is unreachable

$
0
0

 get an error when joining an OWA server to the OWA farm. I am using the following cmdlet.

    New-OfficeWebAppsMachine -machineToJoin ServerH

    **Current Configuration**
     2 Frontend servers Server A & Server B
     2 App servers Server C & Server D
     2 Distributed Cache servers Server E & Server F
     2 Office Web App servers Server G & Server H

I have checked there is no proxy settings in IE on Server H

Configuration database version different in 2 farms with same set patch actions

$
0
0
We are using SP2013 on-premise enterprise edition. We have a development farm and a test farm. Dev farm have one machine as WFE+APP and Test farm have 2 WFE and 2 APP. Both farm have separated SQL server (hence both are not using standalone installation)

We patched both farm with Lumension. Only Windows updates were patched to all servers in 2 farms. No SharePoint CU was applied. After patch, we run the Product Configuration Wizard in both farm and then reboot all servers. Everything have gone through successfully.

However, when we check CA > System Settings > Servers in Farm. The Configuration database version is 15.0.4719.1000 in Dev farm while in Test farm the version is 15.0.4763.1000.

We also checked Upgrade and Migration > Check product and patch installation status. No missed patch found. In factwe can find the patch with version number 15.0.4763.1000 in Dev farm's Check product and patch installation status page.

We have checked Installed Update in window's control panel as well. Both farm seems have same update installed.

My question is, why the The Configuration database version is STILL 15.0.4719.1000 in Dev farm while the patches 4763 are in place?


SharePoint 2013 On-Premises - Parent Content Types - How to Reset Back to Default Settings

$
0
0

Hello,

Our Announcement andItem parent content types have been modified mistakenly while creating child content types.  They were modified bynot selecting NO toUpdate all list columns based on this site column?.  

Internal IT Support have advised that the only solution to resetting the default stock system content types back to their original settings, invites the possible loss of data currently occupying the Title andBody columns of both content types in descendant columns in other Lists and Libraries.

My questions are:

  1. Is there a solution to this problem thatdoesn't have the side effect of a loss of data and customizations in descendant columns in child content types applying to other Lists and Libraries?
  2. What best practices can a Site Collection Admin adhere to avoid this mistake from happening again?

The Farm Administrator is reluctant to try solutions found here - https://sharepoint.stackexchange.com/questions/8517/site-content-types-screwed-up-how-to-restore-to-default?lq=1

LanMan72.




SharePoint 2013 calendar SCRIPT5009 and SEC7111 errors

$
0
0

I have a fresh install of SharePoint 2013 on Windows Server 2012 Standard, and my computer is running Windows 8.1 (IE 11).  Two related problems:

The calendar is drawn as a transparent table.  When I mouse over the calendar cells, I get many errors in IE's Developer Tools:

SCRIPT5009: 'HighlightText' is undefined
File: start.aspx, Line: 1, Column: 1

When I try clicking on the previous or next month buttons, the text disappears from the Web page and stops responding with the error:

SEC7111: HTTP security is compromised by (null)
File:  start.aspx

I have not made any customizations to the master page to my knowledge, and this is SharePoint's built-in calendar app.  How can I resolve these problems?

Viewing all 21070 articles
Browse latest View live


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