25 Feb 2025
06:54 AM
- last edited on
25 Feb 2025
12:23 PM
by
MaciejNeumann
Currently I am trying to deploy an ActiveGate and run Synthetics in a private location, but the powershell command does not seem to work.
provisioner "powershell" {
inline = [
"Write-Output 'Installing Dynatrace ActiveGate into ${var.synthetic_location_id} location and ${var.dynatrace_group} group...'",
"if (Test-Path 'C:/DeployTemp/Dynatrace-ActiveGate-Windows-x86-1.307.29.exe') {",
" Start-Process -FilePath 'C:/DeployTemp/Dynatrace-ActiveGate-Windows-x86-1.307.29.exe' -Wait -ArgumentList 'ENABLE_SYNTHETIC=true --set-property=dt.synthetic.private_location_id==${var.synthetic_location_id} --set-group=${var.dynatrace_group}'",
"} else {",
" Write-Output 'Dynatrace ActiveGate installer not found.'",
" exit 1",
"}"
]
}
Solved! Go to Solution.
25 Feb 2025 02:24 PM
Hi @asanchez_tfal ,
Since Monday Dynatrace is notifying issue related to v.1.307 for OA Windows Hosts (operational) and Synthetic Activegate (partial service disruption).
Maybe you should download AG 1.305 till the issue was fixed.
Hope it helps.
Regards,
Elena.