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.




Gemini e-mail alarts has hiccup!

emails

After upgrading to 3.5.1 (Build 2365) I now get email alerts every 1 minute for a special issue.

In the event log I see the following error message

Event log:
--------
System - The remote server returned an error: (404) Not Found. -    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()

IIS log   
--------
2009-07-07 11:06:44 127.0.0.1 DELETE /api/alerts.ashx/alerts/2063 - 80 - 127.0.0.1 - 404 0 2 3


It seems that gemini sceduler (api/alerts.ashx) cannot delete rows in gemini_issuealerts table.

Regards

Dan Ove

DOA
· 1
DOA
Replies (2)
helpful
0
not helpful

Please make sure that you have enabled all verbs in IIS for the ASHX file handler.

Please see the scheduler guide: http://www.countersoft.com/downloads/v35/docs/GeminiSchedulerGuide.pdf page 8 (section 5.1)


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful
It worked fine. Thanks for the quick help!

DOA
· 1
DOA