Seite 2 von 2

Verfasst: 04.02.2006 16:09
von scorpiofreund
Updating to latest stable release



Information
Database type :: mssql-odbc
Previous version :: 2.0.17
Updated version :: 2.0.19

Updating database schema
Progress ::
Warning: odbc_exec(): SQL error: [Microsoft][ODBC SQL Server Driver][SQL Server]Die CREATE TABLE-Berechtigung wurde in der master-Datenbank verweigert., SQL state 37000 in SQLExecDirect in D:\Inetpub\1-Webseiten\muenchnerfordfreunde.de\forum\db\mssql-odbc.php on line 171

Notice: Undefined property: in_transaction in D:\Inetpub\1-Webseiten\muenchnerfordfreunde.de\forum\db\mssql-odbc.php on line 181
.
Warning: odbc_exec(): SQL error: [Microsoft][ODBC SQL Server Driver][SQL Server]Ein Index für 'phpbb_sessions_keys' kann nicht erstellt werden, da diese Tabelle in der master-Datenbank nicht vorhanden ist., SQL state S0002 in SQLExecDirect in D:\Inetpub\1-Webseiten\muenchnerfordfreunde.de\forum\db\mssql-odbc.php on line 171

Notice: Undefined property: in_transaction in D:\Inetpub\1-Webseiten\muenchnerfordfreunde.de\forum\db\mssql-odbc.php on line 181
.
Warning: odbc_exec(): SQL error: [Microsoft][ODBC SQL Server Driver][SQL Server]Ein Index für 'phpbb_sessions_keys' kann nicht erstellt werden, da diese Tabelle in der master-Datenbank nicht vorhanden ist., SQL state S0002 in SQLExecDirect in D:\Inetpub\1-Webseiten\muenchnerfordfreunde.de\forum\db\mssql-odbc.php on line 171

Notice: Undefined property: in_transaction in D:\Inetpub\1-Webseiten\muenchnerfordfreunde.de\forum\db\mssql-odbc.php on line 181
. . . Done
Result :: Some queries failed, the statements and errors are listing below

Error :: [Microsoft][ODBC SQL Server Driver][SQL Server]Die CREATE TABLE-Berechtigung wurde in der master-Datenbank verweigert.
SQL :: CREATE TABLE [phpbb_sessions_keys] ([key_id] [char] (32) NOT NULL , [user_id] [int] NOT NULL , [last_ip] [char] (8) NOT NULL , [last_login] [int] NOT NULL) ON [PRIMARY]


Error :: [Microsoft][ODBC SQL Server Driver][SQL Server]Ein Index für 'phpbb_sessions_keys' kann nicht erstellt werden, da diese Tabelle in der master-Datenbank nicht vorhanden ist.
SQL :: CREATE INDEX [IX_phpbb_sessions_keys] ON [phpbb_sessions_keys]([key_id], [user_id]) ON [PRIMARY]


Error :: [Microsoft][ODBC SQL Server Driver][SQL Server]Ein Index für 'phpbb_sessions_keys' kann nicht erstellt werden, da diese Tabelle in der master-Datenbank nicht vorhanden ist.
SQL :: CREATE INDEX [IX_phpbb_sessions_keys_1] ON [phpbb_sessions_keys]([last_login]) ON [PRIMARY]


This is probably nothing to worry about, update will continue. Should this fail to complete you may need to seek help at our development board. See README for details on how to obtain advice.

Updating data
Progress :: . . . . . .

Updating version and optimizing tables
Progress :: . Done
Result :: No errors

Update completed
Please make sure you have updated your board files too, this file is only updating your database.

You should now visit the General Configuration settings page in the Administration Panel and check the General Configuration of the board. If you updated from versions prior to RC-3 you must update some entries. If you do not do this emails sent from the board will contain incorrect information. Don't forget to delete this file!

Gruss Christian

Verfasst: 05.02.2006 12:00
von scorpiofreund
Keiner eine Idee ?