0 votes

Hi guys,

I'm facing issues since Adaxes 2015 upgrade on Exchange features.
I implemented actions to Edit smtp alias and edit mailbox permissions.
After selection of the target user the webpage stuck on loading until timeout instead of dispaying mailbox attributes to edit.
The http/htpps traffic is allowed between our Adaxes server and Exchange servers.
I see no error in event log

Thanks in advance for your help

by (740 points)
0

Hello,

To help us troubleshooting the issue, could you clarify: by 'actions' do you mean Web Interface Actions available from the Home Page? Also, could you do the following:

  1. Enable tracing of requests to your Exchange Servers.
  2. Try performing the action again and reproduce the issue.
  3. Send the Exchange trace log that will be generated to our support e-mail (support[at]adaxes.com).
0

Hi, thanks for the tips :)
I enabled trace and sent it to support by email
It's strange because there's no error in trace file. Just nothing after this step :

[07/29/2015 16:18:51] Get-ADPermission -Identity "CN=GRYLLS\, Bear,OU=Users,********" -DomainController "********"
[07/29/2015 16:18:58] Succeed

Regards

1 Answer

0 votes
by (216k points)
selected by
Best answer

Actually, if you look at the trace more attentively, there is an error, but it occurs a bit earlier:

[07/29/2015 16:17:18] Get-UMMailboxPIN -Identity "CN=GRYLLS\, Bear,OU=Users,********"" -DomainController "********""
[07/29/2015 16:18:36] Error: Unified Messaging PIN info couldn't be retrieved for mailbox 'Bear.GRYLLS@********"' : An error occurred while accessing the user's mailbox. Details: Unable to connect to the remote server

Also, as far as you can see, because of this error, the process is stuck for more than a minute.This is the reason why the Web Interface times out.

To remedy the issue, you need to resolve the problem with getting Exchange properties. Also, you can extend the maximum Web Interface timeout as a work around.

The issue with Exchange properties is that, for some reason, Adaxes cannot retrieve the Unified Messaging PIN of the mailbox. This occurs because the Exchange Server where the mailbox resides cannot be connected.

By default, when Adaxes service starts, an Exchange Server is selected automatically and used by Adaxes until it goes down for some reason or until the service is restarted. You can find the name of that server at the top of the trace log file. However, some operations need to be performed on the Exchange Server where the mailbox in question is located. For this purpose, the Exchange Server used by Adaxes forwards such requests to the appropriate Exchange Server. The error message in the trace log indicates that, for some reason, the Exchange Server that Adaxes uses cannot connect to the server where Bear Grylls' mailbox is located. To resolve the issue, you need to troubleshoot the connectivity between the 2 Exchange Servers.

In order to extend the Web interface timeout:

  1. On the computer where the Web Interface is installed, open the folder that contains the Adaxes Web Interface that you are experiencing issues with. By default, Adaxes Web Interfaces are located in folder C:\Program Files\Softerra\Adaxes 3\<WebInterfaceName>.

  2. Open the Web.config file with a text editor.

  3. Find the following XML element: configuration\system.web\httpRuntime.

  4. The executionTimeout parameter of the httpRuntime element sets the Web Interface timeout (in seconds). In the following example, the timeout is set to 240 seconds:

     <configuration>
        ...
        <system.web>
           ...
           <httpRuntime executionTimeout="240"/>
    
  5. When done, save the changes and restart IIS.

Related questions

0 votes
1 answer

Hello, I am trying to do as best as I can researching the best and effective way to manage the properties of Office 365 Exchange Properties with Adaxes (Latest Version) ... sure if there is a command or config I missed for adjusting the Distribution Lists.

asked Dec 19, 2023 by Edogstraus00 (470 points)
0 votes
1 answer

Specifically I am looking to set Auto-Decline Invitations to Yes, and cancel all meetings (and use Inside My Organization reply). These appear to be new(ish) ... not able to find examples in the SDK documentation for setting these options via Powershell.

asked May 18, 2022 by Brian F (20 points)
0 votes
1 answer

In Adaxes 2021, it appears you can edit Exchange Online calendar permissions for users and shared mailboxes, but not resource mailboxes. Considering resource mailboxes are often used ... purposes, why have they been excluded? Is there a way to include them?

asked Jan 5, 2023 by tjackson111 (60 points)
0 votes
1 answer

Hello All, I am using 2023.1 version and would like to ask is it possible somehow to bulk edit multiple users. For example search based on criteria or navigate in ... AD with Powershell but prefer to be able to delegate this to Adaxes operators. Thanks Ivaylo

asked Nov 30, 2022 by ivaylo.valkov (100 points)
0 votes
1 answer

I understood that following this logic, the link directs me to the user's viewing page. %adm-WebInterfaceUrl%ViewObject.aspx?guid= ... success %adm-WebInterfaceUrl%EditObject.aspx?guid=%objectGUID% %adm-WebInterfaceUrl%ModifyObject.aspx?guid=%objectGUID%

asked Nov 15, 2022 by Simone.Vailati (430 points)
3,326 questions
3,025 answers
7,724 comments
544,675 users