Quantcast
Channel: Forum Microsoft Identity Manager
Viewing all articles
Browse latest Browse all 4767

FIM pre-requisites for SharePoint 2013 - unable to set compatiblility level as it is a readonly property

$
0
0

I am having a problem setting the compatibility level for SharePoint, prior to installing FIM.
The property is read-only. Is there are registry entry that will complete this?

Here is the environment:

Freshly installed VM with Windows 2012 Std. Server is named: FIMS.
It is domain joined with .Net 3.5 installed.
It also have SQL 2012 Std installed including full-text search.

It has SharePoint 2013 installed...
Configure SQL Server 2012 for SharePoint 2013
http://sharepointpromag.com/sql-server-2012/configure-sql-server-2012-sharepoint-2013

I am stuck at step 1 in the following article to prepare SharePoint for the FIM install.

Installing FIM 2010 R2 on SharePoint Foundation 2013
https://technet.microsoft.com/en-us/library/jj863242(v=ws.10).aspx
Violating any of the above conditions will be caught by the setup prerequisite checks and will block the installation of the portal.

  1. The SharePoint 2013 site collection runs in 2010      experience mode.
        
         To verify, in the SharePoint 2013 Management command-line shell, enter the following commands and verify that the return value is 14:
     
    • $spSite = SpSite("http://www.contoso.com");
    • $spSite.CompatibilityLevel

When I run the command it reports the value is read-only. Advice on how to set this via registry or other mean, is much appreciated.


PS C:\> $spSite = SpSite("http://fims")
PS C:\> $spSite.CompatibilityLevel
15
PS C:\> $spSite.CompatibilityLevel = 14
'CompatibilityLevel' is a ReadOnly property.
At line:1 char:1
+ $spSite.CompatibilityLevel = 14
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : PropertyAssignmentException

Thank you


    Viewing all articles
    Browse latest Browse all 4767

    Trending Articles



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