This repository was archived by the owner on Jan 3, 2023. It is now read-only.
qs-data-connection-analyzer-v1.5.1
Resolved bug where sessionapp_
was not removed from the AppID
field. Certain script logs contain this prefix that was not properly filtered out (I had missed that I had "Lower()'d" the filename, and had to change LET vAppGUID = Replace(TextBetween('$(vFileAbsolutePath)','/script/','.'),'SessionApp_','');
to LET vAppGUID = Replace(TextBetween('$(vFileAbsolutePath)','/script/','.'),'sessionapp_','');
The impact of this bug appears to be minor, as the SessionApp_
log files are predominantly an artifact of the Data Manager (data prep), and as their "AppID" did not match due to the bug, as they are session applications, their "AppID" would never match any existing application in the QRS.