Skip to main content
Question

How to use AnalysisResultHandling.svc projection

  • July 7, 2023
  • 1 reply
  • 45 views

Forum|alt.badge.img+2

Hi

 

I’m trying to automate the AnalysisResult with the projection AnalysisResultHandling.

For now i’m unable to store the result values in the control plan.

Are there any documentation how to create a analysis based on a contol plan and the upload the result with this service?

I can see the QmanSampleValue and change it but its not seen by the aurena interface.? Like the binding between the analysis and the result is missing.

 

If I use the aurena debugger i can se it call this

patch /AnalysisResultHandling.svc/ResultDataVirtualSet(Objkey='FFD1F40E0D880120E0530A0C0847CC2E')/VariableResultsArray(AnalysisNo=18008,DataPoint=4,ResultNo=1)?odata-debug=json"
get "/AnalysisResultHandling.svc/ResultDataVirtualSet(Objkey='FFD1F40E0D880120E0530A0C0847CC2E')?odata-debug=json"
post "/AnalysisResultHandling.svc/ResultDataVirtualSet(Objkey='FFD1F40E0D880120E0530A0C0847CC2E')/IfsApp.AnalysisResultHandling.AnalysisNormVirtual.CompleteNormVirtual?odata-debug=json"

 

but where is the result value for analysisno 18008, datapoint 4, resultNo 1 ?

 

1 reply

Forum|alt.badge.img+2
  • Author
  • Do Gooder (Customer)
  • August 15, 2023

It seems the objkey for the virtualset’s are per session. Anyone know if this is correct.?