Hello,
I have installed PAL v2.3.
No i have manuell create a pal job, it is working fine.
When i wan't to start this command over Powershell_ISE, i get an error.
Command:
cls
cd 'C:\Program Files\PAL\PAL'
Powershell ".\PAL.ps1"
-Log 'O:\PerfLogs\SQL\SQL_PRE101_2012053121.blg'
-ThresholdFile 'C:\Program Files\PAL\PAL\SQLServer.xml'
-Interval 'AUTO' -IsOutputHtml $True
-HtmlOutputFileName 'SQL_PRE101_RushHour_normalBusiness.htm'
-IsOutputXml $False -XmlOutputFileName '[LogFileName]_PAL_ANALYSIS_[DateTimeStamp].xml'
-OutputDir 'C:\Users\xyz\Documents\PAL Reports\Loadtest'
-AllCounterStats $False -NumberOfThreads 1 -NumberOfProcessors '8'
-ThreeGBSwitch $False -SixtyFourBit $True -TotalMemory '32'
-RAID5Drives 'd,E,F,L,M,N' -RAID1Drives 'NULL'
-BeginTime '01.06.2012 07:45:00' -EndTime '01.06.2012 08:30:00'
Error:
Transcript started, output file is C:\Users\YADWUT~1\AppData\Local\Temp\2\PAL1.
log
PAL v2.3 (
http://www.codeplex.com/PAL)
Written by: Clint Huffman
(clinth@microsoft.com) and other contributors.
Last Modified: 05/04/2012 10:51:10
The information and actions by this tool is provided "as is" and is intended for information purposes only. The authors and contributors of this tool take no respon
sibility for damages or losses incurred by use of this tool.
Your locale is set to: German (Germany)
WARNING: Please post errors or problems with this tool to the PAL web site
located at
http://www.codeplex.com/PAL with the following error message and a
brief description of what you were trying to do. Thank you.
powershell.exe : Method invocation failed because [System.Int32] doesn't contain a method named
At C:\Users\xyz\Desktop\PAL_Aufruf_2.ps1:5 char:11
-
Powershell <<<< ".\PAL.ps1" `
- CategoryInfo : NotSpecified: (Method invocati...a method named :String) [], RemoteException
- FullyQualifiedErrorId : NativeCommandError
How can i start a pal job over PS_Ise or normal PS window?
I hope, somebody can help me,
Horst