Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Error when Clicking on Repository Link in 2.0.5

web-app

Error when Clicking on Repository Link in 2.0.5

When I'm viewing the project home page on any project, I can click on the repository link and this is what I'm getting.

Server Error in '/Issues' Application.

Parameter count does not match Parameter Value count.

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.ArgumentException: Parameter count does not match Parameter Value count.

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:

[ArgumentException: Parameter count does not match Parameter Value count.]
   Microsoft.ApplicationBlocks.Data.547b3e3aafbf5c76.a253048c8909184a(SqlParameter[] 454012810ec94a8e, Object[] 1965c0a20ee8cf48) +288
   Microsoft.ApplicationBlocks.Data.547b3e3aafbf5c76.7c2fee8897be57c9(String a879b125487e7c99, String 123f50d131164f33, Object[] 1965c0a20ee8cf48) +54
   CounterSoft.GeminiBiz.eb9103e5da53398c.4e41e183df9f75ae(Int32 39aa6b45a7928cb9) +286
   Gemini.ProjRepos.FillTree() +47
   Gemini.ProjRepos.Page_Load(Object sender, EventArgs e) +776
   System.Web.UI.Control.OnLoad(EventArgs e) +67
   Gemini.BasePage.OnLoad(EventArgs e) +4
   System.Web.UI.Control.LoadRecursive() +35
   System.Web.UI.Page.ProcessRequestMain() +750

Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300

irperez
· 1
irperez
Replies (3)
helpful
0
not helpful

Is this an upgrade? If so, please make sure you run create_procs.sql


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Yes this is an upgrade.

I ran the createprocs.sql and I got this message from SQL Server.

Could this be the problem?

Cannot add rows to sysdepends for the current stored procedure because it depends on the missing object 'geminiprojreposdeletenode'. The stored procedure will still be created.

When looking at the stored procedure list noticed something odd in the list.  There seems to be duplicate stored procedures.  As follows...

dbo.geminiaddsourcecontrolfilesforissue
GeminiSite.gemini
addsourcecontrolfilesforissue

"GeminiSite" is my gemini user account for SQL Server.

Could this be the problem?


irperez
· 1
irperez
helpful
0
not helpful

Yes, you have to upgrade using the user that Gemini uses to connect to the database.


Mark Wing
· 9108
Mark Wing