User defines regulary expression in recorder.config for URL transformation. The expression is defined as follow:
/\/building\/buildingRecord\/(?i)^(?!.*(allDocuments|viewDocument).*).*/ : "/building/buildingRecord/",
After FMS is restared, the url transformation doesn't work. The error in FMS log file:
2013-05-03 09:55:20.913 WARN [Nexus Thread Pool: 9] com.quest.pas.nexus.foglight.FoglightBridgeService - Unable to restart data collection after a configuration change. Data collection will continue under the previous settings.
com.quest.common.config.InvalidConfigException: Invalid configuration "recording": ?+* follows nothing
Wrong expression by adding special character "^" into wrong position, this character must put at start of the expression.
The correct expression should be:
/\/building\/passwordRecovery\/?!.*(verifyUsername|verifyQuestion).*/ : "/building/passwordRecovery/",
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center