TeamCity won't create its schema in SQL Server -


i've installed new teamcity instance , moved internal storage database (sql server). followed instructions @ http://confluence.jetbrains.com/display/tcd7/setting+up+an+external+database , know i've done database part correctly wouldn't connect , had go , turn on tcp/ip connections sql server.

from documentation assumed team city create , maintain it's own database schema, though it's user dbo database remains blank - no tables, views or other objects have been created.

when try connect in browser "database empty or doesn't exist", , viewing logs shows me "schema contains no tables". i've restarted service , connected again each time.

is there install script missing? how teamcity install it's schema?

when doing this, need migrate initial structure on sql server. see here


Comments

Popular posts from this blog

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - CFRelease causing crash in iPad application -