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.




Issue Issues.....

web-app

    First, your forums seem to be having problems for me. Often times ONLY the header will load and the rest of the page will not. IE reports it is DONE loading, yet the page is just the black background. This is on IE6. I switched to Firefox 1.5 to get this message posted.

Anyway,
Purchased, installed, now running. A few issues:

On Issues.aspx, viewing all issues for a project, NO images appear on the Type and Priority columns. They all have the dreaded red X. The paths in the System Admin all appear as "images/filename.jpg" and those files exist.

Whenever I click on an issue in the issue list, I get a "page can not be displayed" error. The URL that is being created, for example, is
http://projects.advologix.comissue/ViewIssue.aspx?id=2
You will see it is missing the / between my domain name and the issue subdirectory

There is no column header for the first column in the roadmap.aspx file

Can I get a step by step explanation of how to set up the web.config and some table that was mentioned that needed to exist, to be able to implement SSO with a DotNetNuke application on the same IIS and SQL server?

Thanks


pauldes
· 1
pauldes
Replies (1)
helpful
0
not helpful

Please make sure that the FullGeminiURL setting is set correctly and ends with a /

The version column header is missing by design.

 

As for SSO and DNN, it really depends on how do you want to implement it:

  1. If your users will have the same password for DNN and Gemini simply take the password when the log in and send it with the user name (assuming they are the same as Gemini's) to the SSO page. You man want to encrypt the password in which case set the SSOPasswordType to HASHED and hash the password using the same SSOKey.
  2. If you want to create a lookup table between DNN users and Gemini then you can create a table with DNN user id or name and Gemini user id or name. Then when a user logs on to DNN you lookup the Gemini user id in that new lookup table and use that user id to get the users password from the Gemini users table. You will have to set the SSOPasswordType to DB or DBHASHED if you wish to encrypt it.

Hope this helps


Saar Cohen
· 5000
Saar Cohen