OutSystems.SetupTools
OutSystems.SetupTools copied to clipboard
Powershell module to install and manage the OutSystems platform
In O11 there are new applications managed by Configuration Tool and that need to be on their own application pools. This command is moving them to the OutSystemsAppPool since it's...
When trying to run this function on versions above 11.13 it says it cannot find the versions
As the title suggested, this function does not have the ability to automatically install pre-requirements for platform server version to be installed PreRequisitesCheck.log snippet `VERBOSE : 2022-04-18 19:29:03.1162 [Get-OSServerPreReqs ]...
After an upgrade to the latest version of the platform IDE, when republishing over 400 modules using the line below, I always run into a out of memory issue in...
This command doesn't work, because the latest Service Studio Version has a to long version number. OutSystems.SetupTools 3.14.2.0 Get-OSRepoAvailableVersions -MajorVersion 11 -Latest -Application 'ServiceStudio' ``` Cannot convert value "11.12.5.51077.0" to...
Get-OSPlatformDeploymentZone doesn't work in OutSystems.Setuptools 3.14.2.0 ``` Get-OSPlatformDeploymentZone : Error converting the configuration tool output to object At line:1 char:1 + Get-OSPlatformDeploymentZone + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidData: (:) [Get-OSPlatformDeploymentZone],...
While using the "-Wait" parameter, on the Publish-OSPlatformSolution cmdlet, it ended up not only waiting for the solution to publish, as expected, but also causing it to turn into a...
If the **Force HTTPS for exposed integrations in Web Applications** option is enabled in the **Environment Security** section, **Get-OSPlatformModules** is unable to connect. After disabling this option, **Get-OSPlatformModules** is able...
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 :...
Sometimes, customers install service center by other means. When they try to use Install-OSPlatformLicense it will fail cause doesn't pass the service center installation check. So, we should remove that...