BugNET

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

BugNET Forums

 
  Forum  Support  Installation pr...  Could not find stored procedure 'BugNET_HostSettings_GetHostSettings'.
Previous Previous
 
Next Next
New Post 8/24/2007 1:48 AM
User is offline softwarea
2 posts
No Ranking


Could not find stored procedure 'BugNET_HostSettings_GetHostSettings'. 

Hi,

I have just installed BugNET and adjusted the config files to 
web.config: <add name="LocalSqlServer" connectionString="server=(local);database=BugNET;uid=bugnet;pwd=bugnet"/>
log4Net.config:<connectionString value="server=(local);database=BugNET;uid=bugnet;pwd=bugnet"/>

 

Hope that is correct because I'm receiving an ASP exception when I call http://localhost/BugNet/Install/Installer.aspx. The error message says: "Could not find stored procedure 'BugNET_HostSettings_GetHostSettings'."

Does anybody have an idea what I'm doing wrong? Thanks so much!
Ingmar

I'm using: BugNET 0.7.854 (installer version), SQL Express 2005, ASP.NET 2.0, IIS 6.0

 
New Post 9/21/2007 8:57 PM
User is offline Ender
3 posts
No Ranking


Re: Could not find stored procedure 'BugNET_HostSettings_GetHostSettings'. 
I'm getting this same error and I'm stuck as well.

Latest version of BugNET as of this writing, SQL Express x64 2005, .NET 3.0, IIS7
 
New Post 9/21/2007 9:25 PM
User is offline softwarea
2 posts
No Ranking


Re: Could not find stored procedure 'BugNET_HostSettings_GetHostSettings'. 

Hi Ender,
I'm sorry, I do not have a solution for you. I can just say that it was suddenly working for me. Don't know what I did. Restarting the server?. I realy don't know. But I definetely did NOT change any configuration files or somethling like that. As I said: suddenly the error did not show up any more.

Sorry, not a big help for you, I know.
Ingmar

 
New Post 9/24/2007 12:01 PM
User is offline Ender
3 posts
No Ranking


Re: Could not find stored procedure 'BugNET_HostSettings_GetHostSettings'. 
Oddly enough it looks like the issue was due to a capitalization problem with the database connection string. As soon as I changed it from "BugNET" to "bugNET" it was immediately fixed.
 
New Post 2/27/2008 9:45 AM
User is offline motagaly
4 posts
www.linkedin.com/in/motagaly
No Ranking


Re: Could not find stored procedure 'BugNET_HostSettings_GetHostSettings'. 

Well i got this problem today and the problem is simply that you didn't run the installation from this URL:

http://[SERVER_NAME]\BugNet\Install\Install.aspx

The error because the web application is trying to read from a table which doesn't exist in the database

The Install.aspx runcs the database objects and adds some metadata to these tables including the asp.net membership tables tables

i hope this helps

 

 
Previous Previous
 
Next Next
  Forum  Support  Installation pr...  Could not find stored procedure 'BugNET_HostSettings_GetHostSettings'.

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.