Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 168455

Re: PowerCLI service failed to start

$
0
0

I had the same problem, I tried to run VMmark2PSbe.ps1 manually as someone in this thread suggested. Error was:

 

At C:\VMmark2\tools\VMmark2PSbe.ps1:1414 char:33

+         WriteOut "$Func : $VC : $Cluster:$tiles : $global:OutFile" "both"

+                                 ~~~~~~~~~

Variable reference is not valid. ':' was not followed by a valid variable name character. Consider using ${} to delimit the name.

    + CategoryInfo          : ParserError: (:) [], ParseException

    + FullyQualifiedErrorId : InvalidVariableReferenceWithDrive

 

After modyfing line 1414 to:

 

WriteOut "$Func : $VC : $Cluster : $Tiles : $global:OutFile" "both"

 

problem was solved.

 

jpschnee

 

Sorry about starting discussion about this in different thread.

 

Kind regards,

Kamil


Viewing all articles
Browse latest Browse all 168455

Trending Articles



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