We registered today similar warning after unused (exited) server has been deleted from object database/policy.
Gateway: gw-test
Policy: Pol-gw-test
Status: Succeeded
- Failed to load objects in asm_profiles.C:
- "asm_profiles.C", line 11634: ERROR: Cannot use <::serverXY>: Not in Scope
--------------------------------------------------------------------------------
we performed the following
cd $FWDIR/conf
cp asm_profiles.C asm_profiles.C_ORIG
edit (vi) asm_profiles.C , delete section with problem (rule)
:rule (
:src (
:op ()
: (Any)
)
:dst (
:op ()
: serverXY
)
:services (
:op ()
: HTTP_and_HTTPS_proxy
)
:install (
:op ()
: (Any)
)
)
save asm_profiles.C
Install policy
the problem went away