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

Problem to log on with spfarm account

$
0
0

Hi,

I have installed a SharePoint 2013 farm environment.

The farm includes 2 WFE servers and SQL server. The 2 WFE are connected with NLB.

I have 2 account named sp_farm and sp_inst with highest possible permission level. When I try to log on CA or the Web app. I created sometimes everything goes fine without any problem with both account. Sometimes I get the error message "Sorry, something went wrong","An unexpected error has occurred.".

I can wait 20-30 minutes and try again and everything works as normal. After 1 hour or something like that if I try again I can get the same problem and so on. 

In the log files there is general information like "Non-OAuth request. IsAuthenticated=True, UserIdentityName=, ClaimsCount=0", "PublishingHttpModule: Rewriting Friendly URL as: ~/Pages/default.asp","UserProfileDBCache_WCFLogging::Begin ProfileDBCacheServiceClient.GetUserData.ExecuteOnChannel" and so on, very general information and nothing specific.

Any idea or help will be very appreciated :-)

Best Regards

//Ashraf

 


Can you disable Design Manager for Site Owners with publishing turned on in SP 2013?

$
0
0

We have a SP 2013 on-premises environment but this would also apply to SharePoint Online?  Some site owners have changed master pages.  We'd like to disable this.


JTB

sharepoint2013 when i edit a page an error has occored

$
0
0
when i edit a page from pages library,then an error has occurred,then i refrash the page and edit page again,and the error disappear.i found that i edit that page and check in the page "please publish draft link" disappear and edit again error must be occurred.hellp me !!!

user profile synchronization service start and stop

$
0
0

Hi,

Problem: user profile synchronization service on app server its starting and after few minutes get stop

i have 3 tier farm.

SQL Server 2012 R2 with Availability Group. Listener name is being used for database connection.

MS SharePoint Application Server SP1 + September CU

MS SharePoint Web Server SP1 + September CU

I have start user profile service on Application server.

When i try to start user profile synchronization service on app server its starting and after few minutes get stop. 

FIM service startup type automatic, logon as  domain\farmaccount

farm account given log on locally rights.

pls guide what be an issue and how to fix it.

thx


iffi

SSRS report viewer web part issue on SharePoint 2013 farm.

$
0
0

Hi all,

I am having a weird issue on SharePoint Server 2013 farm, where on one of the typical web front end servers SSRS report viewer webpart does not take up the reportviewer webpart configurations and gets displayed as report viewer webpart needs to be configured. The same reportviewerwebpart works absolutely from other server. 

One more strange thing is when I edit reportviewer webpart configuration on affected server, it works absolutely fine and once when I make any changes on the working server, the configurations does not get picked up and the page on affected server gets displayed as SSRS report viewer webpart needs to be configured.

Cannot find anything particular even on ULS and event logs.

Any help on this would be really appreciated.  

USer Profile Pictures

$
0
0

After upgrading from SP2010 to SP2013 user profile pic only show up as gray icon in any list. When hovered over they show picture(from address book).

MySite info has been updated.


Diane H.

SSRS report viewer webpart issues in SharePoint 2013

$
0
0

Even though SSRS Add in has been installed on both the frontends which are in the same SharePoint 2013 farm, SSRS report viewer web part does not render any reports from one of the servers and on that server it just asks to configure the webpart by giving an option to open the tool pane...

I am really not sure why it is not picking up the report RDL configuration, which is working fine from the other server.

 Any help on this would be really appreciated. 

Thanks in advance.

Sharepoint Online - New-WebServiceProxy not authenticating

$
0
0

Hi all,

I'm working on a script to update data in User Profiles.  The normal sync chain for Office 365 doesn't permit customization the way you can do on-site so the Support folks provided me with a script to update user data directly from the on-site AD.

The script works but uses GetAuthenticatedCookiesto get the authentication cookies and stuff it into the New-WebServiceProxy object via a CookieContainer.  This works of course but requires a login through a pop-up.  Not useful to a timed background job.

My goal is to replace the popup with passed PScredentials.  The approach that I landed on was to simply use the -credential option of New-WebServiceProxy.  I swear it was working last night - had a few test runs and all was good.  Went back this morning to tidy up comments, did one last check, and GetUserProfileByIndex was throwing an exception that I had attempted to perform an unauthorized operation.  I'm baffled!  I am very (very!) new to PowerShell so perhaps this is just a newbe thing.  Maybe credentials were somehow being stored in my environment through something else I had tried and disappeared when I closed ISE. 

I've also noted that passing bad credentials, or allowing the popup and typing in jibberish, does not result in an an exception at the New-WebServiceProxy declaration.

So the question is "Should I be able to use PScredentials in an Office365 environment?".  I'm wondering if they might have restrictions in the claims based authentication world.

the script fragment:

# Local parameters
$userName = "admin user at tenant.onmicrosoft.com"
$password = "somepassword"
$siteAdminUrl ="tenant-admin.sharepoint.com"
#load required assemblies
$script_folder = (Split-Path -Parent $MyInvocation.MyCommand.Path)
[void][System.Reflection.Assembly]::LoadFile($script_folder + "\Microsoft.SharePoint.Client.dll")
[void][System.Reflection.Assembly]::LoadFile($script_folder + "\Microsoft.SharePoint.Client.Runtime.dll")
[void][System.Reflection.Assembly]::LoadFile($script_folder + "\ClaimsAuth.dll")
# Path to user profile service web service - ups
$ups_url = $siteAdminUrl.TrimEnd('/') + "/_vti_bin/UserProfileService.asmx";
# Put username and password into a standard credential object
$securePassword = ConvertTo-SecureString $password –AsPlainText –force
$O365Credential =  New-Object System.Management.Automation.PsCredential($username, $securePassword)
# And set up the service.  Providing credentials skips the login popups
#$ups_ws = New-WebServiceProxy -Uri $ups_url -Credential $O365Credential
$ups_ws = New-WebServiceProxy -Uri $ups_url -Credential $userName
$ups_indexresult = $ups_ws.GetUserProfileByIndex(-1)


What is difference between WindowsTokenLifeTime and LogonTokenCacheExpirationWindow

$
0
0
I've been trying to understand this two settings but I am still very confused. Can someone help?

Starting service Service Bus Message Broker failed

$
0
0

Dears,

I have installed the Work Flow Manager 1.0 on SharePoint 2013 environment (Windows Server 2012, Microsoft SQL Server 2012 - SP1). At the time of running the Workflow Manager Configuration Wizard, it fails at the stage "Add host to Service Bus farm" - "Service Bus Services Starting...". I am running the wizard as the domain admin and have attempted this multiple times using the Wizard as well as through powershell but it keeps failing on this part.

"Starting service Service Bus Message Broker failed: Time out has expired and the operation has not been completed."

Logs from Event Viewer :

ServiceBus Broker service failed to start, retry count 1.  Exception message: Operation timed out..  Stack Trace:    at System.Fabric.FabricRuntime.Create(Action fabricExitCallback)
   at Microsoft.Cloud.ServiceBus.MessageContainerHost.Ring.Join()
   at Microsoft.Cloud.ServiceBus.MessageContainerHost.MessageContainerHostComponent.Open()
   at Microsoft.Cloud.HostingModel.ComponentHost.OpenComponent(IComponent component, RequestTracker tracker)
   at Microsoft.Cloud.HostingModel.ComponentHost.Open()
   at Microsoft.ServiceBus.MessageBroker.Backend.OnStart(String[] args)

Windows Fabric Runtime create failed (Retries left 3) Exception System.TimeoutException: Operation timed out. ---> System.Runtime.InteropServices.COMException: Exception from HRESULT: 0x80071BFF
   at System.Fabric.Interop.NativeRuntime.FabricEndCreateRuntime(IFabricAsyncOperationContext context)
   at System.Fabric.FabricRuntime.NativeFabricRuntimeFactory.InitializeFabricRuntimeEndWrapper(FabricRuntime runtime, AsyncCallOutAdapter adapter)
   at System.Fabric.Interop.Utility.FinishNativeAsyncInvoke[TResult](String functionTag, Func`2 endFunc, TaskCompletionSource`1 source, AsyncCallOutAdapter adapter, Boolean expectCompletedSynchronously)
   --- End of inner exception stack trace ---
   at System.Fabric.FabricRuntime.Create(Action fabricExitCallback)
   at Microsoft.Cloud.ServiceBus.MessageContainerHost.Ring.Join()

how to resolve the above error?

thanks in advance,

Ammar




SQL Setup for SharePoint: Data Directories - How?

$
0
0

Hi Forum,

I wanna create a small SharePoint environment, and obviously, I have to install SQL Server.

On the Instance Configuration and  Database Engine Configuration pages of the SQL Server 2012 Setup there are options to choose the location of the directories:

Unfortunately, My server only has three drives which are:

C: The system drive
E: Empty
F: Empty

What are the best practices and recommendations about placing these databases?
In other words, In my current situation (3 Drives) what do you recommend me to do about placing the DBs?

PS: It is NOT possible to add more drives. So, I have to adapt and make the best decision possible with the three drives that I have.

Any inputs please?

is one application pool preferred for all sharepoint service applications(

$
0
0

is one application pool preferred for all SharePoint service applications ? 

I have a three-tier architected SP 2013 small farm (NLT, 2 wfe, 1 app server, 1 db server). All services will be use (Secure Store,Service Application, Managed Metadata Service Application, Search Service Application,User Profile Service Application,App Management Service Application,Workflow Manager,Excel Service Application,BI Reporting Service Application,Power Pivot Service,Performance Point,Visio Services,BCS Service application)

I am unclear on the following:

which servers should host which service ? and why ?

Is one application pool account preferred for all SP service Applications ? if not which service applications should be logically group ? and why ?

SharePoint 2013 architecture

$
0
0

We are planning to migrate to 2013 form 2010 soon.  When I say migration we want to build a new 2013 architecture and move site collections one by one.

Ours is small to med organization and our 2010 architecture is 1ADM, 1WFE(internal), 1 WFE(External), 1 SQL server.

Now for 2013 should we do the same? I looked in to the articles on web but still little unsure as someone said that we need a separate server for web apps. I just need some recommendation. 


@R

Alert for items showing in a view

$
0
0

We're using Sharepoint Foundation 2013.  We have a wiki setup with a column for Last Reviewed Date, and person responsible for accuracy.  I have an application that, using the ListData.svc web service, checks the last review/modified date and sends emails to the responsible person requesting them to review the document for accuracy.  Once the application sends out the notification, it updates the Last Reviewed Date with the current date.

I'd like to have an alert setup to notify users when the page is updated.  I created a view that filters out documents modified by the account the application uses.  I then created an alert to send when someone changes an item that appears in the following view, and selected the view made previously.  The alert email is still fired even though the page does not show in the view.  But making the modification is what makes the document not show in the view.  So my question is, what state is used for deciding when to fire the alert?  Is it the state before the changes are saved, or is it the state after the changes have been saved?  I've tried both ways, and received the alerts both times.

Ultimately what I'd like is only receive alerts when the wiki content has changed, and not any of the other properties.

split the ULS log

$
0
0

Got 2 web-applications in the farm - is it possible to make a separate ULS log for each one?

I have one language as basic install and an alternative language installed - is it possible to control that all that is logged is in the basic install language and not both?  


 

How to have more months and years appear for selection in the archives for blog posts?

$
0
0

Hello,

How to have more months and years appear for selection in the archives for blog posts?  It just shows past 3 months in the year 2014, but we have many blog posts in years 2013, 2012 and 2011 and further back.  I am using the OOB SharePoint blog feature.


Paul

Office Web Apps 2013 SSL Certificate - SAN certificate needed ?

$
0
0

Per the Office Web Apps documentation here:

http://technet.microsoft.com/en-us/library/jj219435.aspx#security , the following are stated as part of the SSL certificate requirements:

1) The certificate must come from a trusted Certificate Authority and include the fully qualified domain name (FQDN) of your Office Web Apps Server farm in the SAN (Subject Alternative Name) field. (If the FQDN is not in the SAN when you try to use the certificate, the browser will either show security warnings or won’t process the response.)

2) The FQDN in the SAN field can’t begin with an asterisk (*).

No. 1 seems to rule out standard certificates, since I don't think standard certs have a SAN field (they just have a Subject field), and a requirement for the WAC farm FQDN to be present in the SAN field of the certificate is explicitly stated.

No. 2 seems to rule out wildcard certificates.

So, my questions:

A) Is a SAN certificate a hard requirement for Office Web Apps to work ?

B) In case you are using a standard certificate, then the certificate does not have a 'SAN (Subject Alternate Name)' field, and the FQDN goes in the 'Subject' field, correct ? Does that mean you are OK with not complying with requirement no. 1 above ?

Thanks,

Mario


SharePoint 2013 - Issue with Apps

$
0
0

Hi All,

I have just encountered a very frustrating issue;

As random as it could possibly happen, this morning all of our installed SharePoint Store apps have broken.

They still display correctly through their web\app parts, but the moment the header is clicked, we receive the following error;

Sorry, something went wrong

Accessing referenced file https://app-25d238edb9176b.**.com/_catalogs/masterpage/**MasterPage.master from https://app-25d238edb9176b.**.com/ImportantMessages/Pages/Default.aspx?SPHostUrl=https://intranet.**.com.au&SPLanguage=en-AU&SPClientTag=14&SPProductNumber=15.0.4420.1017&SPAppWebUrl=https://app-25d238edb9176b.**.com/ImportantMessages is not allowed because the reference is outside of the App Web.

Entries in the ULS Logs say much the same;

Application error when access /ImportantMessages/Pages/Default.aspx, Error=Accessing referenced file https://app-25d238edb9176b.**.com/_catalogs/masterpage/**MasterPage.master from https://app-25d238edb9176b.**.com/ImportantMessages/Pages/Default.aspx?SPHostUrl=https://intranet.**.com.au&SPLanguage=en-AU&SPClientTag=14&SPProductNumber=15.0.4420.1017&SPAppWebUrl=https://app-25d238edb9176b.**.com/ImportantMessages is not allowed because the reference is outside of the App Web.

I have done the following in an attempt to correct the issue;

  • Re-read through the steps on configuring the app domain
  • Reinstalled the Apps
  • Ran an IISReset

Any help would be much appreciated.

Pete

Install of Hotfix failed

$
0
0

Environment is SharePoint 2013 SP1 with July 2014 CU installed. After installing the August 2014 Hotfix xlsrvloc2013-kb2883086-fullfile-x64-glb on all 4 servers in the farm, started psconfig on the Sp2013 Application server that has the CA installed. psconfig failed and gave an error that KB2883086 was missing. Tried to re-deploy Hotfix on the server and got a message: There are no products affected by this package installed on this system. Started psconfig again with switches which gave the same error, and also tried GUI based config wizard. Same problem. Error reported: KB2883086 is missing.

Patch status in CA shows errors at 4 different location,  and all errors are:

Hotfix for Microsoft SharePoint Enterprise Server 2013 (KB2883086) 64-Bit Edition 15.0.4641.1001 Missing/Required

There are no error reported in the SharePoint logs following psconfig. Last upgrade log relates to successful deployment of July 2014 CU.

Similarly configured QA Farm with copies of PROD system content databases did not have issues with the hotfix. Everything went fine.

Looking for a way to fix the issue on production servers.

Thanks


MP


SQL Server 2014 PowerPivot installation on SharePoint 2013

$
0
0

Hello:

I saw many references on the topic but one thing is still not clear.Is spPowerPivot.msi installer for SharePoint 2013 is another package that has to run after the“SQL Server PowerPivot for SharePoint” installation on SharePoint server via SQL Server setup?

Or spPowerPivot.msi is the same thing as “SQL Server PowerPivot for SharePoint” from SQL Server setup?

I run spPowerPivot.msi on my SharePoint server, but don't see the SQL Server PowerPivot Configuration manager created.

Please advise

-Jeff

Viewing all 21070 articles
Browse latest View live


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