I am getting an error message when configuring the NODBC for one client that the server and client version do not match.
Navision connects fine , its just the NODBC.
Go to control panel find ODBC applet (odbcad32.exe) there (in WinNT and WinXP it is in Administrative tools subfolder)
open it and find NODBC driver there - look for its version
The version number of NODBC is same as the server version
which I get from the build number.
20942
But its still giving me the same error "Server and client have different version" when I try to select the company on ODBC configuration window.
do u try to read data from navision in your 3rd party application or do u try to import data from 3rd party application into navision ?
according to Navision Developement I courceware (#8359) Chapter 23:
"the client and the NODBC version must be the same"
that is the navision executables u use must match the driver
Program Folder path in NODBC setup must point to directory with Navision executables u use.
it is also recommended to setup NODBC DSN as SystemDSN and not as UserDSN
Originally only SUPER user can access navision data from outside viaa NODBC (i assume u have purchased the NODBC granule)
Other users need to get the following permissions:
Object Type |Object ID | Object Name | Permissions
TableData | 2000000006 | Company | Read and Execute
System | 9130 | NODBC | All permission
Comments
open it and find NODBC driver there - look for its version
Thanks
which I get from the build number.
20942
But its still giving me the same error "Server and client have different version" when I try to select the company on ODBC configuration window.
](*,)
Regards.
according to Navision Developement I courceware (#8359) Chapter 23:
"the client and the NODBC version must be the same"
that is the navision executables u use must match the driver
Program Folder path in NODBC setup must point to directory with Navision executables u use.
it is also recommended to setup NODBC DSN as SystemDSN and not as UserDSN
Originally only SUPER user can access navision data from outside viaa NODBC (i assume u have purchased the NODBC granule)
Other users need to get the following permissions:
Object Type |Object ID | Object Name | Permissions
TableData | 2000000006 | Company | Read and Execute
System | 9130 | NODBC | All permission