Active Matrix BusinessWorks pattern terminates with an error that version is empty DescriptionOn certain process IDs, ActiveMatrix Business Works pattern fails with an error:Identification Engine: Discovery status is FAILURE, Identification sections in pattern failed: section: Tibco BW Identification, error: Match step predicate is not matched. Failed Condition(s): [(${version} : value=) IS NOT EMPTY ] . The regex in step 12 "Set version if empty" of pattern "ActiveMatrix Business Works", identification section "Tibco BW Identification" does not handle windows dirs. As a result, the version is not properly parsed from install_directory like C:\apps\tibco64_16\bw\5.14\Steps to Reproduce - Check the pattern logs of 'ActiveMatrix Business Works' for the impacted IP - Confirm that the pattern terminated with an error: FAILURE, Identification sections in pattern failed: section: Tibco BW Identification, error: Match step predicate is not matched. Failed Condition(s): [(${version} : value=) IS NOT EMPTY ] - Check step 12 "Set version if empty" and confirm that the version was not populated WorkaroundChange the regular expression in step 12 "Set version if empty" of pattern "ActiveMatrix Business Works", identification section "Tibco BW Identification" to:[\\\/]bw[\\\/](\d+(?:\.\d+)+) Related Problem: PRB2057842