Users were having issues with the FSLogix log parsing script, showing an error in line 94. It was found that changing the line to include a ‘+’ would solve the issue, which @member then confirmed. The update has been pushed to production, and the issue is now resolved.
Read the entire ‘Error in FSLogix Log Parser Resolved’ thread below:
Hello,
we have some problems with the script "FSLogix log parser". We always get the following error in the screenshot.
The error occurs in line 94.
Does anyone else have this problem?
What timezone are you in? Looks like it has to do with Timezone offsets, a tad odd it does not work as that should be the same logic for everybody.
Without knowing what it actually says in your log files, I think changing line 94 to include a ‘+’ for the replace could solve your problem:
[timespan]$UTCOffset = (($FSLogixLog -match "UTC")[0]).Replace("UTC+","")
Maybe…yes, this has previously been reported and @member has correctly identified the fix. We’ll push an update out shortly
Perfect – thank you. Now it works.
This update has now been pushed to production
Continue reading and comment on the thread ‘Error 94 in FSLogix Log Parser Script ‘. Not a member? Join Here!
Categories: All Archives, ControlUp Scripts & Triggers