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.




TimeTracker Issue - Can't Signin

web-app

Hi,

I've installed Gemini 3.0.4 in a server and works fine in the web version (http://myserver). The problem is that I can't sign in in the TimeTracker (below is the log in the eventlog) with the user-pswd: manager-manager.
Before installing Gemini it was installed WSE 3.0 in the server and I can access the authws web service (http://myserver/webservices/authws.asmx).

Any ideas?
Thanks


Tipo de suceso:    Error
Origen del suceso:    Gemini - Login exception
Categoría del suceso:    Ninguno
Id. suceso:    0
Fecha:        05/12/2008
Hora:        16:57:55
Usuario:        No disponible
Equipo:    CUORE
Descripción:
Microsoft.Web.Services3 - WSE910: An error happened during the processing of a response message, and you can find the error in the inner exception.  You can also find the response message in the Response property. -    en Microsoft.Web.Services3.Xml.SoapEnvelopeReaderWrapper..ctor(SoapClientMessage message, String messageContentType)
   en Microsoft.Web.Services3.WebServicesClientProtocol.GetReaderForMessage(SoapClientMessage message, Int32 bufferSize)
   en System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
   en System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
   en AuthorisationServices.LogIn(String userName, String password)
   en CounterSoft.Gemini.Client.Commons.Helpers.ServiceHelper.AuthorisationServicesLogIn(GeminiModel model, String sUserName, String sPassword)
   en CounterSoft.Gemini.Client.UI.Presenters.LoginPresenter.DoLogin()

dracopql
· 1
dracopql
Replies (4)
helpful
0
not helpful

Did you reboot the web server after installing WSE 3.0?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Yes. IISRESET and when I didn't see any change I reboot the web server.


dracopql
· 1
dracopql
helpful
0
not helpful

Ok, i finally figured out

I look the debugview tool from Sysinternals and told me that the web server had the timestamp created in the future ... so the solution was simple, I just simple add the following lines to the web.config and presto!

<microsoft.web.services3>
     <security>
          <timeToleranceInSeconds value="86400" />
          <defaultTtlInSeconds value="86400" />
     </security>
</microsoft.web.services3>


dracopql
· 1
dracopql
helpful
0
not helpful

Thanks for the update.


Saar Cohen
· 5000
Saar Cohen