Forum Discussion
mmelber14_62984
Sep 06, 2012Nimbostratus
Problem with Exchange iRule after 11.2 upgrade
Hello,
I need some help determining what this error message means that has shown up in my logs since upgrading to 11.2.
Error Message status code 01220001:
TCL error: /Common/EXT_MIN_E...
bman_12685
Apr 23, 2013Nimbostratus
I have the same issue, logging each step it is specifcially the session part
switch -glob [HTTP::header "User-Agent"] {
"MSRPC" {
This User-Agent section matches most versions of
Outlook and Windows using Outlook Anywhere.
The OutlookSession cookie is new to Outlook 2010.
check to see if some stupid app is not setting a cookie
if { [HTTP::cookie exists "OutlookSession"] } {
persist uie [HTTP::header "OutlookSession"] 3600
} else {
persist uie [HTTP::header "Authorization"] 3600
}
}
which dumps these sort of errors
Apr 23 11:26:52 tmm3 info tmm3[9414]: Rule /Common/pgops_exchange_persist : RPCPROXY CALL from 65.55.150.158 - x.x.x.x sending to exchange_oa_pool.
Apr 23 11:26:52 tmm3 err tmm3[9414]: 01220001:3: TCL error: /Common/pgops_exchange_persist - attempt to use empty persistence key (line 1) invoked from within "persist uie [HTTP::header "Authorization"] 3600" ("MSRPC" arm line 10) invoked from within "switch -glob [HTTP::header "User-Agent"] { "MSRPC" { This User-Agent section matches most versions of ..." ("/rpc/rpcproxy.dll" arm line 5) invoked from within "switch -glob [HTTP::path] { "/Microsoft-Server-ActiveSync*" { Direct all ActiveSync clients to a common pool; use ..."
Apr 23 11:26:52 tmm2 info tmm2[9413]: Rule /Common/pgops_exchange_persist : RPCPROXY CALL from 65.55.150.158 - x.x.x.x sending to exchange_oa_pool.
Apr 23 11:26:52 tmm2 err tmm2[9413]: 01220001:3: TCL error: /Common/pgops_exchange_persist - attempt to use empty persistence key (line 1) invoked from within "persist uie [HTTP::header "Authorization"] 3600" ("MSRPC" arm line 10) invoked from within "switch -glob [HTTP::header "User-Agent"] { "MSRPC" { This User-Agent section matches most versions of ..." ("/rpc/rpcproxy.dll" arm line 5) invoked from within "switch -glob [HTTP::path] { "/Microsoft-Server-ActiveSync*" { Direct all ActiveSync clients to a common pool; use ..."
If I comment that section out completly it of course gives me
Apr 22 10:40:16 tmm err tmm[9411]: 01220001:3: TCL error: /Common/exchange_owa_redirect - Prerequisite operation not in progress (line 1) invoked from within "HTTP::uri"
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