Recently active
We have successfully migrated the existing PostgreSQL 15.3 database to a new PostgreSQL 15.3 server and established connectivity with the newly installed ThingWorx 9.4.0 environment on the new servers.As the next step, we need to upgrade ThingWorx from version 9.4.0 to 10.0.Could you please advise on the recommended approach and best practices for performing this upgrade?For your information, ThingWorx and PostgreSQL are hosted on separate servers.
I have a few analysis models enabled and running. Up until recently the Analysis jobs were getting executed perfectly at an ideal rate, but recently the issue is persistent. The issue is the jobs are getting submitted in the analysis jobs but the time taken before the execution begins, is roughly around 2 minutes. As a result the queueing is increased with the state of each job as "WAITING". This delayed execution is not ideal for our instance, as we are logging data for every 30 seconds , as the execution is delayed the real time updating of the prediction values is also affected. Is there any way to start the analysis execution as soon as the analysis job is submitted? What might be the reason for the delay in the beginning of the job execution? I have attached the photos of the issues we are facing below. The Version we are using is:Analytics Version= 9.5.0-r4Thing Worx Software version = 9.5.0-b143
Hi, What is going on? Other things are created successfully, except THING_120573 JavaException: java.lang.Exception: Unable to create thing: THING_120573 : [1,002] Data store integrity violation error: [Error occurred while accessing the model provider.] Any help would be greatly appreciated. Remarks, SpotlightSearch returns nothing, GetGhostEntities returns an empty array, however thing_model table contains a row with that name. My Bests, Hung Tran
I am using ThingWorx Platform Release 9.4 and DatecodeSP1 During installer inplace upgrade of thingwrox in windows with postgress as persistent provider. Do we need to stop the service of the existing TWX running ? I didn't find the specifics regarding this.
I am using ThingWorx Platform Release 7.4 and DatecodeSP1 We currently have a business-critical ThingWorx 7.4 application running in our environment. As per our internal requirements, we are planning to upgrade the platform to the latest available version, ThingWorx 10.1. Could you please assist us with the recommended approach and way forward for this upgrade? We would appreciate it if you could provide: The recommended upgrade path from ThingWorx 7.4 to 10.1. Any prerequisites, compatibility considerations, and key risks involved. Detailed documentation or implementation guides for the upgrade process. Best practices to minimize downtime and ensure a successful migration. Additionally, we would like to understand the level of support that PTC provides during this upgrade activity Here are the errors that I faced We currently have a business-critical ThingWorx 7.4 application running in our environment. As per our internal requirements, we are planning to upgrade the platform to
How can the LLM Accelerator be integrated with the native MCP capabilities introduced in ThingWorx 10.1 to enable interoperability with Mistral AI models? Additionally, are there any sample implementations or reference code available for building a chatbot within ThingWorx 10.1 and generating reports natively using these AI capabilities?
Hi, I was working on a Dashboard, I see a new Property (ConfigurationMashup) in the Mashup, in Thingworx 10.0. What does it do actually ? Thanks.
我无法访问https://support.ptc.com/appserver/cs/software_update/swupdate.jsp,显示访问被拒 - 权限不足您的 Web 帐户出现问题。请与 eSupport 帮助社区 联系以解决此问题。很抱歉对您造成不便。
Thingworx is connected with two windchill - Here GBOM is in one windchill and Part BOM in one windchill. Is it possible to view the structure and additional details at the same time when we select the required one?
Hello,I’m having an issue where I create a Mashup, add a dashboard widget, view mashup, and create dashboard then the dashboard shows up in the DefaultProject. Is there a way to change this behavior?ThingWorx Version: ThingWorx 10.1.0
I have created a mashup and a number of services to create users from a mashup and give them a certain level of access.I am able to create and update user information as an administrator/developer. However, I have attempted to create a user from a non admin account using my mashup and I keep getting the same error:JavaException: com.thingworx.common.exceptions.InvalidRequestException: Not authorized for ServiceInvoke on CreateUser in EntityServicesI have give all users permission to execute services for the users and read/write properties. Are there any other permissions I need to add in order for the CreateUser service to function? Thanks,Paul
Hello, I have a grid widget in Thingworx 10.0.1, and based on hyperlink click event I wanted to call a service. As I have multiple hyperlinks in grid, wanted to perform action based on column type. But when I am clicking on hyperlink in grid, this newly added event in Thingworx 10 “LinkClicked” event is not triggering. Any one implemented this? Your help is appreciated, Thanks in advance. Regards,Mayur Kulkarni
Hi, I have a unique use case, where I need to shift the Focus of one Text Field to another Text Field when pressed on ‘Enter’ Key. Is there a way around based on CSS. Thanks.
Hi, I have a use case where I need to get the data from Arbortext Content Delivery and write back to it if needed. Is there a way to do this? Have any done this before? Thanks,
Hi, How to change scroll bar properties of collection widget using custom css. Mainly I want it to be visible only on hover. Twx version : 9.7.1
Hi Folks, I have a thingworx 9.3 version running with basic auth (username/password) and want to implement some modern authentication for my SMTP/Mail notifications. Can anyone guide if its possible to have an advanced authentiction in place like -XOAUTH2 or OAuth 2.0 -Exchange SMTP Relay-Microsoft Graph
Hi,How can we establish an SSO connection between Thingworx and Codebeamer? Thank you!
Hi Community,I am a beginner in ThingWorx and trying to understand the correct way to implement custom JavaScript-based functionality in a mashup.My requirement is drag and drop. For example, I have two columns, A and B, and I want to drag an image from column A and drop it into column B. As soon as the image is dropped, I want to call a ThingWorx serviceI have a few beginner questions:For this kind of requirement, should I create a custom widget / extension, or is there any simpler way to do it in a mashup?If I need a custom widget, should I build it using plain JavaScript or TypeScript?Does ThingWorx support this kind of drag-and-drop behavior out of the box, or does it need to be implemented as a custom extension/widget? If a custom widget is the right approach, are there any beginner-friendly examples or documentation for creating ThingWorx web components/widgets? PTC’s Web Component SDK docs mention creating widget extensions and packaging web components for Mashup Builder. ()Afte
In KB article entitled- Request Information to Enable Advanced Model Target Generation directs us to find the Expereince Service ID. I have looked on both the hosting Vuforia server and the ThingWorx server for the log mentioned in the article. I have looked in all the relavant thignworx logs I could find, yet could not find the IDAny other ways to find the Experience Server ID?
I have 2 user groups which need to access the SCM page for things belonging to different ThingTemplates. User Group A should access only things from ThingTemplates ABC_1, ABC_2 and ABC_3; whereas User Group B should access only things from ThingTemplates XYZ_1 and XYZ_2. And all ThingTemplate inherit a BaseTemplate. How do I manage access levels based on ThingTemplate?
I am creating an extension, and would to include instance level permissions - the organization and user groups exist in all environments, but this detail is not included in the xml during export. I attempted to manually add this detail in the xml, which imported without complaint but the permissions appeared to be ignored. Is there a better option to include permissions when creating an extension, or does this need to be set in the target environment?
Hello all,I use Schedule chart and I want to find a way how to expand/collapse several or all groups at the same time.Now, by default, it is possible to expand only one group (if I click on another group, the first one collapses).For example, if I click on LABEL-1 group, the detail opens, but if I click on LABEL-2 group, the detail opens for LABEL-2 group (while the detail for LABEL-1 group collapses). Please, find screenshots Is it possible to expand/collapse all or several groups at the same time?
I read very old threads telling it's not possible to do it I also didn't find any possibility on thingworx 8.5 May this be possible by writing an extension ?
I am trying to configure a grid widget to editable via a dropdown list in one or more columns.I have reviewed the documentation here and here. Both documents that detail JSON configuration and dropdown lists indicate statically defining the dropdown list selections in the JSON configuration directly (ie"dropdownConfiguration": {"items": ["Active", "Parked", "Undergoing Maintenance"]}Due to the potential size and expected change over time for the list of selections I would like to define the dropdown list via a service rather than statically defined in the JSON configuration.I would appreciate some guidance on how to define a data source to be used for the dropdown list
Hi everyone,I’m currently working on a use case in ThingWorx and would appreciate some guidance.Use case: We have a FileRepository (connected to a File Share) where we store images. A customer wants to send 6 images via REST API, each around 25 MB. Total payload per request would be roughly 130–150 MB. After receiving the images, I need to: Store them in the FileRepository Save the path in a DataTable for later access Challenge: Sending images as Base64 in JSON would significantly increase payload size (~30% overhead). The customer prefers to send all images in a single request, not one by one. I’m unsure about the best approach in ThingWorx for handling such large payloads reliably (timeouts, limits, performance, etc.). Questions: What is the recommended approach for handling multiple large file uploads in ThingWorx via REST? Is it better to: Accept a ZIP file (Base64) and extract it server-side? Use multipart/form-data (if supported properly)? Or en
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.