forums › forums › SQLyog › SQLyog: Bugs / Feature Requests › Plain Authentication Not Supported Message
- This topic is empty.
-
AuthorPosts
-
-
January 4, 2006 at 11:56 pm #9429samadi26Member
Version: Enterprise 5.01 (trial)
I'm trying to use the Notification Services Wizard to run a query once nightly and email it to myself.
After setting it up, I get the message:
Copyright © Webyog Softworks Pvt. Ltd.. All Rights Reserved.
Job started at Wed Jan 04 17:44:33 2006
Query execution successful
PLAIN authentication not supported by SJA
Check C:Program FilesSQLyog Enterprise Trialsja.log for complete error details.
Total time taken – 0 sec(s)
The error logs just has :
PLAIN authentication not supported by SJA
I've tried this both with _and_ without the username/password (my mail server doesn't require authentication).
Is this just because it's a trial version? If so, it would have been helpful to have a crippleware message somewhere, rather than an error.
-
January 5, 2006 at 1:25 pm #20174RiteshMember
There is no restriction in the trial version. If you have selected not to use AUTHENTICATION then this error message looks strange.
Is it possible to create a temporary mail account for me at your server? You can delete the account as soon as we work on it and get the problem fixed.
-
January 5, 2006 at 11:00 pm #20175samadi26MemberRitesh wrote on Jan 5 2006, 08:25 AM:There is no restriction in the trial version. If you have selected not to use AUTHENTICATION then this error message looks strange.
Is it possible to create a temporary mail account for me at your server? You can delete the account as soon as we work on it and get the problem fixed.
[post=”8373″]<{POST_SNAPBACK}>[/post]Ritesh, I've replied to your email with a temp mail account.
I've also attached a screenshot of the error message.
-
January 5, 2006 at 11:23 pm #20176peterlaursenParticipant
researched a little bit on PLAIN AUTHENTICATION
http://www.google.com/search?client=opera&…=utf-8&oe=utf-8
“”The mechanism consists of a single message from the client to the server. The client sends the authorization identity (identity to login as), followed by a US-ASCII NULL character, followed by the authentication identity (identity whose password will be used), followed by a US-ASCII NULL character, followed by the clear-text password. The client may leave the authorization identity empty to indicate that it is the same as the authentication identity.”
In other words, the correct form of the AUTH PLAIN value is 'authid userid passwd' where '
-