Recently active
I am using ThingWorx Platform Release 9.7 and DatecodeF000I was not able to find detailed information about how the properties of the provided RemoteThing Template are mapped behind the scenes, as it's not always clear for us, what e.g. the lastConnection timestamp refers to, when the reportingLastChange timestamp will be updated and so on.Can someone provide detailed information for each of the properties inside the template to ensure that we know how to rely on these properties for monitoring remote things?- isConnected (Boolean)- lastConnection (Timestamp)- isReporting (Boolean)- reportingLastChange (Timestamp)- reportingLastEvaluation (Timestamp)Thanks a lot in advance!
Hi,I managed to use openstreet map to show some locations of vehicles from infotable (attached) , as you can see i use get properties to be able to use the "automatically update values when new values are available" check box, but the result is really bad, first whenever the infotable data updated the whole map refresh like it shows me a white screen then it load the map and the location as i did refresh the whole page , i wanted to only move the points on the map, also it doesn't show all the locations, sometimes all of them shown, sometime some of them, sometimes none of them, i don't know how to debug it , maybe it shows the ones that has data change, i don't know what is going on honestly, if there is a better way to refresh the data in the map widget please explain it to me,form the infotable i use the LatitudeLongitude property of type "location" hope someone can elaborate more on how to use openstreet map better, thank you
Mashup contains - FileUploadWidget and a Grid WidgetWhen I select a csv file (currency.csv) then before uploading that csv I want to view that in the right side grid.Datashape Contains- Code, Name, Symbol
Hi everyone,I'm encountering an issue with my subscription in ThingWorx. The subscription is supposed to trigger on a data change event for a property called temperature, but it's not firing as expected. I have already checked the configuration and the DataChange Type is set to "Value".Additionally, I'm curious about how the queue system works in ThingWorx. Is there a specific table in the database that handles the queue, or is it managed internally? I want to understand if there's any way to monitor or troubleshoot the queue more effectively.Here's a summary of the issue:Subscription Issue: The subscription for the temperature property data change event is not triggering.Queue System: How does ThingWorx manage the queue? Is it tied to a specific database table, or is it handled internally?Any insights or suggestions on how to resolve the subscription issue and better understand the queue system would be greatly appreciated!Thanks in advance for your help.
I want to display the data when I upload it through File Upload Widget.For Example - If I upload a csv file using File Upload Widget, then the uploaded csv file content data should be visible to us.
I am using ThingWorx Release 9.3.10, I installed the extension but I can able to see only WriteCSV service snippet.I cannot able to see other snippets like ReadCSV and all. Extension Downloaded from here
hello, i am trying to work with the thingworx api , i can do GET request to get properties values and it is fine but when i tried to test the POST request to run a service, it doesn't work , although the service itself works fine it has no inputs and it output the data in infotable (it has QueryPropertyHistory service in it, that returns the infotable)and i am testing the api locally with this links (i double checked the names)http://localhost/Thingworx/Things/Eastern.Security.Vehicle.5971/Services/TestQueryDatai am also using API key in postman header and it works fine when i do get property,her is the error i get in the post man <!DOCTYPE html> <html> <head> <title>Unexpected Error</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;">
I am using ThingWorx Platform Release 8.5When attempting to install ThingWorx Platform 8.5.4 on a Red Hat Enterprise Linux Server release 7.9 (Maipo) EC2 instance in AWS, I am facing an issue with PostgreSQL validation. The database is running on AWS RDS with PostgreSQL version 15.7. Initially, I was unable to log in to the database manually from this EC2 instance due to SCRAM authentication being set by default. However, after updating to MD5, I am now able to log in to the database via the command line. Despite this, the installation is still failing.Here are the errors I encountered:The minimum system requirements for this ThingWorx installation are 4 CPU cores, 16 GB of memory, and 100 GB of disk space on Red Hat/CentOS 7.5 or later. This installer found [4] CPU core(s), [16] GB of memory, and [56] GB of disk space.There has been an error.Failed to validate the PostgreSQL connection. Please check the information you entered.
Hello Community, I have connected my thingworx with MS SQL and now problem is when i send the data entry from vuforia studio to my thingworx. It saves the data entry in SQL server and thingworx both but the ISSUE is here that it stores it with time 2 hours less and in thingworx exact my local time which is right. Now the problem comes when i send the data query with date and time. I am unable to fetch the data untilll or unless i would send the right time on which the entry is saved in SQL server. Anyone knows that how can i fix it? I am using datetime datatype in thingworx. The problem is if i make an entry between 1:00pm till 2:00pm. For query i have to give that time in order to fetch the entry from SQL. even though this same entry has time in thingworx 3:00 till 4:00. so SQL is saving 2 hours less for time. how can i fix it? @Surya_Tiwari
I am using ThingWorx Platform Release 9.3.QueryPropertyHistory does not work when start date and end date not specified, throws DataAccessException: [2,006] Unknown error occurred.Here are the errors that I facedUnable to Invoke Service QueryPropertyHistory on TE2-SEAL_PUMP1-M1 : com.thingworx.common.exceptions.DataAccessException: [2,006] Unknown error occurred. Contact the administrator if this re-occurs.
Hi Andrea, did you ever manage to solve this by using CSS?
I am using ThingWorx Platform Release 9.5 and DatecodeSP3Dear Team we have Thingworx cluster installed in active-active passion on Server. Both server were down. Below error found in Application Log.2024-12-25 18:16:39.598+0400 [L: ERROR] [O: c.t.s.ChangeWatcher] [I: ] [U: SuperUser] [S: ] [P: platform2] [T: pool-8-thread-1] ChangeWatcher failed to sync2024-12-25 18:16:39.598+0400 [L: ERROR] [O: c.t.s.ChangeWatcher] [I: ] [U: SuperUser] [S: ] [P: platform2] [T: pool-8-thread-1] Timeout. Cannot synchronize model during 120000 ms2024-12-25 18:16:39.598+0400 [L: ERROR] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [P: platform2] [T: pool-8-thread-1] Shutting down server..2024-12-25 18:16:39.696+0400 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [P: platform2] [T: pool-8-thread-1] >>>>>>> PLATFORM SHUTDOWN START <<<<<<<<<2024-12-25 18:16:39.181+0400 [L: INFO] [O: o.a.i.i.m.d.GridDiscoveryManager] [I: ] [U: ] [S: ] [P
As shown in the above figure, if I want to configure the grid in the mashup, I must set the output's datashape. If I want to implement dynamic datashape while also configuring it in the mashup, how can I achieve it through service?As shown in the above figure, if I want to configure the grid in the mashup, I must set the output's datashape. If I want to implement dynamic datashape while also configuring it in the mashup, how can I achieve it through service? think you . my thingworx is 9.3.0
Hi all, I have a mashup where I want to be able to edit a grid widget's data using a fixed dropdown of values. For reference, this mashup grid has Numbers which are correlated to a Name. I want to be able to edit the Name using a set dropdown of values instead of the built in 'edit' which allows for changing the string by typing. Are there any easy ways to do this? My initial thought is to maybe have clicking a row take the user to an edit popup but would rather it be as easy as just having a dropdown right inside the table cell that should be editted if possible. Any ideas?
Hi,I am trying to use openstreet map as it is free unlike the google maps widget, but i dont know how , so i though to use the Html Text area widget as i couldnt find another html widget, i put this html inside it : <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>OpenStreetMap Example</title> <style> /* Ensure the page takes up full height and removes margin/padding */ html, body { height: 100%; margin: 0; padding: 0; overflow: hidden; /* Prevent scrollbars */ } /* Container for the map */ .map-container { width: 100%; height: 100%; /* Make the container fill the available height */ border: 2px solid #ccc; /* Add a small border around the map */ box-sizing: border-box; /* Ensure border is inside the container */ } /* Ensure the iframe fills the map container */ iframe { width: 100%; height: 100%; /* Use the full
why when I try to load a particular, very short CSV file (100 bytes) I get this error on application log ?Execution error in service script [testscript] :: Input length = 3 with other files it's OK
I used Web Frame and linked with an external URL. During view mashup it is showing as refuse to connect. Attached a screenshot.
Dear Community, I'd like to ask your help on one of our requirements. At the compony we are working at there are many user requirements that is related to Keyboard Shortcuts usage. Users would like to use Keyboard Combination to perform some tasks or interact with mashup services/functions. For example, pressing F1 or CTRL+H on a specific mashup would open a 'Help' document for the user if mashup is active/loaded (considering master mashups also). (see attached img) We are thinking about creating a custom extension widget, that would register an eventlistener for keyboard pressing, however it seems very complex not only to capture the keypressing, but also to fire a service/event binded to this widget. e.g.: Widget would have propertythat holds the "Key" value that the listener should watch,also that holds the "Modifier" (Ctrl) key that the listener should watch,A bindable Event Trigger to fire the mashup services/eventsif there user pressing
Hi Everyone, Can anyone help me in how to give Year/Quarter/Month/Day as XAxisField to bar chart in ThingWorx. Thanks in advance. Regards,Aditya Gupta
I want to verify whether a project is an extension. Using the code snippet below, we can retrieve a list of all extensions and iterate through them. However, in our case, the project name and its extension name might differ. How can we identify it in such a scenario? result = Subsystems["PlatformSubsystem"].GetExtensionPackageList();
Hi, there is something that confuses me about the log checkbox and the Data Change Type, i have a sensor that sends some parameters, lets say 5 values stored in 5 properties, lets say i have 10 readings received from the sensor, when i try to query these data from the database i get an infotable with more than 10 rows, i know that this thing related to the "fillOption" in the query either it is none or previous, what i want to do is that: whenever there is any change in any of the 5 values, i want to see a new row in the database and i want this to happen while i am selecting "None" under the "fillOption" in the query,the point is, in another part of the project i query the data and calculate the averages, and with the current setup when i query the data i get some repeated values and thing like that, so, I want to know when to choose the Data Change Type inside a property to On or always, i didn't understand the description in the help
This articleCS306868 claims that the infotable selector is available in Thingworx Utilities Core. However, when I imported the 9.6 version, the infotable selector widget is still not available. I downloaded other versions and it looks like the selector was last available in 9.3. Is the infotable selector extension no longer available or has it been moved to another download?
Hello All, I am tring to update my local Thingworx instance with SSL (self-signed certificate) using the article Getting the error as "unable to load security provider" in Tomcat log, and Thingworx URL not loading as well. Thanks!
I have a customer who wants to discontinue their use of DPM, but wants to keep their ThingWorx base license to support a different custom application. The custom application and DPM are on the same instance of ThingWorx. Is there a best practice to remove or deactivate the DPM entities and/or extensions? Is there any risk to the custom application that we should be aware of while deactivating DPM?
Dears: I wanna delete a value stream which is not enabled, but error occurs as below. what should I do to delete this value stream? Thanks!
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.