Recently active
Hi all, I'm passing an infotable from my parent mashup to the cell mashup using 'GlobalPropertyBinding' of the collection widget. I added in this property: {"Events": "INFOTABLE"} I added in my cell mashup the mashup property "Events". But I'm not getting any data through... When there is in the parent mashup. What am I doing wrong?...
Supporting influx tags, not just influx fields, is important for our use case too. Does the new ThingWorx v9 support Influx tags directly as a persistence provider or do we still need to rely on the separate influx api? Re: post
I have an install of Thingworx that I let the license expire on. In my attempt to re-license I encountered some problems and nothing seemed to work. I'm the point were I gone so far as to delete everything from the ThingworxPlatform directory and left only the platform-settings.json file. Upon restarting, the keystore-password file is created but nothing else. No licenseRequestFile.txt or ignore_license_capability_responce.bin files are created. I've tried using the old licenseRequestFile.txt file and I downloaded a new license_capability_responce.bin file but that didn't work either. Any suggestions on what to try next?
Does ThingWorx 9.1 allow using JQuery in expressions?
Hi, I'm creating entities for 100+ Machines where as each Machine has some common and unique information to be stored/accessed from DataTable. For creating DataShapes for those DataTables, there are 17 common attributes and as per Machine it may have 5-10 additional attributes. If I could get a chance to create a template with the 17 common attribute which will eliminate unnecessary name changes, naming conventions and will help me to have neat and generic code style. As of now I following one generic service to create datashape with 17 common fields by getting datashapeName as Input. In Future, if I eliminate or includes one common attribute, it will come to me as a rework for all the entities. So, How can I avoid this? or Is there a possible way to have a DataShape template? Please help. Thank you, Janakiraman P
After comparing the performance of displaying a modal popup on a windows device and an iOS device we came to the conclusion that displaying the modal popup on iOS devices leads to performance and stability issues. Comparison test: displaying an empty modal popup on iOS and Windows Chrome on iOS it took approx. 20 sec for the user interface to be responsible again (after the input it often crashed, and the page had to be refreshed) on Windows the modal page is loaded immediately
I am using Thingworx version 9.1.0. I want to reset or clear a dropdown value on a button click. I couldn't find any proper solution for this. If reload the mashup on that button click, the dropdown value will set to "Hint Text" property. But I do not want to reload the entire mashup. Thanks
Hi Team, What are the mandatory features of ThingWorx 9.1. For e.g. project tag should be present for all entities. Can you provide us the list of those mandatory features. Thanks in advance.
I have to enable an Button based on the Input of the Textbox, used an Validator to check the input of the Textbox, based on a condition validator gives the true or false to the button.Issue: The validator get's invoked only when the data is entered in the textbox and then clicked some where else, the user wants validator to get invoked automatically without clicking somewhere else.
Dear all, I have created a request in Postman, which can execute a certain service in Thingworx using REST API. I'm wondering is it possible to create a clickable text link in HTML text area widget to execute a service in Thingworx? Best regards, Yuan Bi
Hi, I'm trying to integrate ThingWorx SSO with a 3rd party IdP system, PingFederate acts as service provider to the IdP in this case if I understand correctly. I'm referring to the link Configure PingFederate to Redirect User Login Requests to your IdP to config PingFederate. It says I have to create two connections: IdP connection and service provider connection , but the page doesn't provide concrete steps. PingFederate has lots steps and new concepts such as : "SP Adapter Instance" for the two connections , it's hard to complete all the steps with confidence. Could someone provide a step by step guide for the configuration on PingFederate ? Regards, Sean
hello, i have one validation code which creates membership plans. This validation code is running personally but when i am running it using mashup it shows an error "unable to parse json request", when i clicked on Add button mashup is shows error, how i solve this error ? below is the mashup view snapshot which helps you for better understanding:- below is the validation code:- var Priceresult = me.validateInteger({number: Price /* STRING */}); // result: INFOTABLE dataShape: ""var result = me.checkPlanName({plan_name: plan_name /* STRING */}); if(result.length > 0){result = 'Plan Name is already exists';}else if(plan_name == "" || plan_name == null){result = 'Please enter Plan Name';}else if(Price == "" || Price == null){result = 'Please enter Price';}else if(Priceresult == false){result = 'Please enter price in number';}else if(plan_type_id == "" || plan_type_id == null){result = 'Please select plan type';}else if(plan_type_id == 1){ result= '';}else if(plan_t
Hi, i Stored image in Grid but it looks very small as it is inserted as a cell value..i used BaseType of the field is 'Image'. can we expand image by clicking on it in Grid? Thanks.
Hello evryone, I want to browse all items and subItems of a group but when I use BrowseItems services the parameter filter doesn't work well. so When I write that : / result: INFOTABLE dataShape: "IndustrialItems"var result = Things["TestIndConnEnergyRum"].BrowseItems({filter: "*" /* STRING */,path: "RUM_P1_MAG_VENTE" /* STRING */}); I get no result but when i Specify some channels i get data thanks in advance
I am facing the same problem. Did you find a solution?
Recently we have migrated to Thingworx 9.1. Numerous database Things have been exported from Thingworx 8.3 and imported into Thingworx 9.1. Since then, none of our SQL query services appear to work with syntax errors. Please see example of this attached. The queries run without issue when using SQL Management Tool. Do anyone have any ideas why this could be? Many thanks, Amanda
I have been unable to get the complete infotable for GetRunTimePermissions()* service call for any Thing. Expected Infotable: ExpectedInfotable Received Infotable: ReceivedInfotable The service is unable to display the complete "Permissions" datashape. Is there any permissions which is inhibiting the output of complete infotable? *Using ThingWorx 8.5.4-b222.
Hi , I am facing difficulty in arranging progress bar widgets in Responsive layout. when i added 1 by 1 four progress bar widgets to responsive layout its taking too much space at bottom and both sides of the widgets. as i shown below please help me to get this positioned. thanks
Hi, Java and Javascript use lower camel case naming convention for the variables and methods , but Thingworx seems to use upper camel case for naming the properties and services by default, it need while to adapt and looks a little bit wired for a upper camel case method in Java extension. is there any special reason for using the naming convention ? Regards, Sean
Hello all, Do I have a chance to change db connector (only hostname) after ThingworxFlow installation? I followed the below articles but one of them is only supporting change password, another one is deployment support. I don't want to redeploy TWFlow, I backed-up one PostgreSQL and restored another one. So, I just need to change hostname of PostgreSQL. The weird issue is that I don't have runtime logs under /.pm2 folder Thanks, Ref-1: https://support.ptc.com/help/thingworx/platform/r9/en/index.html#page/ThingWorx%2FHelp%2FIntegration_Orchestration%2FPasswordFlowAdminUser.html%23 Ref-2: https://support.ptc.com/help/thingworx/platform/r9/en/index.html#page/ThingWorx%2FHelp%2FIntegration_Orchestration%2FReconfigureThingWorxFlowSetupParameters.html%23
Hi, I have installed thingworx foundation with sql. I created a new thing (mssql template) and connected it successfully. But writing a new query (select getdate()) returns wrong date. It adds 5 hours with the current date. But when executed in sql it returns correct date but in thingworx it returns wrong date. What could be the issue? Thanks in advance, Shalini V.
Hello. I installed ThingWorxFoundationPostgres-8.5.8-x86_64.run on RHEL. It was working fine and I stopped using it for a while. When I wanted to enter again, the empty Composer appeared and I could not navigate. I saw that the disk was full and I deleted some archived logs, then I restarted tomcat and RHEL server, with which afterwards I could not enter the Composer again. I cannot start the Postgres server. Can anybody help me?
Hi, Is there a way to clear the browser cache from thingworx? Thanks in advance, Shalini V.
I am new with TWX so not sure if perhaps this is a common mistake but I installed and configured TWX foundation server according to manual and is working fine, if I simulate data within platform it works fine, but when trying to connect to external data via KS, error "could not initialize secure socket connection" appears. TWX Foundation in 9.1, KS 6.9, OS W2019 Server VM Thanks a lot for your help Diego
Hi All, I use KendoGrid to show digital data and download them as Excel format. The name of downloaded file is "Export.xlsx" as default. Can we set the specified name ? If we can, would be happy you provide sample code.
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.