Recently active
Hi, I need to add background color to the buttons on the confirmation box.
Hi Folks, Is there a way to bypass session timeout completely Or disable it?Post session timeout from runtime, it prompts multiple times for re-login but even fails. Looks like user session timeout feature isn't really working as its not getting logged-in at all and have to load the runtime in a new browser tab and navigate to the target mashup all the way again. TIA.
Within our ApplicationLog of ThingWorx 9.1 there are many many entries with a log message from the RemoteThing starting with "Received [number] Pushed Properties = ......". There are approximately 50 entries per second!These entries show us the pushes from our KEPServerEX towards ThingWorx. But because of the excessive amount, they make the ApplicationLog useless.Is there anyway we can switch this event logging off? Thank you!
I'm trying to run Azure IoT Hub Connector via windows cmd and got this error in step 10 from the guide in ptc support. I am using java version 1.8.0_161 and ThingWorx 9.2.Error: A JNI error has occurred, please check your installation and try againException in thread "main" java.lang.NoClassDefFoundError: com/google/inject/Moduleat java.lang.Class.getDeclaredMethods0(Native Method)at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)at java.lang.Class.privateGetMethodRecursive(Class.java:3048)at java.lang.Class.getMethod0(Class.java:3018)at java.lang.Class.getMethod(Class.java:1784)at sun.launcher.LauncherHelper.validateMainClass(LauncherHelper.java:544)at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:526)Caused by: java.lang.ClassNotFoundException: com.google.inject.Moduleat java.net.URLClassLoader.findClass(URLClassLoader.java:381)at java.lang.ClassLoader.loadClass(ClassLoader.java:424)at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)at java.
Hello The y axis of line chart is not getting auto scaled wrt to the reference value .I am using Thingworx 9.2 and chrome browser. Thanks
Hello, I want to change the color of bars present in label chart. Can it be done by using style properties?or there is some other way to achieve this? Thanks
Hello! I've been learning how to work with the REST API in Thingworx. For the most part, it's been relatively easy, but working with InfoTables has been a pain. I've been aiming to try to edit an InfoTable, but it's not been going so well. I've tried multiple variations on formatting, but even sending back the exact same JSON as I received from the GET request failed with a 400 error code (Invalid Invocation Request), saying the query below, which is what I'm attempting to send, is not formatted correctly. I've also tried this same exact query just without the "{testInfoTable: XXX}" as well with the same error. Is there some ordering issue I'm having? I've checked with a JSON parser, and I know for sure it's valid JSON, but for whatever reason, doing a POST with this exact query doesn't work. And again, to be clear, this is the exact output I get when do a GET on this exact table. Likewise, any edits have also failed. I've done this in reference to the image I found within PTC do
Hi Can we create donut chart in the Thingworx platform. Can any one help me how it can be done on the Thingworx platform
Hello All, I have designed a mashup and using advanced grid in it. I want to know the way through which I can delete the row in advance grid but I am not able to do so.Is there any way i can do it? Any help will be appreciated. Thanks
Hi Everyone,I just want to create and add data in datatable like shown in below image.I have one dropdown for role and member to add data in datatable but I failed to add like below image.Can you please suggest the solution how to achieve this requirement.
Hello, I want to implement search functionality in advanced grid and I have also checked EnableGridSearch option but still its not working for me .Is there anything else that need to be added here? Thanks
Below pic is the legend from the Line chart, but was not able to find the border radius for the check box and the marker !! How can the border radius can be given to the Check box and marker !!@c_lowy @CarlesColl @slangley Thanks,Shashi
how to display grid/ dropdown list data with permission wise with thingworx?
Hello how to read data from external connected device and store it to thingworx database, and how the changes are reflected. I don't have any connected devices but I am assuming that it is connected , now i want to know how i will map the data coming from my real device to the 'Thing' that I created in thingworx. And then store that data to database.
I need to see how the widgets are coded to use as example for custom widgetsI have found that on previous versions they were on TomcatRoot\webapps\Thingworx\Common\thingworx\widgets But I can't find them on Thingworx 8.5 Right now I only need the Gauge and Button widgets thanks
Just wanted to check if we have any sort of sizing calculator for ThingWorx 9.x (I can recall we have some sort of excel format for ThingWorx 7.x earlier)…? Any suggestion to calculate the required network bandwidth (internet bandwidth) for ThingWorx data ingestion? What parameters to be considered to arrive at some benchmark?
https://pp-2107261841zg.portal.ptc.io/Thingworx/Runtime/index.html?master=PTC.FSU.COREUI.MenuConfiguration.MasterContainer_MS&mashup=PTC.FSU.COREUI.MenuConfiguration.MasterContainer_EP&appKey=072bdfe6-7c51-468d-a237-a3de91c526c0&x-thingworx-session=true ... returns an Error
Hi Folks, I am working on Thingworx version 8.5 and using Logout function within mashup to redirect user to FormLogin page.It is terminating the session but not redirecting to Form Login but throwing below html error. Bad Request This combination of host and port requires TLS. Here is the url for login: https://MyServer:8443/Thingworx/FormLogin/MyOrganization/Redirect URL(logout) : http://MyServer:8443/Thingworx/FormLogin/MyOrganization/ Note: Its a production server and required certificate is installed.
Hello, I need to license one runtime istance of Thingworx Platform. I wanted to know what else I need besides the runtime license, if I need to install other licenses for example. I would need a procedure explaining what to do (if this is documented). P.S. What are the main differences between a Runtime license and a Developer license.
Hi all,I am trying to merge my 4 projects which have almost the same properties. From a single dashboard only, I must be able to access the different things linked with the different projects. What is the best way to do so? Thank you
how to read data from device (thing) and show in to mashup?
Hello , how can we perform CRUD operation using Azure sql as a persistence provider in thingworx?I have created database and schema as guided in the ptc tutorial , but I am not getting the next step.what exactly we need to do to store our thingworx data to Azure SQL. RegardsYa**bleep**a
Hi everyone, I'm currently facing an issue with "GridAdvanced" widget, which seems to be a bug.I'm using ThingWorx 9.1.8-b845. What I'm trying to accomplish is basically pretty simple. I just call a service called "GetGroupManagement" (whenever the mashup is loaded) which gives me a boolean "true". I connect this later on to the properties of "GridAdvanced" widget: (Visible: false by default, isEditable: false by default). So what happens is the widget is being shown but is not editable. As soon as I add another event trigger (e.g. "DoubleClicked" trigger from "GridAdvanced") to the same service, the "GridAdvanced" is now editable. Does anyone see the mistake here? It seems to me like a bug in the "isEditable" property of "GridAdvanced" which initially not trying to fetch the value from the service, unlike the other property e.g. "Visible". I've found a not so intuitive work around solution by also triggering the call to the service when the grid is doubl
Is there any extension available in marketplace for integrating salesforce with thingworx, and if available where can I find it in marketplace?
Dear all, Thank you very much for you help on other topics.I have a question regarding setting up the unit of a numeric tag in thingworx which is remotely bound with a Kepserver tag.As you can see in the screenshot below the unit field is disabled. I want to set up this units value. Where can I do that?In Kepserver? How?Can I override?Can I do it programmatically? Same question for min and max values.I'm looking for any inputs regarding that.
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.