BugNET

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

BugNET Forums

 
  Forum  Support  Installation pr...  Installation really finished ?
Previous Previous
 
Next Next
New Post 1/29/2007 4:15 AM
User is offline rtrainer
2 posts
No Ranking


Re: Installation really finished ? 
I had what appears to be the same problem.  I ran the code in debug and found that the "if" statement was evaluating to false and the underlying code was failing due to "Roles" not being enabled.  I went to the web.config file and found this:

    <roleManager enabled="false">

changed it to:

    <roleManager enabled="true">

and it install proceeded correctly.


I did have further problems due to the DB scripts not being correct (missing stored procedures), but I found a posting that led me to the test database and now everything is working fine.

Rob
 
New Post 1/29/2007 4:48 AM
User is offline admin
645 posts
bugnetproject.com
1st Level Poster




Re: Installation really finished ? 
 rtrainer wrote
I had what appears to be the same problem.  I ran the code in debug and found that the "if" statement was evaluating to false and the underlying code was failing due to "Roles" not being enabled.  I went to the web.config file and found this:

   

changed it to:

   

and it install proceeded correctly.


I did have further problems due to the DB scripts not being correct (missing stored procedures), but I found a posting that led me to the test database and now everything is working fine.

Rob


You must be using the SVN / development version?  The role manager is used in 0.7 Beta 1 but we have moved away from it due to its limitations in development.

Davin Dubeau
BugNET - Core Developer

 
New Post 1/29/2007 10:26 AM
User is offline rtrainer
2 posts
No Ranking


Re: Installation really finished ? 
So does that mean that what is in SVN is not the latest usable version?

Rob
 
New Post 1/29/2007 10:39 AM
User is offline admin
645 posts
bugnetproject.com
1st Level Poster




Re: Installation really finished ? 
 rtrainer wrote
So does that mean that what is in SVN is not the latest usable version?

Rob


SVN is the latest commited code at all times but this thread was discussing problems installing the 0.7beta1 release.

Davin Dubeau
BugNET - Core Developer

 
New Post 1/29/2007 12:08 PM
User is offline briandd
5 posts
No Ranking


Re: Installation really finished ? 

Thanks for the suggestions. I'm not sure what is going on. This is my connection string in both web.config and log4net.config.

<add name="BugNET" connectionString="server=myremoteserver;database=BugNET;uid=bugnet;pwd=bugnet1" />

The instructions say to change the name to match the database. Also, my SQL database is located on a different server than the web server. The issue is also not the user permissions, as I tried with the SA login too. But I still do not believe that my issue is related to database access, because as I mentioned, all the tables and stored procedures get created. It just hangs at creating the admin and won't insert data (that I have noticed).

My web.config already had <roleManager enabled="true">, so that isn't the issue either.

Any other ideas?

 

 
Previous Previous
 
Next Next
  Forum  Support  Installation pr...  Installation really finished ?

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.