Recently active
Hi I want to get the difference between the timestamp value logged when a property updates on a thing. The thing has an valuestream. Do I need to write a service for this? Which snippets would I use? Or is there an existing service which would do this so it can be displayed in a mashup. Thanks in advance.
Without making changes to the mashup itself because it is deployed as a package, is it possible to have a thin informational banner at the top of the Thingworx application in the web browser using tomcat. We want to use it to let users know they should use Google Chrome to view the Thingworx app. We want to do something similar to the license expiration banner in the image I attached.
I have a custom group created - SupportAdminGroup who are less privileged than Administrators group. When SupportAdminGroup member was unable to execute Resources["EntityServices"].GetEntityList(params) I gave the run time permission to read and execute for SupportAdminGroup in "EntityServices" I was able to execute the service as a SupportAdminGroup member . However , I want to use the service Subsystems["PlatformSubsystem"].GetEntityUsageReport();. I have given Run time execute and read permission to the group , yet it errors out with Entity [PlatformSubsystem] service [GetEntityUsageReport] requires Administrator privileges . How do I get to use the PlatformSubsystem services for a non Admin user?
Hi Team, Is it possible to show tree structure in tree grid advanced widget just like normal tree widget? Because tree grid advanced widget displays data in the form of grid. If yes, then please share the solution.
Hi Team, We have a grid populating data from one service as AllData to data and 2nd service for populating AllData to SelectedRows of advanced grid, but it is not showing as selected rows on load. I tried same behaviour with List using SelectedItems property. It is working properly as selected items of list. Please provide the solution as we need advanced grid and not list for our application functionality. Thanks in advance.
Hello, I want to apply below state formatting to label chart .Please suggest how do I apply state formatting??? and please refer below attachment Thanks in advance
Hi all, for some aggregation in memory I used an Infotable. So my Thing has an property of type INFOTABLE and I can access the rows to read/write single entries. e.g: var now = new Date(); me.tab.rows[0].ts_set = now; var result = me.tab; Thingworx 8.4 & 8.5 give me a result with the correct now() timestamp in the first row. I now tested this code in Thingworx 9.1 and it does not give me the correct now() timestamp in the first row! So is it not possible to modify single entries in INFOTABLES in place any more? Do I really have to copy the INFOTABLE every time I access it and change the code to: var now = new Date(); var tab = me.tab; tab.rows[0].ts_set = now; me.tab = tab; var result = me.tab; Any suggestion, please? Greetings Andreas
Whenever I try to use the endpoint GetPartInPartsByID I get the following error : Unable to execute service GetEndpointDefinition on AG_Odata_Connector : JSONObject["PTC.CADDocumentMgmt.AssociationTypeEnum"] not found. I saw that there is a support article https://www.ptc.com/en/support/article/CS332815 for this and it has the following info : Reported to R&D as JIRA ticket as PSPT-70331 If using Thingworx Integration Runtime version 8.0.9 or earlier IR versions with Windchill Rest Services 2.1 then errors can occur. PTC strongly recommends to upgrade to Thingworx Integration Runtime version 8.0.10 to work with Windchill Rest Services 2.1. But check ThingWorx Navigate Product Compatibility Matrix and confirm if IR 8.0.10 version is supported and compactible with current Thingworx Navigate version before you proceed for upgrade . If current Thingworx Navigate version is not supported with IR 8.0.10 version then upgrade Thingworx Navigate to latest Navigate
I have the same issue. An entity having services completely disappeared from the data tab, yet it is still visible in the connection tab. Importing an older version and reimporting it didn't work for me. When I'm trying to readd in the data tab the entity, then it create a new entity with the name "SAMENAME1" or "SAMENAME11"... It's really bothering. Regards,
By Tim Atwood and Dave Bernbeck, Edited by Tori Firewind Adapted from the March 2021 Expert Session Produced by the IoT Enterprise Deployment Center The primary purpose of monitoring is to determine when your application may be exhausting the available resources. Knowledge of the infrastructure limits help establish these monitoring boundaries, determining straightforward thresholds that indicate an app has gone too far. The four main areas to monitor in this way are CPU, Memory, Networking, and Disk. For the CPU, we want to know how many cores are available to the application and potentially what the temperature is for each or other indicators of overtaxation. For Memory, we want to know how much RAM is available for the application. For Networking, we want to know the network throughput, the available bandwidth, and how capable the network cards are in general. For Disk, we keep track of the read and write rates of the disks used by the application as well as how
Hi, In pagination widget , 'previous' and 'next' labels are not visible , instead it shows '???'. Please let me know how i can resolve that ? Attached is the screenshot for reference.
Need is to turn off Autocomplete for fields like Password entry in Form as in the Login Page, so that the browser does not prompt user to save the populated values for later use.
Hi, I was working on user creation script. few users has been created by non editable mode. I am able to see those users via GetAllEntities() not in composer, Also, i found a way to see users in composer by creating one service to add users in particular usergroup after adding them I am able to see added(non editable) users in that usergroup. In Usergroup if i click and delete user nothing happens,if I try to change property I get you can't delete non editable users. Now I added 10+ undefined users in that group. Now, I need to remove the users from my instance.. I tried via deleteuser service but users are not deleted and still I am able to see them via GetAllEntities()...
Hi, I try to execute a Thingworx service (Action "Service Execute") with a boolean input value in a Flow. The Boolean input parameter for the executed action is given from the input parameter (also Boolean) from the Flow itself. The issue is that I cannot bind the Input params (oder params from other actions) to the Boolean input (like I could with any other input type like a String). I only can choose between a fixed true or false; see attached image. There is a option to not use the "Form" input a apply a JSON, but that does not work either. Because my second input variable (which is a String) is getting ignored somehow. (i.e. {"BoolVar":{{$Service.BoolInput}},"order":{{$Service.orderNo}}} ) I don't like workarounds like: - Duplicate the action (one with "true", the other with the "false" input) - Change the input variable of the Thingworx service from Boolean to String because this is a fairly simply use case and it just would make things more complicated
Hello, I am part of a development working to push AWS data into TWX and vice-versa. Can you help with the steps involved for overall process.Thank you in advance.
Hi, I have configured Thingworx 8.5.1 with HA Configuration. Observed primary Tomcat was stopped and pointed to secondary server. I did not get the reason why Tomcat stopped. Also, verified system is not rebooted during that time. I have observed below errors on "tomcat9-stdout" file. Is Tomcat stopped because of below errors? Do I need to verify any other files in Tomcat logs? 2021-03-18 17:35:58 WARN IntrusionDetector:65 - [SECURITY FAILURE Anonymous:null@unknown -> /ExampleApplication/IntrusionDetector] Invalid input: context=HTTP header value: cf-visitor, type(HTTPHeaderValue)=^[a-zA-Z0-9()\-=\*\.\?;,+\/:&_ %$ ¡-￿'"]*$, input={"scheme":"https"}org.owasp.esapi.errors.ValidationException: HTTP header value: cf-visitor: Invalid input. Please conform to regex ^[a-zA-Z0-9()\-=\*\.\?;,+\/:&_ %$ ¡-￿'"]*$ with a maximum length of 2000at org.owasp.esapi.reference.validation.StringValidationRule.checkWhitelist(StringValidationRule.java:144)at org.ow
Hi, I am looking to retrieve data from datatable based on Current date but in Datatable stored format is Date and time. if given input is Date only without time , i need to fetch matching records for the input date. how we can do it in TWX 9.1. Thanks
Hello, how can we upload/download a file with FTP on Thingworx 9 ? All the FTP/SFTP extension on the marketplace have been deleted. Thanks
I met a problem when I installed ThingworxAnalytics 8.5.12 on windows. I filled in the required information smoothly until it required the SSL thingworx connection like below picture. 1. Where can I find the SSL Certificate File from thingworx's path? At the present, I try to find the .pem file in the path(/etc/ssl/certs) but there are too many .pem file (below pictures are all .pem files in /etc/ssl/certs) that I confused which one is the correct .pem file I should upload. 2. What is the name of SSL certificate file I should upload or should I find it on other path in thingworx?
1.Is it possible to download the properties data history as a 'report' in Asset advisor? Is there ay option to do that? 2.Also the default chart in Asset advisor is Time series chart. Can we use any other charts instead of time series
CSS in my underlying mashup: .edit-sim .BMCollectionViewSupplementaryView, .BMCollectionViewCellWrapper {position: relative !important;left: auto !important;top: auto !important;transform: none !important;width: 100% !important;} I added a custom class to the collection in my underlying widget (edit-sim). However, the width 100% messes up my main mashup that contains a collection widget. All cells in this collection widget (that I gave the custom class 'collection') line out and fill the whole width. How to add an extra CSS part in this main mashup that puts away the width 100%? Thanks in advance
Has anyone integrated Walk-me with Thingworx, I know it is possible with Windchill.
Hi All, how to configure Adapter Settings in Ping? What can be the Instance Name and ID here? Regards, Janakiraman P
Hi All, I am trying to change colour of the slider (progress bar) but i cannot find any documentation regarding it. I am using thingworx 9.1 can some one share thoughts as to where is the configuration option. Kind Regards SO
Hi Everyone I want to show live sensor data on the collection widgets when it will come.use case: I have 10+sensor which having(member_id,heart_rate_device_id) parameter I have created a service which is storing that live data into DB I want to show all member live data on collection on time when it will come it should be a refresh of every member data I have created an info table property which I am inserting live data but it should not update on member id wise it is adding the next row for the same member id Please check the screenshot that I have attached I want to show the same as this. Please suggest the way how to overcome this problem in 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.