BugNET

Open source issue tracking & project management
Welcome to BugNET Register | Login |

BugNET Forums

 
  Forum  Support  Installation pr...  how to install database
Previous Previous
 
Next Next
New Post 5/3/2007 4:28 AM
User is offline tantalos
6 posts
No Ranking


how to install database 
how to install database ? where can i find db scripts ?

please help me
 
New Post 5/3/2007 6:10 AM
User is offline admin
634 posts
bugnetproject.com
1st Level Poster




Re: how to install database 

 tantalos wrote
how to install database ? where can i find db scripts ?

please help me

The application is installed using an automated installation engine included with the application.

Please visit the installation documentation page or review the readme file included with the installation package.


Davin Dubeau
BugNET - Core Developer

 
New Post 5/3/2007 6:17 AM
User is offline tantalos
6 posts
No Ranking


Re: how to install database 

i did but :(

Could not find stored procedure 'BugNET_Project_GetPublicProjects'.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: Could not find stored procedure 'BugNET_Project_GetPublicProjects'.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[SqlException (0x80131904): Could not find stored procedure 'BugNET_Project_GetPublicProjects'.]
System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +857498
System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +735110
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +188
System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +1838
System.Data.SqlClient.SqlDataReader.ConsumeMetaData() +31
System.Data.SqlClient.SqlDataReader.get_MetaData() +62
System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +297
System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +886
System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +132
System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) +32
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) +122
System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) +12
System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader() +9
BugNET.ApplicationBlocks.Data.DataHelper.ExecuteReader(IDbConnection connection, IDbTransaction transaction, CommandType commandType, String commandText, IDbDataParameter[] commandParameters, ConnectionOwnership connectionOwnership) +52
BugNET.DataAccessLayer.GenericDataAccessLayer.GetPublicProjects() +73

[ApplicationException: An error has occured in accessing the database]
BugNET.DataAccessLayer.GenericDataAccessLayer.GetPublicProjects() +776
BugNET._Default.Page_Load(Object sender, EventArgs e) +112
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +34
System.Web.UI.Control.OnLoad(EventArgs e) +99
BugNET.UserInterfaceLayer.BasePage.OnLoad(EventArgs e) +9
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061


Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210

 
New Post 5/9/2007 3:56 PM
User is offline pbac
6 posts
No Ranking


Re: how to install database 

I' ve tried an empty database and had some similar error:

 

Could not find stored procedure 'BugNET_HostSettings_GetHostSettings'.

[SqlException (0x80131904): Could not find stored procedure 'BugNET_HostSettings_GetHostSettings'.]
System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +857482
System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +735094
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +188
System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +1838
System.Data.SqlClient.SqlDataReader.ConsumeMetaData() +31
System.Data.SqlClient.SqlDataReader.get_MetaData() +62
System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +297
System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +886
System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +132
System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) +32
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) +122
System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) +12
System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader() +9
BugNET.ApplicationBlocks.Data.DataHelper.ExecuteReader(IDbConnection connection, IDbTransaction transaction, CommandType commandType, String commandText, IDbDataParameter[] commandParameters, ConnectionOwnership connectionOwnership) in C:\Prj_Net\BugNet\src\BugNET_WAP\Old_App_Code\DAL\DataHelper.cs:354
BugNET.DataAccessLayer.GenericDataAccessLayer.GetHostSettings() in C:\Prj_Net\BugNet\src\BugNET_WAP\Old_App_Code\DAL\GenericDataAccessLayer.cs:3983

[ApplicationException: An error has occured in accessing the database]
BugNET.DataAccessLayer.GenericDataAccessLayer.GetHostSettings() in C:\Prj_Net\BugNet\src\BugNET_WAP\Old_App_Code\DAL\GenericDataAccessLayer.cs:3994
BugNET.BusinessLogicLayer.HostSettings.GetHostSettings() in C:\Prj_Net\BugNet\src\BugNET_WAP\Old_App_Code\BLL\HostSettings.cs:98
BugNET.BusinessLogicLayer.HostSettings.GetHostSetting(String key) in C:\Prj_Net\BugNet\src\BugNET_WAP\Old_App_Code\BLL\HostSettings.cs:75
BugNET.HttpModules.MailboxReaderModule.Init(HttpApplication application) in C:\Prj_Net\BugNet\src\Library\HttpModules\MailBoxReader\MailboxReaderModule.cs:44
System.Web.HttpApplication.InitModules() +267
System.Web.HttpApplication.InitInternal(HttpContext context, HttpApplicationState state, MethodInfo[] handlers) +1251
System.Web.HttpApplicationFactory.GetNormalApplicationInstance(HttpContext context) +243
System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context) +106
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +317

 
New Post 5/9/2007 4:05 PM
User is offline pbac
6 posts
No Ranking


Re: how to install database 

I solved this by disabling all HttpModules in web.config.

<!-- BugNET HttpModules -->
            <!-- <add name="AuthenticationModule" type="BugNET.HttpModules.AuthenticationModule, BugNET.HttpModules.Authentication" /> -->
            <!-- <add name="MailBoxReaderModule" type="BugNET.HttpModules.MailboxReaderModule, BugNET.HttpModules.MailBoxReader" /> -->
        </httpModules>

 
Previous Previous
 
Next Next
  Forum  Support  Installation pr...  how to install database

Forum Policy

These Discussion Forums are dedicated to the discussion of the BugNET issue tracker.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:
1. No Advertising.
2. No Flaming or Trolling.
3. No Profanity, Racism, or Prejudice.
4. Site Moderators have the final word on approving/removing a thread or post or comment.
5. English language posting only, please.