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.




home page

web-app

I've run through the installation without problems, checked all the settings in web.config and checked that IIS is running as expected.

If I enter the URL to where I expect Gemini to be running (eg http://myserver:8008/gemini/) I see a directory listing for my gemini web install under inetpub\wwwroot.

I realise this is probably my ignorance of IIS rather than Gemini, but please help

Thanks,
Steven

carnage
· 1
carnage
Replies (8)
helpful
0
not helpful

This should be the case. Try to browse for: http://myserver:8008/gemini/Default.aspx


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Thanks for the advice, I should have included this in my inital post as I did try it. (I tried other aspx files too)
I am prompted by the browser (Firefox or Internet Explorer) to open the file rather than actually run it.
thanks, Steven.


carnage
· 1
carnage
helpful
0
not helpful

Have you got .NET 1.1 installed on the web server?

If yes, then try

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i   May be of help...


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Tried that and no effect, but I do use Visual Studio .NET so have framework, ASP, WSE etc already installed.
I did finally get round the problem by changing the IIS gemini properties 'Document' tab and added Default.aspx as a 'Default document'.
I then get to a gemini application error page but cannot view the gemini log because Main.aspx won't load. (I tried same thing as I did with Default.aspx to no avail). I dug around in the db and found an errors table which I hoped would be loaded into the browser via Main.aspx and see an error "Could not find stored procedure 'gemini_getcreatableissueprojects". This stored proc does not exist in my gemini db and is not in any of the sql scripts that come with the installer.

Obviously I have something fundamentally wrong, I have downloaded the correct file etc etc. Any ideas much appreciated.

##################################################
Please ignore this, I've since figured out that not all the SP's were created correctly because some contained column references that were incorrect case in the script. I've gone through and edited the script that creates the SPs and all's well.
Thanks for assistance


carnage
· 1
carnage
helpful
0
not helpful

Please make sure you have downloaded 2.0.2 and run the Create_Procs.sql script.

This script installs all the stored procedures including the one you are missing.


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

I didn't make it too clear in my last post. I've installed 2.0.2 but I'm having to change the SP script to get it to create these missing SPs. I can no get into gemini and view the sample project BUT there are many errors being generated because columns and parameters are incorrect. When I check (so far) they have all need been incorrect case in the script compared to what the aspx code is expecting. ie. all the columns are there but eg. projid expects projID, Vername expects vername etc etc.
I had to make 7 changes to the script to get into gemini and now opening the sample project I've generated some more.
maybe there is a patched script I am missing?

thanks v. much, Steven


carnage
· 1
carnage
helpful
0
not helpful

I suggest you create a new SQL database with case insensative characterset.

ie. Latin1GeneralCI_AS collation


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Thanks very much for your help Mark, that cracked it.


carnage
· 1
carnage