BugNET

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

BugNET Forums

 
  Forum  Support  Installation pr...  Administration tab not appearing; fresh install 0.7.beta1
Previous Previous
 
Next Next
New Post 12/13/2006 8:21 AM
User is offline bmoelk
3 posts
No Ranking


Administration tab not appearing; fresh install 0.7.beta1 
I've installed the 0.7.beta1 install package.  When I log in as "admin", there is no "Administration" tab at the top to select. 

The only thing that might be considered odd, was that when I ran the install.aspx page, SQL Server didn't like the "GO" delimiters in the BugNet.Schema.SqlDataProvider.sql file, so I replaced them with ";"'s.  That got the install.aspx page through.

Any advice/guidance you can provide would be great.  Thanks!
 
New Post 12/13/2006 5:16 PM
User is offline admin
658 posts
bugnetproject.com
1st Level Poster




Re: Administration tab not appearing; fresh install 0.7.beta1 
The install page handles the GO statements by not including them in the string sent to the ExecuteNonQuery() command. 

What was the output of the install page?

Davin Dubeau
BugNET - Core Developer

 
New Post 12/13/2006 8:33 PM
User is offline bmoelk
3 posts
No Ranking


Re: Administration tab not appearing; fresh install 0.7.beta1 

Error in file:c:\WebSites\BugNet\Install\dbscripts\BugNET.Schema.SqlDataProvider.sql
Message:Line 1: Incorrect syntax near 'ANSI_NULLS'. Line 2: Incorrect syntax near 'QUOTED_IDENTIFIER'. Line 3: Incorrect syntax near '਍'. Line 12: Incorrect syntax near 'dbo'. 'CREATE PROCEDURE' must be the first statement in a query batch. Line 19: Incorrect syntax near 'ANSI_NULLS'. Line 20: Incorrect syntax near 'QUOTED_IDENTIFIER'. Line 21: Incorrect syntax near '਍'. Line 29: Incorrect syntax near 'dbo'. 'CREATE PROCEDURE' must be the first statement in a query batch. Must declare the variable '@ProjectId਍伀爀搀攀爀'. 'CREATE PROCEDURE' must be the first statement in a query batch.
etc. etc.

But if I search/replace "GO" with a semicolon, everything seems to run through just fine. The main problem I'm having is that I don't have the administration tab. I do recognize that this could be related, but if the install page simply removes the GO's anyway, the installation should work fine (and install.aspx does indeed indicate that it works fine with the modifications).

Thanks, I appreciate your time on this issue.
 
New Post 12/13/2006 8:37 PM
User is offline bmoelk
3 posts
No Ranking


Re: Administration tab not appearing; fresh install 0.7.beta1 
hmm..very strange.  For some reason, cleaning out the db, running it through again with the semi-colon replaced BugNet.Schema.SqlDataProvider.sql file has fixed the problem.  I see the Administration tab now.
 
Previous Previous
 
Next Next
  Forum  Support  Installation pr...  Administration tab not appearing; fresh install 0.7.beta1

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.