Recently active
I’m a freshman learning Thingworx and was informed that I could download some extensions from https://marketplace.ptc.com/. However, the link is unavailable and redirects to other pages. Where can I find and download some commonly used extensions?
I couldn't find any documentation regarding how to use custom dialog when developing custom widgets from any of these documentations. Are there any documentation for custom dialogs?https://community.ptc.com/t5/ThingWorx-Developers/Mashup-Widget-Custom-Dialog-API/m-p/532001https://www.ptc.com/en/support/article/CS276506 https://support.ptc.com/help/thingworx_hc/web_component_sdk/overview/index.html taken from thingworx_extension_development_user_guide.pdf customEditor – the name of the custom editor dialog to use for entering and editing the widget configuration. The system assumes there is a dialog named you created TW.IDE.Dialogs..customEditorMenuText - The text that appears on the flyout menu of the widget and the hover over text for the Configure Widget Properties button. For example, “Configure Grid Columns.”
Hi @BjoernRueegg, Reference from topic. Can the TwoDThumbnailURL.URL be downloaded and the file saved to a Thingworx File Repository using code either in a Thingworx Service or Java? Thank you, Maria
Hi PTC Community,I'm currently facing an issue with the line chart in ThingWorx. Occasionally, the line chart fails to plot the last data point from the dataset. This happens inconsistently, and I haven't been able to identify a clear pattern or cause.Here are a few details about the issue:The dataset is correctly populated, and I have verified that the last data point exists.The issue doesn't occur every time but happens sporadically.When I inspect and check the preview in the API response, I can see the last data point is present, but it still doesn't show on the chart.The same data is binded to Grid and chart and i can see the last timestamp is 2024-10-24 22:00:00.000 on grid where as 2024-10-24 19:33:09.444 in linechart.Note - i am using ChartType as Step in linechart.Additionally, I noticed that when I change the start date from X time to Y time while keeping the end date the same, the graph plots correctly when using Y time as the start date.
Hello everyone, I am using the Thingworx 9.6 platform, on which I use the purge functions ‘PurgeSelectedPropertyHistory’/‘PurgeAllPropertyHistory’ on ValueStream to manage data retention. I often get the following errorERROR[java.lang.RuntimeException: com.thingworx.common.exceptions.DataAccessException: [1,018] Data store unknown error: [Error occurred while accessing the data provider.] The message is returned to me after 602 seconds. Can anyone help me it is important to keep only a small amount of data active in order to avoid a db overflow.ThanksDimitri
Hi,I'm looking for the latest solutions to integrate GitHub with ThingWorx for Continuous Integration (CI) and Continuous Deployment (CD). Specifically, I need to:Manage ThingWorx artifacts (e.g., Things, Services, Mashups) in GitHub.Automate workflows for pushing/pulling changes between ThingWorx and GitHub.Set up CI/CD pipelines using GitHub Actions or other tools.Has anyone implemented or found an effective way to use GitHub with ThingWorx for these purposes? If so, what tools or extensions are you using?Thanks in advance!Houssem
Hello I am looking for thingworx 9.7 help center guide , can some one please help me with that Thanks
I need guidance on how to connect Thingworx on-premises version to snowflake database. Could you please provide:1. The necessary steps or documentation for this connection?2. Any prerequisites or system requirements for the on-premises setup?3. Information on licensing or additional configurations needed during this process?4.Any specification on snowflake database?
We can allow other IPs to use the ThingWorx REST API by enabling cross-origin access. I tried modifying the web.xml file, but I couldn't get it to work. Can anyone help me?
I need thingworx cwc extended extensions for features like QA report, Audit Report, Attachements/ logsheet upload in work instruction verification step.
The extension uses the org.apache.parquet library and writes the parquest file to Thingworx repositories. The service works correctly if Thingworx is installed on a Virtual machine. The service fails to write the file to Thingworx repositories if Thingworx is installed on kubernetes containers. In particular the extension fails by going to do a chmod 644 on the file to define the correct privileges. Has anyone had the same problem? Are there any solutions to the problem?ThanksDimitri
In adv grid, columns are automatically changing its order in UI. How to stop this behaviour ? Iam using Thingworx 9.1.
Im very new to Thingworx and Im trying to build my capability.I am using collection widget with data source from a service in the Thing I created.Inside the collection widget, a mashup is already defined but it doesnt seem to load when I view the mashup. My service doesnt require a parameter and it will give the infotable when executed.Infotable (headers are from the datashape I made)KPIValueColorKPINameA1blackAB2greenBC3redC UID Field: KPIMashup Property Binding:{"KPI": "number","VALUE": "string"}Child Mashup: Test Collection Data Pls see screenshots, I cannot troubleshoot it, its not giving anything when I load the mashup
Hi, I have recently upgraded from Thingworx 9.1 to 9.7. The DB also got upgraded. I did a dump of the DB and restored it to my local environment, and the instance is working fine. But when I do a restore, it does not work fine in the QA Environment. Below is the Error I get in the logs: 2025-02-28 11:04:13.242+0000 [L: ERROR] [O: E.c.q.l.c.Logger] [I: ] [U: Bindhu] [S: ] [P: ] [T: http-nio-8080-exec-9] Unable to Invoke Service QueryNamedPropertyHistory on Postman_Thing : com.thingworx.common.exceptions.DataAccessException: [1,018] Data store unknown error: [Error occurred while accessing the data provider.] org.postgresql.util.PSQLException: ERROR: canceling statement due to user request at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2676) at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2366) at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:356) at org.postgresql.jdbc
Hi all, We have a thing in prod that was pushed from our dev environment. That thing uses a template that is outdated. We want to change the template to a new one that we are now using in dev, but pushing gives this error:How can we go about changing the template in prod? We are unable to manually delete it directly from prod since the entity was pushed there.
Hello I am trying to apply custom CSS to my Thingworx mashup but it is not working . Is there any sample example or code snippet available which can help me with setting custom css. Thanks
HiI have a question related to contained mashupsI created a contained mashup that holds two buttons, and I want to use it in another main mashup as a popup mashup appears when I click on a row on the grid exists the main mashup.I assigned a service ( deletion row from the grid ) to a button exists in the popup contained mashup, when I click on the button nothing reflect on the grid.Service is working and I tested on another button that exists in the main mashup.What can I do to make the service run on the button exists in the contained mashup ?
ThingWorx 9.3.6-b1323
I am using ThingWorx Platform Release 8.5.As a required project step to upgrade v8.5 to the latest v9.x of ThingWorx, it is necessary to "move" Production ThingWorx due to failing/EOL hardware. As part of the re-cloning process, ThingWorx fails to start after attempting to clone ThingWorx from Source Server to New Target Server with the exact same Hostname. Tomcat starts and shuts down when attempting to start the Windows Service - fails to fully start. Errors in log files are thrown referencing "APR based Apache Tomcat Native library" and "HTTPS protocol". Is there a documented instructions for how-to properly Clone ThingWorx from host to host?Here are the errors that I facedCatalina-log:- 10-Feb-2025 17:44:56.643 SEVERE [main] org.apache.catalina.util.LifecycleBase.handleSubClassException Failed to initialize component [Connector[HTTP/1.1-80]]org.apache.catalina.LifecycleException: Protocol handler initialization failed- 10-Feb-2025 17:44:56.643 INFO [main] org.apache.coyote.Abstract
Hi all, I want to upgrade ThingWorx version 9.2.13 to 9.6. I want recommendations, Guidance and also support. what are the possible ways and which one is the best approach?
I have a customer who will not be renewing DPM, but needs to continue using the PTC.Base entities from the Solution Framework. These entities were added as part of the DPM installation. Will letting DPM expire impact the solution framework extension entities?
hi,can I add media ( icons ) to grid ???I tried several times but the media image is not displayed on the grid only the path like /Thingworx/MediaEntities/Media name only this path appears.Also I made the column configuration Image render.Note : this grid binded with infotable and the column in the infotable which represent the media is string type
Hello, I need a schedule widget. I see the standard one (this one) but I would like to have additional functionalities, like single-day visualization and/or click to open details. Is there another custom version of the widget or is it possible to customize it? Thanks in advance
In chipdatafilter, we want to filter one column using multiple values. Example, I want to filter ColoursColumn in grid data using three values like Red,Orange,Yellow. How to do this. Is there any way to multiselect options of values to filter grid data?
Hi , We could see the below answer in the community , is still TimeScaleDB is not supported ? could you please confirm TimeScaleDB as Persistent Provider Dec 12, 2019 01:23 PM TimeScaleDB is not supported at this time. Please refer to this page from our Help Center for a list of supported persistence providers. View solution in original post Thanks
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.