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.




Method requires authentication

emails

Setup:

Gemini 3.5.4
IWA (Integrated Windows Authentication)

Scheduler Service running on same machine as Gemini/IIS, using FQDN to access Gemini.

Here is error log:
CounterSoft.Gemini.WebServices - Method requires authentication -    at CounterSoft.Gemini.WebServices.BaseService.ThrowResponseException(WebResponse response)
   at CounterSoft.Gemini.WebServices.BaseService.ProcessResponse[T](String url, Object obj, RequestType requestType)
   at CounterSoft.Gemini.WebServices.BaseService.GetResponse[T](String url, Object o, RequestType r)
   at CounterSoft.Gemini.WebServices.BaseService.WhoAmI()
   at CounterSoft.Gemini.Scheduler.SchedulerService.OnStart(String[] args)



I have:

1.) Configured Gemini Schedule to run as a service account.
2.) Built an administrator account in Gemini and configured web.config with those credentials
3.) Performed the MS KB operation to disable loopback check.

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

Sorry, by web.config I meant CounterSoft.Gemini.Scheduler.exe.config


mmatos
· 1
mmatos
helpful
0
not helpful

Please make sure that anonymous access is not allowed in the directory security tab of the Gemini web app in IIS.

Also, in the config file make sure that you have enetered the correct username (domain\user) and left the password blank. The service should run as that user account (log on).


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Ah, it was the password causing the problem. I removed the password from the config and all is well.

Thanks.


mmatos
· 1
mmatos