BugNET

Open source issue tracking & project management

Forums

HomeHomeSupportSupportInstalling BugN...Installing BugN...Install Fails with neve creates databaseInstall Fails with neve creates database
Previous
 
Next
New Post
4/9/2007 1:47 PM
 

I followed the directions in the readme and created a database on a remote machine.  I added the ASPNET user to the directory as advised.


 

When I browse to the install directory, I get the following.  It appears that the database is never being created.  I am attempting to install on SS2005.  My connect string is:

        <add name="LocalSqlServer" connectionString="server=MYSERVER\ss2005;database=BugNet;uid=sa;pwd=XXXX"    providerName="System.Data.SqlClient" />

Any thoughts?

 


 

Server Error in '/BugNet' Application.

Could not find stored procedure 'BugNET_HostSettings_GetHostSettings'.

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_HostSettings_GetHostSettings'.

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_HostSettings_GetHostSettings'.]
System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +857354
System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +734966
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.GetHostSettings() +76

[ApplicationException: An error has occured in accessing the database]
BugNET.DataAccessLayer.GenericDataAccessLayer.GetHostSettings() +329
BugNET.BusinessLogicLayer.HostSettings.GetHostSettings() +133
BugNET.Global.Application_Start(Object sender, EventArgs e) +58
 
New Post
4/10/2007 7:56 AM
 
You must browse right to the Install\Install.aspx  page for the installation to begin.

Davin Dubeau

follow us on twitter facebook users group google plus
 
New Post
4/10/2007 8:16 AM
 
I do.  I click right on the link from the readme:

http://localhost/BugNet/Install/Install.aspx
 
New Post
4/10/2007 8:34 AM
 
sprugh wrote
I do.  I click right on the link from the readme:

http://localhost/BugNet/Install/Install.aspx


There is a typo in that link that goes to Installer.aspx.

Davin Dubeau

follow us on twitter facebook users group google plus
 
New Post
4/10/2007 8:43 AM
 
Ok. localhost does not seem to work, but if I go to http://server/BugNet/Install/Install.aspx it works.  Thanks.
 
Previous
 
Next
HomeHomeSupportSupportInstalling BugN...Installing BugN...Install Fails with neve creates databaseInstall Fails with neve creates 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.