Recently active
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.
Hey team! I'm working with one of our integrators to install MFG Apps (release 9.1) in thingworx 9.2 but we're not able to make the import. We tried troubleshooting it, including changing the import permissions in the settings.JSON file but once we save the changes, tomcat doesn't start. I looked through the logs but I was hoping you could help me guys to see if I missed anything important related to the errors that appear there. Thanks in advance!
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
Is there any process, where one can Replicate same Thingworx Kepware Edge Setup and settings in another Virtual Machine.@paic@slangley@c_lowy@VladimirN @CarlesColl Thanks,Shashi.
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?
Hi, Can Kepware connected tags in thingworx be scanned at one rate and be logged(in Value Streams) at different rates. For example, let say a tag OilTemp is set with scan rate of 3 secs and the logging option is checked. Not the data is displayed on a mashup and changes every 3 secs and gets logged simultaneously. But instead of logging every 3sec, I want the data to be logged at every 1 min. ie. I want the displayed value to be changed every 3secs and wants that data to be logged with 1mins interval in valuestreams. Can it be achieved? Regards
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.
Note - if the GlobalSign Root CA - R3 was pushed out to machines via GroupPolicy, then it may show in the local machine certificate manager UI, but for some reason the KepServerEX 6.11 installer cannot find it. To resolve, re-install the Root CA into Trusted Root CA's, but manually select a physical location of "Registry" below that category. @KepWare - it'd be great if you could resolve this in the installer software. When it was pushed via Group Policy, "certutil -store Root 04000000000121585308a2" shows no match, but "certutil -store -grouppolicy Root 04000000000121585308a2" shows it just fine.
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
Hello Everyone, I am looking for some knowledge and advice here. Right now my team is logging data from machines using Kepserver EX6 and its Datalogger feature with the goal of migrating it to our Thingworx server. We have other Thingworx server and I know it has the import/export feature but I am not sure if this works with data from Datalogger. Also I do not know if Kepserver has an export feature to allow exporting data to Thingworx seamlessly. Is there an export feature in Kepserver Datalogger? Lastly (and I know this is broad in scope) but currently we have one Device per Channel and then we create a new Log Group with each device and log all of their tags/log items in that group. Is that a industry best practice? Considering I want to migrate/import this data to Thingworx. Thanks for your feedback! -Billy Ultimately I am just looking for an easy way to migrate the data into Thingworx.
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.