Recently active
Hi, I have a problem with configuration of Advanced Grid columns via JSON. My goal is to create one editable column, which should have boolean type, so it seems to be ok according to the doc. Now the JSON config: First part: var result = { "cellEditingEnable": true, "columns": { .... Second Part (under column def): "description": "....", "columnFormatter": { "type": "boolean", "format": "notext", "cellEditor": { "enabled": true, "type": "checkbox" } } I tried avery possible comination, format as checbox, notext, remove format, remove type and it is still not editable at all. Any ideas? Any example of valid config JSON with editable field? Thanks & Best Regards, Adam
Hi,I am newbie to ThingWorx and I want to test how can i send an email using ThingWorx 6.5.For the same I am want to know further steps to be followed, till now I did below basic steps,Create a ThingFilled "General Information"Select The "Thing Template" attribute value as "MailServer"Go to "Services" TabClick on down arrow in ServicesClick on Test "SendMessage"After opening popup window, fill following required fields,subjecttofrombodyClick on TestI am getting below ErrorUnable to Invoke Service SendMessage on Test-email : Could not connect to SMTP host: smtp.gmail.com, port: 25Please suggest, what are all the steps need to be followed to send a successful Email/message.Regards,Mahesh
I want to get the thingname for a thing through a thingshape attached to it. using eclipse I can't fetch the particular thing name for getting the properties of the thing. for example in thingworx we use "me.name" to fetch the thingname, what will be the suitable alternative for that in java eclipse. thanks in advance.
I have a mashup called Mashup1 and it contains Datatable1 and an Editable Grid1. All the changes made in Grid1 is Saved in Datatable1. I also Have another Mashup called Mashup2 and it contains Datatable2 and an Editable Grid2. All the Changes made to Grid2 is saved in Datatable2. Now here is my Problem. I wanted to Display row4 from Datatable1 in Editable Grid2. Changes made to row4 from Editable Grid2 should also be reflected in Datatable1. Thanks in advance. 🙂
We want to send the data once to a specific topic.Have you ever created a service that publishes data once to a specific topic? If you have such experience, can you share it? If do not have an answer in this article, I will create a case in E-SUPPORT. I will then share the results. Thanks
Hi. I get a thingworx c-sdk and I want to use it My C++ project. But in thingworx c-sdk, it uses 'namespace' as some parameter's name. As I know 'namespace' is reserved word in C++. How can I resolve it?
Hi Everyone,I want to display hierarchical data present in two Infotables. I can use tree table for displaying. In my opinion it is not the way we did it for grid widget.Could anyone please let me know how to use the tree table widget. Do we need to write special services and How to bind the services with the tree table widget. And what are the changes that we should apply in properties of the widget.Thanks..!Regards,Madhu
Hi, I wanted to have multiple users using my application and came to know that session management is the solution. I have couple of questions on the same. 1. Thingworx session management is for Thingworx logged-in users, as I understood. However, I have my user data stored in GraphDB. Can I make use of the Thingworx session management features in that situation? 2. Is there any proper documentation where I can obtain some insights regarding the TWX session management?
Hi, I created a service for displaying current date time "SELECT substring(convert(varchar(20), GetDate(), 9), 13, 5) + ' ' +substring(convert(varchar(30), GetDate(), 9), 25, 2)" I am getting output correctly on saving but I am not able to create data shape, On saving I am getting an error "save failed, status: error message: Import Failed: A Valid Name Must Be Provided". I checked the application log but it says the same error as Invalid name. How do I resolve this issue. Please provide some help. Thanks, V Shalini.
Is possible to get access to PTC hosted ThingWorx environment. i.e. PTC provides hosted ThingWorx environment. I want to run some exe on this environment to automate some of the manual task. Is it possible to get access such machine or VM?
We have connected around 20000 device with connection server we can see number of connections on connection server ( using netstat) but we cannot see same amount of connection on Platform. How we can check this same on platform specially on WSS ( Web Socket) Look like we can see multiple thread on connection server (Based on connected agents) but this is transferring data on platform in single thread? Please suggest
Hi team, I have connected an asset to KepServerEX (version 6.2) and I am currently trying to push data from KepServerEX to Thingworx platform using existing Things (version 8). As you can see in "quickClient" and "ThingworxProperties" screenshots attached, the data are well retrieved in KepServerEX. The Thingworx connection properties are also good and the connection is established with the platform. In Thingworx, I manage the bindings correctly by going to New Composer -> BearingFaultSimulatorRemote thing-> properties-> manage bindings (see "manageBindings_thingworx" screenshot attached). Unfortunately I can't get data in Thingworx and I get the same error message for all the variables by going to application monitoring logs (see "error_thingworx" screenshot attached) : "Error reading property [thing: BearingFaultSimulatorRemote, property: Bearing***] No return from Property Read Request" I already spent some time trying to solve it by restarting servers, changing
I downloaded the Thingworx Analytics Trial from here: https://developer.thingworx.com/resources/downloads/analytics-trial-edition My desktop runs Windows 10 Pro, and I installed Docker 17.09.0-ce as suggested in the Trial Edition Guide included in the package above. Docker is tested with hello-world and returned an expected output. Then, I tried to run "AnalyticsTrialEdition-8.2.0-r3-windows-installer", but I failed when it tried to install Analytics Server. I guess it might be the reason that my Foundation is not up. Instead running the bundle that installs the entire package at once, I installed each component one by one. I installed "installer-twxfoundationH2-devzone-windows", and then "AnomalyDetectionServices-8.2.0-windows-installer". When I got to "ThingWorxAnalyticsServer-8.2.0-r4-windows-installer", it didn't seem be installed correctly. I have encountered following errors. And I didn't see any new Things created on my Thingworx composer. &
We have connected around 20000 device with connection server we can see number of connections on connection server ( using netstat) but we cannot see same amount of connection on Platform. How we can check this same on platform specially on WSS ( Web Socket) Look like we can see multiple thread on connection server (Based on connected agents) but this is transferring data on platform in single thread? Please suggest
Hi All,I am trying to create stream with eclipse extension. I can't able create a stream. Any suggestions to create stream?Thanks & Regards,Sathishkumar C
Hi, I am using Data Grid to display Composer values in the form of a table. I have to display the values in row wise not in column wise. Is it possible to implement in that way using CSS, if yes then please help me out to solve this problem? Thanks, Desai
Hi, How can we space a vertical menu equally? There is an option for equal spacing for horizontal menu but for vertical menu I dont find that option. Is there any possible way that I can space the vertical oriented menu equally? Thanks, V Shalini.
I have created two MQTT things. I have connected both to a public MQBroker -say Mosquito. Some times only one "thing" connection is true, the other "thing" gets disconnected. This happens often. Is there any issue in using same broker/servername for two mqtt thing.
Hi, I was trying to include few of my entities in custom extension. The workflow is easy: Reproduce: Create Thing -> Add Subscription (me:ThingStart) -> Export as Source Control Entities -> Add to Entities folder in extension sources -> Try to import extension -> ERROR Attribute 'sourceType' is not allowed to appear in element 'Subscription'. In MyEntity.xml file there is actually this attribute: sourceType: Thing. After deleting it it is working perfectly. It's bug or I'm missing something? Thanks, Adam
Hi, I think my question might be more about the fundamental of how thingworx work and what we can do with it. Is there a way to develop an app programmatically (let say with JAVA) using a thingworx SDK and make it run on the platform ? Or do we need to develop everything directly with ThingWorx Composer ? If we can deploy custom app in JAVA, can we also use third-party libraries ? Sorry if the question doesn't make sense, I'm trying to understand how ThingWorx work. Thanks, Gringet.
I want to upgrade thingworx foundation 8.2 to 8.3 on the production server, on which a huge application is developed by us. In order to avoid all the compatibility issues, what are the steps to be followed to upgrade. Can somebody please provide inputs?
Hi All, How can i access me.name in a service with Eclipse Extension? Thanks & Regards, Sathishkumar C.
Hi there, How to display a datatable with its values in Mashup? And also how can I edit the values and add/remove the rows also in the datatable?
Hi there, How can I perform the following editable grid.? Can some one guide me through the step by step execution? Thanks in advance. https://www.youtube.com/watch?v=FISQHoNV6qo
Hi All, We are using Thingworx-common-6.0.2.jar and Thingworx 7.4.8-b39 We use single edge client connection to update properties of multiple remote things code works OK when we test with 50 devices , we get below exception when tested with 500 devices ############################################## code - com.thingworx.communications.client.ConnectedThingClient.java public void bind(List<String> things)/* */ throws Exception/* */ {/* 362 */ BindRequestMessage bind = new BindRequestMessage();/* */ /* 364 */ bind.getRequestContext().setRequestId(UniqueID.globalCounter());/* 365 */ bind.getRequestContext().setMethod(RESTAPIConstants.Method.BINDREQUEST);/* 366 */ bind.getRequestContext().setNames(things);/* */ /* 368 */ if ((StringUtilities.isNonEmpty(getClientConfigurator().getName())) && (StringUtilities.isNonEmpty(getClientConfigurator().getType()))) {/* 369 */ bind.getRequestContext().setGatewayName(getClientConfigurator().getName());/* 370
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.