Can't find GetDescribedByDocumentsByOperationID when executing ConvertFromProcessPlanId
We're trying to pull process plans from windchill into the operator advisor data model.
We configured the necessary things and calling "getprocessplans" on the PTC.SCA.SCO.DefaultMPMLinkODataConnector works.
When trying to run the service ConvertFromProcessPlanId and pasting in a processplanid I got from the getprocessplans service however I get the error:
Error executing service ConvertFromProcessPlanId. Message :: TypeError: Cannot find function GetDescribedByDocumentsByOperationID in object com.thingworx.connectors.http.odata.ODataConnector@1867baa3. - See Script Error Log for more details.
When looking in the ODataConnector the service doesn't exist as the error states. When trying to add a route to the service the service isn't found either.
I tried adding namespaces like "Factory" and found some other rest services related to documents but not the one I need.
Does anybody have an idea what we did wrong and why the GetDescribedByDocumentsByOperationID doesn't exist in our environment?
Thingworx version: 8.4.3
Operator advisor version: 8.4.1
Windchill:11.1 M020
windchill 11.1 mpmlink
windchill 1.3 REST Services

