Hi,
I am trying to install NAV2013R2 on Small Business Server 2008 (Build 6002: Serice Pack 2) with Update Rollup 6 installed.
.Net4.5, Microsoft Help and SQL2012 Express has already been installed on the server.
When installing NAV2013R2 Server part, we get this warning and is not able to install the server part.
"This version of Windows is not supported by SharePoint Server 2013 Client Components"
According to System requirements for NAV2013R2, SBS2008 is supported.
We are not going to use the Sharepoint Client.
Is there a workaround, how to install the server part on SBS2008?
0
Answers
Please use new hardware + windows 2012. You need it because NAV 2013 is slow...
NAV2013 is the fastest version of Navision ever released. How can you say it is slow?
Customer upgraded from NAV5.1 to Server2012R2, NAV2013R2, Database 1Gb, NO customizations
Gunnar Gestsson
Microsoft Certified IT Professional
Dynamics NAV MVP
http://www.dynamics.is
http://Objects4NAV.com
Are you sure that you are not trying to install SharePoint parts ?
You can deselect during install.
Gunnar Gestsson
Microsoft Certified IT Professional
Dynamics NAV MVP
http://www.dynamics.is
http://Objects4NAV.com
Corrected it to Customer upgraded from NAV5.1 to Server2012R2, NAV2013R2, Database 1Gb, NO customizations
And i think it's not fast too. But that has more to do with the extra steps and mouse actions. The processing is ok when all is warmed up.
I am only installing the server part and I am not able to deselect SharePoint parts, as far as I can see.
Before you install would you please export the configuration xml and post it here.
Gunnar Gestsson
Microsoft Certified IT Professional
Dynamics NAV MVP
http://www.dynamics.is
http://Objects4NAV.com
Her is the configuration XML, only the server part enabled.
- <Configuration>
<Component Id="ClickOnceInstallerTools" State="Absent" ShowOptionNode="yes" />
<Component Id="NavHelpServer" State="Absent" ShowOptionNode="yes" />
<Component Id="WebClient" State="Absent" ShowOptionNode="yes" />
<Component Id="AutomatedDataCaptureSystem" State="Absent" ShowOptionNode="yes" />
<Component Id="OutlookAddIn" State="Absent" ShowOptionNode="yes" />
<Component Id="SQLServerDatabase" State="Absent" ShowOptionNode="yes" />
<Component Id="SQLDemoDatabase" State="Absent" ShowOptionNode="yes" />
<Component Id="ServiceTier" State="Local" ShowOptionNode="yes" />
<Component Id="Pagetest" State="Absent" ShowOptionNode="yes" />
<Component Id="STOutlookIntegration" State="Absent" ShowOptionNode="yes" />
<Component Id="ServerManager" State="Absent" ShowOptionNode="yes" />
<Component Id="RoleTailoredClient" State="Absent" ShowOptionNode="yes" />
<Component Id="ExcelAddin" State="Absent" ShowOptionNode="yes" />
<Component Id="ClassicClient" State="Absent" ShowOptionNode="yes" />
<Parameter Id="TargetPath" Value="[WIX_ProgramFilesFolder]\Microsoft Dynamics NAV\71" />
<Parameter Id="TargetPathX64" Value="C:\Program Files\Microsoft Dynamics NAV\71" />
<Parameter Id="NavServiceSQMOption" Value="false" />
<Parameter Id="NavServiceServerName" Value="localhost" />
<Parameter Id="NavServiceInstanceName" Value="DynamicsNAV71" />
<Parameter Id="NavServiceAccount" Value="NT AUTHORITY\NETWORK SERVICE" />
<Parameter Id="NavServiceAccountPassword" IsHidden="yes" Value="" />
<Parameter Id="ManagementServiceServerPort" Value="7045" />
<Parameter Id="NavServiceClientServicesPort" Value="7046" />
<Parameter Id="WebServiceServerPort" Value="7047" />
<Parameter Id="DataServiceServerPort" Value="7048" />
<Parameter Id="NavFirewallOption" Value="true" />
<Parameter Id="CredentialTypeOption" Value="Windows" />
<Parameter Id="DnsIdentity" Value="" />
<Parameter Id="ACSUri" Value="" />
<Parameter Id="SQLServer" Value="SBS2008" />
<Parameter Id="SQLInstanceName" Value="SQLEXPRESS2012" />
<Parameter Id="SQLDatabaseName" Value="" />
<Parameter Id="SQLReplaceDb" Value="FAILINSTALLATION" />
<Parameter Id="PublicODataBaseUrl" Value="" />
<Parameter Id="PublicSOAPBaseUrl" Value="" />
<Parameter Id="PublicWebBaseUrl" Value="" />
<Parameter Id="PublicWinBaseUrl" Value="" />
<Parameter Id="WebServerPort" Value="8080" />
<Parameter Id="WebServerSSLCertificateThumbprint" Value="" />
<Parameter Id="WebClientRunDemo" Value="true" />
<Parameter Id="WebClientDependencyBehavior" Value="install" />
<Parameter Id="NavHelpServerPath" Value="[WIX_SystemDrive]\Inetpub\wwwroot" />
<Parameter Id="NavHelpServerName" Value="[WIX_ComputerName]" />
<Parameter Id="NavHelpServerPort" Value="49000" />
</Configuration>
Copy Server folder from install DVD, then run the following command in CMD:
sc \\localhost create MicrosoftDynamicsNAVServer$XX binpath= "C:\Program Files\Microsoft Dynamics NAV\71\Service\Microsoft.Dynamics.Nav.Server.exe $XX" DisplayName= "Microsoft Dynamics NAV Server XX" start= auto type= own