Categories
Dynamics NAV Microsoft

The company name must be specified if the server and instance are specified

—————————
Microsoft Dynamics NAV
—————————
The company name must be specified if the server and instance are specified.
—————————
OK
—————————

The company name must be specified if the server and instance are specified

Cause:
This error is related to (or maybe cause by) my previous post: The client version does not match the server version
You changed the registry key as explained in the solution to work with another version.

Solution:
Execute the .reg file for the version NAV 2013 R2

NAV2013R2.reg
[sourcecode lang=”bash”]
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\DYNAMICSNAV\Shell\Open\Command]
@="C:\\Program Files (x86)\\Microsoft Dynamics NAV\\71\\RoleTailored Client\\Microsoft.Dynamics.Nav.Client.exe -protocolhandler \"%1\""
[/sourcecode]

Did my solution solve your problem? Leave a reply.

Categories
Dynamics NAV Microsoft Windows 8 / 8.1 Windows Server 2012

Microsoft .NET Framework 3.5 SP1 An error occurred during installation. NAV 2013

During the installation of NAV 2013 on Windows 8 or Windows 8.1 or Windows Server 2012 or Windows Server 2012 R2 you receive the following error message:

Microsoft .NET Framework 3.5 SP1
An error occurred during installation.

Solution:

  1. Insert the installation CD or mount the ISO on your drive (in my case it was d:)
  2. Open a Command Prompt window with administrative credentials (that is, choose Run as administrator)
  3. Execute the following command:
DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:d:\sources\sxs

Resource: Installing the .NET Framework 3.5 on Windows 8 or 8.1

Did my solution solve your problem? Leave a reply.