
![]() |
Show Changes |
![]() |
|
![]() |
Recent Changes |
![]() |
Subscriptions |
![]() |
Lost and Found |
![]() |
Find References |
![]() |
Rename |
![]() |
Administration Page |
| Search |
History
| 9/13/2007 3:32:36 PM |
| -74.15.247.173 |
| 9/11/2007 9:10:21 AM |
| -74.15.248.233 |
| 9/11/2007 9:09:39 AM |
| -74.15.248.233 |
![]() |
List all versions |
fwsqlmgr create <instance> <database> <datadir> Creates a new SqlStore database at the specified location. fwsqlmgr grant <instance> <database> <user> Grants access to the database for the specified user. fwsqlmgr help fwsqlmgr /help fwsqlmgr /? fwsqlmgr Displays this message. <instance> - Name of a SQL Server instance to use. E.g. ".". <database> - Name of the SQL Server database to use. E.g. FlexWikiSqlStore. <datadir> - Directory in which to create the data files. E.g. C:\temp. <user> - Fully qualified NT user to grant access to. E.g. ISENGARD\ASPNET.
Note that the name of the executable is the abbreviated fwsqlmgr, even though the name of the project is SqlStoreDatabaseCreationTool.
System.Security.SecurityException: Request for the permission of type System.Data.SqlClient.SqlClientPermission, System.Data, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 failed. at System.Security.CodeAccessSecurityEngine.CheckHelper(PermissionSet grantedSet, PermissionSet deniedSet, CodeAccessPermission demand, PermissionToken permToken) at System.Security.CodeAccessSecurityEngine.Check(PermissionToken permToken, CodeAccessPermission demand, StackCrawlMark& stackMark, Int32 checkFrames, Int32 unrestrictedOverride) at System.Security.CodeAccessSecurityEngine.Check(CodeAccessPermission cap, StackCrawlMark& stackMark) at System.Security.CodeAccessPermission.Demand() at System.Data.SqlClient.SqlConnectionString.Demand(SqlConnectionString constr) at System.Data.SqlClient.SqlConnection.Open() at FlexWiki.SqlStoreManagerLib.DatabaseHelper.CreateDatabase(String instance, String database, String dataFileDirectory) at FlexWiki.SqlStoreManagerConsole.App.Main(String[] args)
Has anybody had any 'luck' with this?