Recently active
I have deployed ThingWorx war file but licence file is not created inside Thingworx Platform folder. I have followed this document for license. Please suggest. https://support.ptc.com/lm/ThingWorx_Navigate_8.1_Licensing_Instructions.pdf
Hi All,I have two properties A and B, now I want to generate an event when property A value is less than B value. Also I need to send an email when this condition happens. How I can achieve this? I am using ThingWorx 8.3 version.
Hi, I have an issue in deploying war file on the server. whenever i deploy war file my tomcat server stops after few second automatically. I've tried reinstalling everything again, but I still have the same issue. In application log file it shows the license expiration issue. for this i have regenerated the license ,but still i am facing the issue. Here is the log files attached of my last try. Below is screenshot of an issue i am facing whenever i deploy my license file and restart my tomcat and trying to load it. Thanks in advance. Thanks, Khushboo Jain
how to upgrade version of from Thingworx 8.3 to 8.4
Hi, I was upgrading the license of 8.2 in a machine as it was expired. When I generated a new license and replaced it in Platform folder, it got ignored. After multiple attempts, the licensing was not successful. I formatted the whole installation and re installed ThingWorx 8.2 and when I tried to put the license , keyword password was generated but license request file was not generated. How can I resolve this? I have attached the application log.
We have a use case where we need to publish documents managed in PTC Integrity to external cloud FTP Sites (Box/OneDrive etc.). We want to know if we can use ThingWorx Flow to connect Integrity and ensure document has been published upon release
Is there any way to prevent a horizontal scroll bar from appearing on an advanced grid? All my data fits in the space provided but it seems to want to add about 20 unnecessary px to the right no matter what I do to try to adjust the column widths in both fixed and fluid layouts.
I am using the LabelChart widget, and need to change the color of the line based on state formatting. Is this possible? Should I use another type of chart widget? I've been able to change the color of the 'on hover' action based on state formatting (by using the 'SeriesDataStyle1' property of the widget), but not the line itself.
hello If I add an infotable (list of devices) in user extensions , most of extensions are no more displayed for each users : UserExtensions definition : user extensions displayed :
Hello, I am not able to create new entities within composer, I also cannot edit existing entities. I am assuming this is because of my administrator privileges linked to my account? How do I change my admin privileges to begin working with Thingworx? Thank you.
Hi, I wanted to know where we can fetch all the historical data that we get from Kepware. I am able to read the current data during data change in Kepware but everytime the data changes where does the older data or history data gets logged in ThingWorx? Using any query can I fetch it? Thanks in Advance, Shalini V.
I want multiple applications to run on multiple ports so that the congestion will be less. Now, I have 3 different applications and I am giving the post number of Tomcat( Thingworx) in the REST API url which increases the load on that port. So, I want thingworx to work as IIS server which helps in running different applications in differnet ports.Thanks in advance
Hi, I am using Thingworx 8.4 and imported ganttchart widget extension successfully. But it is not visible in widget section. What is reason for this? or how can i make it visible. Thanks in Advance, Sheetal Sable
Thingworx extensions are a great place to explore UI ideas and get that special feature you want. Here is a quick primer on Widgets (Note: there is comprehensive documentation here which explores the complete development process ).The intention is not to explain every detail but just the most important points to get you started. I will explore more in additional posts. I also like images rather than lost of words to read. I have attached the simple Hello Word example as a start point and I'm using Visual Code as my editor of choice. The attached zip when unzipped will contain a folder called ui and metadata xml file. Within the ui folder there needs to be a folder that has the same name as the widget name. In this case its helloworld. Metadata file - The 3 callouts are the most import. Package version: is the current version and each time a change is made the value needs to be updated. name: a unique name used through out the widget d
Hi all,I am now using File Repository Thing template to get ftp file info, and one of its service is called "GetFileListingWithLinks".The result is an infotable, but I dont know how to sort the result by LastModifiedTime, which is one of the columns in the result table. (Cannot see/modified the code inside..).I hope to get the latest File Info, so hope someone can help.Thanks!
What does PTC recommend that I use as a replacement for the validator widget in TWX 8.4? Seems that the validator widget has been removed in this version (or, at the least, it's be renamed to an unobvious name). Thoughts?
I have a similar problem. I have installed tomcat and have the trial version of thingworx installed, but I cannot find a .war file anywhere? How am I to get to thingworx composer? There is not much documentation in quick start guides, so please don't point me there. It just said open thingworx composer but it doesn't say how anywhere. cannot access software resources because I'm just using trial versions.Thanks.
Hello community, I am trying to display multiple charts onto the Time Series Chart widget. The number of displayed chart is dynamic and based on user selection within a list widget. I can obtain the desired behavior by using the QueryNamedPropertyHistory service. Now, here is my issue. We had to change the architecture of the shapes/templates. The list can now display properties from shape B or C. It is only defined at "runtime" (based on user selection on another list). Which means I have to call dynamic QueryNamedPropertyHistory on TemplateA level. But this doesn't work with Time Series Chart widget like it would when I would called it directly "at the shape level containing the properties". I tried wrapping the service within a custom service which output an untyped Infotable. The service itself work (it returns an infotable with a datashape [timestamps/ prop0 / prop1] which varies based on property names. But it the column are not automatically mapped o
Hi,I am having an unusual problem with the mashups in Thingworx.I have a dropdown list that and navigation widget, where the selection in the list opens a mashup.For a few Mashups, it works just fine, but for a majority of them I receive an error of the following, "Could not load 'Mashup Name', internal exception 3".Any suggestions.Thanks,Rami
Hi, We are deploying Thingworx 8.4 on Azure VM with connectivity to Azure managed Postgres. Our production would comprise of 3 instances of Azure VM running Thingworx platform and all of them connected to one DB (with geo-redundancy soln) Could someone clarify following questions please? 1. All logs are stored in ThingworxStorage folder. As per the details given in post below, "If ThingworxStorage folder is accidentally deleted, entities and data are secure in the external database". https://www.ptc.com/en/support/article?n=CS257403&source=snippet a) Which DB tables are these logs stored? b) Can I configure two postgres DB such that transactional logs are pushed into one DB while Thingworx configurations go into another postgres DB? If yes, then where can I set the DB connection strings? 2. I believe the License is loaded in DB. So for running Thingworx Platform on 3 VM instances with one DB, do I need to
Hi, I want the below chart in my dashboard report. How can I do this? Is there any widget for this? Thanks in advance, Sheetal Sable
How does one close an "Active Edit" using the New Composer in TW 8.4? In the Old Composer, you could close an active edit by saving an entity and then closing the tab. In the New Composer, closing the tab does not close your edit. In order to close the edit, do you have to cancel the edit session and then close the tab?If yes, that seems like an unnecessary extra click.
Hi, Can anyone provide the link to download GridAdvancedExampleEntities-V4.0.xml file from marketplace. Thanks in advance, Shalini V.
I am making a get call using thingworx GETJson service. The service is returning headers in between json. "Name":"CR 03"}],"headers":"","000001":. As headers is not any field in json format it is displaying in output. While hitting the same URL in google chrome it is showing the exact Json format without header field. Please suggest.
Hi, I have studied REST API example given at https://developer.thingworx.com/en/resources/guides/thingworx-rest-api-quickstart . It uses command line tool HTTPie for GET/PUT the property value. Is there any way to by using web browser instead of using command line? Thanks, shreekant
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.