andrew.page
9th December 2003, 01:33
We tried to upgrade from SQL 7 to SQL 2000

For some reason it failed.
I followed documents from the Microsoft web site but could not continue.

I have now created a new SQL 2000 instance and attached the BaaN databases to that instance.

I can access the BaaN data using SQL enterprise manager but can not log into BaaN

I have made the SID in the master database and baandb database the same.

I had a similar problem (after a system crash and restore) where I had to set the new encrypted password in a baan table - but I can't remember which one.

Can you help?

- Andrew Page
+44 7885 488854

eibrahimovic
9th December 2003, 08:14
Hi,

We are do it same but we are make upgrade from MSSQL7 to MSSQL2K not new clear install of MSSQL2K. We use Baan IV c4 witch can't be installed directly on MSSQL2K. Upgrade don't rename directory mssql7 in baan directory and other files and data so baan thinks that work on MSSQL7.

sikima
12th December 2003, 04:02
Hi,
I performed same installation last week. My client bought new server and we moved all data to new server. I have upgraded SQL Server7 to SQL Server 2000 on Win 2003 Server + licensed new server with same name.
I have completed entire process with SQL Server 7 and finally I updated to SQL Server 2000. If you prefer go direct to new version, first install SP3, SP3a for SQL Server 2000.

As you mentioned, you can use 2 methods for upgrade database: attach or restore backup from LIVE server. I have used second procedure but nothing is wrong with first.

After performing this step, you should fix all users ID due to you didn't export master DB.

After that, fix each users (put correct ID)

I'll give you a call tomorrow and find out where is a problem

You need 2 hours working and 35 hours waiting (during migration).
:)

andrew.page
12th December 2003, 10:21
The problem I ended up with was that I had users in the baandb database which didn't exist in the SQL masetr database.

I fixed this using the following command:

sp_change_users_login 'Auto_fix', 'login', NULL, 'password'