Issues in installing FSCM PUM 17 in a VirtualBox VM on Windows 7 64 bit physical m/c?
1> While trying to install PUM 17 for FSCM, the ps script is looking for the *-manifest file in another folder which does not exist. Following error is received:
***********************************************************
Starting the PeopleSoft Environment Setup Process:
Get-Content : An object at the specified path C:\DPK_INSTALL\FSCM-920-UPD-017-OVA_1of15\manifest\*-manifest does not ex
ist, or has been filtered by the -Include or -Exclude parameter.
At C:\DPK_INSTALL\FSCM-920-UPD-017-OVA_1of15\setup\scripts\psft-utils.ps1:216 char:60
+ $dpk_src_platform = (ConvertFrom-StringData(Get-Content <<<< "${manifest_file_dir}\*-manifest" | Out-String)).pl
atform
+ CategoryInfo : ObjectNotFound: (System.String[]:String[]) [Get-Content], Exception
+ FullyQualifiedErrorId : ItemNotFound,Microsoft.PowerShell.Commands.GetContentCommand