Recently active
Hello I am using some customized fonts in our thingworx on premise instance and facing the language issues now after importing it .The issue is abrupt with some of the widgets where its mix of both the languages. Thanks
Hello I am trying to setup integration runtime and while doing so i am getting following errors [Client-EndpointMonitor-1] ERROR c.t.c.c.c.n.NettyClientConnectionFactory - Exception occurred while connecting to serverjava.util.concurrent.TimeoutException: timeout waiting for websocket handshake to complete Any help will be appreciatedThanks
A datashapes with number datatype fields attached to datatable. Now i want to add value '0500', '0820' instead of '500','820'. How to do that ?
We recently stood up a new ThingWorx 9.5.2 server and migrated our data from ThingWorx 9.3. When we select a Mashup and then Design the Preview does not load. We get a grey screen with a message that <servername> refused to connect. We do not see this issue in 9.3.
Greetings, I am working with Thingworx Platform 9.5. We need to create 15 different users, and these users must have the capability to create their own projects and objects, with services and events, but no other capabilities, neither to review system objects nor resources that are unnecessary for them. However, upon creating them and assigning them to the groups "designers" and "developers" and granting the necessary permissions to create projects and use platform resources, they have also been given access to view other projects, and more critically, to create and delete permissions for other entities with complete freedom. Does anyone know which specific permissions I need to deny to limit the capabilities of these new users? Thank you very much for your time.
I need to create table in below format show two products compatibility. So i am not getting which widgets will help to create table with below requirements
I am working on export Infotable data to excel file. But to send infotable data I am using SelectedRows property of infotable by selecting the checkboxes in the grid widget and bind it to input to custom service developed in Thingworx Extension. What I need is, instead of SelectedRows property, is there a way to send all data to service without checkbox. Refer the below screenshot. In the above image, ptcs-grid-5 has various option but not All Data. Appreciate help in advance.
Dear community, in a redesign of my Master Mashup I have a menu bar (showing icons) on the left hand side. On hover the bar is extending in its width, revealing the menu item labels. This is handled in css and works well. With one exception: On click a submenu shows up. When hovering the sub menu the menu bar is shrinking back to the original size and the sub menu is lost in the middle of the mashup. I would like to keep the menu bar expanded as long as a sub menu is open. For this purpose I have checked the DOM tree and have noticed the sub menu (a "ul" element with classes "menu-level1" and "widget-menu-submenu") is attached to the body element. My research on the web led me to the "has" selector, resulting in this css code: body:has(>ul.menu-level1) .container-menuandlogo { max-width: 210px !important; width: 210px !important; } I am setting width and max-width if the body has a "ul" element with class "menu-level1". Experts will already notic
In K8s i am running several services and that should ui should access via remote wisdom and ssh to pods
I'm trying to create a mashup that displays an approval list. My idea is to create a "temporary" infotable, which I already have. In another mashup, I have a form where users can make requests. This form populates the infotable with the temporary requests. I'm having trouble creating a mashup that shows the approval list, which will have two buttons: accept and deny. The accept button will copy the information from the temporary table to my core table. I realized that to create the approval list mashup, I needed to create an infotable. Now I'm having trouble transferring the existing information from the infotable to the data table.
I created a data table so my admin users can approve or denial requesrs, the ideia is to create a temporary table for when a common user make a request it gets stored in this temp table, and now i want to make a mashup so admin users can accept the request or deny, on accept my idea is to have a button to copy the temp table into my main table and on the denial just to delete the request from temp table. But im having problem transfering infotable informations to a data table.
Hi everyone. I want to get all data from my database which totalNumber is larger than 500, but the result is only returning 500. Is there any method to overcome this limit?
Can i send my json format properties to outside using REST API url without login from any user?
on load of mashup, after process data and biding infotable to treegridadvanced data, values are shifted to next column and after selecting a row via checkbox, the rows reset with values in the correct column. Has anyone seen this behavior?
i have two rows as output , now i using line chart for the same to show the graphnow here the requirement is, want to show violet/scion color line graph as bar chart and gray color values as line chart how to achieve this combination is same widgets of chart
Thingworx 9.0.4 I have a mashup that retrieves data via a service. The data is then bound to a contained mashup with the appropriate datashape for the mashup property. This mashup has a line chart and the mashup data property is bound to this line chart. The data is displayed without issue but the legend will not appear. I have ensured the "hide legend" checkbox is unchecked. When I did not have the contained mashup, I believe the legend was working.
Is there something equivalent to a simple SQL Join query as below in ThingWorx: SELECT T1.Name, T2.Name, T2.Date FROMTable1 T1 INNER JOIN Table2 ON T1.Name = T2.Nname
I have CWC 9.5.0 installed. How to do customization of Thingworx CWC 9.5.0.I have checked https://support.ptc.com/help/thingworx_apps/r8.5/en/index.html#page/thingworx_apps/ThingWorxAppsCust/customizing_the_thingworx_apps.html.But this was not useful. because [PTC.Factory.C_LaunchPointConfigurationThing] this entity is not found on composer.
Hello Community,I am sending jsonData which is my input parameter of the service from my mashup and it goes like this in the picture below. I am unable to read it in the service. I know the methods JSON.parse and JSON.stringify but still i am not getting it. I am unable to read the data. why its converting the json in this format. I dont why my json is getting converted with double serialization with extra back slashes. Single Serialization: When you serialize a JSON object, it should be converted to a JSON string with necessary escape characters.Double Serialization: If the JSON string is serialized again or if escape characters are added improperly, it results in a string with extra backslashes. my json in mashup. its hardcoded i have written.
Dear community, We upgraded from Thingworx 9.3.13 to 9.5.2 which mostly worked OK. After restart I am encountering this message in ApplicationLog:[SECURITY AUDIT Anonymous:@unknown -> /ExampleApplication/org.owasp.esapi.reference.validation.StringValidationRule] Input validation excludes canonicalization. Context: setHeader Input: attachment; filename="plotly-basic.min.js"; filename*=UTF-8''plotly-basic.min.js I am loading the plotly library (from local repository) on several mashups and the warning shows up whenever the according mashup is loaded. The Mashups work fine. In Release 9.3.13 we did not receive this warning. I also checked the files ESAPI.properties and validation.properties in ThingworxStorage/esapi folder but they haven't changed. What is the warning telling me? And more importantly, how do I get rid of this message? Thank you in advance for any kind of supportBenny
I have Installed ThingWorx and forgotten my administrator password. Using Thingworx 9.5.1 with Postgres SQL.let me know in case anyway password can be reset.
I am using ThingWorx Platform Release 9.3 and DatecodeSP9Not able to select a record from Grid widget. It's not regular but frequent behavior. It occurs mostly when there is a single record in Grid. After reloading the page, it again starts working. Please refer to the video attachment as well
During EMS installation on arm device I get the following error -bash: ./wsems: No such file or directory below the system information:Linux imx8mm-icore 5.15.71-legacy-imx8 #18 SMP PREEMPT Mon May 13 12:33:59 CEST 2024 aarch64 aarch64 aarch64 GNU/Linux here the ems version: Microserver-Linux-arm-hwfpu-openssl-5-5-0-2778 I've already try to follow the article CS289594 but It didn't work Someone has solved this issue?thanks in advanced
I'm looking to create an custom event in Java SDK using Eclipse that logs event in Audit logs when I download a file using a custom action. I have to log the information like which file is downloaded, who downloaded file, when file is downloaded under which category etc.I have to build this file and import this extension in thingworx.I need help in the steps. This is totally new to me, so please help me from the basics.Steps I have followed:1. Installed eclipse2. Download Eclipse Plugin and Thingworx extension3. Configured them in eclipse
I am configuring Thingworx 9.5 in our linux box.I have created twx_db database using the thingworxPostgresDBSetup.sh and thingworxPostgresSchemaSetup.sh. Databases are created successfully. And have used twx_web as the user for this database. Am able to connect to this database using Also am able to query root_entity_collection table: But when I start my thingworx server, with below configuration. But I get the error : 2024-06-07 07:40:16.522+0000 [L: ERROR] [O: E.c.q.l.c.Logger] [I: ] [U: SuperUser] [S: ] [P: twx0] [T: main] Configuration setting ContentTypeSettings.supportedMediaEntityContentTypes cannot be null2024-06-07 07:40:21.945+0000 [L: ERROR] [O: E.c.q.l.c.Logger] [I: ] [U: SuperUser] [S: ] [P: twx0] [T: main] ERROR: relation "root_entity_collection" does not exist_ Position: 242024-06-07 07:40:21.945+0000 [L: ERROR] [O: E.c.q.l.c.Logger] [I: ] [U: SuperUser] [S: ] [P: twx0] [T: main] !!!!! Error loading model2024-06-07 07:40:21.961+
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.