Recently active
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
Hi, I tried to remove a Thing from Network using code below. Networks["NetworkTest"].RemoveFromNetwork({ name: toolName /* STRING */}); Then I used IsInNetwork() on this removed Thing, however it returns true. var result = Networks["NetworkTest"].IsInNetwork({ name: toolName }); I took a look under the Network Hierarchy tab. Apparently this Thing no longer exists in Network. Not know how to solve this issue. Hope anyone can help. Thanks a lot.
I am trying to implement map widget, based on locations I need to populate my count data on the location ( for ex. india - above india i need to show integer or string values dynamically inside my color design ). now I need to show total count of each country value inside my green or amber circled state def.
Hi, I connected Industrial Connections with OPC Aggregator. could discover the tags, and the Properties is unknown
Hello all, We are running TWX 8.4 on a Kubernetes environment. We want to if the following files remain constant after the initial installation? \\ThingworxPlatform\keystore-password \\ThingworxStorage\keystore.pfx I am aware that after an application key has been created, it uses the symmetric key stored in \\ThingworxStorage\keystore.pfx. When it uses, does the file get updated? Thanks
Dear Thingworx Community, a new colleague has joined our company and we are currently introducing him to Thingworx. My idea is to create a sandbox project solely for him where he can do and test whatever he wants, with full permissions. But he should NOT be able to save any test entities to other projects, neither should he be able to modify existing entities from other projects.Is this possible? If yes, how? Thank youBenny
Hi everyone, Following up on something that we noted in our documentation a while back, we are planning to deprecate the ability to disable the Filter Content-Type option in the Platform Subsystem. Although enabling this setting is the default in ThingWorx, and doing so is strongly recommended to prevent cross-site request forgery (CSRF) attacks, it is still possible to disable it. We allowed for this option because of concerns about backwards compatibility, but now that several major versions have passed we are planning to make the default setting mandatory in a future release of ThingWorx (likely by the end of calendar year 2021). Removing the ability to disable Filter Content-Type will further enhance the security of the ThingWorx platform. Please chime in on this post of you have any concerns. Best, Walter Haydock ThingWorx Product Management
Greetings.I'm trying to build a service to call the BrowseGroups service from the root of a channel and then recursively call it on all of its subgroups (if they're not a System group) until they've all been visited and then return them in an InfoTable. So, for example, I'd call the service on "HiProfile_LBR" and it would then call itself on "HiProfile_LBR.HiProfile" and so on... (I collapsed the groups, but the channel in the example has more levels than what's shown in the image.) This is the code I've written at the moment: var query = { "filters": { "type": "EQ", "fieldName": "IsSystemGroup", "value": "true" } }; var tempTable, unionParams, groupTable; var newField = new Object(); newField.name = 'Color'; newField.baseType = 'STRING'; groupTable = Things[indConnector].BrowseGroups({ filter: undefined /* STRING */, path: path /* STRING */ }); groupTable.AddField(newField); //------------------------------------------------------- groupTable = Res
Hi guys, I have an issue with GridAdvanced widget. I have a service with standard data shape defined and I am also creating new columns based on input coming from JSON (means: creating column names based on input). When I bind a data from that service to the GridAdvanced Widget, it happen sometimes at runtime, that rendering of columns is not as I want, e.g. for hyperlink I will get only URL instead of clickable href and instead of checkbox for boolean I will get only a text. But it happen only in some cases, when I am creating new columns at runtime and get the error in console: What can I do to avoid this behavior? (Using standart od Dynamics grid does not help, because when I select "Show all columns" it lost that renders (checbox/hyperlink))
hello, getting an error "Unable To Parse JSON Request" while adding membership plan through mashup. i have one code which gives me existing existing plan name in database and i my another code is validation service created for the mashup where i wanted to compare plan name present in database with the validation service input plan name. Now when i click on add button it gives me an error "Unable To Parse JSON Request" i dont know why i am getting this error. below is my validation service code:- // result: INFOTABLE dataShape: ""let resultName = Things["PostgreSQL_DB"].getPlanName({plan_name: plan_name /* STRING */});// result: BOOLEANlet Priceresult = me.validateInteger({number: Price /* STRING */}); if(plan_name == "" || plan_name == null){result = 'Please enter Plan Name';}else if(resultName.plan_name == plan_name){result = 'Plan is already exist';}//else if(resultName.count > 0)//{// result = 'membership plan name is already exist';//}else if(Price == "" || Price == null){result
Hi Team, Suppose we don't want to install the analytics on our server and want to write custom logic for mean , median , mode and standard deviation calculation on our Thingworx 9.1 portal itself.. Could you please help with the custom logic for all these so that we would become dependency free from analytics. Thanks in advance.
Hello, I have installed Thingworx 9.1 with Postgre SQL using Thingworx Foundation installer on last week. Installation was done successfully and license also applied. Today I have observed 2 license files. ignored_license_capability_response.bin,successful_license_capability_response.bin. Why it is generated 2 license files. Please refer the attached screenshot. This is first time used Foundation installer on fresh system. Regards, Latha
Hello, I want to apply subscription when the live data will come then only I want to refresh data so plzz suggest how do I refresh live data when the data come???? Thanks in advance
Hello! I have a mashup with a dashboard that when I'm with an Admin account looks ok but when I log in with another user it doesn't appear in my mashup. I've already given Visibility and Run Time permission to the Org and UG this User belongs and still no change. Does someone know how can I solve this? Is there another permission type I must give?Thank you so much in advance.
Is there a way to use the BaseTypes VEC[X] in the C-SDK? I did not found any information in the HelpCenter (https://support.ptc.com/help/thingworx/edge_sdk_c/en/) to use the Basetypes. The only information i found is 4 Jears old (https://community.ptc.com/t5/ThingWorx-Developers/widget-for-3d-coordinates-input/m-p/502598) that states that the Datatypes are only for Vuforia. I also didn't find any Informations about it in the TWX HC besides the Datatypes (https://support.ptc.com/help/thingworx/platform/r9/en/index.html#page/ThingWorx/Help/Composer/Things/ThingProperties/ThingProperties.html) So is there a way to use VEC Based Properties in the SDK or is it better to Switch to IT?
Hi I am facing one issue where i need to keep column in grid as non-editable when particular column name is not configured in another table. column will be editable only when that column name is configured(in another table). How we can achieve it. 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.