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

CMMI Dashboards feature cannot be activated

$
0
0

Hello guys,

I have Sharepoint 2013 site where i try to activate CMMI Dashboards feature. After clicking the ACTIVATE button in "SITE FEATURES" I got the following message below: Is the feature supported with Sharepoint 2013 and TFS 2012 or its not working ??? What are the steps to enable that feature ?

TF262601: You attempted to add a SharePoint Feature to the site, but that feature requires data from Team Foundation Server. The feature could not be activated because the site is not associated with a team project in Team Foundation Server. You must configure a team project to refer data for that project to this site before you will be able to activate this feature. For more information, see this topic on the Microsoft Web site: http://go.microsoft.com/fwlink/?LinkId=147580.

The name of the SharePoint Feature is TfsDashboardCmmiNoWh. The feature ID is a8c102be-0ada-40e8-a8b9-d297095be8be.

Correlation ID: d6c4189c-586b-d0cd-c6ab-d76739b06a62

Date and Time: 5/6/2013 8:55:54 AM


Unsupported Reporting Services Functionality Error in Sharepoint 2013

$
0
0

Hi,

I am getting following error when i try to open powerview window from powerpivot gallery:

Unsupported Reporting Services Functionality

This SQL Server Reporting Services (SSRS) functionality is not supported. Use Central Administration to verify and fix one or more of the following issues:

  • A report server URL is not configured. Use the SSRS Integration page to set it.
  • The SSRS service application proxy is not configured. Use the SSRS service application pages to configure the proxy.
  • The SSRS service application is not mapped to this web application. Use the SSRS service application pages to associate the SSRS service application proxy to the Application Proxy Group for this web application.

I am using SQL Server 2012 In integrated mode with Sharepoint 2013..

Please help..

Set-SPEnterpriseSearchTopology : Could not connect to the HostController service on ServerX

$
0
0

Followed the KB on how to setup Search Topology in SharePoint 2013:

http://technet.microsoft.com/en-us/library/jj862356.aspx

All the commands executed successfully until I get to the activation of the topology:

Set-SPEnterpriseSearchTopology -Identity $newTopology

Couple of things:

  1. Search Controller service showing as started on the server in question
  2. Disabled Windows firewall on all nodes

SharePoint 2013 STS Token Issue

$
0
0

Hi, We are installing SharePoint 2013 on a Windows 2008 box with SQL 2012.

We have run into this issue that we are not able to resolve. Any help for any one is much appreciated.

 

                We have installed SharePoint 2013 Enterprise edition. Below are the environment details.

  1.       Have 3 server box, (SharePoint WFE, SharePoint Application Server, Database Server)
  2.       All Servers are running on Windows Server 2008 R2 SP1 64bit
  3.       Using SQL Server 2012 Standard
  4.       Connected to Domain

With above environment, we have installed and configured the SharePoint 2013 enterprise edition (Build: 15.0.4420.1017).

Problem: The Health analyzer shows issue with The Security Token Service is not available. We tried to check the issue with this Service.

In that process, Tried to browse the security token service, we are able to browse the wsdl 

Next using PowerShell we tried to check the status of the STS service, it’s online. We re-provisioned the service to check if it makes and different, Unfortunately we dint get any success on this problem.

When we try to access the site for which the Claims based authentication has been enabled:

We are getting the below error:

               An exception occurred when trying to issue security token: The server was unable to process the request due to an internal error.  For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug> configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework SDK documentation and inspect the server trace logs..

configuration operation failed.Please drop the database and use "Create a New Farm again".

$
0
0

I am trying to configure the worklfow manager but getting the below error.

When i run the powershell script it configures the service bus but failing to create the workfow manager.

-------------------------------------------------------------------------------------------[

Error] [4/15/2013 5:02:47 PM]: System.Management.Automation.CmdletInvocationException: Method not found: 'Void Microsoft.ServiceBus.Commands.Common.SecurityHelper.CreateServerAdministratorRole(System.String, System.String)'. ---> System.MissingMethodException: Method not found: 'Void Microsoft.ServiceBus.Commands.Common.SecurityHelper.CreateServerAdministratorRole(System.String, System.String)'.

   at Microsoft.ServiceBus.Commands.NewSBFarmBase.InstallManagementDB(String connectionString, String adminGroup, String runAsName)
   at Microsoft.ServiceBus.Commands.NewSBFarmBase.ProcessRecordImplementation()
   at Microsoft.ServiceBus.Commands.ServiceBusBaseCmdlet.ProcessRecord()
   at System.Management.Automation.CommandProcessor.ProcessRecord()
   --- End of inner exception stack trace ---
   at System.Management.Automation.PowerShell.EndInvoke(IAsyncResult asyncResult)
   at Microsoft.Workflow.Deployment.ConfigWizard.CommandletHelper.InvokePowershell(Command command, Action`3 updateProgress)
   at Microsoft.Workflow.Deployment.ConfigWizard.ProgressPageViewModel.CreateSBFarm(FarmCreationModel model)

-----------------------------------------------------------------------------------------------------------

I have installed latest workflow manager 1.0 and updates for the same.

While running the wizard i am using account name as administrator@completedomainname.


MCTS,MCPD Sharepoint 2010. My Blog- http://www.sharepoint-journey.com
If a post answers your question, please click "Mark As Answer" on that post and "Vote as Helpful


Office Web Apps problem

$
0
0
Hi,all
I have installed the Office Web Apps 2013 in windows 2008 R2 SP1 and SharePoint 2013 in windows server 2102 .Then made the Binding using HTTP ,excel can preview,edit and new ,word can edit and new,but can not preview,powerpoint can not preview,edit and new.Using HTTPS,all is the same !

Issue with Test-SPContentDatabase Migrating from 2010 to 2013

$
0
0

This first part has been rewritten from original for sake of non-confusion.

I have created my first WebApplication in my Sharepoint 2013 Farm. I now want to move some of my SP 2010 Content Databases from a WebApplication over to this new test farm. 

1. I  have verified that my 2010 WebApplication is defined as Claims Based Authentication using Sharepoint 2010 Central Adminstration Authentication Providers.  

2. I did a Backup of the Content Database and then Restored it on my new server that has SP 2013 using SQL Server Management Studio backup and restore. 

3. I run the PowerShell command on my SP 2013 server of Test-SPContentDatabase -Name WSS_OLD_ContentDB -WebApplication http:NewWebApplicationURL.com

I get the following error message when I run this:

CategoryConfiguration
ErrorFalse
UpgradeBlockingFalse
Message

The [web_app_name] web application is configured with Claims authentication mode however the content database you are trying to attach is
intended to be used against a Windows Classic authentication mode.

Remedy

There is an inconsistency between the authentication mode of target web
application and the source web application. Ensure that the authentication mode
setting in upgraded web application is the same as what you had in previous
SharePoint 2010 web application. Refer to the link "http://go.microsoft.com/fwlink/?LinkId=236865"
for more information.

Locations

When I go ahead and run the Mount-SPContentDatabase cmdlet it finishes but I cannot get into my SiteCollection. 

Is this a bug or am I not doing this right?


Full trusted domain users not resolving in People Picker in SP 2013

$
0
0
I have just setup a new 2013 farm with Office Web Apps and wanted to give users in a secondary fully trusted two way domain access to the farm.  However the people picker will not resolve their names, SAMaccount names or email addresses.  In SP 2010 this just "worked" I did nothing special other than setup some WINS settings so that the NETBIOS name of domain would be recognized.  I also added this domain to our User Profile Service and imported all the user accounts, but they still do not show up in the people picker.  What is wrong?  Do I have to call MS?  According to their technet article this should just "work" so I don't know what I am missing.

Was this a good idea?

$
0
0
For my SharePoint server, I installed Server 2008 R2 Web Edition, thinking that, since SharePoint is really just a web app, this would be the best platform - minimal overhead, minimal footprint. After I got everything up and running, I discovered that I couldn't add indexing to my hard drives because this requires the File Services role on the server and Web Edition only allows the IIS and DNS roles.
 
Did I screw up here?
 
Tom

Tomás Mason

Sharepoint 2013 upgrade. UPSA upgrade Encryption key import error

$
0
0

Hi,

We are doing a test upgrade from sharepoint 2010 to sharepoint 2013 environment. We have upgraded the user profile service application and started the user profile synchronization service as per the documentation.

Now we are trying to import the encryption key of the user profile service application of SP 2010 into SP 2013. We are using the below command by replacing the 'PATH'

miiskmu.exe /i Path {0E19E162-827E-4077-82D4-E6ABD531636E}

Following is the error :

miiskmu.exe /i Path {0E19E162-827E-4077-82D4-E6ABD531636E}

Error : The operation encountered an error and cannot be completed

The operation failed because the server service was started

Error code : 80131600

External data source, RBS and Azure BLOB Storage

$
0
0

Hi,

I have some questions related to external storage in SharePoint Server 2013.

With SP2013 I can setup RBS and use SQL FileSTREAM to save in SQL the path of a file saved in a local drive. Doing this, you are freeing a lot of space in the DB.

Previous versions the only option was in local drive, but now in 2013 version it can be saved in a NAS device? And what about Azure BLOB Storage?

Thanks


Grouped view problem

$
0
0

Hello,

After uprading a site collection in demo mode, I have a strange behaviour: in the document libraries, the default view was grouped by "Year", a calculated column deduced from a "Date" column.

At first, it seems everything is ok, though when opening (view only) a document of year 2012 for example, it gets propulsed at the top of the view, still in a 2012 group, but a new one...

So we have two 2012 groups, on at the top with (1) documents, and another below with the 2012 documents not opened yet. If we try to open another 2012 document, it gets rendered in the new 2012 group, and the count is updated correctly (2).

Is this something kown ? normal ? that will be fixed ?

Thanks.


Lloyd, MCITP SharePoint Administrator 2010



SP 2013 in old SP07 farm

$
0
0

Is it wise to install Sp 2013 in an existing SP 2007 farm? Or should we start a new farm altogether? The old 2007 farm is used solely for document storage (doc libraries).

With SP2013 we would like to do more lists, discussions etc.

Unable to open a document that I follow on MySite

$
0
0

When I try to open some documents that I follow on MySite, I get an error. When I check the url that is passed when I try to open the document, I see the following:

http://sharepoint2/p1/_layouts/15/WopiFrame.aspx?sourcedoc=/p1/Documents partags/Calendrier examens/calendrier examens étape 3 2009-1010.doc&action=default

I can open the same document directly in the library without a problem. The url that is passed then is:

http://sharepoint2/p1/_layouts/15/WopiFrame.aspx?sourcedoc=/p1/Documents%20partags/Calendrier%20examens/calendrier%20examens%20%C3%A9tape%203%202009-1010.doc&action=default

Clearly the first url that is not working is malformed. I get this error only when there is an accented character in the url.

Did anyone have such an issue ?

Thanks,

Antonio

How I can install SharePoint server 2013 on windows server 2008 inside a VM

$
0
0
The system administrator in our company provided me with the following 5 ISO images including SharePoint server 2013, Visual studio 2012, Visual studio team foundation server 2012, SQL server 2008 and finally Windows server 2008.:-
  1. en_sharepoint_server_2013_x64_dvd
  2. en_visual_studio_professional_2012_x86_dvd
  3. en_visual_studio_team_foundation_server_2012_with_update_2_x86_x64_dvd
  4. SW_DVD5_SQL_Svr_DC_Ent_Std_Wkgrp_Web_SmBiz_Dev_2008_R2SP2_English
  5. SW_DVD5_Windows_Svr_DC_EE_SE_Web_2008_R2_64Bit_English_w_SP1

 

Currently I have the following for my development environment:-

  1. PC Machine which have windows 7 professional
  2. The above five ISO images

As this will be my first SharePoint installation,so I need to know the following points:-

  1. Which ISO image I should start with?
  2. Will the above files allow me to have the SP 2013 inside a VM or I should first install a VM on windows 7 and then copy these ISO images to the VM?

Appreciate any help.

Best Regards


Profile Service - Manage User Properties

$
0
0

Hi Gang,

I'm having a bit of an issue with my User Profile service and I'm not sure what's going on. If, for example, I want to add a new property and map it to something or change the mapping of an existing profile I am unable to do so. I edit the user property and under the heading "Add New Mapping" it shows my source data connection but the attribute drop down is blank.

Does anyone have any idea what I'm doing wrong? The sync connection seems to be working since I'm importing AD users fine. Oh, and I'm using AD Import rather than the 2010-style User Profile Sync.

Exception with regards to SharePoint Workflow Services

$
0
0

Hi there,

Since today we suddenly get the following exception on our development farm:

Method 'get_IsClientValid' in type 'Microsoft.SharePoint.WorkflowServices.WorkflowServiceApplicationProxy' from assembly 'Microsoft.SharePoint.WorkflowServices, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' does not have an implementation. 

We get this exception when we:

- Open up a site

- Open up Manage Service Applications from Central Administration

We don't get the exception when I open up the starting page of Central Administration.

Unfortunately we don't know what we have done that has resulted into this exception.

What is the root cause and is this easy to fix?


error in workflow task in sharepoint 2010

$
0
0

i am getting this error in workflow task popup in sharepoint 2010. pls tell me how resolve this error

Will SharePoint 2010 event receiver work on SharePoint 2013 after Upgradation?

$
0
0

Hello,

Will SharePoint 2010  event receiver work on SharePoint 2013 after Upgradation?


Rajesh Kumar "Changing the Face" can change nothing.But "Facing the Change" can change everything.

no preview, cant open document (office web apps 2013)

$
0
0
I downloaded the office web apps

no document preview of office documents.
there is a preview of websites and jpg files.

Get-SPWOPIBinding (on the sharepoint server)
servername.domain.com is the WAC server.

When installing: 
Office web apps server:
Add-WindowsFeature Web-Server,Web-Mgmt-Tools,Web-Mgmt-Console,Web-WebServer,Web-Common-Http,Web-Default-Doc,Web-Static-Content,Web-Performance,Web-Stat-Compression,Web-Dyn-Compression,Web-Security,Web-Filtering,Web-Windows-Auth,Web-App-Dev,Web-Net-Ext45,Web-Asp-Net45,Web-ISAPI-Ext,Web-ISAPI-Filter,Web-Includes,InkandHandwritingServices
New-OfficeWebAppsFarm -InternalUrl "http://wac" -EditingEnabled
dism /online /enable-feature /featurename:IIS-ASPNET45

Notice I have http://wac in New-OfficeWebAppsFarm

Sharepoint server:
New-SPWOPIBinding -ServerName servername.domain.com -allowHTTP
Get-SPWOPIZone


Application     : Excel
Extension       : ODS
ProgId          : 
Action          : view
IsDefaultAction : True
ServerName      : Servername.domain.com
WopiZone        : internal-http

Application     : Excel
Extension       : XLS
ProgId          : 
Action          : view
IsDefaultAction : True
ServerName      : Servername.domain.com
WopiZone        : internal-http

Application     : Excel
Extension       : XLSB
ProgId          : 
Action          : view
IsDefaultAction : True
ServerName      : Servername.domain.com
WopiZone        : internal-http

Application     : Excel
Extension       : XLSM
ProgId          : 
Action          : view
IsDefaultAction : True
ServerName      : Servername.domain.com
WopiZone        : internal-http

Application     : Excel
Extension       : XLSX
ProgId          : 
Action          : view
IsDefaultAction : True
ServerName      : Servername.domain.com
WopiZone        : internal-http

Application     : Excel
Extension       : ODS
ProgId          : 
Action          : edit
IsDefaultAction : False
ServerName      : Servername.domain.com
WopiZone        : internal-http

Application     : Excel
Extension       : XLSB
ProgId          : 
Action          : edit
IsDefaultAction : False
ServerName      : Servername.domain.com
WopiZone        : internal-http
 
and many more...

on the WAC server this is the configuration like it was
FarmOU                          :
InternalURL                     : http://wac
ExternalURL                     :
AllowHTTP                       : True
SSLOffloaded                    : False
CertificateName                 :
EditingEnabled                  : True
LogLocation                     : C:\ProgramData\Microsoft\OfficeWebApps\Data\Logs\ULS
LogRetentionInDays              : 7
LogVerbosity                    :
Proxy                           :
CacheLocation                   : C:\ProgramData\Microsoft\OfficeWebApps\Working\d
MaxMemoryCacheSizeInMB          : 75
DocumentInfoCacheSize           : 5000
CacheSizeInGB                   : 15
ClipartEnabled                  : False
TranslationEnabled              : False
MaxTranslationCharacterCount    : 125000
TranslationServiceAppId         :
TranslationServiceAddress       :
RenderingLocalCacheLocation     : C:\ProgramData\Microsoft\OfficeWebApps\Working\waccache
RecycleActiveProcessCount       : 5
AllowCEIP                       : False
ExcelRequestDurationMax         : 300
ExcelSessionTimeout             : 450
ExcelWorkbookSizeMax            : 10
ExcelPrivateBytesMax            : -1
ExcelConnectionLifetime         : 1800
ExcelExternalDataCacheLifetime  : 300
ExcelAllowExternalData          : True
ExcelWarnOnDataRefresh          : True
OpenFromUrlEnabled              : False
OpenFromUncEnabled              : True
OpenFromUrlThrottlingEnabled    : True
AllowHttpSecureStoreConnections : False
Machines                        : {Servername}

Then I changed the InternalUrl from wac to the servername.domain.com

stopped the sharepoint timer and cleared the config cache.

The errors I am getting in the Sharepoint log:
w3wp.exe (0x0E44)                      0x33B0 SharePoint Foundation         Runtime                      tkauUnexpectedSystem.ArgumentException: The Ribbon Tab with id: "Ribbon.Read" has not been made available for this page or does not exist. Use Ribbon.MakeTabAvailable().    at Microsoft.Web.CommandUI.Ribbon.Render(HtmlTextWriter writer)    at Microsoft.SharePoint.WebControls.SPRibbon.Render(HtmlTextWriter writer)     at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at Microsoft.SharePoint.WebControls.AjaxDelta.RenderChildren(HtmlTextWriter output)     at System.Web.UI.WebControls.WebControl.RenderContents(HtmlTextWriter writer)     at System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer)     at Microsoft.SharePoint.WebControls.AjaxDelta.Render(Ht...c959199c-e55d-20aa-7511-81e1a00e753d
w3wp.exe (0x0E44)                      0x33B0 SharePoint Foundation         Runtime                      tkauUnexpected...mlTextWriter writer)     at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer)     at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer)     at Microsoft.SharePoint.WebControls.SharePointForm.Render(HtmlTextWriter output)     at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer)     at System.Web.UI.Control.RenderControlInternal(Ht...c959199c-e55d-20aa-7511-81e1a00e753d
w3wp.exe (0x0E44)                      0x33B0 SharePoint Foundation         Runtime                      tkauUnexpected...mlTextWriter writer, ControlAdapter adapter)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.Page.Render(HtmlTextWriter writer)     at Microsoft.SharePoint.WebControls.DeltaPage.RenderToBase(HtmlTextWriter writer)     at Microsoft.SharePoint.WebControls.DeltaPage.Render(HtmlTextWriter writer)     at Microsoft.SharePoint.WebPartPages.WikiEditPage.Render(HtmlTextWriter writer)     at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)     at System.Web.UI.Page.ProcessRequestMain(Boolean includ...c959199c-e55d-20aa-7511-81e1a00e753d
w3wp.exe (0x0E44)                      0x33B0 SharePoint Foundation         Runtime                      tkauUnexpected...eStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)c959199c-e55d-20aa-7511-81e1a00e753d

I ran
$config = (Get-SPSecurityTokenServiceConfig)
$config.AllowOAuthOverHttp = $true
$config.Update()
It didnt help.

Can I ask for a step by step guidance of what I need to do?
No preview of documents, does not open in browser.

best regards,
Olafur
Viewing all 21070 articles
Browse latest View live


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