Recently active
Hi, A third part product send a rest rest call to Thingworx with the following formatting: "equipment/instance/{id}/state"I need a solution (inside or outside tomcat) to transform the Rest call to something that Thingworx will accept, e.g. /Things/MyThingName/Services/getState?id={id}" Is there an easy way to do this? Thanks!
I am trying to display the information about a factory production line. I want to have machines working in parallel arrayed vertically in columns and these columns working serially arrayed horizontally. In the image attached the first row are four machines working in parallel and the second row is a machine working serially with these four. This is almost what I want but I need the rows to be columns since that is the layout the factory workers are used to. How could I do it, with or without a collection? I need the mashup to fit any production line so it needs to be created dynamically.
Hi, I need 90 days trial version to explore ThingWorx. Couldn't find ThingWorx 90 day trial version regarding at Server status in my account. There is no button available at Server status. Kindly provide solution or any update regarding the trial download. Regards,hareef
Hi all,I am using a button to refresh my mashup and I want to set a tooltip on the button saying "Refresh Now". Now there are 2 issues that I am facing,1. In the tooltip field if I write "Refresh Now" it is not considering and shows nothing, but if I write " Refresh Now" it considers. Why do I have to give space before Refresh Now?2. The above point works only for 1 time, after adding the tooltip field, reload the composer the tooltip goes missing. Also, I tried to add a tooltip from the service, but it didn't work for me. Please suggest how I can achieve my requirement. Thank you!
Hi,I am getting the following error when I call the API using GetJSON snippet. JavaException: javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target But the when I hit the API url separately it returns data.Need some help in this. Thank you in advance,Sadagopan PSSKP
Hi, version: ThingWorx 9.1 I am using a image widget in a container. A mashup is created for work instruction and we are supposed to display the image to the operators. The requirement is to display the images as square image always. Whatever the original image is and whatever the size of container be, we always wanted to display the image as square image without any part of the image getting hidden. How can we achieve this? Thanks in advance.
Hii,How can I hide focus box overlay while pressing on a Link widget?Hiding focus-overlay-visibility for specific widgets?
In twx 9.2, iam using ptcschartline. Autoscaling x-axis is not available. When the xaxis datas are less it is not showing complete values. Instead it is coming with dots as i captured in attached image. How to fix this.
Hi, Is there any event that triggers on ThingWorx restart?We need to call the subscription to update the current device status in the datatable after ThingWorx restart.
Hello, I am doing some work on the permissions front for a project and found one place where the grid widget might be lacking some input bindings. If a user should not have access to running some service where you for example add/delete/update a row using the Edit button of the grid. I have not found a good way of preventing the user from actually clicking the Edit button in the grid as the "EditButton" property of the grid widget is not bindable: Now, I was able to make the button disabled by using custom CSS, but to make that work I had to disable the entire grid toolbar using this custom CSS code: .myGridClass .widget-ptcsgrid::part(grid-control) {pointer-events:none;} But by doing this, I also disable the "ColumnsMenuOption" that shows as "Display" dropdown in the grid toolbar.Does anyone know how to (if possible) disable just the Edit button? Is there any good documentation/resources on how to use the custom CSS when dealing with parts of widgets? I h
I am interested in knowing what are the tools you all are using to automate Thingworx app deployments for the following scenarios.1) For deploying in controlled environments 2) How to deploy apps into new development environments Thanks,Preeti
I am trying to install ThingWorx foundation postgres 9.3 in a windows server 2019 machine but fails at the end of the installation. I've looked up the errors (log attached) and found that is related to an issue with the installer directory having spaces but I've moved it around and it's not helping. I would appreciate some help with the issue, thank you.
Hello I am getting following error when trying to start my Tomcat services . Twx version is 9.2 [L: ERROR] [O: c.t.s.s.l.LicensingStateMachine] [I: ] [U: SuperUser] [S: ] [T: main] Unable to fetch license file with device id <Device ID>.[L: ERROR] [O: c.t.s.s.l.LicenseFetcher] [I: ] [U: SuperUser] [S: ] [T: main] Unable to process capability response because Storage anchor break found.[L: INFO] [O: c.t.s.s.l.LicensingSubsystem] [I: ] [U: SuperUser] [S: ] [T: main] Unable to read trial license file. Attempting to load as Paid license[L: ERROR] [O: c.t.s.s.l.LicensingSubsystem] [I: ] [U: SuperUser] [S: ] [T: main] [message: Storage anchor break found.] Any Help will be appreciated. Thanks
I am using eclipse to develop my Thingworx-Extensions application. Now after local development how do I compile and package my program and import it into Thingworx to make it run? The example in the documentation is not very clear, I did not succeed. Translated with DeepL by Emily on Apr. 25th, 2022. ---------------------------------------------------------------------------------- 我正在使用eclipse开发我的thingworx-Extensions程序,现在本地开发完成之后我该如何编译打包我的程序并导入thingworx使其运行,文档中给出的示例不太清晰,我没有操作成功。
Hello, I want to enable debug tool for a mashup can you please let me know how can this be achieved? Thanks
Hi all, I want to print a file using thingworx.How to achieve this? Thanks,Sujith
How to "Add captcha" in Organization login page of thingworx
Hi Folks, Suddenly all the Mashups editor started loading infinitely. When I click EDIT and select DESIGN view, it goes into an endless loading although its working fine in runtime. I have the same set of mashups on another test server and seeing no such issue there.I tried to observe for errors in Developer mode and found below. 1. 404 error for the mashup. Response<!DOCTYPE html><html><head><title>Page Not Found Exception</title><script>function clickAndDisable(link) {link.onclick = function(event) {event.preventDefault();}}</script></head><body><div class="widget-panel widget-container widget-content" style="overflow: auto;"><div class="widget-content widget-image undefined"id="error_Image-1"><img src="/Thingworx/images/ThingworxLogo.png" alt="Errors"/></div></div><div id="error_Panel-1"> <p>404 Page Not Found</p><a href="/Thingworx" onclick='clickAndDisable(this);
Hello, After upgrading to 9.3 from 9.1 the grid widget was updated, this seems to have caused the "RowSelection" set to "multiple" to add a checkbox column to the far left of the grid and it looks like this has also caused it to not be possible to just select multiple rows straight from the grid, you have to select them by using the checkbox. Now, I'm not sure if it's just that I've missed some setting or if this is the intended function.I would really like to be able to select multiple rows the same way that you select a single row (by holding ctrl and clicking multiple rows, or shift and getting any row between the first marked row and the next selected). I have attached a screenshot of what it looks like at the moment. Any info regarding this would be much appreciated! Best regards, Jens C.
Hi @slangley - I'm facing a similar issue - however in my case, executing the service directly from Composer returns the expected results. But when executing the same service from Postman returns an error. Just an FYI, the service that I'm executing has one input parameter, I've passed the corresponding input parameter as POST request header.
Hello everyone, I'm using Thingworx 9.1.8-b845 and I would like to show an advanced grid in a Popup window by using Function > Navigation > Popup. But weirdly it doesn't show on a popup window but it shows on a normal window/tab which is fullscreen. Is this a bug for this particular widget or there are some settings I should pay attention to? Thanks in advance.
I need to do a buttons panel in a hololens2 so I can control a robot (UR5) with those buttons. I need to do a connection between the robot program and Unity, and for that I need to use Thingworx. But I do not know how to do it. How many things should I create in Thingworx and how can I get the transfer of data between robot, Thingworx and hololens? Thank you!
Hi, I'm trying to configure TWX SSO with Okta as IdP, I'm not using ping federate, since TWX can work with a SAML2.0 integration natively.I have the metadata from Okta and configured the keystore to hold the metadata and certificate.When I try to start the Apache service, i get the following errors in the application log: 2022-02-17 11:44:29.033+0000 [L: ERROR] [O: E.c.q.l.c.Logger] [I: ] [U: SuperUser] [S: ] [P: ] [T: main] Error initializing key store2022-02-17 11:44:29.049+0000 [L: ERROR] [O: E.c.q.l.c.Logger] [I: ] [U: SuperUser] [S: ] [P: ] [T: main] Context initialization failed2022-02-17 11:44:29.064+0000 [L: ERROR] [O: E.c.q.l.c.Logger] [I: ] [U: SuperUser] [S: ] [P: ] [T: main] *** CRITICAL ERROR ON STARTUP: Error creating bean with name 'filterChainProxy' defined in class path resource [config/securityContext.xml]: Cannot create inner bean '(inner bean)#2332b018' of type [org.springframework.security.web.DefaultSecurityFilterChain] while setting constructor argument
i have more than 500 different types of entities that are attached to a wrong project. I want to change the project name of entities but manually changing the name will take lots of time and work and i want to change the project name of all entities in one go by a service or some other methods. can you guys provide solution for the same. Note i have done this for all things but API is not available for mashups, style def. etc. is there any way to perform this task ?
Hello, I am trying to make my first extension in ThingWorx 8.5. Everything seems fine but when I try to import it I have the following error:zip4jExplorer/ZipExplorerThingTemplate has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 52.0Here are my settings for the Java compiler: I use JavaSE-1.8 which correspond to JavaRuntime 52.0 according to the documentationI use gradle to build the extension.Any Idea about what I am doing wrong? Best regards
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.