bstecche
24th February 2006, 10:49
Hallo, i've baanV on W2003 and a local SQL installation.
I've create another SQL installation on a different server and now i would like to connect Baan to the second SQL. ( i define role and user)
I create a new db definition on session ttaad4510m000 ( with parameter string like ... :MSQL_LEVEL1=1,MSQL_SERVERHOST=remote_sql);
Assign table to new db;
Do the convert to runtime, but when i log in i receive the message ' Error 5064 ( database error 4064)

Con someone give me help?
Thanks
Barbara

bstecche
25th February 2006, 21:59
i find a document IRG1001 Copying Baan Env. in Windows in which are suggest two different activity ' Creating new sql logins' with sp_change_users_login 'update_one', 'baan', 'baan' and
'changing the owner of the Database ' with sp_changedbowner 'baandb', 'baandb'

By Barbara