OutSystems.SetupTools icon indicating copy to clipboard operation
OutSystems.SetupTools copied to clipboard

Install-OSServerPreReqs -MajorVersion "11.7" fails

Open pintonunes opened this issue 4 years ago • 0 comments

Issue when specifying the major version with major.minor

Install-OSServerPreReqs : Cannot index into a null array.
At C:\Users\Administrator\Desktop\Untitled1.ps1:49 char:1
+ Install-OSServerPreReqs -MajorVersion "$(([System.Version]$OSServerVe ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [Install-OSServerPreReqs], RuntimeException
    + FullyQualifiedErrorId : NullArray,Install-OSServerPreReqs

Install-OSServerPreReqs -MajorVersion "11" OK

pintonunes avatar Mar 19 '20 10:03 pintonunes