This page is for Navision versions up to Dynamics NAV 2009 SP1.

Go to Dynamics NAV 2013 (Navision) utility page

Import tool packages

System version

Navision 6.0 SP1

Tool version

2.2

Tool files

download

Tool Name

 

System version

Navision 5.0

Tool version

2.2

Tool files

download

Tool Name

 

System version

Navision 4SP3

Tool version

2.2

Tool files

download

Tool Name

 

System version

Navision 4SP2

Tool version

1.3

Tool files

download

Tool Name

 

System version

Navision 4SP1

Tool version

1.3

Tool files

download

Tool Name

 

System version

Navision 4.00

Tool version

1.2

Tool files

download

Tool Name

 

System version

Navision 370b

Tool version

1.1

Tool files

download

Tool Name

 

System version

Navision 370a

Tool version

1.3

Tool files

download

Tool Name

 

System version

Navision 360

Tool version

1.1

Tool files

download

Tool Name

 

Requirements and notes

Import tool settings

You need to create a file called settings.xml and place it in the same folder as the tool.

settings.xml for Version 360 and 370b

<?xml version="1.0" encoding="utf-8"?>
<Settings>
    <Navision>
        <!-- The driver to use:
                 NDBCS             Microsoft SQL Server
                 NDBCN             Navision Database Server  -->
        <DriverType>NDBCN</DriverType>
        <!-- The network protocol to use for network communication, depending on the DB server
               SQL Server:
                 Default           Use the default Net Type.
                 Named Pipes       Use Named Pipes.
                 TCP/IP Sockets    Use TCP/IP Sockets.
                 Multiprotocol     Use Multiprotocol.

               Navision Database Server:
                 netb              Use NetBIOS.
                 tcp               Use TCP/IP. -->
        <NetType>netb</NetType>
        <!-- The name of the server that you want to connect to. -->
        <ServerName></ServerName>
        <!-- The database to open (see example below) -->
	<!-- C:\Program Files\Microsoft Business Solutions-Navision\Client\database.fdb -->
        <DatabaseName></DatabaseName>
        <CompanyName></CompanyName>
        <UseWindowsAuthentication>true</UseWindowsAuthentication>
        <!-- Login and password if windows authentication is not used -->
        <User></User>
        <Password></Password>
        <!-- The size of the cache in KB -->
        <CacheSize>2000</CacheSize>
        <!-- Whether or not to use CommitCache -->
        <UseCommitCache>false</UseCommitCache>
    </Navision>
    <!-- ERP Web Service account provided by Webmercs -->
    <Email></Email>
    <Password></Password>
    <!-- Email for receiving error reports. Separate multiple emails with ; -->
    <AdminEmail></AdminEmail>
</Settings>

settings.xml for Versions 4.0 up til 6 (Dynamics NAV 2009)

<?xml version="1.0" encoding="utf-8"?>
<Settings>
    <Navision>
        <!-- The driver to use:
                 Sql       Microsoft SQL Server
                 Native    Navision Database Server  -->
        <DriverType>Sql</DriverType>

        <!-- The network protocol to use for network communication, depending on the DB server
               SQL Server:
                 SqlDefault        Use the default Net Type.
                 SqlNamedPipe      Use Named Pipes.
                 SqlTcpSocket      Use TCP/IP Sockets.
                 SqlMultiProtocol  Use Multiprotocol.

               Navision Database Server:
                 NativeNetB        Use NetBIOS
                 NativeSecureTcp   Use TCPS
                 NativeTcp         Use TCP/IP -->
        <NetType>SqlDefault</NetType>
        <!-- The name of the server that you want to connect to. -->
        <ServerName>DB</ServerName>
        <!-- The database to open -->
        <DatabaseName></DatabaseName>
        <CompanyName></CompanyName>
        <UseWindowsAuthentication>true</UseWindowsAuthentication>
        <!-- Login and password if windows authentication is not used -->
        <User></User>
        <Password></Password>
        <!-- The size of the cache in KB -->
        <CacheSize>2000</CacheSize>
        <!-- Whether or not to use CommitCache -->
        <UseCommitCache>false</UseCommitCache>
    </Navision>
    <!-- ERP Web Service account provided by Webmercs -->
    <Email></Email>
    <Password></Password>
    <!-- Email for receiving error reports. Separate multiple emails with ; -->
    <AdminEmail></AdminEmail>
</Settings>

How to use the import tool