Recently active
Is there a way to get the data value to display above the bars/lines in time series chart and label charts like the images below?
My REST API call to query my datatable keeps returning the following error in the logs: Error [authenticating connection], Server websocket will be closed. cause: Invalid Application Key c.t.c.s.c.j.Jsr356ServerConnection http-nio-8181-exec-86 This is my REST call:http://<myHost>/Thingworx/Things/<myDataTable>/Services/QueryDataTableEntries?method=post&userid=<User>r&password=<Password>&appKey=<my Api Key>&x-thingworx-session=true&content type=application/json&Accept=application/json&maxItems=10&query=<encoded json param>I double checked that I indeed copied the api key correctly and that the key is associated with the user I am passing in.When I pass in a simple json query I get the following warning in my logs instead but all I get results back.Log:Server WebSocket closed unexpectedly and has already been unregistered from Server Endpoint [ws session id: 5a1e7] An established connection was aborted by the softw
Hello,i'm creating a thing template and i want to add a property that represents a list(or an array of arbitrary length) of things all implementing a specific thing template, similar to the base type THINGNAME, but with multiple entries instead of one. How do i do that?
Hello,I have installed thingworx 7.4 (fresh installation) but its not UP and running. Below are the details of my environment,Server : Windows Server 2012 R2 (VM)thingworx 7.4PostgreSQL 9.4.12Apache Tomcat/8.0.38Java 1.8 92 b14Once installed and start the thingworx from Internet Explorer, it does not ask for any Log in, there is a blank page shown without any errors. Below is the screenshot.The application log file from thingworxstorage 2017-05-26 11:43:58.019+0530 [L: ERROR] [O: c.t.s.a.AuthenticationFilter] [I: ] [U: ] [S: ] [T: http-nio-80-exec-10] Could not handle request2017-05-26 11:44:05.285+0530 [L: ERROR] [O: c.t.s.a.AuthenticationFilter] [I: ] [U: ] [S: ] [T: http-nio-80-exec-11] Could not handle request2017-05-26 11:44:06.082+0530 [L: ERROR] [O: c.t.s.a.AuthenticationFilter] [I: ] [U: ] [S: ] [T: http-nio-80-exec-12] Could not handle request2017-05-26 11:44:06.301+0530 [L: ERROR] [O: c.t.s.a.AuthenticationFilter] [I: ] [U: ] [S: ] [T: http-nio-80-exec-13] Could not handle re
Hi.Today I'm trying to learn how the ThingPredictor works. I try the demo (Demo: Using ThingPredictor) with the JetEnginePredictiveModel and everything seems fine (I do the tut up to step 5).Now I try it with my own models (and the vibration dataset from the Analytics Builder Quickstart). In Analytics Builder I select the model and click on the publish button. After some seconds a new tab opens with the Analytics Manager and the opened Analytics Model. I do the step 4 of the Using ThingPredictor this model (including selected parant row (step 4.c.d.) with message "Successfully set Parent"). Add some values (step 4.c.f.) and the row and submit the job. Than I wait are short time. Click on refresh, select the "predictiveScore" in the Result Data Shape treeview and get this error message:The same message appears when I click on importantFields. It look likes I haven't done step 4.c.d. but I do and I get the message "Successfully set Parent".
Hi,why is thingworx not persist change of case sensitive in scripts? Recently I get an error in one of my scripts. My fault I had written Me.name instead of me.name. So I changed Me.name to me.name and saved the script and get the same error again. The change from Me to me will not saved. I must add an other char or line.
Hi,In my previous question in the community, I asked about the availability of DataConnect in ThingWorx 8.1 and since it is not available or rather the analytics functionality is now made native to the Thingworx Core, I wanted to know how is it possible to use the generated data from the TW core into the ThingWorx Analytics.The latest release notes (PTC) talk about an edge agent being automatically connected and available through microservices etc., this is a little bit confusing for me. Is there a blog/video tutorial or a documentation where it explains how the data is being sent to the TW analytics server for the model generation or if someone could explain some basic steps here with a basic example?Also, are the Data Analysis Definitions still relevant and how to generate the CSV files which are required for the ANalytics server?In short, a tutorial/steps on how to use the generated data from the TW core (eg. speed) and use it to create some prediction model in TW Analytics wo
Hi!I have submitted a timeseries model to Thingworx Analytics, and it has been running for a day without stopping. I have only about 4700 entries and look back size is 30, so it seems that should not take so long.I would be very grateful if someone could advise any possible solutions or potential causes of such behaviour.
I am trying to make a REST api call from node.js service, even though the content type i provide is jSON, i am getting the response in an HTML format i.e. it gives entire html page of the composer as a response ,can you help me to get a json response. i have attached a screen shot of the response im getting.
Good morning everybody,I need to access a second infotable (Lets call it "Reasons") from the updateproperty of a first one (Lets call it "Data"), and I can't find how. Since both infotables have a very different size (4-10 rows vs 600-4000), I didn't want to send the data on the same infotable. I know that I could read one, save the data on a global level and read the second one, but the problem is that my "Reasons" one conditions the "Data" one, so I would always need to be sure that the updateproperty of the "Reasons" goes first, and for that, as far as I know, the only solution would be to use 2 different services, one after another, to feed this infotables. And truth be told, I don't like that solution too much since I am not the only person that might use this widget.Do you know if there is any syntax to do something like this? I have attached what I was trying to do, which might help to understand what I mean.Regards,Josue Naninif (updatePropertyInfo.TargetProperty === 'Data') {
Hi,Is it possible to show data using chart like this?Please provide some guidance,Thanks,V.Shalini.
Not looking at the extension package as pictured above.Is there a way to easily identify what extensions are included?For example, MQTT Extension, utillity Extension.Because it is hard to figure out which extensions were used to migrate the data.thank
Hi, i'm using mosquitto to MQTT BrokerHow many devices are connected to the mosquitto?Does it depend on system specifications?How many devices can efficiently connect and subscribe to a value when using 4 gigam ram?Is there a table like this?The intent of these questions is that the device values through MQTT will not be subscribed smoothly if the specifications of the PC running ThingWorx are not appropriate.Devices using Wi-Fi transmit data every 10 to 30 seconds.However, in some cases, the value may be subscribed after 5 to 10 minutes.I only connected only 5 devices for testing!We look forward to hearing from you.Thank you.
Hello,I am currently trying to install ThingWorx on my ubuntu.I downloaded the foundation version and I followed the installation doc.I use H2 database as there was only the zip for this DB.When I try to access the https://localhost/Thingworx endpoint on my browser I have a 404 error, not from tomcat but from Thingworx itself:I am on ubuntu 17.10 and I use tomcat 8.5.20 and java 8 u161.Could anyone help me on this, I have genuinely no idea where to start looking ?Thank you.
hi, i hide Entity collection via user profile configurationbut can't hide system object cause can't uncheck a 'All' in user profile configuration page How do I hide the red rectangle shown in the figure?or any other suggestion?thanks
Hi,Is it possible to send infotable value from Edge SDK to Thingworx platform without datashape?Example:I have a datashape with two fields String and infotable. I am able to set and get the value for String. Not able to get the value for infotable. DataShapeDefinition dsd = new DataShapeDefinition(); dsd.addFieldDefinition(new FieldDefinition("streamData", "INFOTABLE")); dsd.addFieldDefinition(new FieldDefinition("source", "STRING")); InfoTable ids = new InfoTable(dsd); i.addRow(v); vt.SetInfoTableValue("values",i); vt.SetStringValue("source", "LocalValue");In platform i am not able to get the infotable value in streamData.
Stored REST API endpoint url data into Stream and trying to bind data to time-series charts. Data is loading sometimes, but most of the time getting NaN on Y-Axis fields of the charts. I am using Number as datatype.Please let me know solution for the issue.Thanks,Shiva
Hi All,I want to import an excel file and use it as Infotable data. Any tips?Thanks!Anselmo.
Hi All,inside the code of the service is it possible to know information (like label, Display Name an other proerties) about the caller widget.Many ThanksBRDimitri
I'm trying to display a label chart with two data sources. These are time-value series, but the time stamps are not perfectly correlated. In particular, one time series goes back 2 weeks, while the other one ihas less data - it only has 4 days.The label chart ends up with the timestamps correlated to the first series, and the second series not lined up properly - the data appears to be distributes across the chart as if it's timestamps are on the x-axis.The result is i have two time-value series that do not line up. Is there a way to get those correlated? It appears that the label chart, when using two time-value series, depends on the timestamps on the two series being the same.Thanks in advance.
Hello,everyone, I'm a novice. I'm doing a Blog Widget, trying to remove some of the buttons in Blog Widget, such as Search, View, Sort By, and how to do it?Thank you!
Hi All,How can I build a tree map like this : https://www.highcharts.com/demo/treemap-large-datasetAny tips?Thanks,Anselmo.
I need to move folder /ThingworxPostgresqlStorage folder in Unix from one drive to another drive without loss of any data.Thingworx version is 7.1 Any help is highly appreciated.
I would like to transfer all the extensions that I imported to another platform. Should I import all the extensions one by one? Is there a simple way to extensions and imports all at once/Also I found there's no more search on ThingWorx Marketplace. How do I search ThingWorx Extensions? Should I search one by one on Google?Thank you for your kind answer in advance.
I would like to show a treeview of Organizations and their units or logical hierarchy of Organization (which might or might not be based on physical location).This is for a SaaS project where a SaaS admin could see all organizations and their logical hierarchy and assets/things associated with it.For a particular organization there will be 3 roles that should have limited visibility and permissions within that organization only.For a SaaS provider, except admin there are other roles like FSE (Field service engineer) which should be able to access assets for a particular region (across geographical locations)I want to see how to achieve this in Thingworx. Below is an excerpt from an Axeda presentation on this topic. It seems to have a built-in, configurable way to achieve this grouping.Thanks,RadAxeda presentation: Dynamic grouping and delegated administrationProperties mapAll grouping structures can be configured to be created and managed automatically by the the system based on
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.