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

Office Web Apps showing page not found (not 404)

$
0
0

Before I give my issue I'll give what commands that are done

Servers (both 2012 Server)

SharePoint SErver 2013 - https://sharepoint1.company.com
Office WebApps with Sp1 - OWAServer

Commands executed on OWA

new-officewebappsFarm -internalurl https://sharepoint1.company.com -externalurl https://sharepoint1.company.com -allowhttp -editingenabled

we are using https://sharepoint1.company.com as default on our AAM nothing else

Commands Executed on SharePoint

New_SPWoPIBinding -servername OWASERVER -allowhttp
Set-Wopizone -zone "External-https"
IISreset /noforce

Even did a full crawl on Search

This is the issue I'm having.

During "Preview" I get page cannot be found but renders the homepage

When clicking the document we get the same page cannot be found but has this link https://sharepoint1.company.com/_layouts/15/WopiFrame.aspx?sourcedoc=/Shared%20Documents/documentest%202016-06-07.docx&action=default

What am I missing :(


AJ MCTS: SP 2010 Configuration MCSA: Windows 7 If you find this post useful kindly please mark it as an answer :) TY

↧

Unnecessary Prompts (asking for Virus detector, Credential) when opening doucments in SharePoint 2013

$
0
0

Hi all,

Please I need your help, how to avoid unnecessary prompts ( this file contains virus, credential prompt) when opening documents in SharePoint 2013, despite I am using single sign in (windows login). Moreover, I am on the same domain.

Please help.

Thanks & Regards.


Bhavnasu

↧
↧

Server Connection Error When Opening Office Document

$
0
0

Hi,

I have one user who gets the below error when trying to Open office documents in Sharepoint.

He seems to be the only user who receives this error. Does anybody know what might be causing the issue or how I resolve it?

Thanks

Paul

↧

Sharepoint2013 Language pack updates after May 2016 CU

$
0
0

Hello,

I'm in the process of installing May 2016 CU to our SharePoint 2013 farm. Now we have few language packs on our SharePoint 2013 farm. Do I need to install the updates for language pack as well to match with the May 2016 CU?

Please help!

Thanks,

↧

Missing Server Dependencies but database does not exist

$
0
0

Hi All,

When I run the SharePoint 2013 Central Admin Health Analyzer, there is an error for missing server dependencies.

However, the rule fails to execute, with the warning:

Cannot open database "xxx" requested by the login. The login failed. Login failed for user 'DOMAIN\UserAccount'.

However, the database name specified does not exist. How can I get rid of this error?


↧
↧

Unable to run Sharepoint Products Configuration Wizard. Please HELP

$
0
0

Hi,

I updated the WFE and the APP server to latest CU of june of this year. I can't finish running the Sharepoint Products Configuration Wizard. I am getting the below error:

All the sites are up and running except the CA that I am getting http 500 error. I verified the services are up and running and the app pools have the correct credentials. 

What can I do?

↧

Active Directory Synchronisation with SharePoint 2013 custom list

$
0
0

Hello,

I have manged to synchronise user profiles from Active Directory to SharePoint 2013 and also create the profile sites. What I need now is to automatically update my employee list (contact list) with the data from the user profiles that are updated from a timer job from AD.

So basically I need to be able to automatically add, update and delete users from my employee list when user profiles get updated. Is there a way to achieve that without code?

Thanks,

Katerina 

↧

IIS as a facade for sharepoint 2013

$
0
0

Dears,

One of our customers is building a customer facing website based on sharepoint.

The customer doesn't want to expose the sharepoint directly to the web , instead he wants to have an IIS (standard web server  machine with no sharepoint license) to act a proxy/redirector for his sharepoint server.

Is this doable? (it seems logical to me , but I am not sure since I am new to sharepoint)


↧

SharePoint 2013 Upgrade - Mount-SPContentDatabase fails

$
0
0

We are in the process of upgrading a content database from SharePoint 2010 to 2013. I have resolved all initial errors from the Test-SPContentDatabase, but receive an error during mount which I cannot find any information on.

Error running SQL DDL Script:   IF EXISTS  (      SELECT 1       FROM mssqlrbs.rbs_columns AS rc       INNER JOIN sys.syscolumns A.... System.Data.SqlClient.SqlException (0x80131904): Invalid object name 'mssqlrbs.rbs_columns'.     at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)     at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)     at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)     at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite)     at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite)     at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()     at Microsoft.SharePoint.Utilities.SqlSession.ExecuteNonQuery(SqlCommand command)    at Microsoft.SharePoint.Upgrade.SPDatabaseSequence.ExecuteDataDefinitionMethodCore(SqlSession sqlSession, ISqlSession isqlSession, String sqlscript, SPLog log)  ClientConnectionId:406b745a-7ff9-4abf-9a79-a1eddbea780bceadf807-1c73-4a0f-b3ee-ba5243b8aab5

Any help to resolve this would be greatly appreciated.

↧
↧

Migration from SharePoint 2010 to SharePoint 2013 - web part Error

$
0
0

after doing migration from sp 2010 to sp2013, getting following xsltviewweb part error.

Attempted to use an object that has ceased to exist. (Exception from HRESULT: 0x80030102 (STG_E_REVERTED))

whenever i try to open site page which contains out of box library xsltview web part throws this above error.

This is what i got from log file,

System.Runtime.InteropServices.COMException: Attempted to use an object that has ceased to exist. (Exception from HRESULT: 0x80030102 (STG_E_REVERTED)), StackTrace:  

 at Microsoft.SharePoint.SPContentTypeCollection.FetchCollection(IList`1 exceptions)   

 at Microsoft.SharePoint.SPList.get_ContentTypes()   

 at Microsoft.SharePoint.SPCustomActionElement.QueryForToolbarButtons(SPWeb web, SPList list, SPListItem item, PAGETYPE pgtype)   

 at Microsoft.SharePoint.SPCustomActionElement.AddCustomToolbarButtons(SPWeb web, SPList list, SPListItem item, SPContext renderContext, PAGETYPE pgtype, ToolBar toolbarControl, WebPart webPart, Page page)   

 at Microsoft.SharePoint.WebControls.ViewToolBar.CreateChildControls()   

 at System.Web.UI.Control.EnsureChildControls()   

 at Microsoft.SharePoint.WebControls.TemplateBasedControl.OnLoad(EventArgs e)   

 at System.Web.UI.Control.LoadRecursive()   

 at System.Web.UI.Control.AddedControl(Control control, Int32 index)   

 at Microsoft.SharePoint.WebPartPages.DataFormWebPart.CreateChildControls()   

 at Microsoft.SharePoint.WebPartPages.XsltListViewWebPart.CreateChildControls()   

 at Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter.CreateChildControls()   

 at System.Web.UI.Control.EnsureChildControls()   

 at System.Web.UI.Control.PreRenderRecursiveInternal()   

 at System.Web.UI.Control.PreRenderRecursiveInternal()   

 at System.Web.UI.Control.PreRenderRecursiveInternal()   

 at System.Web.UI.Control.PreRenderRecursiveInternal()   

 at System.Web.UI.Control.PreRenderRecursiveInternal()   

 at System.Web.UI.Control.PreRenderRecursiveInternal()   

 at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)   

 at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)   

 at System.Web.UI.Page.ProcessRequest()   

 at System.Web.UI.Page.ProcessRequest(HttpContext context)   

 at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()   

 at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)   

 at System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception error)   

 at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb)   

 at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context)   

 at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)   

 at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)   

 at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus)   

 at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus)   

 at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)   

 at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)  

how can i fix it without losing any data?

Thanks,


↧

SharePoint 2013, cross domain security groups not authenticating users

$
0
0

Hi,

We've got a SharePoint 2013 farm hosted in a top level domain, users are located in the same top level domain and in a sub domain.

To sketch the environment:
Domain A, company.com - SharePoint servers are part of this domain.
Domain B, sub.company.com

Within SharePoint we're able to find and resolve users and security groups from domains A & B, however security groups added from Domain B don't actually provide permissions to the users in those groups.

We've got:
- Users from Domain A in security groups from Domain B and vice versa.
- Users from Domain A in secruity groups from Domain A, same for domain B.
- Security groups from Domain B embedded in security groups from Domain A.
 - *Note, there are NO groups from Domain A in groups from Domain B.

The situation:
- Providing users from Domain A with direct permissions (read/contribute/etc) in SharePoint works.
- Providing users from Domain B with direct permissions (read/contribute/etc) in SharePoint works.
- Providing groups from Domain A with direct permissions (read/contribute/etc) in SharePoint works.
- Providing groups from Domain B with direct permissions (read/contribute/etc) in SharePoint*does not* work. Groups can be added and resolved in SharePoint, however a 'check permissions' on users from this group results in 'No permissions'.
- Adding a group from Domain B as a member of a group in Domain A, within active directory, and providing the group from Domain A with permissions in SharePoint, results in members from the Domain B group having permissions in SharePoint!

The sub domain has a full trust with the top level domain, which is within the same forrest.

To emphasize this, the security groups from both domains can be found and resolved using people picker in SharePoint, they can be added with permissions without any errors. Users contained in groups from Domain B simply do not receive permissions*unless* the group is wrapped in a group from Domain A.

This has been tested with various users from both domains, with various groups from both domains. All security groups are universal, however tests were conducted with local and global groups as well, no situation leads to the desired result.

Thanks in advance for any guidance!

Regards,
Mike

↧

mount-spcontent database

$
0
0

i am getting ready to mount a list of databases from production to Development. is there a way we can run a powershell comand the would run the mount-spcontentdatabase and select "yes to all" insted of having us to do that.

im wondering this, because i would like to scripth the mount-spcontentdatabase for all the databases and have the scriprun while i go and do other work, onstead of sitting around and waiting to get promted to select "yes to all" after every mount-spcontentdb execution in the same script.

↧

Derive Name from Username

$
0
0

I have a list called candidates that contains a field called username ("Person or Group" type). I would like to create 2 other fields - lname and fname. These fields would derive their names from the username field. Here's what I have tried:

  1. Created lname as a "Lookup (information already on this site)" field.  
    Get information from field - I set this  to candidates
    In this column: - The username field was not selectable.
  2. Created lname as a "Calculated (calculation based on other columns)" field.
    Formula - This section did not include the username field.

Can this be accomplished OOTB, or do we need to develop a script?

Thank you,

↧
↧

Empty Document Library and Columns after activating a secondary language

$
0
0

Hi,

I recently installed the german language pack for a pre-existing farm, but when I try to activate the secondary language for a document center with 3000+ documents users will see a lot of blank columns and some views show no results. I've noticed that the blank columns were all of the managed metadata type, so i've added the language to the term-store. However this didn't have any effect on the document library.

Please advice on how to proceed further.

↧

SSRS Content Type missing after Sharepoint 2013 SP1 Installation

$
0
0

Recently I have Installed SharePoint SP1 (15.0.4571.1502)

I have Create a New Web application and SC with BI Center Template.

Activated the Report Server integration feature and deployed PowerPivot Web Application Solution. Now When I wanted to Add SSRS Content types to Data Connections Library, I cannot see them. They are missing in Site content Types. Link :New WebApplication

However I was able to add Report Data Source by copying the Create Report Data Source Link from the Old Site Address and Replaced with Current Site and was able to save it to the Data Connections library. Still cant see the content Types. Link:New Web Application Content

I have old BI center Web Site which has SSRS Content types. This was created before installing the SharePoint SP1, they are still visible and I can add or remove them. Link:Old Web Application

Not sure if the SharePoint 213 SP1 has a Bug or if I am doing something wrong

Thanks

Manoj Manda



↧

Promote AD Property into SharePoint UPS Custom Properties

$
0
0

Hi all,

I have successfully managed to promote an AD property into SharePoint's user profile service.

However, what I want is to be able to use this property using the People Picker in SharePoint.

When you create this kind of field, if you scroll down, there is a drop down near the bottom called "Show Field". I want my promoted field to appear here. How can I do that?

thank you

↧

.Net CLR Networking Counter

$
0
0

Hello

I have just inherited a SharePoint farm with two web front end servers. On one of the WFE servers the .Net CLR Networking counter exists but does not exist on the other.

I have run the following commands on the missing server:

lodctr /R


Then

lodctr /Q | more


This says that the .Net CLR Networking counter exists and is Enabled.

However when I run a Load Test, the results say that the .Net CLR Networking counter does not exist on the WFE server.

Why is the counter not appearing in Perfmon.exe?

Thanks

Yoshi

↧
↧

SSL certificate for SharePoint 2013 load balanced WFE

$
0
0

I tried to change the SSL certificate my load balanced WFEs in my test environment, since it does not include the wildcard address for the App domain in alternative subject name. What follow are some screenshots which cause my troubleshooting time:

↧

Sorry, this site hasn't been shared with you

$
0
0

I am having issues in accessing a SP 2013 site that I created on port 80.  This site should actually be visible by everyone but I can't even see it, and I created it.  I keep getting 'Sorry, this site hasn't been shared with you.' even though I did share it with myself.

I have tried removing then adding myself as the site collection admin, clearing the Distributed Cache, clearing the bindings.... You name it, I've done it.

↧

SP2013 PSConfig failing - Error : Central admin database is in unsupported state, and could not be used by the current farm

$
0
0

Hello,

I'm in the process of installating May 2016 CU and when I run the below PSConfig command, It worked on a couple of servers but on remaining 2 servers, It says

Command Run : PSConfig.exe -cmd upgrade -inplace b2b -wait -cmd applicationcontent -install -cmd installfeatures -cmd secureresources -cmd installcheck -noinstallcheck

Error : 

An exception of type Microsoft.SharePoint.Upgrade.SPUpgradeCompatibilityExceptio
n was thrown.  Additional exception information: SharePoint object [SPContentDat
abase Name=Central_Admin_DB] is in an unsupported state, and could not be used by the current farm.

Can you please help? 

Thanks,

↧
Viewing all 21070 articles
Browse latest View live


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