WebAdmin Search error

Discussion forum for Enterprise Edition.
Post Reply
tmorg
Posts: 64
Joined: Tue Aug 12, 2008 7:43 pm
Location: USA

WebAdmin Search error

Post by tmorg »

When I log into the webadmin (even on local machine) and go to mailboxes and try to search for a sepecific mailbox I get a server error like this:

Server Error in '/MEAdmin' Application.
--------------------------------------------------------------------------------

Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>


Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>

tmorg
Posts: 64
Joined: Tue Aug 12, 2008 7:43 pm
Location: USA

Post by tmorg »

Ahhh....I see it only does this when I use a wildcard like *

MailEnable-Ben
Posts: 5858
Joined: Fri Jan 16, 2004 6:49 am
Location: Melbourne

Post by MailEnable-Ben »

Are you running the latest version of MailEnable, if not then you should upgrade.
Regards,

Product Services
MailEnable Pty Ltd

To keep track of all ME company updates and version releases you should subscribe to the MailEnable list at http://www.mailenable.com or the RSS feed http://www.mailenable.com/rss.

tmorg
Posts: 64
Joined: Tue Aug 12, 2008 7:43 pm
Location: USA

Post by tmorg »

Yes I am......per the diagnostics utility...I don't see any upgrades....

MailEnable-Ben
Posts: 5858
Joined: Fri Jan 16, 2004 6:49 am
Location: Melbourne

Post by MailEnable-Ben »

I recreated the error here and have created an internal issue in the register for this. For the time being you could enter a string without the wildcard and all matches of that string will be returned so you may get around it.

I.E if you enter the letter b

all address with b will be returned

ben@mailenable.com
sunnyb@mailenable.com
two@mailenableb.com
Regards,

Product Services
MailEnable Pty Ltd

To keep track of all ME company updates and version releases you should subscribe to the MailEnable list at http://www.mailenable.com or the RSS feed http://www.mailenable.com/rss.

Post Reply