Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
Username: Password: Auto login:
Did you know you can browse Geekzone without ads by Subscribing?
You haven't logged in yet. If you don't have an account you can register now.
  Windows Mobile Always-up-to-date (AUTD) ActiveSync with Exchange Server 2003

Posted on 11-FEB-2005 16:29 by M Freitas. | Tags Filed under: Articles.





Users of AUTD ActiveSync compatible devices that also have their own Microsoft Exchange Server 2003 can benefit of an always-on approach for messaging.

This feature enables users to automatically receive new messages when they arrive on their Inbox. It feels in many ways similar to the Blackberry experience, but with some subtle differences.

Why I say "AUTD ActiveSync compatible" devices? We know that Windows Mobile 2003 Pocket PC Phone Edition and Smartphone devices are compatible. What not many users know is that palmOne has licensed the technology to use it with their new devices, starting with the palmOne Treo 650. Although the first version of ActiveSync on Treo 650 is not AUTD compatible, it may come in the future.

In the rest of this article I am going to explore some of the configuration settings and problems I found while configuring my own AUTD ActiveSync platform.

First of all we need to understand how this feature works. The image below shows the sequence of events that are unleashed when a new e-mail is sent to a user with AUTD enabled:



A new e-mail (1) is sent to a user's account (2). The Exchange Server 2003 notifies the mobile device sending a notification message (3) to the SMSC (4) which is the piece of hardware/software on the mobile network that communicates to the mobile device via SMS. The Pocket PC Phone Edition or Smartphone client then starts a synchronisation action using the available connection, either GPRS or CDMA (5) using the server parameters stored on the device.

All this happens without user intervention, after correct configuration. The idea is that e-mails will be automatically synchronised with an AUTD ActiveSync compatible device in a transparent way, and the user will find new e-mails are readily available when needed. Of course we can have the mobile devices synchronising with the Exchange Server 2003 on a schedule, but this may not be efficient in terms of network traffic when the volume of e-mails is low and the device keeps checking an empty Inbox. On the other hand, with AUTD, if your Inbox receives many e-mails during the day then you might want to have the AUTD synchronisation notification sent out to your mobile device only after a few minutes of a new message arrival, otherwise you'll end up having the device always synchronising.

Another thing to consider is the availability and cost of the SMS notification. Your mobile operator should be able to offer you the use of a email-to-SMS gateway. Most operators do, and some charge for the service. With this service you are able to send an e-mail to a special address that will be routed to your mobile device as a SMS. For example, [phone]@operator.com. Also, take in consideration that most US carrier still charge to deliver SMS (perhaps the only country in the world with this practice). If you have a high volume of e-mails then you might want to change the interval between synchronisation notifications, to reduce the number of SMS sent to your device - we will see how to do this later in this article.

First things first: configuring the Exchange Server 2003. Of course this should be done by your Exchange administrator, although it does not involve any risky steps. Start by opening the Exchange System Manager. In the Global Setting right-click Mobile Services and select New and Mobile Carrier. Enter the SMTP domain (the part after @ in [phone]@operator.com) here. This will be your "certified" operator.





Still in the Global Setting open the properties for Mobile Services. You will see a dialog like this one:



Most checkboxes are self-explaining. We want to have at least the Enable up-to-date notifications checked. The checkbox Enable notifications to user specified SMTP addresses will allow users to enter their own [phone]@operator.com address later during the ActiveSync configuration. If this box is unchecked then users must always use one of the operators created in the Mobile Services template, otherwise they will be able to enter their own SMTP address during the ActiveSync configuration.

You can also check that your user's entry in the Active Directory allows these services:



It's important at this stage that you install a SSL Certificate in your server. I recommend using a SSL connection for your synchronisation. First because this will prevent people "reading" your connections. And second because it prevents a "man-in-the-middle" attack. Your options are to install a certificate from a recognised authority (Verisign or Thawte for example), install a certificate from your own certificate authority or disable the certificate check on the client side.

If you install your own certificate you also need to install the root certificate in your Smartphone or Pocket PC Phone Edition. Check the KB article 841060 How to add root certificates to Windows Mobile 2003 Smartphone and to Windows Mobile 2002 Smartphone for more information.

If you decide to disable the certificate checking, then download and follow the instructions for the Certchk program.

Now we need to configure the ActiveSync on your mobile device. Start by placing the device in the cradle, and open Options. Select the Enable Synchronization with a server box, and click the Configure button.



In the next dialog, enter the required information. This will erase all PIM information on your device and create the environment for a synchronisation with a remote Exchange Server 2003. Make sure to check the SSL option if you want to use the secure synchronisation.

Even if you don't use the AUTD feature, from this point you can manually synchronise with your device over any Internet connection (GPRS, CDMA, Wi-Fi or even as a guest in someone's else computer):



To enable the AUTD feature we then click the Device Address button. In the next dialog users will enter either their [phone]@operator.com SMTP address or simply enter the device number and select from the list of mobile operators created before in our server. In the second case they don't need to know the SMTP domain name, simply enter the device number will be enough, since we have already configured this before.



Back in Options we can change the Wireless Schedule so that our mobile device automatically checks with the Exchange Server every [x] minutes, or When new item arrives. This is the option we have to select for AUTD.



It's important to note that for each PIM type (Inbox, Contacts, Calendar) there are options that control how much of each type is synchronised. For example you can have the last month of appointments, or just the last week plus all future events. On the Inbox you can select to have only a small part of the e-mail downloaded, and download the rest on request. This can save some traffic and time.

This completes the configuration. If everything is ok, then new e-mails arriving on the Inbox will trigger the ActiveSync on the mobile device and all items will be available without intervention, like magic.



Now, what to do if things go wrong? Well, in my case things were not working the way I wanted. First my Smartphone was receiving only two or three notifications a day, when I was expecting at least 50. There's a way to check if the messages are being sent out or not. The KB article 822176 Troubleshoot Exchange 2003 Always-Up-To-Date Notification explains how to set the Logging options for the MSExchangeActiveSync service and how to find the message being sent out and how to trace it:







With this tools I found out that notifications were sent out, but not delivered to my mobile device. After some investigation I came across the KB article 841995 The Always-up-to-date Notifications feature may not work with mobile devices in Exchange Server 2003 SP1 (check KB article 833745 if you are not using Exchange Server 2003 SP1). The hotfix and registry changes in the article fixed my notification problems.

The last thing I wanted to tweak was the timing for the notification cycle. Notifications are not sent out for each new e-mail in the Inbox. Instead, there is a timer that is reset on each ActiveSync or after a certain timeout period. By changing this timer I was able to fine tune the ActiveSync based on my requirements of delivery time and bandwidth usage. Check the KB article 873291 How to change the batching timer to control the Always-up-to-date Notification feature in Exchange Server 2003 for some information on how to do this (image below).



An important download is the Exchange Server AUTD Binding Cleanup. This tool Enables an administrator to view and remove existing AUTD event registration items (bindings). This can be done on an individual and on a bulk level.

Another good tool for troubleshooting is the Exchange Server Up-to-Date Notifications Troubleshooting program. This is a set of web pages that you can install on your server and access some important information about a user's mobile device:



You can also read the Exchange ActiveSync: Frequently Asked Questions for more information on this topic.

If you still have problems I suggest you to check if your Exchange Server 2003 is accessible from the Internet. Make sure your firewall is not blocking the access to port 443 (https, used by the secure connection). A very good resource to keep troubleshooting ActiveSync errors is Chris De Herrera's Windows CE Website.





Other articles related to Articles



Comments

Churchill
 open user's web page send private message user's profile
Comment posted by Churchill on 11-FEB-2005 23:58
I was wondering if this will work if I have a pocket PC iPAQ H5450 and a celular phone. I do already use the Server active sync, now after this article I would like to experiment with te AUTD feature. The question is: in my setup with separate devices for pocket PC and cellular and not like the Phone edition does the AUTD work, and if it does can you give more clarification how does that happen, since the SMS's arrive on the phone and pocket PC is turned off ???

Thanx in advance

Churchill
ChrisKinsman
send private message user's profile
Comment posted by ChrisKinsman on 12-FEB-2005 07:07
I have been trying to do this with my Audiovox SMT5600 for 6 months. For some reason i never get the Device Address button when setting up the server to sync with. I can sync over the air manually but can't get AUTD to work.
freitasm
 open user's web page send private message user's profile
Comment posted by freitasm on 12-FEB-2005 19:06
Sorry, it won't work on a two-devices model...

As for the STM-5600 problem, check the two first things in this article. Perhaps the Exchange Server does not have the "Enable up-to-date notifications" set?
kiwicmc
  send private message user's profile
Comment posted by kiwicmc on 18-MAR-2005 08:41
Has anyone tried this configuration with Telecom's eTXT service?
freitasm
 open user's web page send private message user's profile
Comment posted by freitasm on 18-MAR-2005 09:00
I haven't tried but it should work fine, if you get an e-mail address for your device.
kiwicmc
  send private message user's profile
Comment posted by kiwicmc on 18-MAR-2005 09:15
Hey that was a quick reply!, I got an email from Bulletin Wireless saying they thought it would work but couldn't confirm. There are a number of hoops (anti-spam) you need to jump through before the eTXT service will forward SMS messages. Still waiting on Telecom's reponse.

Regarding Vodafone NZ, what service have you subscribed to - TXTMail? I've tried a couple of sample SMSs from Outlook to my phone but they don't seem to get through

The following addresses had permanent fatal errors ----- <0219999991@sms.vodafone.net.nz>
(reason: 550 6421999999... User unknown)

So tried 021999... and 6421999...

C
freitasm
 open user's web page send private message user's profile
Comment posted by freitasm on 18-MAR-2005 09:25
I'm using an old service, which is not currently being sold/marketed. You have to check with Vodafone support what's the e-mail address for your mobile device with their new service.

It would be good to move to the forums.
jhc123
  send private message user's profile
Comment posted by jhc123 on 25-MAR-2005 14:05
Hi Kiwicmc- I've had confirmation from Telecom NZ that it will work with their eTXT service. Need to make sure you have a valid SMTPfrom address set to get through their SPAM filtering.

Also the 10c a message cost to think about if you have a high message volume. You can tune the timing a bit as shown in the article and this might help.

JC
freitasm
 open user's web page send private message user's profile
Comment posted by freitasm on 25-MAR-2005 14:36
Good to know, thanks!

For the SMTPFrom address check the links in the article to the KB 841995 and/or KB 833745.
wdoa
  send private message user's profile
Comment posted by wdoa on 19-APR-2005 07:35
i am trying to setup OMA on Exchange server 2003 and windows server 2003
Exchange and OWA work perfectly, i do not have SSL or forms enabled and with the default settings, after turning on OMA in system manager, i try to connect to www.domain.co.nz/oma from my desktop (II6) i get prompted for username and password 3 times and then it fails to authenticate, i have tried everycombination of domain\username username@domain.co.nz etc that i can and it still fails.
If i change the authentication in the OMA virtual directory to include integrated authentication i get authenticated , but get the error
A System error has occurred while processing your request. Please try again. If the problem persists, contact your administrator.
i have googled for 2 days trying to find an answer and have tried all the options i can and cannot find an answer, any help would be appreciated

Regards Stuart
logres
  send private message user's profile
Comment posted by logres on 18-MAY-2005 19:41
thank you for a thorough and easy to follow article :o]

i'm trying to connect my iPAQ6365 and Exchange 2003 server using AUTD, however i activesync 3.8 and the DEVICE ADDRESS button your article describes does not appear in this version.

i therefore presume the @sms.vodafone.net.nz address is configured elsewhere within AS3.8 ? (i haven't been able to find it) surely microsoft haven't dropped this feature already? or are we required to wait for AS4.0 ??

please help
freitasm
 open user's web page send private message user's profile
Comment posted by freitasm on 18-MAY-2005 19:52
The @sms.vodafone.net.nz is entered on the Exchange Server configuration. This will work with any ActiveSync from 3.6 and up, no need to wai for 4.0. However, make sure OWA and OMA are enabled on the server and the Device Address button should show up *if* the Enable up-to-date notifications checkbox is set on the Exchange Server (look the screenshot for the Mobile Services Properties dialog).
kiwicmc
  send private message user's profile
Comment posted by kiwicmc on 18-MAY-2005 20:02
We've had this combo working fine.

The problem you are seeing that button not showing will appear the second time you sync. When I get back into work I'll find the exact sequence you need to follow.

C
logres
  send private message user's profile
Comment posted by logres on 18-MAY-2005 23:11
thanks for the prompt reply

YES the second time i sync'd the device button showed up :o]

unfortunately i'm now getting a "Error Code: HTTP_500" message when i try to sync remotely (progress?)

brunob
  send private message user's profile
Comment posted by brunob on 27-AUG-2005 02:06
Compliments for your nice article. I configured AUTD and everything works. Only one disappoint: I get an SMS from my provider that initates the active sync, but I have to cancel this SMS. Any solution to drop this SMS automatically?

sincerly
bruno
Italy
freitasm
 open user's web page send private message user's profile
Comment posted by freitasm on 27-AUG-2005 09:00
Ciao Bruno... Don't quite understand your question about droping the SMS. Can you post this in our forums please?

Cheers
brunob
  send private message user's profile
Comment posted by brunob on 30-AUG-2005 17:59
In italy (with TIM) it works so: i configure everything, and put as notification address my "cellular_number@tim.it". No, so I have understood AUTD, the exchange server sends a e-mail to this address. The carrier (in my case TIM) sends an SMS to notify me that i got an e-mail (and this works also if I send a very normal e-mail to the address "cellular_number@tim.it"). But no, on my Pocket PC (Qtek S100) I get the e-mail (and this is nice) but also an SMS for the notification of the arrive of an e-mail in my box "cellular_number@tim.it". And this SMS i would like to auto-drop. Possible?

hope that this is understandable, sorry for my poor english

sincerly
bruno
freitasm
 open user's web page send private message user's profile
Comment posted by freitasm on 30-AUG-2005 18:31
I see... So they forward the email as SMS (as intended) but also send a second SMS to let you know you have an email?

It sounds like what Vodafone NZ used to do a few years ago. Perhaps you have the option to log into a mailbox administration and remove the second notification. This is what used to be here (as I said, years ago).

samiam75
  send private message user's profile
Comment posted by samiam75 on 27-SEP-2005 02:27
AUTD Troubleshooter Question

I am trying to ue the AUTD Troubleshooter, but when I run it, I get an error message: "***Operation failed because the devices XML file for this user is invalid.***"

Has anyone experienced this? The documentation is pretty much useless; it says:

What should be done when the XML file associated with the user’s mailbox is bad?

The administrator must have the user do a manual synchronization. If that does not solve the problem, contact Microsoft Product Support Services.

I have done manual syncs, and dread calling MS...

Any help is appreciated!!


gbruhin
  send private message user's profile
Comment posted by gbruhin on 5-OCT-2005 10:55
ActiveSync AUTD question:

Exchange uses my smtp-to-sms gateway is it correct that the resulting sms must be composed with the subject+the body of the mail ? Both must be appended directly ? Anyone can post some specs ?
freitasm
 open user's web page send private message user's profile
Comment posted by freitasm on 5-OCT-2005 11:33
If you are forwarding the emails to a SMS address then yes, this is correct. The SMS discussed in this article is of a different nature.
samiam75
  send private message user's profile
Comment posted by samiam75 on 6-OCT-2005 00:39
I got the AUTD troubleshooter to work on SBS2003. Turns out that SBS uses Forms-Based Authentication (FBA), mostly for logons to the Remote Web Workplace and OWA. Here's what I had to do:

1. Disable Forms Based Authentication

2. Configure the AUTD Troubleshooting tool to use SSL (it is not configured that way by default)

I HAD tried #2 in the past, but without also changing #1 it didn't work.

This is a simple solution now, because I can Disable/Enable Forms Based Authentication as I need to troubleshoot AUTD.
ScottAThompson
  send private message user's profile
Comment posted by ScottAThompson on 20-OCT-2005 11:42
I am receiving the SMS messages but they are not trigging an automatic ActiveSync. The subject of the message is the MS Exchange message ID (such as 8925594007feb942941b15b95a4d7fef-5594) and the content of the message is //SCKL040AAwFqAAADxgADBQHDELXtPdmLLh+AMJi5QPVxQEB. M Freetas, is this the problem you had that you cured by the hotfix an registry changes in MS KB article 841955 The Always-up-to-Date Notifications feature may not work with mobile devices in Exchange Server 2003 SP1?
freitasm
 open user's web page send private message user's profile
Comment posted by freitasm on 20-OCT-2005 13:30
The AUTD works on Exchange Server SP1. The Hotfix applied was to solve a problem where some smtp servers may reject the message from the Exchange Server - which is not your case since the SMS is arriving on your device.

Would be good to have this discussion in the forums - please post what device you are using, if you are using a certificate or not and if you can perform an ActiveSync to this Exchange server when connected via USB.

Churchill
 open user's web page send private message user's profile
Comment posted by Churchill on 21-OCT-2005 02:15
I have just gotten the MDA PRO and installed the SP2 for Exchange 2003. Now only waiting for the MSFP, anybody any ideas ?
samiam75
  send private message user's profile
Comment posted by samiam75 on 3-NOV-2005 15:02
In reference to an earlier post of mine - for those of you who want to know how to disable Forms-Based Authentication (FBA) to allow the AUTD Troubleshooting Tool to work, see below:

Configuring Forms-Based Authentication

Open Exchange System Manager.

Navigate to your server object.

Expand your server object, and expand Protocols.

Expand HTTP.

Right-click on the Exchange Virtual Server and select Properties.

On the Settings tab, click to deselect the Enable Forms Based Authentication check-box.

Click Ok, and click Ok to dismiss the warning message.

Restart the IIS services either from the Services snap-in or from the IIS Admin snap-in.

To re-enable, just repeat the process while turning FBA back on.
djohnsapollometals.com
  send private message user's profile
Comment posted by djohnsapollometals.com on 9-NOV-2005 05:12
Quick question for anyone / everyone?

Should AUTD work on Windows Mobile 5.0 Pocket PC Phone Edition?

Cheers

Daniel
freitasm
 open user's web page send private message user's profile
Comment posted by freitasm on 9-NOV-2005 06:29
Unless you have the MSFP (Messaging Security Feature Pack) installed, AUTD will work the same with Windows Mobile 5 devices and Exchange SP2.

cmengro
  send private message user's profile
Comment posted by cmengro on 9-NOV-2005 22:49
Hi,

I own a MDA Pro and an Exchange Server 2003 SP 2.

The following problem arises and perhaps anybody can offer some ideas on how to solve it.

Using activesync 4.0 to synchronize directly with the server, the following happens: the MDA recognized the structure of my outlook folders and seems to synchronize, but when the process is finished (without any failure message) I do not see my emails in my inbox on the MDA.

On the other hand, when I synchronize with the desktop, I do see my emails.

Given this problem, an synchronization through UMTS or other means is lightyears away.

Anyone has any ideas?
freitasm
 open user's web page send private message user's profile
Comment posted by freitasm on 9-NOV-2005 22:55
Hello! Please post this question in our Pocket PC Phone Edition forum since it's not a comment directly related to the article.

Thanks!

samiam75
  send private message user's profile
Comment posted by samiam75 on 17-FEB-2006 10:03
Does anyone know if there is a way (e.g. a log file) that can be viewed in Exchange server to find out if/when a particular's mobile device last did a remote sync?
freitasm
 open user's web page send private message user's profile
Comment posted by freitasm on 17-FEB-2006 10:11
Have a look on this Exchange Server ActiveSync Web Administration Tool.

samiam75
  send private message user's profile
Comment posted by samiam75 on 17-FEB-2006 10:16
I haven't installed Exchange SP2 and do not have any WM5.0 devices. Will this tools still work?

All I am trying to do is the verify that my remote users's devices are syncing when new items arrive and the subsequent SMS messages are sent out (I am still using the "old" method (AUTD), which is actually working pretty well).
freitasm
 open user's web page send private message user's profile
Comment posted by freitasm on 17-FEB-2006 10:20
The tool will work on SP2 only, but it will show Windows Mobile 5.0 and Windows Mobile 2003 devices. Have a look at some of the links to the Microsoft site we have in this article - I am sure something will show up there.

oturn
  send private message user's profile
Comment posted by oturn on 6-MAR-2006 05:04
Does the Exchange Server Up-to-Date Notifications Troubleshooting Tool work on Exchange 2003 SP2? I get the message "This specified user either does not exist or is not provisioned for AUTD.", even though the user is working fine with AUTD, with one problem...

AUTD synchronization seems to stop overnight when there is no email activity. It starts working again in the morning after a manual synchronization. The readme in the troubleshooting tool leads me to believe that the problem is due to my device expiring...is this possible? If so, how can I stop my device from expiring after a long period of inactivity, without manually synching?
freitasm
 open user's web page send private message user's profile
Comment posted by freitasm on 6-MAR-2006 07:54
It should work just fine. Have a look in some of the KB linked from this article, there's one link that tells you how to manage/update the timing for this feature.

oturn
  send private message user's profile
Comment posted by oturn on 6-MAR-2006 09:48
If you're talking about the batching timer, I don't think that's my problem. The default for this timer is 15 minutes, but if I look at my airnotifydeviceinfo.xml file (the file that AUTD Troubleshooting Tool looks at), my expiration time is over 16 hours from now! How could this be the batching timer? I'm assuming my problem occurs when my device hasn't synched within the expiration time listed in this file. Why does this particular timeout exist, and can it be modified?

2006-03-06T14:00:40.593Z
(It's currently 2006-03-05 21:45)
wdoa
  send private message user's profile
Comment posted by wdoa on 6-MAR-2006 10:50
i have still been trying to get AUTD to work properly with no luck. i recently re-installed my 2003 server woth exchange 2003 sp2, and have reset everything up. I also have a new i-mate kjam so my phone has changed as well. I can sync manually with my exchange server no problem.

When i run the autd troubleshooting tools it tells me
**This specified user either does not exist or is not provisioned for AUTD.**

any help on resolving this would be much appreciated
freitasm
 open user's web page send private message user's profile
Comment posted by freitasm on 6-MAR-2006 11:02
"**This specified user either does not exist or is not provisioned for AUTD.**" in general means that either the mailbox name is incorrect, or the user you logged in has no access to the mailbox information (better try an Administrator user).

freitasm
 open user's web page send private message user's profile
Comment posted by freitasm on 6-MAR-2006 11:04
Also (for both the wdoa and oturn), check this article again, specially the topic about the SMTP problem, and KB article on how to fix it. AUTD didn't work well for me, or reliably, until I had the SMTP problem fixed.


wdoa
  send private message user's profile
Comment posted by wdoa on 6-MAR-2006 11:07
Thanks for that, but i get the same error with the administrator account.

all 3 mobile services are enabled for me as a user and also administrator
wdoa
  send private message user's profile
Comment posted by wdoa on 8-MAR-2006 09:47
ok i have now got AUTD working. The resolution was as follows
in IIS in web sites i had to right click on Microsoft-Server-Activesync and choose properties, then on the Virtual Directory tab in Application Settings I had to click on Add for Application Name as it was greyed out, and made sure that the Application Pool was ExchangeApplicationPool. and clicked ok. Then also in IIS i went to Application Pools and right clicked on ExchangeApplicationPool and selected properties and clicked on the Identity tab and verified that the Identity was Local System. I then exited IIS admin

I then went to the folders containing all the exchange apps and added Local system to the ACL permissions e.g. C:\Program Files\Exchsrvr\OMA\Sync.

I then rebooted the server and lo and behold it all works

Many thanks for the help. I hope my solution helps others

Cheers

Stuart
wdoa
  send private message user's profile
Comment posted by wdoa on 8-MAR-2006 09:48
oh and my Microsoft AUTD Notification Tool also now works
wdoa
  send private message user's profile
Comment posted by wdoa on 8-MAR-2006 10:20
spoke too soon lol,

AUTD notify tool lists my users but i get

Send Test Mail to Device
Attempt to send mail failed because of the following error:

Could not access 'CDO.Message' object.


when i try to send the test mail.

Everything else works though so it s moot point
oturn
  send private message user's profile
Comment posted by oturn on 8-MAR-2006 10:28
It sounds like something wasn't quite right with your Exchange install. The IIS changes you mentioned were already in place on my system, which was a clean install of Exchange 2003, followed immediately by SP2.

Did you do anything else to get the AUTD Troubleshooting Tool to work? I still get the message "This specified user either does not exist or is not provisioned for AUTD.", although AUTD *IS WORKING* for this user. I've tried logging on both as the user and as the administrator. Interestingly enough, after reading your post, my system does not have the folder "Sync" under C:\Program Files\Exchsrvr\OMA. Adding this folder has no effect.
wdoa
  send private message user's profile
Comment posted by wdoa on 8-MAR-2006 10:32
The only thing i did with autd was to delete the microsoft-server-activesync virtual directory in IIS and re-install autd

well i think i did :-S

lol, tried so much
from another kb article somewhere i made sure all the Exchange Virtual folder application pools were correct and verified that the Identity for each was eithe Network Sytem or Local System, and then made sure these accounts hade full permissions on the respective folders

Post a commentPlease login or register to post a comment on this article.