Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hi, I am using offical thingworx to follow the beginner tutorial-Build and Deploy an Analytics Model.
In step 2, in tutorial, after click the connected clients, the chart with green square should be seen.
But in my exercise, I could not see the chart and it shows no data available (refer attachment).
Solved! Go to Solution.
i had the same problem....
The Analytics-Server-Settings changed to "use SSL".
After unchecking these Setting everthink works fine.
In the "new Composer" you can find this setting under "Analytics-Builder" -> "Settings".
I will attach a screenshot...
Thank you for opening this post. Could you please response on below:
1) Which guide you are following.
2) Which version of ThingWorx and Analytics server you are using.
3) have you started the ThingPredictor agent. Is it up and running.
Regards- Mohit
1) "Build and Deploy an Analytics Model" by Jason Wyatt Published June 13,2018
2) ThingWorx 8.3.0-b349, server is official server set by vendor inside our company
3) I don't know how to start the ThingPredictor agent
The guide image was attached, hope for better understanding. Thanks.
i had the same problem....
The Analytics-Server-Settings changed to "use SSL".
After unchecking these Setting everthink works fine.
In the "new Composer" you can find this setting under "Analytics-Builder" -> "Settings".
I will attach a screenshot...
Hi,
Thanks a lot. Now the upload data error was solved.
Hi, mgoel,
for 3), could you give suggestion how to start the ThingPredictor agent?
May it helps...
I start the agent with a simple call:
java "-Dvariables.file=file:///C:/<path_to_your_agent.jar_and_settings>/system-environment-variable.properties" -jar thingpredictor.jar server predictive-standalone.yml
If you run the actual version of the Analytics-Server the agent are already included. But both versions (included and external) are working.
The guides sometimes not actual...