Recently active
Hi everyone,I’m working with GridAdvanced in ThingWorx and I’m using it in tree mode to display a parent-child structure:I have main entries (parents) and when you click on one, it expands to show the sub-entries (children) below.My challenge is:Whenever I make a change and reload or refresh the data in the grid (e.g., after an action or a service call), all the parent entries collapse and I lose the expanded state. I’d like the grid to keep the same entries expanded after the data is loaded again, so the user doesn’t have to click and open them each time.✅ Does anyone have best practices or tips for how to keep certain tree rows expanded after reloading the data?✅ Is there a recommended way to save and restore the expanded state programmatically?Any suggestions, examples, or workarounds would be greatly appreciated! 🙏Thanks a lot in advance!
I want to download this ptc extension - ClipboardWidget_Extension but don't know how i can get this
This article provides two examples of how to leverage the new "Cache Thing" feature in ThingWorx 10 to accelerate data retrieval in ThingWorx.
I am using ThingWorx Platform Release 9.0 and DatecodeSP6We have tried updating our Pingfederate licenses however we are having authentication issues.
Hi ThingWorx Community,I’m working on a large data migration project in ThingWorx and would love your advice or best practices!🔍 Context:I have around 100 DataTables, each with a significant number of rows.For each DataTable, I read all entries, transform the data (sometimes with nested loops, adding extra logic), and then either:Build a large InfoTable result, This logic works fine for small datasets, but with real data volumes, I’m consistently hitting this error: Execution of Script terminated after: 30 seconds. Timeout configured for 30 seconds. 🔄 I understand the ThingWorx ScriptTimeout is there for a reason, but:I’ve seen loops that just insert thousands of rows run much longer without hitting this.Now that I’m reading + transforming + updating, I’m hitting the limit quickly.💡 Questions:How do others handle large migrations like this without hitting the script timeout?Is there a proven batching or chunking pattern that works well inside ThingWorx services?Shoul
Hello, I'm new to Vuforia and Thingworx, so I would appreciate some help with my problem:I'm trying to get the data from an MQTT-Broker to Vuforia. I've already set up a Thing in Thingworx, which is connected to the MQTT-Broker and I've also created a mapping (subscribed to the topic) and a property with the same name.The data is being updated automatically in the property, but when I want to use the same data/property in Vuforia Studio (I've added the property from Thingworx to Vuforia Studio as external data), I either have to reload the preview or restart the experience in Vuforia View. At the same time, if I change the value in Thingworx manually, the change is automatically applied in Vuforia Studio/View.Software:ThingWorx 9.6.1-b253Vuforia Studio 9.25.6 (9.25.6.0)HiveMQ (Free Plan)Thank you in advance!
We all know that Microsoft is going to deprecate the Basic authentication mechanism effectively from Oct 1st. This has been used by the mail server thing to publish emails. https://learn.microsoft.com/en-us/exchange/clients-and-mobile-in-exchange-online/deprecation-of-basic-authentication-exchange-online So, Now what will be the workaround, or does PTC Thingworx has any other alternative to publish emails with modern authentication ??
Hi, I was researching how to upgrade from 9.0 to 9.7. The use case for this is to use the Foundation Installer instead of the WAR file installation. As far as I know, the Foundation installer requires an empty database to proceed with the installation. So, in this case, how can I attach the Upgraded DB to the Foundation Installer? Currently, I plan to use an empty database for installation. Once PTC ThingWorx 9.7 is installed, I will update the database configuration in the Platform-settings.json file to reflect the upgraded database. Will this work?Thingworx Version: 9.0.0 Thanks,
Hi, I am on Thingowrx 9.0 for a project. We need to upgrade to PTC ThingWorx 9.7. I have performed numerous Postgres SQL upgrades, but not with MS SQL. I've been trying to find an article through the Knowledge Base, and the proper steps are nowhere to be found. Thingworx Version: 9.0Azure MS SQL: V12 Thanks,
We had some custom apps developed and one of the design decisions was to use data tables for some records but others were too vast, so they externalize those tables in another table. In reality, they created a custom table in the Thingworx database with its own connector. My question to field was this a wise decision? Should custom data tables exist separately from the main tables that drive Thingworx? What is best practice here?
from the subject, running 6.12 ThingWorks KEPWare Server with IoTGateway REST Server configured as write enabled (for endpoints). When attempting to write a value to a tag through REST call, the following is returned: { "writeResults": [ { "id": "<tag_name>", "s": false, "r": "Request rejected." } ] } It has been observed that the issue clear away once I run an OPCQuick Client and attempt to browse tags. All the tags are hosted locally (trying to write to a simulation driver tag). Issue reoccurs when re-initializing/restarting the server. Any ideas? ===Update 1===The initial configuration was that the tag (IoT Item) "Capture Options" is configured to be "Explicit Read" rather than "Scan Tag". When using the latter, the issue doesn't occur. The requirement though is to be "Explicit Read"
Is there any other flow for logging in with SSO instead of as per documented in here?https://support.ptc.com/help/thingworx/platform/r9.6/en/index.html#page/ThingWorx/Help/Composer/Security/Authenticators/TwxSSOAuthenticator.htmlI want to create Custom Authenticator, but I need HTTP Request beside via "action-login" (URL: /Thingworx/action-login). I already know how to get the corresponding data from SSO, but don't know where to POST these data to (so I could use this on the Custom Authenticator), since I want to differentiate login flow between usual Thingworx Users and SSO Users. Thus, I can handle SSO user as I want via the Custom Authenticator.
I am using Thingworx 8.5 and I have the number of some Value Streams, how can I find the name of the Thing associated with those ValueStreams?ThanksDimitri
I am using ThingWorx Platform Release 7.3I have a Thingworx 7.3 installation that I need to bring OPC data into. All information available on the internet talks about an IndustrialGateway thing that apparently is only available in TWX 8.0 or later. Upgrading my installation is not an option. Are there any other option to bring OPC data into 7.3 Thingworx?
Hello All. I really would like to have view like OEE Bridge. I was trying to use Waterfall widget but finall resuld doesn t looks like OEE bridge. Can I find any custom widget to handle this problem? I would like have something like this but I have like this oneI set up Total like ShowTotal : true and Effecitve time looks like that:Category: 'Effective Time', // STRINGAmount: undefined ,ShowTotal: false// STRING
Hi everyone, I'm currently working on developing custom ThingWorx widgets using the ThingWorx Web Components SDK - Lit.While I’ve gone through the official documentation, I would really appreciate insights from those who have hands-on experience building and using successfully such widgets. Gone through of Getting Started Tutorial - ThingWorx Web Component SDK - Lit (ptc.com) , does help a bit in starting all the way.Building the sample project (as per the above tutorial) and importing it to the platform are completed just fine, however widget is not visible on MashupBuilder, and errors are thrown when MB loads.ERROR [widget] "CustomCSS" widget type is missing required member widgetProperties() Attached you can find the whole sample project, including the output widget zip for the import. Environment: Thingworx Foundation 9.7.Method: ThingWorx Web Component SDK - Lit If you've built custom widgets using web components, your experience would be in
Hi Team, I want to integrate AI chat bot with Thingworx, please suggest solution / suggestion on how we can integrate with Thingworx
Hi, as AI is emerging I am curious to know whether we can integrate AI with ThingWorx or to make a ThingWorx solutions using AI?If anyone has idea or have implementation experience can share there experience.
On the release advisor https://release-advisor.ptc.com/releaseMatrix?releaseId=2006 in compatibility matrix it is mention that the InfluxDB 2.7.5 Open Source version is supported by ThingWorx 9.6.1.And on support portal https://support.ptc.com/help/thingworx/platform/r9.6/en/index.html#page/ThingWorx/Help/Composer/DataStorage/PersistenceProviders/DownloadingAndInstallingInfluxDB1_x.htmlthe InfluxDB download link for open source are given for 1.8.10 version also. We are upgrading from ThingWorx 9.3.8 to 9.6.1 so for that which InfluxDB open source version should we use?The one which is mentioned on release advisor (InfluxDB 2.7.5 Open Source version)or the one mentioned on support portal (InfluxDB 1.8.10 Open Source version) With InfluxDB 2.7.5 Open Source version we need to change database to buckets which include many changes therefor we want to know if InfluxDB 1.x version is also supported by ThingWorx 9.6.1.
HI All,I am writing program to add a semaphore where I wanted to set the value of flag base on Finished logger message for a particular service in script logs.Can someone please guide on this please.Regards,Tushar
I could not find any article or post that discussed this specifically so asking here. Should be an easy one. In the process of migrating apps to a new install of Thingworx, this should be a common concern. So, we have moved over our Entities but now need to move over the data from the data tables. I have 5 that I need to move over but currently, I am in a rehearsal/test mode. According to CS393743 I should be able to select each, export the data and import to the new server. This fails to address anything about subsequent updates. Since I am in a test mode, I want to validate things are working so I need the data but data is still being actively updated in production. During a Go live event, I will take the final extract and wish to re-import the data to this new instance. What will occur? I can see three possible outcomes: Import succeeds and all data exists in new instance (ideal) Import fails as unique entries already exist (bad) Data is duplicated or merged with p
Hello all,I have a multi-row configuration table with two key fields defined in the datashape. In a service I need to get a specific row from the configuration table using the GetConfigurationTableRow function which takes a key and a tableName as input parameters.My configuration table key fields are fieldA and fieldB. The values that make up these key values are being retrieved from another step in my service and are being passed to the GetConfigurationTableRow. I am passing the key parameter as fieldAValue+fieldBValue (so the passed key is something like "valueAvalueB". This mimics the format of the compound key visible in a datatable mashup; the key value of the configuration table is not visible anywhere that I can determine. My service fails with the below error:"Error executing service serviceName. Message :: ProjectName.Manager does not have a key of [valueAvalueB in table [myConfigurationTable] - See Script Error Log for more details." The Script L
Users belonging to a UserGroup cannot see data and Menus in MashUps. The userGroup is part of a organisation. The organisation has visibility of all components within the project, including mashups, things, menus, and everything existing in the project.However, users in the not-Administrators groups only partially see the components at runtime. Attached is an example of the homepage: And this is how Administrators group see the same Mashup: So, the userGroup don't see data and menus, but can see widgets, styleTheme and images. For comparison, I tried to check the permissions of the image and the menu, which are set exactly the same way (I am attaching a screenshot of only one for simplicity): Naturally, by adding the UserGroup to the Administrators group, they can see everything correctly, but this is not the solution.
Guess what I've been doing today. My latest one is when the installer tries to start up Thingworx service, this fails with the messages below. The installer then removes the ThingWorxFoundation folder so I cannot see what the issues were if it was a permissions issue. I am running SELinux but put it in permissive mode when running install. What's worse is that the installer build the schema for the MSSQL DB however since it failed, it did not like retrying the install since it said the DB tables existed. I had to drop and create the DB many times now. Error running systemctl start ThingWorx-Foundation: Job for ThingWorx-Foundation.service failed because the control process exited with error code. See "systemctl status ThingWorx-Foundation.service" and "journalctl -xeu ThingWorx-Foundation.service" for details. Directory already exists: /opt/ptc/ThingWorxFoundation Unpacking files [13:56:16] end ccif_start_post Directory already exists: /opt/ptc/ThingWorxFoundation Unpacking file
We are facing an issue in our ThingWorx environment with primary and secondary servers.The application log is throwing EntityNotFound errors.To resolve it temporarily, we added the missing Thing entity, which suppressed the error.However, this is not a viable long-term solution as we intentionally deleted that entity and do not want it to exist.Problem Details:We are unable to delete the Thing again — neither via the Composer nor programmatically.On attempting to delete, the application log shows an error: Unable to delete from DB.It seems the Thing is still being pinged or referenced, but we are not able to trace from where this is happening.We are unsure whether it’s an external system or internal service making calls to the deleted Thing.Is there a way to not to dig at the service/mashup/subscription level and still fix the application logging issue?
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.