Recently active
Hi, I want to add Legend in D3 Pie chart, how do I add legend?
Hello, I am trying to setup Thingworx HA cluster on Kubernetes. Thingworx foundation containers are up and thingworx composer is accessible. I am unable to bring cxserver up, error is in zookeeper client connect(detailed message below). Can you please support me with some troubleshooting steps to verify zookeeper? Also any pointers on CXServer troubleshooting ? Error MessageError :{"@timestamp":"2022-06-24T04:54:39.915+00:00","@version":1,"message":"Background exception was not retry-able or retry gave up","logger_name":"org.apache.curator.framework.imps.CuratorFrameworkImpl","thread_name":"main-EventThread","level":"ERROR","level_value":40000,"stack_trace":"java.lang.NullPointerException: null\n\tat org.apache.curator.framework.imps.EnsembleTracker.configToConnectionString(EnsembleTracker.java:185)\n\tat org.apache.curator.framework.imps.EnsembleTracker.processConfigData(EnsembleTracker.java:206)\n\tat org.apache.curator.framework.imps.EnsembleTr
We are using Thingworx Platform 8.5.5 and PostgreSQL 10.8 in AWS. PostgreSQL 10 has become obsolete now and AWS will upgrade the database to v11 soon. The system requirements guide shows that TWX 8.5 only supports 10.8. Is there a plan to support more postgres versions? Regards,Sri
Can someone explain when an extension may not be compatible in an active-active cluster? I see the haCompatible attribute documented in the Help Center but there is no guidance as to when that should be set to true or false. I have a legacy extension from the defunct Market Place and several home-grown custom extensions and need to determine if they are compatible in high availability mode but I don't know how to make that determination. Would an example of one that wouldn't be compatible do something like keeping a local state or cache of data and that information would be lost if a different node handles the request? I want to just add haCompatible="true" and repackage the extension but I don't know if that is advisable or not.
Hello, I would like to add effective token onto a ressources.So I could find them back later by using GetEffectiveToken()Is It possible? Cordially.
I have 2 infotables with same datashape. I need to compare them and store the difference in third infotable.For example,DifferenceTable.Reading = CurrentTable.Reading - PreviousTable.Readingwhere Reading is a property name for all 3 tables.Kindly provide solution for same. Regards,Siddharth
Can you please tell me how to connect thingworx and vuforia studio? how to add all the data of things and dervices I create in my thingworx platform as external data in vuforia studio?
We are creating a service where we can send emails to users using a thing service. But the email field in the user extension does not have the user's email ID maintained. We have integration with azure, is it possible to get an email Id from Azure using a thing service? or is there any other way to retrieve the user's email ID?
Hello everybody! We are trying to decrypt a frame of data (the encription is AES- Advanced Encryption Standar) from one device using Thingworx. The main idea was use the extension in the market place (https://marketplace.ptc.com/en-US/apps/196131/crypto-extension-for-thingworx) but looks unavailable. How can we get the extension? Is there any method for to do that without the extension? Thank you in advance, Luis.
Hello community, I have a case very similar to this existing support article. The major difference is that I don't use Themes, so that article isn't helping me. I am using Thingworx 8.4.15, an html widget (by extension) and plotly inside of that widget. When opening a modal popup it destroys the plotly css classes. Can anyone describe me what happens when the popup is opened? And what I could possibly do to prevent this behavior? Thank you in advanceBenny
we were trying to implement custom components such as high charts and plugin for tooltip and focus elements. when trying to import relevant modules the mashup does not respond. Can you provide a solution for the same .?
Hi all,I am trying to generate a bearer token from azure on Thingworx (9.3.2) using getJSON function, but I am facing "Message :: Invalid Content-Type: text/html - See Script Error Log for more details" this issue. When I tried it from the postman, it was working fine! I am using the below URL and headers in my code var url = "https://login.microsoftonline.com/XXXXXXXXXXXxX/oauth2/token";var headers = {"Accept": "text/html","Content-Type": "text/html","grant_type": "client_credentials","client_id": "XXXXXXXXXXXXXXXXXXXXXXXXXX","client_secret" : "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","resource" : "https://servicebus.azure.net"}; Thank you!
What are the steps that are involved while Upgrading the Postgres DB Schema from the Thingworx 8.4 to 9.3.2 ?Is there any documentation, where the steps are present for this ?Thanks,Shashi.
Hello Team, I have updated from 8.5 to 9 and found one issue in mashup design page, the actual names like Widget, Layout, Explorer, Properties, Style Properties are not appearing in design mode. Instead it shows label like "tw.mashup-builder.editor.category.label", "tw.mashup-builder.editor.placeholder.filters.widget" etc. Can anyone please help me on this? I have attached the screenshot for reference. Did I missed anything while migration? Thanks
Hi, This is strange and I am not able to reproduce the issue but one of the user sees this behavior where left menu works perfectly fine on Microsoft edge. Sometimes when he leaves his system idle for 10-15 mins he sees left menu comes in center of the page and it doesn't go away even with refresh. Surprisingly when he copies the URL and paste in chrome he sees same behavior there too. Can anyone share the thoughts if they have come across similar thing before. Working Fine Below: Issue after idle state: Regards Shyam
Hey, i want to enable the reset password feature in a form login page of Thingworx. I have downloaded the mail extension and did configuration as well. on clicking on Reset password button the mail is not coming and i am unable to figure out how to write Reset Email Content please help me with how to give link in a Reset Email Content option of Organiser page.
Hi,Can the Runtime Localization done for localization tokens ?Mainly in the Services or in the Expressions ?Thanks,Shashi.
Hi Everyone, We have a requirement of restricting the number of users logging into the ThingWorx application as the system becomes unstable after a specific limit. To avoid this we want to terminate the session of new users logging into the application.For this I have found this article which says it's not possible through ThingWorx but can be configured in tomcat:https://www.ptc.com/en/support/article/CS290759. If anyone has any other suggestions on this would be very helpful.
Hello everyone,our customer has asked us to develop a multi y axis chart with interactive legend using Thingworx.I'm considering to use an external library like D3 or LightningChart but i do not know how to implement it in Thingworx.In practice I need following topics:1_ How to add an external javascript library in a Custom Widget2_ How to add angular.js in a Custom Widget3_ If is possible to develop a Java Swing application or a Web page (that use external Javascript library) and add it to a Custom Widget. Any help would be appreciate because I'm stuck. Thank youGiorgio Fontana
Hi, new here, and to Kepware, and I need to ask some questions. I found a link to what should be a Kepware forum on this page, https://community.ptc.com/t5/All-PTC-Products/bd-p/allproducts, but the link actually goes to https://developer.vuforia.com/forum. And that just doesn't look like it's the right place. Thanks! Mike
Hi there,Trying to do the Get Request with the Form Data but that is not working in the TWX. But in the PostMan, it gives me an 200 Ok Response.Postman Form-Data: How this Form data can be used in the Get Request in Thingworx Service.@slangley Thanks,Shashi.
Facing issue with x-axis date alignment(YYYY-MM-DD HH:mm:ss). It is not displaying the full date format. It is showing only the 2 digits of year if we have multiple data.
We are facing an issue where we have a certain number of devices and Users connected to the ThingWorx server. After few hours or 1 day, we start increasing the users until we see some slowness in the Mashup or Composer.At this point, we start reducing the connected users from the system. Here the expectation was that with reduced user count the PostgreSQL connection count would also reduce, freeing additional system resources.However, the actual scenario is another way. PostgreSQL connection count does not decrease and after some duration again starts increasing towards maximum limit. Has anyone faced similar issue?Any inputs would be very helpful.
Hello. I would like to combine 3 the contents (Things) from three different thing template and output these things onto a list. I have tried multiple ways still I get errors.Please can you give me suggestions. Regards.
Hi, Since the Project entity doesn't play the role of namespace, I don't see any difference for Project comparing with ModelTag. It seems that the Project entity is just a mandatory ModelTag. Is there anything I missed in my understanding for the meaning of Project entity ? Regards, Sean
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.