Recently active
Hello everyone This is my first time on this site. It's been 10 days since then, but I haven't been able to get a trial version of the program. How do I get a link to download the trial version of Thingworx Foundation 9.1 or 9.2 or 9.3? Who can tell me?
Hello , I am unable to connect ThingWorx with external DB . I am getting following error when I try to make connection.[L: ERROR] [O: E.c.q.l.c.Logger] [I: ] [U: Administrator] [S: ] [P: ] [T: https-jsse-nio-8443-exec-2] Unable to start thing TestDB, JDBC Driver Class Not Found: oracle.jdbc.driver.OracleDriver Any help would be appreciated. Thanks
Currently I have a Thingworx Platform installed and licensed on a server. I need to reset the server to factory default (reinstall the OS etc) , all data will be cleared. After that I will need to reinstall the Thingworx and get it licensed again. Am I supposed to remove the currently activated license first before proceed to reset the server? Is there any guide which I can refer to?
How to remove unwanted String that is displaying in excel file which is developed using java(Eclipse Plugin for ThingWorx Extension Development I am getting unwanted string at specific line number as for example : ??????????I am not passing this string "??????????" anywhere in the code. InputStream in=TestThingShape.class.getResourceAsStream("demo.xlsx"); I am not sure about where demo.xlsx is placed in the Thingworx server.Please help me over here.
Hello, I need to use Thingworx and docker in an environment whose network connection is limited. In this case my automatic license verification obviously doesn't work. I need to ask network admin to unblock/whitelist specific URL and port. What URL and port is used to validate the license? I cannot find this information anywhere.
Hello, I was wondering if perhaps someone on here knew why my overflow tooltips do not work:I can't seem to find any settings for it other than these:So if anyone could point me in the right direction, that'd be highly appreciated! Thanks,Jens
How to remove row on grid not deleted from data table
Hi,How we can do this in Thingworx ? Is there any OOTB ? Or any workaround.Pls help me to achieve this use case. Thanks,VS
I want to send a file uploaded in Thingworx file repository to Windchill temp folder, can someone suggest how can I achieve this on Thingworx (9.3). Thingworx and Windchill both are in different servers.Do we have any APIs for this?
Hi, How do I know what FQDN(Fully Qualified Domain Name) of my thingworx platform composer is? I am trying to switch thingworx web protocol from HTTP to HTTPs but struggling with finding FQDN to generate SSL certificate. Many Thanks Sai
Below line of code has been written in thingworx java extension in eclipseInputStream in = TestExcel_TS.class.getResourceAsStream("/TestExcel.xlsx"); where can I find TestExcel.xlsx in Thinghworx server. Please help me over here.
In ThingWorx is there a possibility for dynamic package creation in CI/CD process and publish it for deployment on Things?
Dear all,I am having an issue that the Thing's QueryPropertyHistory function does not return data if no data in the specified time period. But InfluxDB itself has the fill(previous) which can find the most recent value. So to resolve my issue, I have to run the InfluxDB to query data to ThingWorx. May I know if anyone know how to run InfluxQL in ThingWorx?
Does restart of the Thingworx server is required each time when make changes in the extension(developed using java) and remport it to the Thingworx server? please help me over here.
Hello, One of my users has started facing a strange problem since our upgrade from 9.1 to 9.3 with the file upload widget. The upload always fails with a response of "bad request".Looking into the dev tool a bit more I noticed:There is no "upload-repository" in the payload. I have tried the same upload widget with my own user and can't replicate the issue:As you can see I do get the "upload-repository" in my payload. I have checked and the user does have permissions to the repository, both visibility and run time.They do not have design time permissions set though, perhaps something has changed between 9.1 and 9.3 that would require design time permissions for repositories now? If anyone has had the same problem and found a solution, please write a post here.Eventually I'll open a ticket with PTC and if they can find the issue I'll report the solution here. Thanks,Jens
Hello all, I got a question from a colleague on how they can automatically select a node in a tree widget after refreshing their 9.3 mashup. I recommended that they use the "localStorage" object in an expression, as I had used it before (in 9.1). But it seems like after the update from "Type" : "expression" to "Type" : "expression2" (the security update) this is no longer working. We also saw that the sessionStorage object has been depricated in this PTC help center article I just wanted to clarify what our options are. This PTC help center article talks about session parameters, but that they only last during the session and that the recommended way for session breaking parameters is to store this type of information in a database or on a thing. Is this the proper way going forward? Thanks,Jens
Hi @CZ_9645217 , How do you cancel 'Automatically update properties' ? Thank you. Re: post
Hello, I am having some problems with the auto evaluation of my expressions.One is working fine, evaluating automatically (with no event trigger).But the other one is not evaluating. They are pretty much the same expression, however one of them have some input bound: Both have these settings: The code is just some logging (have tested with using event trigger and they both work, logging to console as they are supposed to. Code:Working expression: Not working expression: Am I missing something with the functionality of the expression function?Anyone else that have had similar issues? I have tried this on 9.1 and 9.3, both seem to behave in the same way.
Hi , when mashup load auto select first row even when MultiSelect checkbox selected in Properties of dropdown. how to do this because Auto select first row not exist when use Multi select . Thanks,
Good evening to All,I have a set of Thing in which there are 2 properties, the first 'A' is a property whose valor are updated by kepware, while the second property 'B' is an infotable that must contain all the variations of property 'A'. In particular 'A' must contain the last 500 variations of property 'B'. Whenever the value of property 'B' changes the value is saved in infotable 'B', if the number of rows in the infotable exceeds the number of 500 then the first element is deleted. It often happens that out of 160 different values of 'A' in the infotable 'B' a number of values between 113 and 16590 (but never 160) are saved. In the ScriptLog all values entered in infotable 'B' are tracked, but in the infotable some values are missing.No errors are reported but some data are always missing.The 160 different values arrive from kepware within 2 minutes.For the following tasks I need the infotable 'B' to contain all the variations of property 'A'.I have Thingworx 8.5.18 and kepware 6.2
Hello everybody,I need to decrease the writing times within ValueStream and Stream. To do this just lower the values of the 'ThingworxPersistenceProvider: Rate stream queue is checked (milliseconds)' parameters for 'Stream Processing' and 'Value Stream Processing' (by changing the values in the platform-settings.json file) ? Might it be necessary to change other parameters for 'Stream Processing' and 'Value Stream Processing' ?My goal is to be able to read the value stored in the ValueStream or Stream as soon as possible (especially by the service executed by the subscription on the DATA CHANGE event of the stored value).Can anyone give me some suggestions?P.S. I'm using Thingworx version 8.5.18
var result = Resources["InfoTableFunctions"].CreateInfoTableFromDataShape({dataShapeName: "TestDataShape"});var newEntry=new Object();for(var i=0;i<result1.length;i++){newEntry.first-data = result1[i].first-data; . . .result.AddRow(newEntry);} Does DataShape does not support property name having hypen? ie.newEntry.first-data and my second question is does result1[i].first-data;is not supported in thingworx? result1[i].first-data is coming from json file Can you help me out over here ?
Hi all, i'm trying to validate if text field input is empty using validation tab builded in Thingworx (v 9.3.4). Unfortunatelly, it doesn't work at all on mashup load. I mean that even if i select 'Invalid' ValidationState there is no changes on mashup, it looks like the input was valid. It starts to work only after lost focus on text field input and, after that, it looks to work fine but i see no way to trigger that focus lost event without clicking on mashup.
Hello, Is there any way to limit the number of simultaneous files uploaded in the widget properties? I realize I could do some limitations by not using the automatic upload and counting the files using the "FileNames" propery. However I kind of like the automatic upload feature so if possible I'd like to keep it. Any ideas are highly welcome! Thanks,Jens
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.