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 cannot delete gemini_issuealerts records

emails

There’s a problem of deleting the  gemini_issuealerts records after an alert email was sent. It results in receiving the alert email every X minutes.

Errors in Event Log:

System - The remote server returned an error: (405) Method Not Allowed. -    at System.Net.HttpWebRequest.GetResponse()

   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.AlertsService.DeleteAlert(Int32 id)

   at CounterSoft.Gemini.Scheduler.EmailAlertsProcess.ProcessIssueAlerts()

NT Log:

2009-09-04 03:14:42 ::1 DELETE /gemini/api/alerts.ashx/alerts/1 - 80 - ::1 - 405 0 0 9

Contents in config file of scheduler:

<?xml version="1.0" encoding="utf-8" ?>

<configuration>

  <configSections>

    <section name="Gemini" type="CounterSoft.Gemini.Scheduler.ServiceConfigSection, CounterSoft.Gemini.Scheduler" />

  </configSections>

  <Gemini>

    <Clients>

      <Client WebServicesURL="http://localhost/gemini" AuthenticationUsername="admin" AuthenticationPassword="xxxxx" />

    </Clients>

  </Gemini>

</configuration>

Note: Replace the admin password with "xxxxx" above.

We host Gemini on IIS 7 on w2k8 R2 Server and use Classic mode for the application pool (If using the Integrated mode there's a problem in selecting the gemini status in the dropdown). In the Gemini virtual directory in IIS 7, we have enabled all verbs for the ashx handler as per the Scheduler Guide. We enable Windows authentication as well.

What would cause the problem?

Thanks.

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

Hi! What Gemini version are you using?


Bikram
· 1
Bikram
helpful
0
not helpful

Gemini 3.5.3 (Build 2390)


netguy
· 1
netguy
helpful
0
not helpful

Please add the following to the Scheduler Config file (:\Program Files\CounterSoft\CounterSoft Gemini Scheduler Service)

[system.webServer]
[modules]
[remove name="WebDAVModule" /]


Bikram
· 1
Bikram
helpful
0
not helpful

It's working now. Thanks a lot!

I think the config should be added to the web.config file of the gemini application, not the scheduler config file.

 


netguy
· 1
netguy