Last Modified: May 29, 2024
Affected Product(s):
BIG-IP APM
Known Affected Versions:
15.1.4, 15.1.4.1, 15.1.5, 15.1.5.1, 15.1.6, 15.1.6.1, 15.1.7, 15.1.8, 15.1.8.1, 15.1.8.2
Fixed In:
17.1.1, 16.1.4, 15.1.9
Opened: Jun 01, 2022 Severity: 3-Major
Device wizard fails if a certain string is used in the access policy name: - access policy name that fails: abc_1234_wxyz - access policy name that works: abc-1234-wxyz An error can be found in the log: ERROR SAWizard.SACreateAccessPolicy:error - java.sql.SQLException: General error: 01020036:3: The requested Access Profile /common/abc_1234_wxyz was not found. in statement [DELETE FROM profile_access WHERE name = ?]
The wizard fails and throws errors.
Using certain string patterns when creating an access policy via the wizard (specifically the underscore character).
None
Fixed the naming mismatch by removing function to concat strings with extra _x.