scheduler 1.5
I am sure im having a blonde moment but i cannot get the scheduler to function for love nor money.
its installed the scheduler and assumed that the authentication needed to be a valid gemini user but it doesnt want to know - ive tried using admin /admin too and admin and the webservice access code as the password, still not luck webservices are 'working' or at least appear to be when i request
http://gemini-test.dadio.esw.eshopworks.co.uk/webservices/gemini.asmx I get the expected page listing the various available services.
using gemini 2.2.2 and scheduler 1.5
The 'aaa' user is a gemini admin
heres my config:-
why wont it talk to my gemini installation!?
<?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://gemini-test.dadio.esw.eshopworks.co.uk/webservices" AuthenticationUsername="aaa"
AuthenticationPassword="aaa">
<MailboxProcessors>
<!-- Sample mailbox processor setup
<MailboxProcessor
Name="budd "
POPServer="xxxxxxxxx.esw.eshopworks.co.uk"
POPServerPort="995"
AuthenticationMethod="AUTO"
UseSSL="true"
POPMailbox="supportpopbox@eshopworks.co.uk"
POPUsername="supportpopbox"
POPPassword="xxxxxxxx"
DeleteMessages="true"
SubjectLikeRegExp=""
SubjectNOTLikeRegExp=""
ProjectID="28"
UserID="55"
ComponentID="1391"
IssueType="4"
IssuePriority="3"
DebugFile = "c:\GeminiPOP3log.txt"
DebugMode = "true"
/>
-->
<!-- Authentication methods: AUTO, APOP, REGULAR, NONE -->
<!-- POP Server Port: usually 110 or 995 (secure) -->
</MailboxProcessors>
</Client>
</Clients>
</Gemini>
</configuration>
in the event viewer i can see
Configuring client http://gemini-test.dadio.esw.eshopworks.co.uk/webservices.
then:
Configured Service Manager for client http://gemini-test.dadio.esw.eshopworks.co.uk/webservices.
then the next:
Error testing connectivity/authentication to client http://gemini-test.dadio.esw.eshopworks.co.uk/webservices.
then:
Service started successfully.
I am able to send test emails which I would have thought should be batched via the scheduler (or not!?).
the admin is set to use the scheduler and the mail works fine using the std mail mail plugin.
|
mememan
· 1 |
|
| Wednesday, October 10, 2007, 6:47:22 PM | |




