Recently active
I have imported the Integrity Life Cycle Manager extension in ThingWorx 7.4.17. The sample application imported with the extension is not showing any data and while creating the resource provider it is giving error: An error has occurred that prevents the Resource Provider from being created. But on the Composer a thing and datashape are getting created. In the script log the error is: Field Definition Name should not contain spaces : Process Item Type Name I have tried creating resource provider by selecting field names without space even the same error is coming.
https://support.ptc.com/cs/help/thingworx_hc/thingworx_7.0_hc/index.jspx?id=thingworx0303&action=show At the bottom of this page there is an example of how to add or edit an alert for a given property. However when I try and implement this I get the error: "Error executing service AlertAddUpdate. Message :: Alert Attributes For [Above] are not valid - See Script Error Log for more details." The only attributes we need to set are the limit and the limit inclusive if I'm correct, so why would I be getting this error message? I have changed the property variable name to a property on the thing where I am implementing this service. // Create the Attributes Infotable for AddOrUpdateAlert call var params = { infoTableName: "alertAttr" /* STRING */ }; var attrs = Resources["InfoTableFunctions"].CreateInfoTable(params); // Define the fields required by an Above type Alert for an INTEGER field (not the values!) // limit - Minimum value at which the alert will trigger
Hi Folks, I have 5000 records to display in a Mashup at a time. I have the machine configured as required. 16 GB Memory 4 Cores Processor,etc. But it still takes time to load that much records. I also tried increasing the size of Xmx and Xms as 12 GB in JVM variables but no luck. Kindly suggest a way to speedup the loading of such size of records. Thanks!
HiIt seems that under https://developer.thingworx.com/resources the above guides are missing.How can we obtain them?
Hello everyone I need to collect the data all time. I found purge data service in Thingworx MFG app customize guide. How i disable purge data service in "PTC.Factory.MidnightPurgeWeekOldHistoryScheduler" thing? First time, I try to disable it by change the enable properties inside the thing. But, It not working. Enable properties is change to "True" after I refresh browser.
I have an infotable which conatins timestamp, device_name, temp columns. I need to apply pivot inorder to get device_names as fields w.r.t temp column as values. My pivot code is: var params = {t: data /* INFOTABLE */,nameColumn: "DEV_NAME" /* STRING */,valueColumn: "temp"/* STRING */,timestampColumn: "timestamp" /* STRING */}; var result = Resources["InfoTableFunctions"].Pivot(params); and i'm getting error like this: {"error": ""} please help me out...
Hello, I try to connect a Microsoft SQL Database to ThingWorx … I installed the JDBC MSSQL Connector Extension from the Marketplace and imported it … Then I created a Thing “DB1” with the Base Thing Template MSSqlServer… In the Configuration page I tried to configured… JDBC Driver Class Name:com.microsoft.sqlserver.jdbc.SQLServerDriver JDBC Connection String:jdbc:sqlserver://127.0.0.1\SQLEXPRESS;databaseName=thingworx connectionValidationString:SELECT GETDATE() Database User Name:sa Database Password: my password after saving I get the Message Thing[DB1] is not running… can anybody help me? I use.. Thingworx:8 trial Microsoft SQL Server 2017 best regards!
Hi, I am new to the Thingworx. I have followed the https://developer.thingworx.com/en . The example uses .xml file for import. Instead of that I want to use JSON file. How can I do that? Please guide. Regards, shreekant
As an admin, I can access wsdbprod01136-AnalyticsServer_TrainingThing but my users cannot. I tried giving and enabling all permissions under visibility, design time and runtime at wsdbprod01136-AnalyticsServer_TrainingThing Thing but my users are still unable to access the object at legacy composer and show loading forever. I had an issue previously for creating value stream but worked after I change the permission. Please help with this issue.
Hello guys, I'd like some help with some questions I'm facing based on the GoogleMaps Extension and the Thingworx data structure and how they interact with each other: - How to store data such as routes defined by the user in the GoogleMaps Widget; - Track vehicles circulating along these routes; - User defined stops added that are independent (multiples routes can have the same stop) and how to store them. Basically, I need help understanding WHAT these entities will be and HOW they will be stored (remembering that they will be defined by the user).
I followed the guide "Operationalize an Analytics Model", and It was working. However, I didn't work on this for 1 week, and now all my jobs in Analytics Manager keeps in InProcess. I Tried to delete the Olds ones, because the system was with many jobs in InProcess. But even the new ones are in InProcess. Thanks. Jessica
Hi, My customer will has more than 700 devices connected to Thingworx. Only need to read the data from the device. Each device has a work station connected to it , the work station is sold together with the device by the device provider and the device data is stored in the work station's file system and the operation system are Windows system. The Thingworx server and the work stations are in the same intranet. My ideas to accessing the device data are: 1. Deploy edge SDK on each device to read the file and send data to ThingWorx 2. Share the data folder of the work station of the device ,deploy only one edge SDK in Thingworx server(or a separated server) to scan all of the share folder to get the data. I prefer the #2 as it's must easier comparing to deploy hundreds of edge sdk . But I'm new to Thingworx and not sure if it's the proper solution for the case, or has another better solution ? Could you give
Hi all, I'm trying to fetch the saved search table from windchill in thingworx. Please suggest on how to create datashape relevant to that particular table?
I have now configured the login page with Appkey.The user and password are stored in the stream.I think there might be a problem, so I'm looking for another way.Can I edit the following pages?1. FormLogin2.ThingWorxI would like to add password search and subscription as shown in the following figure.I hope that the background behind is also included.I also hope that URLs to other pages will also be provided as links.Is it possible?Do you have any other comments?
I am install ThingWorx Foundation trial into computer me. I have try already create graphic. I want to test graphic open on the web browser or smart phone but No on "view mashup" help to give advice. Tank you.
Hi, I am trying to acknowledge an alert with property using AcknowledgeAlert service but the result shows error. But when I try with AcknowledgeAllAlerts it works fine. How can I acknowledge a specific peropert alert? 1) And where can I fetch the details of all the alert that have been acknowledged previously? 2) Using subscription "AlertAck" is it possible to save the details to sql database upon acknowledging a specfic alert? Thanks in Advance, Shalini V.serviceresult
Hi community, I have an OPC UA server running on my network, which publishes a number every second. I can see the value with UA Expert after inputting the opc URL. However when trying to do the same with Thingworx composer, it doesn`t work yet. Heres my OPC UA Remote Thing configuration: (Picture attached) All I changed was the ConnectionAdress, the productURI (is there a specific value I have to add?) and I added a property Number, that I want to read the value with. However it doesn`t connect and I can not see the number. Is there anything else I have to configure or did I do something wrong? As I said I just had to input the URL to UA Expert and immediatly saw the changing number so I reckon it should be similarily easy with Thingworx Composer. Thanks!
Hey guys, I've been trying to use the GoogleMaps Widgets to develop an application but an error always appears whenever I try to view the mashup I created with the googlemap widget. I have the API key an already followed the steps to activate it. The message that appears is "This page didn't load Google Maps correctly. See the JavaScript console for technical details." So when I see the log, it show this error: "ERROR - series cleanup error: TypeError: Cannot read property 'hide' of undefined". Could someone help me?
To test that it is not retaining value, I bound it in the following ways in the same mashup. Nothing displays in the label. 1. List widget (Service (SelectedRow(String))) ==input==> Session variable (String) ==output==> Label widget 2. Textbox widget (Text (String)) ==input==> Session variable (String) ==output==> Label widget When I bypass the Session variable, it works fine. The label displays the string from list/textbox widget. 1. List widget (Service (SelectedRow(String))) ==> Label widget 2. Textbox widget (Text (String)) ==> Label widget Thingworx 8.4.1
Hi, I have created 3 mashups. And now i want to display the links of all the mashups on single mashup in the form of tree, so whenever i click on it,it should open a mashup. I am trying to do it with d3tree widget. Please help me in doing this. I am not able to understand how to use d3tree widget as there is no video tutorial available. Thanks and regards, Sheetal sable
How to update base type info of a property like Minimum Value or Maximum Value from code?
Hi, After configuring the mail server thing and then running the SendMessage service inside the mail server thing getting below error : Unable to Invoke Service SendMessage on CBMSolutionsMailThing : Unable to send error email for logged incident. Thanks and regards, Aditya Kumar
Hi, i need to embed the Google Drive or One Drive's UI in a mashup, in this way ( expected.png ) I know the existance of the relatives APIs for this, but i would like to use also the UI.If i link directly the URL into my WebFrame, it gives me back a "refused to connect" when i try to login. ( error.png ) Is there anyone who's already faced off this? Thanks in advance! 😄
Hi, I want to use REST API to send sensor data from my device to Thingworx foundation server. I have created Mashup on Thingworx server. I have tried with the example given at https://developer.thingworx.com/en/resources/guides/thingworx-rest-api-quickstart It works fine for me. Now I want to replace HTTPie application with my device to update Things property SomeNumber. I am using SIM800 module for communication. Is there any example given for the device using REST API? Please guide.
Novice here. We have sensor data coming from a compressor and the value is in seconds. Showing that does not make sense (large number, see attachment), but not sure how or where to convert it to hours. Tried filter on the binding in Vuforia Studio, but nothing worked. Looked at TW properties, but didn't see anything that help.
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.