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.




Error testing connectivity/authentication to client

emails

Hi
I am trying to upgrade from Gemini 3.1.0 to 3.6.4. The Gemini upgrade went smooth. Nice. But the scheduler (v. 3.6.4) keep throwing this error in the event log:
Error testing connectivity/authentication to client http://my.business.dk/webservices.

I removed the scheduler and installed the older one I had, v. 1.7.1. This doesn't complain at all. I just did this for testing as it doesn't support a number of fields since that version.

The new environment is:
- Windows 2008 R2 Web Edt.
- Latest service packs and .NET
- Port 80

The Windows firewall is on. Should I accept anything else than port 80?

Testing the URL from the browser gives me a 403.114 - Forbindden.

http://my.business.dk/webservices/AuthWS.asmx gives me the list of available methods.

The WSE is registered in the Global Assembly:
The Global Assembly Cache contains the following assemblies:
  Microsoft.Web.Services3, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL

The username and password provided have admin rights.

Am I missing something?

Thank you very much,
Mohamed

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

You should use the new scheduler service and simply set the url to the root of you site (without the webservices part)


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Thanks, I did so, but no still the same:
Config-file:
<?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://my.business.dk" AuthenticationUsername="admin" AuthenticationPassword="password" />
    </Clients>
  </Gemini>
</configuration>

And the event viewer:
Error testing connectivity/authentication to client http://my.business.dk.

Thanks again,
Mohamed


moaz
· 1
moaz
helpful
0
not helpful

Ok, I just tried to add a mailbox processor and this seems to solve my problem. Nothing else has changed.

Appreciate your response anyway,
Mohamed


moaz
· 1
moaz