1.2.0rc2 + MS SQL = Not working?
Posted: 19 Feb 2010, 13:39
Hi guys,
I can't get it to work.
With "Print SQL Queries instead of Writing to the Database" checked, I get some curious WARNINGS inside the sql statements:
After deleting these warnings from the sql script I tried to run it but it seems that MS SQL couldn't interprete these _migrate commands (date_migrate & category_migrate)?
______________
After removing BOTH (_migrate commands & warning messages) the script stops at various ALTER TABLE commands the first one is this:
The error message looks like this:
Think it has something to do with bound private keys, constraints, ...
Can anyone help me?
Has anybody already installed 1.2.0rc2 with MS SQL Server 2005?
ty
timmi
Edit:

I can't get it to work.
With "Print SQL Queries instead of Writing to the Database" checked, I get some curious WARNINGS inside the sql statements:
One line above each of these warnings (they appear 14 times) are commands I've never seen before:SYSTEM WARNING: htmlentities() expects parameter 1 to be string, array given
;
Code: Select all
date_migrate;
______________
After removing BOTH (_migrate commands & warning messages) the script stops at various ALTER TABLE commands the first one is this:
Code: Select all
ALTER TABLE mantis_user_pref_table ALTER COLUMN redirect_delay INT;
Code: Select all
Meldung 5074, Ebene 16, Status 1, Zeile 425
Das Objekt-Objekt 'DF__mantis_us__redir__2739D489' ist vom Spalte-Objekt 'redirect_delay' abhängig.
Can anyone help me?
Has anybody already installed 1.2.0rc2 with MS SQL Server 2005?
ty
timmi
Edit: