Show Changes Show Changes
Print Print
Recent Changes Recent Changes
Subscriptions Subscriptions
Lost and Found Lost and Found
Find References Find References
Rename Rename
Administration Page Administration Page
Search

History

2/1/2006 12:35:30 AM
80.250.130.141
8/23/2005 7:08:13 AM
-12.177.80.3
3/31/2005 4:32:50 AM
CraigAndera-68.100.154.154
3/31/2005 1:39:47 AM
-158.169.9.14
3/31/2005 1:35:24 AM
-158.169.9.14
List all versions List all versions

RSS feed for the FlexWiki namespace

Sql Store Manager Console
.
Summary
a console application for creating a SqlServer database that can be used to store FlexWiki topics.
Owner
RequiredBuild

Usage

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.

What happened when I tried to use this tool to create a datastore

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?

Nearby

Not logged in. Log in

Welcome to the home of FlexWiki, a collaboration tool, based on WikiWiki, implemented using Microsoft .NET technologies

This is FlexWiki, an open source wiki engine.

This site supports the new NoFollow anti-spam initiative.
Change Style

Recent Topics