Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Powershell script above provides some help at the command line, this can be output by passing the -help parameter to the script.

Note
Note that on some systems executing Windows Powershell scripts is disabled by default, see troubleshooting for workarounds.

...

  • If prompted enter the source enablement pack as  'Google' Note: Skip the installation step if the target build with source packs is installed.

Google Cloud Storage Connection Setup

  1. Login to RED
  2. Check in Host Script Browse_Google_Cloud Storage in the objects list.                                                                                  
  3. Check UI Configurations in Menu, Tools → UI Configurations → Maintain UI Configurations
  4. Create a new connection in RED
  5. Select properties as shown below screenshot
                                                                                                     

...

Press the Windows Key on your keyboard and start typing cmd.exe, when the cmd.exe icon shows up in the search list right click it to bring up the context menu, select Run As Administrator
Now you have an admin prompt navigate to to the folder where you have unpacked your WhereScape Source Enablement Pack to using the 'cd' command:
C:\Windows\system32> cd <full path to the unpacked folder>
Run Powershell (.ps1) scripts from the administrator prompt by typing the Powershell run script command, for example:
C:\temp\EnablementPack>Powershell -ExecutionPolicy Bypass -File .\install_Source_Enablement_Pack.ps1

Note
In the event you can not bypass the Powershell execution policy due to group policies you can instead try -ExecutionPolicy RemoteSigned which should allow unsigned local scripts.

...