Navision
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 | Tool version | Tool files | Tool Name |
|---|---|---|---|
Navision | 2.5 |
| |
Navision 6.0 SP1 | 2.2 |
| |
Navision 5.0 | 2.2 |
| |
Navision 4SP3 | 2.2 |
| |
Navision 4SP2 | 1.3 |
| |
Navision 4SP1 | 1.3 |
| |
Navision 4.00 | 1.2 |
| |
Navision 370b | 1.1 |
| |
Navision 370a | 1.3 |
| |
Navision 360 | 1.1 |
|
Requirements and notes
C/Front Granule 1,800
must install C/Side client, SDK and C/Front
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>