Quantcast
Channel: Performance Analysis of Logs (PAL) Tool
Viewing all articles
Browse latest Browse all 913

Commented Unassigned: v2.3.2 The variable '$SixtyFourBit' cannot be retrieved because it has not been set. [24415]

$
0
0
Running this command:
```
& 'C:\Program Files\PAL\PAL\PAL.ps1' -Log 'C:\Network_Monitoring\Performance Counters\myserver\Perfmon_Logs\Performance Counter.blg' -ThresholdFile 'C:\Program Files\PAL\PAL\SystemOverview.xml' -IsOutputHtml $true -HtmlOutputFileName '[LogFileName]_PAL_ANALYSIS_[DateTimeStamp].htm' -OutputDir 'C:\Network_Monitoring\Performance Counters\myserver\PAL_Reports'
```

I get this error:
```
Invoke-Expression : The variable '$SixtyFourBit' cannot be retrieved because
it has not been set.
At C:\Program Files\PAL\PAL\PAL.ps1:3361 char:5
+ Invoke-Expression -Command $sCode
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (SixtyFourBit:String) [Invoke-
Expression], RuntimeException
+ FullyQualifiedErrorId : VariableIsUndefined,Microsoft.PowerShell.Command
s.InvokeExpressionCommand

```

In the PAL.ps1 there is no $SixtyFourBit param nor is there a $SixtyFourBit variable anywhere in the script.
```
#requires -Version 2.0
param($Log,$ThresholdFile="QuickSystemOverview.xml",$Interval='AUTO',$IsOutputHtml=$True,$IsOutputXml=$False,$HtmlOutputFileName="[LogFileName]_PAL_ANALYSIS_[DateTimeStamp]_[GUID].htm",$XmlOutputFileName="[LogFileName]_PAL_ANALYSIS_[DateTimeStamp]_[GUID].xml",$OutputDir="[My Documents]\PAL Reports",$AllCounterStats=$False,$BeginTime=$null,$EndTime=$null,[System.Int32] $NumberOfThreads=1)
Set-StrictMode -Version 2 #// Contributed by Jeffrey Snover
cls
```
Comments: ** Comment from web user: red888 **

oops never mind, I figured it out using the wizard.


Viewing all articles
Browse latest Browse all 913

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>