BugNET

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

BugNET Forums

 
  Forum  Support  General Support  0.7.0 Bugs
Previous Previous
 
Next Next
New Post 11/2/2006 9:56 AM
User is offline miracle
41 posts
No Ranking


Re: 0.7.0 Bugs 
In addition to mail error in password recovery...

I specified all SMTP settings for mail.
I am subscribed to recieve notifications for issue updates.

When issue is updated I recieve neither error nor mail...

But in log were record of error:

Lesnikowski.Client.ServerException:  5.7.4 Unrecognized authentication type.    
at Lesnikowski.Client.Smtp.SendCommand(String command, Boolean throwException)    
at Lesnikowski.Client.Smtp.SendCommand(String command)    
at Lesnikowski.Client.Smtp.Login()    
at BugNET.BusinessLogicLayer.BugNotification.SendMail(SimpleMailMessage sm)
in c:\projects\RHSystems\BugNET\BugNET\src\BugNET_WAP\Old_App_Code\BLL\BugNotification.cs:line 416
 
New Post 11/2/2006 12:09 PM
User is offline admin
634 posts
bugnetproject.com
1st Level Poster




Re: 0.7.0 Bugs 
Thanks,

I have logged this in the issue tracker - http://support.bugnetproject.com/Bugs/BugDetail.aspx?bid=180

Davin Dubeau
BugNET - Core Developer

 
New Post 11/3/2006 7:58 AM
User is offline miracle
41 posts
No Ranking


Re: 0.7.0 Bugs 
Hop-ho!

I've located bug in fresh install! :) Must say - it was a sneaky one :)

When user select database for BugNet - installer updates web.config file (writes connection string).

But... But! When web.config is updated asp.net restarts the site! and all further execution fails - wizard will be started half-way, and unsuposed errors appear...

I checked - if UpdateWebConfig() call is removed - installation goes smoothy.... until dbscripts run, that are failed (becouse connection was not saved in web.config)... oh :(
 
New Post 11/3/2006 8:34 AM
User is offline miracle
41 posts
No Ranking


Re: 0.7.0 Bugs 
Ok.

After manual editing web.config prior to installing I was able to run create scripts...

And recieve error:
CreateDefaultData The role 'Super Users' was not found.

Strange - create files for empty db did not create roles?

So far can't install it properly :(
 
New Post 11/3/2006 9:34 AM
User is offline admin
634 posts
bugnetproject.com
1st Level Poster




Re: 0.7.0 Bugs 
 miracle wrote
Hop-ho!

I've located bug in fresh install! :) Must say - it was a sneaky one :)

When user select database for BugNet - installer updates web.config file (writes connection string).

But... But! When web.config is updated asp.net restarts the site! and all further execution fails - wizard will be started half-way, and unsuposed errors appear...

I checked - if UpdateWebConfig() call is removed - installation goes smoothy.... until dbscripts run, that are failed (becouse connection was not saved in web.config)... oh :(


Are you doing a local or remote installation?

I have tested this locally and it works fine for me, the application does restart but you can click next and the installer continues as normal.

I think we may have to redesign this to have the user manually set the connection string first, then run the installer.  This would remove the necessity for the database selection screen.

 miracle wrote

Ok.

After manual editing web.config prior to installing I was able to run create scripts...

And recieve error:
CreateDefaultData The role 'Super Users' was not found.

Strange - create files for empty db did not create roles?

So far can't install it properly :(


When is the last time you updated the source?  The roles are now created in the BugNet.Data.SqlDataProvider.sql .  Trying updating your source and you should see the changes.

Davin Dubeau
BugNET - Core Developer

 
Previous Previous
 
Next Next
  Forum  Support  General Support  0.7.0 Bugs

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.