AnantLabs / dotnetkicks

Automatically exported from code.google.com/p/dotnetkicks
0 stars 1 forks source link

installation problems #238

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Problem no1: 016.DotNetKicks.Kick_BannedUrlPattern.Table.sql

"USE [DotNetKicks]" needed in beginning. Everytime I open one of those 
files, master-table is selected by default. To ensure the update/changes 
will affect DotNetKicks-db, you should add "USE [DotNetKicks]" in 
beginning of the file, like you did in other files.

Problem no2: 999.DotNetKicks.Data.SQL.2005.sql

When executing the "999.DotNetKicks.Data.SQL.2005.sql" file, I get 
following errors:

Msg 545, Level 16, State 1, Line 3
Explicit value must be specified for identity column in 
table 'Kick_BannedUrlPattern' either when IDENTITY_INSERT is set to ON or 
when a replication user is inserting into a NOT FOR REPLICATION identity 
column.
Msg 545, Level 16, State 1, Line 4
Explicit value must be specified for identity column in 
table 'Kick_BannedUrlPattern' either when IDENTITY_INSERT is set to ON or 
when a replication user is inserting into a NOT FOR REPLICATION identity 
column.

Problem no3: DotNetKicks_FreshInstall_RUNLAST.sql

You really should update installation-howto.txt about this file. When 
exactly should we run it? RUNLAST after 0xx-files, but before 999-file or 
run after 999-file.

Original issue reported on code.google.com by stjepa...@gmail.com on 11 Jan 2009 at 12:50