Recently active
Is there a best practice recommendation on Deleting an Equipment from RTPPM? Disabling one only disables it from the equipment structure, but the equipments are visible in other configuration places (even though the models won't work anymore for those equipments, but it might be confusing if operator still sees it in the list of equipments for selection).Note : I am using TWX 9.5.1
Does Thingworx support MongoDB Java Drivers to connect to an external database like Mongodb or AWS DocumentDB?
Hello everyone, We have different mashups for different features. When a feature is selected, the corresponding mashup name should be updated in the URL and browser tab. Is this possible in ThingWorx, or do we need to develop a custom extension? Previously, we could achieve the browser tab title update using the Master Mashup Title, but in ThingWorx 9.x, the title is no longer bindable. Are there any alternative workarounds? Thank you in Advance!
when i Open Application log in monitoring am getting an error called "Internal server error".I have mentioned the correct code in tomcat->java option.Then as well am getting that error. -Duser.timezone=UTC-Dserver -Dd64-XX:+UseG1GC-Dfile.encoding=UTF-8
I wanted to achieve a Dark Mode and a Light Mode in my Dashboard.
Novice Thingworx developer here. We have some existing Navigate apps developed by a 3rd party and I am trying to understand them so I can create new ones. My background and experience is in relational databases. Some of the data that is managed in these apps is managed in a data table. I can see the records in the data_table. These record counts range from a few hundred to a few thousand entries. A related app has data records that total up to tens to hundreds of thousand records. Those are stored in their own SQL Server table. The developer wrote a SQLDatabaseConnection Thing and a DataShape to manage that interface. Is there a common rule when you go one way vs another?
Hello, As you can see in the picture below i sort the results and it give me perfectly fine but when i login into mashup with the user whose is not administrator and part of the usergroup then it does not show this as sorted. the user has right on this datatable. there is no error in network tab also for service but still i do not get the results sorted...
Hi Want to deploy TWX in HA on RedHat 9I have an NFS share for /ThingworxStorage/, accessible form 2x TWX servers. In TWX Help Center 9.6 the following statement:/ThingworxStorage/extensions folder must not be shared in the HA environment. Any recommendations on how to achieve this?I'm unable to find a setting in platform-settings.json to specify a new location for this folder "/ThingworxStorage/extensions" Thank you.
Hello All, I have couple of questions regarding the High Availability in Thingworx, this topic is new for me:1. Is Kepware server required or using Thingworx Connection Server it will work?2. Is Thingworx Connection Server need additional license, or it will work freely if I have Thingworx platform license?3. As in HA, we need multiple Thingworx instances, do same license work or separate license is required for all the instances? Also, please let me know if any I should consider as pricing point of view.
Currently we are using responsive containers in thingworx composer design. When clicked on second dropdown, its options are overlapping with first down Expectation is to get options just below its own dropdown. Please help us to achieve this.
i'm completely new to this but i have connected a machine to kepware and i read its PLC data. Now i want to get this through Thingworx , any guidance on how to do this ? thanks
Hello everyone, I’m currently working on a ThingWorx 8.5.14 project and need to develop a custom extension/widget. However, I cannot find the ThingWorx Extension SDK for version 8.5 in any of the usual download locations or on the PTC eSupport site. If anyone still has the ThingWorx Extension SDK (8.5) available or knows where I could download it, I would greatly appreciate your assistance. Thank you in advance for your help!
Can anyone share document or link to test results done by PTC on its platform?Or else suggest a way to do this test please.
Hi, we use Thingworx 9.5.1 With SSO login and that works good , all parameters for reverse proxy we implemented like in the CS : CS327279 - "Incoming SAML message is invalid" "Endpoint with message binding <Binding> and URL <URL> wasn't found in local metadata" is logged in the SecurityLog when authenticating to ThingWorx Platform with Single Sign-On (SSO) enabled Now we upgraded in our DTA to 9.6.1 , with LDAP all works fine, when we test with SSO then the application returns the HOME URL in HTTP://Thingworx/Runtime/index.html?mashup=MSU.Mainmashup=MSU.Main and lands in a Loop to go to a https url, Where 9.5.1 returns the URL Relative like this //Thingworx/Runtime/index.html?mashup=MSU.Main. Does anyone has an idea?
Hi, I am having a strange issue here that I don't know how to investigate, I created thingshape then a template that has this thingshape, then I created 7 things driven from this template.inside the thingshape i have a subscription that calls a service within the same thing shape, lets call it service 1 , this service 1 do some calculation and then calls service 2 and service 3 ,the issue is: service 1 and 2 works fine on all the 7 things with no issues, but service it is rarely works for all the 7 things, most of the time works for one or two things only,I tried to check the script log errors but nothing there, and when i run this service manually inside the thing it works fine with no issues.I don't know what should i share else but the issue is not related to whatever the code written in any of the services (from my testing).thanks
I want to highlight autocomplete widget border colour based on few conditions. ex: if(cond==true) Output=""; else Output="ui-autocomplete-input"; css code: .ui-autocomplete-input { border: 1px solid red !important; } This css code showing border in red for both true and false conditions. What is the correct code??
I'm using version 9.3.9When I set the Selected Option Text size to greater than 22px, the displayed text is cut off on the top and bottom in runtime:However, in composer, the dropdown box and font will grow appropriately:the same happens in the theme preview mashup. As I increast the Option Text font size above 22px, the Select... HintText in the Dropdown List gets cropped also.I have tried adjusting every font size in the style theme and even tried the style property overrides for the dropdown widget, but can't find the correct setting to use. Thanks,Steve
Hi all, I am trying to merge two queryPropertyHistories from 2 different things together and am struggling to figure it out. I have two queries from two different things which wouldn't have a set data shape or property values (user selected). The end goal is to combine two queries and output them into a line chart widget. For example, these two images I would want combined into a single infotable used for a line chart. So basically just add the second infotable to the end of the first infotable then chart it (data doesn't need to be perfectly clean in table form). The property names are never the same as it is user input for the queries. Any recommendations on how to merge these?
Hi, The Data Export in 9.7 has moved to functions as per the Release update Documentation, and when I tried using the DataExport function to Export on the Dashboard/Runtime, I saw an Error in the Inspect window. mashup-common-widgets-runtime.js?_v=9.7.0:1 Uncaught TypeError: Cannot read properties of undefined (reading 'DataName') at TW.Runtime.Widgets.dataexportfunction.doExport (mashup-common-widgets-runtime.js?_v=9.7.0:1:179477) After the error in inspect, the data is not exporting Thanks,
I am passing the below code in configuration json of grid. And I pass the selected row data in the tree grid for every mashup load. But autoscrolling is not happening. "rows": { // Optional"selection": "single", // *{string} row selection setting. Options: 'none, 'single', 'multi'"defaultSelectedRows": "1", // *{string} default row selection setting starting with row 1. Options: '1', '1,2,3', '1-5,10'"minHeight": "56", // {string} row height setting in px.// "maxHeight": "100","autoScroll": true//, // {boolean} scroll to the selected rows on update or resize//"singleLine": true},
I am using ThingWorx Platform Release 9.6 and DatecodeSP2My colleague installed the Thingworx, while configuring license online, the Thingworx Administrator password showing error but with the same password he logged in the Thingworx in the browser.
Could not find the arbortext connector (both connector and extension) in PTC market place. Please share the location of PTC Arbortext Content Delivery Connector compatible with ThingWorx 9.3.x
Hi.I have now managed to store the data selected in the graph in a list. By extracting the selectedItems from the list, the following INFOTABLE was obtained.I would like to create a function that uses these selectedItems as input.In this case, how do you create a data shape to be applied to the input InfoTable?I tried creating a data shape like this but it didn't work...
Hello Everyone ,The remote thing is getting disconnected automatically. Please tell me what should I do to stop that ? when I try to connect industrial Thing it is Showing "Attempt To Write Property [IndustrialThing] Failed - Thing Not Running " version is 9.3.16
I am currently using the Thing Worx Cloud version and need guidance on how to migrate or switch to the on-premises version. Could you please provide:1. The necessary steps or documentation for this migration?2. Any prerequisites or system requirements for the on-premises setup?3. Information on licensing or additional configurations needed during this process?
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.