Recently active
Hi all, I've been having issues getting Thingworx 9.3.3 using H2 to launch on Ubuntu 20.04.4. I am doing a clean install and followed the help center guide. I did have to fix some errors with the documentation, particularly in the .service file where some arguments were formatted improperly. However, I am still unable to get the application to start. I've attached the catalina.out as catalina.txt. For background, I have not applied a license file yet (will do soon, but in the past that did not matter as far as getting a nominal start). The only line that looks like a problem is when "No Spring WebApplicationInitializer types are detected on classpath". Any ideas on what I should check/do to get this to launch?
I'm facing issue with the Stream logging.We are storing the asset property data to the stream at 1 minute interval, by running a subscription with 1min timer event. On debugging we found the subscription is running properly at every minute and we used a temp data table and found that the data is logging properly minute wise in it. But still certain entries are still missing when checked in the streams. am sharing the image of the Stream Log, stream processing and event processing subsystems status. Thanks in advance.
As per the property of the Line chart (ptcs-chartline) named “NumberOfXLabels” there is an issue with the Date Format which is used in the property named “XAxisDateFormatToken”. As It secures Date format only on this format (YY-MM-DD) but we need it along with the Time segment like (YY-MM-DD HH:MM:SS). Using the format (YY-MM-DD HH:MM:SS) or (YYYY-MM-DD) as per image above, the X-labels are trimming in the way shown below and are stretching to the left. We want this format (YY-MM-DD HH:MM:SS). Is it possible through Custom CSS?Through Custom CSS, ptcs-chart-axis with part "xaxis" is not accessible which is the parent element of the ptcs label. How can we access this ptcs label shown in the image below to align and adjust it to the right?@PEHOWE @slangley Using TWX version 9.3.3Thanks,Geetansh
Hi team, Need some help in dealing following scenario in ThingWorx. We have some sensitive data that needs to be stored in ThingWorx postgres database. Currently data can be directly visible from database , if we know connection string , username and password. But we want to make sure even if the person have connection details, data should not be in the human readable form. Does ThingWorx support this type of Database encryption technique? If yes please share the related links to do the same. Thank you!!
Hi, We have a grid loading 10 to 20 rows of data. When we pass grid data as infotable to an input parameter to a service then the service not getting invoked. Scenario:1. User clicks a grid row2. We triggered a button click event using Expression3. On click we do some hide/collapse on container. Then we are calling a thingworx service which takes grid data as an input infotable parameter.4. In thingworx service, we are having business logic to filter data and returned to UI to open a popup screen. The above functionality is working on premises. After we exposed our application to internet, Step #3 is not working. That means, Service invoke is not happening because of that grid data as an infotable input parameter to the service. I removed the grid data parameter the service got invoked. Why this weird behaviour. Infotable as an input parameter to a service in working fine in on-premises but not in the internet. I checked service execute permissions as well, all
I am calling an API 5000 times in a for loop with separate key id's , its taking sometime to fetch the data and update in the datatable and is getting script timeout after 10 minute(600 seconds). Can anyone suggest an efficient way to handle this scenario and for an optimized solution.
How to perform Transpose of Infotable ? Row values should be added as Column Values and vice versa. I performed the following code. But it is not working. for(let i=0;i<Input.length;i++){for(let j=0;j<finalResult.length;j++){finalResult[j][i] = Input[i][j];} }
I have some questions to the SCM.Does the Software Content Management support a REST API? I can only find a JAVA API documented.
I need to populate Title, ID-Number, DateTime in chart. How to form the infotable and what chard widget you will suggest ? No of Rows are static but No Of Columns will vary...!!! I planned to show - Title in xaxis, datetime in yaxis & ID-Number as legends But it doesnt worked.
Hello All, Some background:We have a mashup in ThingWorx that updates a database with some information.We have a listener in Windchill that will read that data and update a list of parts.What we would like to do is send an event / message from thingworx to the methodserver so that the listener can do its job. I have looked at the WRS and there doesn't seem to be any way to do this.Some of the options that i have looked at are, 1. Creating a part/document then deleting it (not a great solution)2. Updating a task (also not a great solution)3. Infoengine query (nothing is written to the methodserver)Does anybody have any ideas how to achieve this? Thanks in advance.
Hi, I am trying to send some calculated data from the Thingworx platform to AWS. What will be the recommended approach for this?
Hi all, Do anyone know why the Double-Clicked event has been removed from the Grid widget??? This basically makes us unable to upgrade from 9.1 to 9.3 as we are using it quite a lot for navigation in mashups!!
According to one infotable's length, i need to add empty rows in another infotable. Any function is available to add multiple empty rows in infotable ?
Trying to create a "Resource" with Eclipse as a Thingworx Extension. While creating a Resource getting a following error, Please choose a valid Superclass - Class is not instance of: com.thingworx.resources.Resource Verified https://community.ptc.com/t5/ThingWorx-Developers/Error-while-creating-new-thing-template/td-p/570485 But its not helpful in this case. Environment: JAVA - jdk-11.0.15 Thingworx 9.1 SDK Eclipse jee-2022-06 Not facing any error while creating "ThingTemplate" or "ThingShape".
XY chart widget is not present in thingworx 9. How to get it ?
Hi, The properties are getting logged in InfluxDB Value Stream, when the Table/Measurement data is purged, the Latest/lastvalue is still seen on the Thing. When Checked through QueryNamedPropertyHistory, there are no values for the property;; Did following testing:1. Restarted the Thingworx and checked, still the values exist 2. Cleared the Tomcat Cache and checked. still the values exist. 3, Imported the Thing from one Env to another Env, the values are still reflecting in another env, but again can't see in the QueryNamedPropertyHistory. So if not DB, where are these values are getting stored ?Thanks,
As shown below, Tank-108 is selected, which has the Legend color Blue, but as per the LineChart, it is showing Pink. As you saw below Screenshot, the Legends colors are duplicated if the NumberOfSeries Property in the LineChart Widget is set to Auto Thingworx Version: 9.3.2Thanks,Shashi.
Hi, I have two kind of data in my thing some data changes quite rarely while other data is frequent. I want to store frequent data in influxdb and less frequent data in postgres because i'll be purging data every month. Is there any way to do this. Thanks,Adarsh
Hi,When a Value display widget is paced Responsive container, Scroll bars were seen. When checked in the Layout of the Container, Container Scrolling for Vertical is Disabled, why ? Thanks,
Kindly Suggest Which chart have "No of Series" is bindable property in thingworx. So that i can pass dynamic values according to the data.
How can we store a service output in DataTable insted of InfoTble in Thingworx.
Hi, @GF_9594158 Can you tell me how this issue was resolved?I'm having the same problem.
Does anyone know where and how to download the last demo version of Connected Work Cell (CWC)?
Dear All,I am from Mechanical background, Working on PTC CREO for 10 years , Now planning to swtich to IoT and chosen thingWorx to learn but not sure what are all the prerequisites required to start this thingworx course? where i can start this learnings? can i practice this course in free of cost?and i do not have any languages experiences , only having basic knowledge on Python, will this little knowledge help me anywhere to learn this course? Kindly guide me to start.. thanksBalan M
Is there any limit that we can only create max 6000 mqtt things in a given TWX server?
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.