Recently active
In my mashup, I have dropdown widget. It takes datas from SQL querry, so it shows you a lot of possible choices and you can select one. Unfortunatelly, this list is quite long. So we would like to start type begining of name (eg. DA), and system should show you only selection which starts with this string (so DA01st20, DA01st30, but not DE01st30).
Hi Guys, I have a req., to bring a dropdown inside tree advanced grid, since it became OOTB for dropdown inside grid, I moved to collection, then the struggle is to manage the tree structure. Any suggestion please... regards,John
I'm upgrading TWX HA 9.3.5 to TWX HA 9.4 and I would like to know if there are any (ThingWorx specific) instructions on how to upgrade ZK and Ignite in a TWX HA environment? Everything I found is for fresh installs. Release advisor link: ThingWorx Foundation 9.4.0.0 Release Matrix - PTC Release Advisor Install/Upgrade links:Upgrading ThingWorx High Availability Clustering (ptc.com)Installing and Configuring ZooKeeper for ThingWorx HA (ptc.com)Installing and Configuring Ignite for ThingWorx HA (ptc.com)ZooKeeper: Because Coordinating Distributed Systems is a Zoo (apache.org)Installing Using ZIP Archive | Ignite Documentation (apache.org)Installing Using DEP and RPM Package | Ignite Documentation (apache.org)
Hi I'm trying to follow the new custom CSS syntax for Part @supports (ptcs-style-unit: "PTCS-BUTTON.primary") { [part=label] { color: Blue; font-style: Italic; } } Which affects all the buttons in the mashup How to apply this custom CSS for specific button using CustomClass property Thanks in advance /VR
i've a file in repository in which i need to remove some lines and add new line the deleted line. i've got the text inside the file using loadText snnippet. Now it need to change some text inside the file. How we can achieve this. Thanks in Advance! Regards, Keerthivarman
I am trying to send data from Teltonika RUT955 to ThingWorx server and getting the below error - any idea how to fix this. [WARN ] 2023-06-20 12:15:54,297: SDK Version: 2.2.1[WARN ] 2023-06-20 12:15:54,298: TLS Library: OpenSSL[WARN ] 2023-06-20 12:15:54,299: TLS Library Version: 1.1.1t[WARN ] 2023-06-20 12:15:54,301: FIPS Capable[ERROR] 2023-06-20 12:15:54,334: twWs_Create: Error creating BSD socket to be used for the websocket[ERROR] 2023-06-20 12:15:54,334: twApi_Initialize: Error creating websocket structure, retrying[ERROR] 2023-06-20 12:15:59,352: twWs_Create: Error creating BSD socket to be used for the websocket[ERROR] 2023-06-20 12:15:59,353: twApi_Initialize: Error creating websocket structure, retrying[ERROR] 2023-06-20 12:16:04,362: twWs_Create: Error creating BSD socket to be used for the websocket[ERROR] 2023-06-20 12:16:04,363: twApi_Initialize: Error creating websocket structure, retrying[ERROR] 2023-06-20 12:16:09,374: twWs_Create: Error creating BSD socket to b
Hi, It has been quite some time. I have been looking for a Service that creates Job Orders in CWC, but I have also been unable to find where to create the Job Orders on the UI. Thanks,
Hi, I have created one form in 3 steps so I have created 3 tabs in a mashup, user clicked on the next button in the first tab so now I want to change to tab 2. so how can I achieve this
I want to know which protocol is used by thingworx to communicate with KEPServerEx and why only that protocol why not other? If you have a link of a documentation related to this please share with me.
I want to create a data table in which I want keep record of orders. My data table contains information like name, status, price etc. I want to extract data having status delivered and find the total sum of those order and display it on a label display widget but I can't find a good documentation related to this if some one can help me I shall be very thankful to you. I don't know to create services for that and how to bind with data table.
Hello, i need to get a single value and timestamp from the service, and i have trouble understanding the documentation - as in I can't seem to get it to work.The properties the service gets are as following:The output should be an infotable containing "timestamp" and "Modbus_Demobox2_kW", which is defined in a datashape.My main Problem is filtering right -- what do I have to do?
Tring to set value of bsl as null but other properties values like temperature or owner should remain same in session. this is the session input: {"containerListFilters":{"location":[],"temperature":[{"array": [{"list_id": 1,"list_name": "RT"}]}],"owner":[], "bsl":[{"array": [{"list_id": 1,"list_name": "BSL 1"}]}]}} output should be:{"containerListFilters":{"location":[],"temperature":[{"array": [{"list_id": 1,"list_name": "RT"}]}],"owner":[], "bsl":[{"array": []}} how can write the code for this?
I increased execution time to 10 mins in thingworx. And i got all 10 level cad structure in 9 mins by using getStructure API WRS which had almost 40k cad docs. Any other API is there to get all level CAD structure quickly?
Related to this thread: If this is possible then, as I am newbie here, I also want Push notifications for my Android device.
To whomsoever concerned, Could you please provide an example model that uses all the steps in the help topic: Setting up a model to work with PTC ThingWorx (SySim) ? Thank you. I use PTC Windchill Modeler 9.6 and PTC ThingWorx Foundation 9.3.8 for PostgreSQL.
hello, I need to make a post to thingworx with a XML parameter, I am trying to send it from postman and it is seen that the content of the parameter does not arrive to thingworx, I have a debug logger to see that it arrives and it always comes out undefined.What can be the solution?
I need to know how to use a variable in an infotable query. For example: (In this example I want to pass the server variable into the query. var server = "MYSERVER01"; var query ={"filters":{"type": "EQ","fieldName": "Server","value": "server"}};
I need to capture the user's information, such as the client IP and TWX Organization, by intercepting the Login event. Unfortunately, the LoginSucceeded event of the SecurityMonitor Thing does not provide the session information of the logged-in user, and the CurrentSessionInfo Snippets are also unable to access the user's session information as they are not executed by the logged-in user. Is there a solution available? Or should I customize the Authenticator?
How to configure thingworx URL without port in it ? Currently we are accessing the thingworx with port as shownhttps://localhost:8443/Thingworx/ I need to make it as https://localhost/Thingworx/
Hi,Does binding PropertyNames to GetLoggedProperty not allowed? please refer below bindings of before and after the step.Thingworx version 9.3.7 before: at GetloggedProperty, selected row, add target, Data tab, checked propertyNames after adding target, Data binding of List is disconnected and need to rebind. List at Dashboard intermittently missing as well
When you first open a Database or JavaScript thing you can create or duplicate services. If you view a service you can't create or duplicate unless you close the Thing and reopen it. I am sure there is a shortcut somewhere i am missing as this is annoying. Using ThingWorx Composer 9.3x
Hello I am using Thingworx 9.3 and I am wondering if formatting a graph like this is possible?
Hi, I have a grid which has a state formatting which changes the color (of value) of row to red after some condition is hit, and keeps it default otherwise.I want to change the background color of row when i select a particular row, so, i applied background color on selection in style properties.But on selection of row, the background color doesnt change only the text becomes smaller, seems like the state definition is overriding with the style properties I want that background color on selection, is there any workaround it ?Above grid is the issue, bottom is the behaviour i want
Hello Community, I just finished federating data from one TWX instance to another. On the new instance I keep getting this error in the application log: << Error [authenticating connection], Server websocket will be closed. cause: Missing application key!. >> This error appears every millisecond. I tried to stop and start Thingworx by using a tomact start and stop, this restarted the server but did not eliminate the error. I am TWX version 9.3.8 Any ideas on how to tackle the problem. Regards, TB
Hi, Is there a way to remove the Idle session timeout? I saw few articles where it was mentioned that it can be set to very large value, but i want to if that property dependency can be removed so that the screens wont session timeout at all? Thank you in advance.Sadagopan PSSKP
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.