Recently active
Hello Team / Experts ,Please do advise and assist me as I am unable to create Hosted Trials for Thing Worx IOT. RegardsIndranil Dutta Ray
Hi i am using thingworx 9.2 trial version. when i tried to launch thingworx composer it throws an error.... "This page isn’t working If the problem continues, contact the site owner. HTTP ERROR 401". below i am attaching snapshot of error
SCM extension download how can i download RSM And SCMextension ? getting this error while installing SCM Could not find extension (TWX_Converge_Core_ExtensionPackage:0.0.0) depended upon by TWX_Converge_RSM_Core_ExtensionPackage:9.2.0
Hello All, I am not able to get Cloud trial version of ThingWorx. Is ThingWorx cloud Trial version not available now? Thanks
How to install Connection Server ? Where we should install it (dedicated VM or can be the same as ThingWorx Foundation) ? What is the impact of ThingWorx Connection Server to ThingWorx HA architecture performance ?
Is thingworx support push notification for mobile device? and if the device(mobile) is offline then the notification handle?
Hi: I was look into the Thingworx edge java SDK , it mention , the client can set a type of SDK gateway ; but in the Composer I will see Industrial gateway template ,which be use to connect a Kepware server . Are they the same concept ? or the Industrial gateway was a subclass of SDK gateway ; then is it possible to implement a custom Industrial gateway directly? thanks a lot
Hi everyone,I want to use AddOrUpdateAlert to change the property Alert in service,I am using below code ://Create the Attributes Infotable for AddOrUpdateAlert callvar params = {infoTableName: "alertAttr" /* STRING */};var attrs = Resources["InfoTableFunctions"].CreateInfoTable(params);// limit - Minimum value at which the alert will trigger.var field = new Object();field.name = "minimum";field.baseType = "NUMBER";attrs.AddField(field);// limitInclusive - Is the condition Greater than (>) or Greater than or equal (>=)?field.name = "minimumInclusive";field.baseType = 'BOOLEAN';attrs.AddField(field);// limit - Maximum value at which the alert will trigger.field.name = "maximum";field.baseType = "NUMBER";attrs.AddField(field);// limitInclusive - Is the condition Greater than (>) or Greater than or equal (>=)?field.name = "maximumInclusive";field.baseType = 'BOOLEAN';attrs.AddField(field); var row = new Object();row.minimum = 2; // Alert will trigger when field <2
[context: Extension Exception][message: Extension must have a metadata.xml file.] i am getting same error for importing installed extension from one Thingworx instance to other of same version. i followed CS321263 Article.
Hello All I want to store data from Textfield to info table property when clicking to submit button. How can I do it? Thanks
Good Day ThingWorx teams, I am trying to install ThingWorx 9.3 Postgres on a D:Drive (with 500GB) as the C drive is designed only for the OS and has just 32GB free. Postgres and JAVA have installed correctly on the D:Drive. When the ThingWorx installer runs, according to the log, it finds and access both Postgres and JAVA without problems. I completes the installation, yet fails to connect to ThingWorx at the end of the installation. I turned off Windows Defender, and even tried restarting ThingWorx in services before the time out. I un-checked the SSL checkbox when configuring the installer. This was per a similar post for a similar sounding issue with the ThingWorx Installer. Ideas for next steps? Thank you. Preston
Hi, I'm trying to change the font size of the text box label using custom CSS. So whenever a user enters something into the text box, the custom CSS class will be changed using the expression function. This is for one text box widget. If I want to use more than 20 text boxes, I need to create 20 expressions to validate/change the custom CSS class. Is there some efficient way to achieve this requirement instead of creating multiple expression functions Regards,VR
HI ALL, created a valuesteam and created a thing with infotable(LOgged &persistence).while using querypropertyhistory ,i'm unable see the result with timestamp has no data with infotablehelp me out this. below code:let params = {path: "EMDATA.csv" /* STRING {"defaultValue":"/"} */,columnMappings: undefined /* STRING */,hasHeader: undefined /* BOOLEAN {"defaultValue":false} */,longitudeField: undefined /* NUMBER */,dateFormat: "dd.MM.yyyy HH:MM" /* STRING */,fileRepository: "EMthing" /* THINGNAME */,latitudeField: undefined /* NUMBER */,fieldDelimiter: undefined /* STRING {"defaultValue":","} */,stringDelimiter: undefined /* STRING {"defaultValue":"\""} */,dataShape: "EMDATASHAPE" /* DATASHAPENAME */};// result: INFOTABLElet result = Resources["CSVParserFunctions"].ReadCSVFile(params);please find the attachment given below for the references.
Hi all,I want to display an image using an value display widget. Currently I am using Thingworx 9.2 version. I have bind the service output to value display. The height and width of the value display is 130 and 171 respectively. When I view the mashup, the size of image within the value display widget is too small. I want the image to be fill within the dimensions given for the value display. I don't want to increase the dimensions further. Please suggest, how to adjust the image within the given dimensions. Thank you in advance!!
Hello,I have a question regarding compatibility of Apache Ignite client used by Thingworx platform for enabling HA functionality.Since Apache Ignite is on the list of affected applications will there be a possibility to use hot-fixed Apache Ignite (that will be realesed soon)? Kind Regards,Rostislav Jirásek
I'm running ThingWorx 9.3.0 with a PostgreSQL persistence provider and the Audit Subsystem is enabled and capturing lots of audit data (just shy of 1M rows in under a week). I can run ExportOnlineAuditData to export the data to compressed and localized JSON and I can also run ArchiveAuditHistoryDirectPersistence although I'm not sure what to expect when it runs. But when I run PurgeAuditData the audit log data is still in the database which I can see in Composer and by using pgAdmin to query the audit_subsystem_data table. Why is the audit table not getting purged?
Hi, I noticed that after upgrading Thingworx from 9.2 to 9.3, composer is missing some localization tokens and displays the token name instead of value.I have witnessed same behavior in both manual upgrade and installer upgraded environments, Winserver 2019 + MSSQL. I wonder if it's a known issue or if something went wrong in the upgrade process? Otherwise the platform is working normally. Some examples:
Hi, I have customize login page where user can login and after login it showing home mashup.Now if I logout the user and tried to open home mashup directly without login the user then I want to show some error message of access denied, invalid service or invalid page. suggest some solution for it.
My company won't update to Thingworx 9 in a while. So maybe someone could send me the extension for Thingworx 8?
Hi,I am working on ThingWorx HA deployment architecture using Dockers. I am reading the documentation and found HA Deployment Considerations mentioned about having 3 Zookeeper nodes but Using ThingWorx Docker in an HA Clustering Environment didn't mentioned about it (Mentioned only about Connections Server, Ignite and ThingWorx Foundation) Don't we need Zookeeper when we are using Docker based deployment?Am I missing something here?
Hi everyone, we deploy a TWX application to different environments as an extension.As we're upgrading to TWX 9.2.1 we need to delete all dependencies of WindchillConnector in order to be able to do the upgrade. Unfortunately our extension includes a ThingTemplate that is directly inheriting from WindchillConnector. We would like to delete this ThingTemplate but we're not able to (even if all dependencies of this particular ThingTemplate have been removed). How can we delete this ThingTemplate without completely removing the extension (too much overhead, as the extension is quite complex and requires a lot of set-up/configuration)? We tried:1. Delete via service -> Error: Extension Entities Cannot be deleted2. Delete via UI after all dependencies have been removed: delete button still greyed out3. aspect.isEditableExtensionObject="true" -> extension developers guide tells us it is not allowed on Thing Templates.
Hello everyone, can you please tell me how can I display the date on the x-axis?I use line chart
Hi I am still trying to learn java whilst trying to develop my thingworx app and I am trying to write a service to define the production shifts depending on if a boolean property is true and and shift has been selected from a drop drown (string) but services keeps failing saying specific shift (string) is not defined see image. Do I need to do a function call to return the string?
Hello I am using pie chart in mashup and not able to see the legends text completely it shows starting characters and hide the rest of the text. Thanks
hello,how can we use breezometer's API in thingworx , is there any way by which we can access third party services(like breezometer API/Custom .Net API) and populate the data on thingworx database and display on screen. If yes then kindly tell me the procedure. 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.