Hello. First wanted to say thank you for your project.
I am having an issue with installation on MSSQL 2000 using 1.2.10.
Seems all the Create tables work, but all the create index's and insert statements are failing.
This occurs with the sql driver and the odbc driver.
I think I have it traced to the fact that mssql2000 wants user.table to resolve names.
So I needed to modify my dbinit_mssql to remove all the CREATE's (they already executed), and prepend "netxms." to each table reference.
Thoughts?
edited: spelling
I am having an issue with installation on MSSQL 2000 using 1.2.10.
Seems all the Create tables work, but all the create index's and insert statements are failing.
This occurs with the sql driver and the odbc driver.
I think I have it traced to the fact that mssql2000 wants user.table to resolve names.
So I needed to modify my dbinit_mssql to remove all the CREATE's (they already executed), and prepend "netxms." to each table reference.
Thoughts?
edited: spelling