Help - Search - Members - Calendar
Full Version: Http-tunelling Problems With Notifications Services Wizard
Webyog Forums > SQLyog > SQLyog BETA Discussions
lossardos
Hello,

After creating a new Schedule using Notifications Services Wizard, I get this error msg:

SQLyog Job Agent Version 6.0 Beta 4
Copyright©Webyog Softworks Pvt. Ltd.. All Rights Reserved.

Please specify a HTTP tunneling URL


Check C:\Programas\SQLyog Enterprise\sja.log for complete error details.


Besides this... I consider this a Strange Error... Usually, HTTP tunneling works fine for me.

Thanks!
peterlaursen
It looks like the job has been specified to use HTTP-tunnelling but the URL to the tunneller is blank or nonexistent.


try one or more of those:

1) open the jobfile in an editor and check the connection details. You can copy it here (or create a ticket) if you like. be careful not to expose confidential details!

2) start the wizard again and load the existing jobfile. Be careful to check that an URL is displayed in the HTTP tab of the connections manager

I cannot reproduce the issue you reported. I generate a jobfile and the <source> section reads like:

<source>
<tunnelinfo type="http">
<url>http://localhost/SQLyogTunnel53.php</url>
<timeout>30</timeout>
</tunnelinfo>
<host>localhost</host>
<user>root</user>
<pwd>*******</pwd>
<port>3306</port>
<ssl>0</ssl>
<sslauth>0</sslauth>
<clientkey></clientkey>
<clientcert></clientcert>
<cacert></cacert>
<cipher></cipher>
<charset>[default]</charset>
<database>test2</database>
</source>



note:

<tunnelinfo type="http">
<url>http://localhost/SQLyogTunnel53.php</url>

.. it should look like that!
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.