Forum Discussion
Brian_Mayer_841
Nimbostratus
May 15, 2013MS Exchange ActiveSync iRule with HOST header routing not working
Hi all,
Glad to be back on the F5 forums. Hope you're all doing well today! I have been working to implement Exchange behind our v9.4.8 LTMs (our 11.3 appliances are built and al...
Brian_Mayer_841
Nimbostratus
May 16, 2013Hi Mike,
So I implemented your second recommendation above - with the logging statement - (I've put it further below for clarity) and it seems that the LTM is still processing the old iRule. Both the CACHE::DISABLE and APM_Session components referenced in the error are not in the current iRule. Here's the error. Any idea why this could be happening?
Error in LTM log:
May 16 11:27:39 tmm tmm[2089]: 01220001:3: TCL error: dev.mail.lifetech.com-pools - Operation not supported (line 2) invoked from within "CACHE::disable" ("/microsoft-server-activesync" arm line 14) invoked from within "switch -glob -- [string tolower [HTTP::path]] { "/microsoft-server-activesync" { ActiveSync. if { [HTTP::header exists "APM_session"] } { ..."
CURRENT iRule on the VS:
when HTTP_REQUEST {
if { [HTTP::header exists "Authorization"] } {
persist uie [HTTP::header "Authorization"] 7200
} else {
persist source_addr
}
if { [HTTP::host] contains "deveas07.lifetech.com" } {
pool dev.mail.lifetech.com_eas
log local0. "Forwarded to 2007 pool"
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects