F5 is upgrading its customer support chat feature on My.F5.com. Chat support will be unavailable from 6am-10am PST on 1/20/26. Refer to K000159584 for details.

Forum Discussion

Willy's avatar
Willy
Icon for Nimbostratus rankNimbostratus
Feb 09, 2016

TCL error :Prerequisite operation not in progress (line ...

I have an iRule that looks like this :   when HTTP_REQUEST { if {[HTTP::path] eq "/"} { HTTP::uri "/newpath" pool website-pool} }   It seems to do his job, but sometimes the next error appear...