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.




scheduler error on startup

emails

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.WhoAmI() at CounterSoft.Gemini.Scheduler.SchedulerService.GetServiceManager(String url, String username, String password)

I'm using windows authentication on the website, which is working fine. Scheduler config is using my windows account.

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

The scheduler service does not use windows authentication at the moment.

You will need to create an admin user and give it a password in Gemini.

If you can compile the code of the scheduler then you can change it very easily to use windows authntication.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

so does that mean I can't use windows authentication on the main site?

I created a regular user account and tried that and am getting this:

CounterSoft.Gemini.WebServices - Exception has been thrown by the target of an invocation. - 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.WhoAmI() at CounterSoft.Gemini.Scheduler.SchedulerService.GetServiceManager(String url, String username, String password)


transcend
· 1
transcend
helpful
0
not helpful

I figured it out, I hadn't given the user administrator rights. Thanks for your help.


transcend
· 1
transcend