lossardos
May 14 2007, 11:32 PM
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
May 15 2007, 09:13 AM
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!