0 votes

I'm getting the following error message when trying to send notifications from scheduled tasks to users. This is after configuring the system to use an office 365 support account to send these emails.

My "Mail Settings" for our site are smtp (Our MS smtp server address which i won't list) on port 587
This server requires an encrypted connection (SSL) is checked
This server requires authentication is checked

The account username and password are indeed correct and when i test email settings i do get a test email in my inbox confirming it works. When running the task again though i get the following message below in the logs and the users never receive the email.

Softerra.Adaxes.CommandPipeline.CommandProcessingException: The following command threw an exception while being executed: Send e-mail notification (Your Bay Equity Domain password will expire in 7 day(s)). ---> System.Net.Mail.SmtpException: The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.1 Client was not authenticated
at System.Net.Mail.MailCommand.CheckResponse(SmtpStatusCode statusCode, String response)
at System.Net.Mail.SmtpTransport.SendMail(MailAddress sender, MailAddressCollection recipients, String deliveryNotify, SmtpFailedRecipientException& exception)
at System.Net.Mail.SmtpClient.Send(MailMessage message)
at #Td.#zj.Send(String toAddress, String subject, String textBody, String htmlBody, String fromAddress, String cc, String bcc)
at Softerra.Adaxes.CommandPipeline.Actions.SendMailNotificationAction.ExecuteAction(IAdmTop targetObject)
at Softerra.Adaxes.CommandPipeline.Actions.ActionBase.Execute(IAdmTop targetObjectArg)
at Softerra.Adaxes.CommandPipeline.Actions.ActionBase.Execute(ICommand command)
--- End of inner exception stack trace ---

by (80 points)
0

Hello,

I've asked our QA team to reproduce the issue in our testing environment and will update this topic as soon as they come up with something.

0

What version of Adaxes are you running?

0

Our version is 2012.1

0

What I need to know is the full version number, including the build number. To get a full version number:

  1. Open Adaxes Administration Console.
  2. In the Console Tree, right-click the service node of your Adaxes service.
  3. Click Properties.
  4. Find the full version number on the General tab.
0

sorry, Version 3.3.8906.4 (64bit)

1 Answer

0 votes
by (216k points)

Hello,

We confirm this as our bug. Thank you for the bugreport!

The thing is when you back up your Adaxes configuration and then restore it again, an incorrect flag is set for credentials in your Mail Settings. The bug will be fixed in our next release.

To remedy the issue until the new release is available:

  1. Stop your Adaxes service.

  2. Navigate to the folder where your Adaxes service is installed (by default, C:\Program Files\Softerra\Adaxes 3\Service).

  3. Find the file called Softerra.Adaxes.Service.exe.Config. The file contains settings of your Adaxes service.

  4. Open the file with a text editor.

  5. Find the following block in the file:

     <!-- Mail settings -->
       <mailSettings configProtectionProvider="CurrentUserDataProtectionProvider">
         <EncryptedData>
           <CipherData>
              ...
            </CipherData>
          </EncryptedData>
        </mailSettings>

    The block contains Mail Settings of your Adaxes Service.

  6. Delete everything that is between the opening and the closing mailSettings tags and also all parameters in the opening mailSettings tags. You should receive:

     <!-- Mail settings -->
       <mailSettings>
        </mailSettings>

    This will delete all the Mail Settings of your Adaxes service.

  7. Save the file.

  8. Start your Adaxes service.

  9. Reconfigure the Mail Settings of your Adaxes Service.

0

I've done just that but now the directory service is unavailable on the admin console. I can confirm the service is indeed started and the file does show the changes made though i don't know why i can't mind to the directory.

0

Also there is no firewall enabled on the server and AV has been turned off. It doesn't appear it could be either of these.

0

Take a look at Adaxes Service Event Log. Are there any erorrs or warnings related to the issue? See Service Event Log for information on how to view the Event Log.

Also, try restarting Adaxes service and Adaxes Administration Console.

If this doesn't help, send the edited configuration file to our support email (adaxes@softerra.com).

0

All i see in the logs is the following,

Event ID : 0
Service cannot be started. The service process could not connect to the service controller

I've sent over the edited file.

0

The error message says:

Event ID : 0
Service cannot be started. The service process could not connect to the service controller

but you wrote:

I can confirm the service is indeed started and the file does show the changes made though i don't know why i can't mind to the directory.

So, did Adaxes service managed to start or not?

0

The AdaxesBackend service does show started but that error in the logs is the last thing i see since 9:17 this morning. Does it have dependencies on any other services i'm missing?

0

And apparently i wasn't starting the right service. Was under the impression there was only one. Now the service is actually on and the admin console connected as well. The email has been setup and tested successfully. Thanks.

0

I've had this same bug pop up again. Any idea when Adaxes is going to address this issue for Office 365? Maybe a patch update for affected organizations?

0

Hello,

The issue is reproduced when restoring a configuration backed up with the Back up credentials option disabled. Did you restore Adaxes service configuration recently? If yes, the fix for this issue will be available in Adaxes 2013.1 to be released in a week or two. To remedy the issue, you can perform the steps listed in SMTP notifications throwing an exception w/O365 to remedy the issue.

As a workaround until the new release is available, you can avoid restoring Adaxes service configuration until the new release. We would prefer not to release a custom build with the fix for the issue so short before the new release as we are currently heavily loaded with the pre-release tasks. However, if you need the fix urgently, we will make a custom build for you.

0

The issue was fixed in Adaxes 2013.1. Now, Adaxes correctly backs up and restores Mail Settings even when the Back up credentials option is disabled.

Note that after upgrading and restoring your Adaxes service configuration in Adaxes 2013.1 for the first time, you need to perform additional actions to save Email Settings correctly:

  1. Stop your Adaxes service.

  2. Navigate to the folder where your Adaxes service is installed (by default, C:\Program Files\Softerra\Adaxes 3\Service).

  3. Find the file called Softerra.Adaxes.Service.exe.Config. The file contains settings of your Adaxes service.

  4. Open the file with a text editor.

  5. Find the following block in the file:

     <!-- Mail settings -->
       <mailSettings configProtectionProvider="CurrentUserDataProtectionProvider">
         <EncryptedData>
           <CipherData>
              ...
            </CipherData>
          </EncryptedData>
        </mailSettings>

    The block contains Mail Settings of your Adaxes Service.

  6. Delete everything that is between the opening and the closing mailSettings tags and also all parameters in the opening mailSettings tags. You should receive:

     <!-- Mail settings -->
       <mailSettings>
        </mailSettings>

    This will delete all the Mail Settings of your Adaxes service.

  7. Save the file.

  8. Start your Adaxes service.

  9. Reconfigure the Mail Settings of your Adaxes Service.

After performing these steps once, you can back up and restore Adaxes service settings using the normal back up / restore procedure.

Related questions

0 votes
0 answers

We have a multiforest set up. One of the domains is a non hybrid. Whenever a user is created in that domain it gives an error saying- 'Property 'ms-exch-target- ... active Directory schema'. How can we write an exception while adding to that non-hybrid domain?

asked Oct 31, 2022 by Aishwarya Gavali (40 points)
0 votes
1 answer

I am getting this error. Please help.

asked Jan 22, 2021 by ComputerHabit (790 points)
0 votes
1 answer

Hi, we're receiving the below error when trying to add SMTP addresses to Office365 mailboxes from Adaxes. I've raised a ticket with support, but thought I'd ask ... , please see exception members for more information. Any help would be great. Thanks Gary

asked May 29, 2020 by gazoco (490 points)
0 votes
1 answer

Hello all, I'm trying to send an email to an O365 private group after a user account has expired. I'm currently able to send to single users, but whenever I specify ... , and the adaxes log shows no errors. Any pointers would be greatly appreciated. Thank you!

asked Aug 12, 2021 by lw.fa (130 points)
0 votes
1 answer

Hello, I'd like setup a new custom command on the Administrator dashboard that would run the following tasks against a disabled user account simultaneously. Enable their account ... the email when using the %unicodePwd% value. Is there a workaround for this?

asked Apr 23, 2020 by sirslimjim (480 points)
3,348 questions
3,049 answers
7,791 comments
545,058 users