I have searched for many days now, with no results. I’m working on migrating an old database created using Navision 2.60.B. I’ve been asked to migrate the database into a format suitable for use in Microsoft Access. The only way I’ve come up with is to migrate the database from Navisions’ Native Database format to an SQL database, which can then be easily linked into anything.
The problem I face is deceptively not simple: The earliest version of any SQL Server software I have available is MSSQL (Microsoft SQL) 2008 R2, but I can put the database in compatibility mode so it’ll behave like MSSQL 2000. I attempted to simply perform the conversion without any fuss, but due to the antiquated state of Navision 2.60.B, I received nothing but the expect (technically unexpected sense I tried this prior to researching and realizing the error was common) “ANSI/OEM code page 0 error” (Note: Not the actual error message, but a paraphrased version of the real error message received). I’ve gathered that I need to copy a set of DLL’s from a Navision 2.60C (2.60 SP3) hotfix, but nowhere in the vast lands of the internet can I find a download link to this hotfix. I’ve found numerous threads and posts detailing exactly what I’m looking for and users with the same needs as I, none of which contain any links or helpful data on where one may obtain these files.
I already know that 2.60.B won’t work with SQL Server 2000, the latest it can interface with is SQL 7, But sadly I do not have SQL 7 nor can I use SQL or set compatibility mode to SQL 7.
Please, if anyone out there has anything that could help me, it would be deeply appreciated.
TL;DR : I need a link to the C/side (I assume “C/Side” is a shorthand for “Client Side”, I’ve never seen that term before this project) DLL’s needed to update Navision 2.60.B to 2.60.C allowing Navision to interface with SQL Server 2000.
Please post a link if you could, so that all the users out there who are damned with the same curse as I, may find a place of hope and sanctitude, ridding us all of these antique programs that holds us back like great anchors.
EDIT:
As I was applying tags to this post, I thought it would be best of me to better my request and share more;
-
I’ve read that it may be possible to retrieve the requested files via Microsoft’s Partner Network, but I do not have access to this
-
I’ve already backed up the database in it’s native format so that it may be restored into the sql format
-
I’m running Fin 2.60.B and am under the impression that I need to use the 2.60.C hotfix
-
Any helpful tips, please post them
-
A quick re-summarization of what I’m doing: My company has been using a Financial Navision 2.60.B Native Database client and server for many years as a means to store information about our clients and services, the first red flag in my mind is that a piece of software designed around financial databasing is being used for what can be thought of as a “student database, hosting details about students, tests that they’ve taken, certifications received, and scorings”. After one of our data-entry executives performs the extensive task of updating an entry in this database, they then must re-enter parts of this information into a second database, controlled by a program called Asure ID. I’ve been asked to convert the Navision Native Database into one that can be managed through Microsoft Access and also be accessed by Asure ID. Given that both Microsoft Access and Asure ID can connect to an SQL Database (and an SQL Server being, by it’s very nature, dynamic and non-restrictive to the user), I concluded that the best course of action would be to migrate the Navision Native database to an SQL database by exporting it in fin.exe then restoring it in finsql.exe onto an sql server, I could then set up a connection to this database for both Microsoft Access and Asure ID, giving them a shared, dynamic, and easily modified database.
Again, anything insite would be appreciated. If you’re reading this and you happen to have a copy of Navision 2.60.C/D/E, I ask you to please, if you could, create a zip file containing the files and share them with me.