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.




v1.9.1 : Problem after reinstall

web-app

Hello,

After reinstall gemini on a new server with window 2007 server 64 bit with IIS7 (with backup sql and copy web files), we have some problems. The old server was a window 2003 32 bit with IIS6.

The problem on gemini are :

  • Gemini doesn't recognize an administrator like it. (an administrator doesn't have the administration functions : create user, create project...)
  • The mail alerts don't work.

 

On the table errorlog we can see only one error :

errormessage :

Type 'CounterSoft.GeminiLib.UserEN' in assembly 'CounterSoft.GeminiLib, Version=1.9.0.5, Culture=neutral, PublicKeyToken=null' is not marked as serializable.

stacktrace :

at System.AppDomain.AppendPrivatePath(String path) at CounterSoft.GeminiBiz.aef86418105a6deb.d2be2d19b80a57c7(String d8362192749d2132)

 

Thank you in advance!

Best regards,

TMA
· 1
TMA
Replies (5)
helpful
0
not helpful

Please make sure that Gemini runs under .NET 1.1 and the application pool is set to classic.net.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Yes, the pool of gemini is on classic.net with framework 2.0.

The administrator role on users table must be "G!" ? Why our administrators doen't have admin rights after reinstall gemini?

Thank you in advance


TMA
· 1
TMA
helpful
0
not helpful

Aer you using windows authentication?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

No, we use form authentication.

But with your question, I verify the gemini user guide and I found my problem.

Each web site modification with IIS7 modify the web.config. And with these modifications, we didn't have the loginUrl="Default.aspx"...

So, now the administrator can create projects, users... This problem is fix.

 

But, the mail issue still. Perhaps, the solution is on the web.config too...

 

Thank you,


TMA
· 1
TMA
helpful
0
not helpful

Check the Gemini error log for errors.


Mark Wing
· 9108
Mark Wing