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.




not getting emails from Scheduler

emails

I am not receiving emails. We are using the SchedulerService. I see the below errors in the event viewer. Please advise.

Thank you

System.Xml - '"' is an unexpected token. Expecting white space. Line 1, position 50. - at System.Xml.XmlTextReaderImpl.Throw(Exception e) at System.Xml.XmlTextReaderImpl.DtdParserProxy.System.Xml.IDtdParserAdapter.Throw(Exception e) at System.Xml.DtdParser.Throw(String res, String arg, Int32 lineNo, Int32 linePos) at System.Xml.DtdParser.ParseExternalId(Token idTokenType, Token declType, String& publicId, String& systemId) at System.Xml.DtdParser.ParseInDocumentDtd(Boolean saveInternalSubset) at System.Xml.DtdParser.Parse(Boolean saveInternalSubset) at System.Xml.XmlTextReaderImpl.ParseDoctypeDecl() at System.Xml.XmlTextReaderImpl.ParseDocumentContent() at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace) at System.Xml.XmlDocument.Load(XmlReader reader) at System.Xml.XmlDocument.Load(Stream inStream) at CounterSoft.Gemini.Commons.Rest.Serializer.ConvertToObject[T](Stream stream) at CounterSoft.Gemini.WebServices.BaseService.GetObjectFromResponse[T](Stream stream) 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.AdminService.GetConfiguration() at CounterSoft.Gemini.Scheduler.EmailAlertsProcess.Process()

rlevine
· 1
rlevine
Replies (2)
helpful
1
not helpful

Seems like the url or username / password are incorrect.
Can you please check that in the scheduler's config file?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful
ANSWER

Thanks Saar.

The issue here was that the config was set properly, however we had added host headers in IIS for the web site and in the config it was pointing to localhost, which was no longer a valid host header.  I added localhost as a host header and now we are getting bombarded with emails.  :)  (I could've also changed the url in the config to use one of the other host headers already configured.)

Thanks


rlevine
· 1
rlevine