Error configuring Dynatrace PTC Windchill Starter Set
Following instructions from https://github.com/dynatrace-oss/PTC-Windchill, I get an unexpected error; this is the trace of the operation, can someone encountered this error and how to solve?
D:\src\Dynatrace-PTC-Windchill>PTC-Windchill_v0.6.6.exe -url https://***.live.dynatrace.com -verbose -token ***
2022/01/27 09:20:20 ==== assets///01-ManagementZones/MgmtZone.json ====
processResponse
2022/01/27 09:20:21 id: 4621721943137380955
2022/01/27 09:20:21 name: PTC
2022/01/27 09:20:21 [ENV] {managementzones.id} <= 4621721943137380955
2022/01/27 09:20:21 ==== assets///02-Application/Application.json ====
processResponse
2022/01/27 09:20:21 id: APPLICATION-90CE01F27D579187
2022/01/27 09:20:21 name: PTC Windchill
2022/01/27 09:20:21 [ENV] {application.id} <= APPLICATION-90CE01F27D579187
2022/01/27 09:20:21 ==== assets///03-DetectionRules/ApplicationDetectionRules.json ====
processResponse
2022/01/27 09:20:21 id: 6d4f6e26-23b0-40e5-b55e-245233eccd03
2022/01/27 09:20:21 name: PTC Windchill
2022/01/27 09:20:21 [ENV] {detectionrules.id} <= 6d4f6e26-23b0-40e5-b55e-245233eccd03
2022/01/27 09:20:21 ==== assets///04-AutoTags/BackgroundMethodServerTag.json ====
processResponse
2022/01/27 09:20:21 id: db8bfa71-5a6a-45e8-be1a-3c73c6901bb5
2022/01/27 09:20:21 name: BackgroundMethodServer
2022/01/27 09:20:21 [ENV] {autotags.id} <= db8bfa71-5a6a-45e8-be1a-3c73c6901bb5
2022/01/27 09:20:21 ==== assets///04-AutoTags/DirectoryServerTag.json ====
processResponse
2022/01/27 09:20:21 id: 13c2f5fb-4d9e-4f87-8b2f-07370049b20d
2022/01/27 09:20:21 name: DirectoryServer
2022/01/27 09:20:21 [ENV] {autotags.id} <= 13c2f5fb-4d9e-4f87-8b2f-07370049b20d
2022/01/27 09:20:21 ==== assets///04-AutoTags/MethodServerTag.json ====
processResponse
2022/01/27 09:20:21 id: d2a1cdc3-2f69-4365-bed1-47789091940a
2022/01/27 09:20:21 name: MethodServer
2022/01/27 09:20:21 [ENV] {autotags.id} <= d2a1cdc3-2f69-4365-bed1-47789091940a
2022/01/27 09:20:21 ==== assets///04-AutoTags/ServerManagerTag.json ====
processResponse
2022/01/27 09:20:21 id: 0ce3ec3e-820e-446a-9b18-4434a6d92df6
2022/01/27 09:20:21 name: ServerManager
2022/01/27 09:20:21 [ENV] {autotags.id} <= 0ce3ec3e-820e-446a-9b18-4434a6d92df6
2022/01/27 09:20:21 ==== assets///05-RequestAttributes/ActionName.json ====
processResponse
2022/01/27 09:20:21 id: ed73dfe2-5dcb-4b4a-900b-46b54603de4d
2022/01/27 09:20:21 name: ActionName
2022/01/27 09:20:21 [ENV] {requestattributes.id} <= ed73dfe2-5dcb-4b4a-900b-46b54603de4d
2022/01/27 09:20:21 ==== assets///05-RequestAttributes/GetRemoteUser.json ====
processResponse
2022/01/27 09:20:21 id: 1a953bf2-f7ff-4c13-96ec-bb749f827cd3
2022/01/27 09:20:21 name: GetRemoteUser
2022/01/27 09:20:21 [ENV] {requestattributes.id} <= 1a953bf2-f7ff-4c13-96ec-bb749f827cd3
2022/01/27 09:20:27 ==== assets///06-MetricsService/ActionNameByUser.json ====
processResponse
panic: {
"code": 400,
"message": "Constraints violated.",
"constraintViolations": [
{
"path": "conditions[0].requestAttribute",
"message": "Condition for unknown request attribute",
"parameterLocation": "PAYLOAD_BODY",
"location": ""
},
{
"path": "dimensionDefinition.dimension",
"message": "Pattern contains unknown request attribute 'GetRemoteUser'.",
"parameterLocation": "PAYLOAD_BODY",
"location": ""
}
]
}
goroutine 1 [running]:
main.main()
github.com/dynatrace-oss/PTCInstaller/main.go:69 +0x160
D:\src\Dynatrace-PTC-Windchill>echo %errorlevel%
2

