Recently active
Hello everyone,Currently, I am working on Thingworx 9.3 version, and I am recreating a mashup that contains a grid widget. In thingworx 8.4.3 the edit function from the grid was more convenient than in Thingworx 9.3. I want to change the UI of this grid from Thingworx 9.3 to look the same as the older one. I have attached the file that shows the UI of both the grid.Please let me know how can change the edit functionality from this new version. Thank You
Hello ,I am new to Thingworx and exploring certain things , i want to know how data from devices is captured, stored, and searched , modified and then displayed on the mashups.Also I am using Azure SQL as my external database. how to capture the data which is generated by device in a specific interval of time. Regards
We are trying to merge two objects as follows, const object1 = { name: 'Flavio' } const object2 = { age: 35 } result = {...object1, ...object2 } We are getting syntax error with Thingworx. How can we do with Thingworx?
I replaced a working code with wrong one in thingworx services. Is it possible to retrieve the old one back?
How to apply CSS for elements legends, titles, values inside chart LayoutI am trying to apply custom CSS for the elements like legends, labels, titles, values to apply the custom fonts styling and the alignments of the sub-elements inside the chart.I can see the elements after inspecting on the browser with prefixes name - ptc-legend, title, rootinside the chart layout,I am using the charts - Bar Chart, Line Chart, Schedule Chart.1. Could you please help me, how to apply the customs CSS on chart layout elements?2. How we can minimize the chart layout padding, Inside the collection I used the bar chart but the padding of outside the chart layout increases the height of the collection cell. how we can remove or decrease the chart layout scale?
hello all, How can I group email ids of different users and create a group in thingworx platform? Thanks and Regards.
Hi Folks,@PaiChung @VladimirN I have used a boolean Mashup parameter between Main mashup and navigation modal popup and popup should return a boolean value(true/false) on popup close which is not happening. I also tried to used default value(true) of mashup parameter but thats also not getting passed to main mashup.I can observe this issue in multiple Mashups wherever Mashup parameters are used for Modal popup. Kindly suggest some suggestions to fix this? I am using Thingworx version 8.5.6b110
Hello, I am having some troubles with thingworx. I followed a video installation, but for some reason I get the blank page that says page unavailable when trying to open composer. I checked the logs and it says the following:2022-01-21 15:07:46.195-0600 [L: ERROR] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [P: ] [T: localhost-startStop-1] *** CRITICAL ERROR ON STARTUP: Failed to create com.thingworx.persistence.postgres.PostgresPersistenceProviderPackage. Cause was due to 'null'2022-01-21 15:07:46.195-0600 [L: ERROR] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [P: ] [T: localhost-startStop-1] *** Web Application STATE is being set to ERROR! *** In my platform settings I have the following: {"PersistenceProviderPackageConfigs": {"PostgresPersistenceProviderPackage": {"ConnectionInformation": {"acquireIncrement": 5,"acquireRetryAttempts": 3,"acquireRetryDelay": 10000,"checkoutTimeout": 1000000,"driverClass": "org.postgresql.Driver","fetchSize":
Hello ,I have installed thingworx flow successfully , but can't access it .- I am trying to access , with my hostname and port no.It does not give any error message , only a blank screen is visible.and The status of the following ThingWorx Flow components is also ‘online’:•flow-api•flow-engine•flow-exchange•flow-lookup•flow-oauth-server•flow-trigger
I am using Thingworx 8, with the MQTT extension I connected my Thing to the broker, with a property "Test" that works correctly But then I made a mashup showing that value in a Label Widget. It only updates if I press F5 on my web browser. when I go to the thing's properties, I can see the value correctly updates In the mashup I have used GetProperties, with "Automatically update values when enable" checked. I also used an AutoRefresh Widget, but nothing works. I created a subscription on another thing, to the property "Test" on Data Change. It never activates the subscription
Hi, How can we read the ODATA queries in ThingWorx foundation? Is there any connectors available for it? Thanks in advance, Shalini V.
How to set permission in grid display all mashup name and beside that check box and assign all permission related ?
how can i get list of user group? and how to set permission dynamically?\ how can assign group into organization?
Dear devs, I have a Service Output which is passed as a Mashup Parameter to a Mashup acting as an error/success popup. The whole thing is working, except that when I log in again the binding is removed, and a status message appears saying that obsolete bindings have been removed. Do you have an idea on how to solve this? Thanks!
Hi Team, Just like to get N no of rows from top in any infotable ThingWorx provides default snippet as TopN method of InfotableFunctions , do we have any snippet to get Last N rows of any infotable? Please share the snippet. Thanks in advance.
I have a property in thingtemplate of infotable type. This thingtemplate is attached to remote thing. If one row gets added, i have to run a service. So i tried datachange event but the subscription doesnt trigerred. How to execute this.
I recently created additional postgres Persistence Provider but after attaching and activating the persistence provider I am seeing duplicated tags in the composer. I removed the persistence provider everything is normal now. What will be the issue here, Is there is any solution for this duplication ?
How to create user group dynamically(pragmatically)?
1. I want to calculate the Service execution time and metrices in thingworx ?2. My thingworx app is taking lot of time to fetch data from Windchill and SAP. Now I want to increase that speed of my app. ThankKSM
Hi FolksI try to look for download link of thingworx trial version.I attached my thingworx trials screen below.Any help would be appreciate.
Hello , I have installed ThingWorx but not able to login into it I am getting following error in the logs: 2022-01-27 03:02:46.288+0000 [L: WARN] [O: S.c.t.s.a.AuthenticationUtilities] [I: ] [U: ???] [S: ] [P: ] [T: http-nio-80-exec-1] Authentication attempt #1 FAILED for [user = Administrator]: Invalid Password 2022-01-27 03:02:46.289+0000 [L: ERROR] [O: S.c.t.s.a.AuthenticationFilter] [I: ] [U: ???] [S: ] [P: ] [T: http-nio-80-exec-1] Authentication failed: Please make sure the credentials are correct. ThanksRohan
Hello,how can we push data to Azure Data Lake Gen2 over JSON format using thingworx or how can we push data to Azure Data Lake Gen2 using kepware server Also , what is the right way to download thingworx flow serverhow can we integrate thingworx and Azure data lake gen 2
How to read binded values while developing custom widget, I tried this.getProperty(PropertyName) but it returned as undefined. I only using updatePropertyInfo for one field but my idea is I should get default or user passed values from the rest of the properties at runtime.
Hello, need some help. I want a service Datetime output(string works) with ""MM/DD/YYYY hh:mm" format, I used dateFormat and parseDate to try to achieve this, but output shows other format, I check with postman, and I looks similar, please help. postman
hi everyone: i wanna to upload file use my own rest service to my cloud server. the most credential problem is that how to open file browser like the upload widget fuction:"choose file".is there a need to custom a widget? thanks guys
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.