Recently active
Hi All, When I follow the document https://developer.thingworx.com/en/resources/guides/create-authentication-extension And then try to login using the TestSite.html, I get the following error in the security log. Debug Filter set to SAMEORIGIN - sending same origin I suspect there is some web.xml setting that I am missing. After the authentication request, I am redirected to /Thingworx/ActionLogin/CustomLogin with 404 error. Regards, Manas
Hello, I have a mashup parameter object that contains a few infotables. My advanced grid widget has its data bound to one of those infotables. I am able to edit and add rows on the front end, but unable to delete rows on the frontend. Has anyone experienced this issue before, and/or do you have any ideas on how I can solve this problem?
Hi All, I've an service as: If(Condtion) { //result should be infotable } else { //result should be an string } how can i achieve this, please help.
Hey everyone, I need to change the font style to customize the look and feel so if anyone knows how to do kindly guide me, i have searched for widget extension in marketplace nothing was available, guide me to change the font style
hi experts I wanna load image in infotable. There are 4 field names in datashape. one of the four is imagelink type. How can I load an image on infotable?
Dear experts, We are facing just the same issue as cs296010. https://www.ptc.com/fr/support/article/cs296010 The ThingWorx always has ApplicationLog error: An Invalid Property Value Was Sent To [XXX-GW Property: [StoredUpdateCount] However, it really impossible to disable “ Store and Forward” option as the Kepware side is in another city now… do we have any resolved solution in Thingworx platform side? Thanks and best regards.
Hi, I am using the D3Piechart package version 1.2.85 and GoogleWidget extension package version 3.0.3 in Thingworx 8.5. Widgets are not showing up while loading the mashups in Thingworx 8.5. There is no error logs observed. For Google map, we have given the Appkey also in Platform subsystems. Same widgets we have used in Thingworx 8.2 and showing correctly there. Any one knows what is the reasons?. Could you provide the support to show widgets correctly in Thingworx 8.5? Thank you. Regards, Latha
Hi All, I have an service, in which i need 2 different kinds of outputs, 1 is infotable and another 1 is string types. How can i do this , Please help.
Hello, I am reviewing the below guide, and I cannot get past step 6 when trying to execute the service. Descriptive Analytics \\\ I have analytics installed, the server is running along with the installed services, yet I get the message above? Pretty sure I didn't miss anything on the installation of the Analytics Server. Is there an additional extension that is needed? Thanks, Thomas
Hello, I noticed that when I went through our demo for the Lock out tag out sequence that the reports are not showing up. Please see the snip below displaying the error message from the report log. Another thing I noticed was when we go through the checklist and select “I confirm all these steps are complete” in the demo I believe the window would disappear, but now we have to click on something else in order for the display to clear. Please Advise -Matt
Text Area widget (BETA) does not display when the mashup is viewed. I am on thingworx 8.4.5. Did I miss something in the widget configuration?
Hiii All This is Peter Raj I have a GPS tracker by which i can monitor all the location data of the vehicle kn Thingworx Mashup currently I am facing a issue I have a Address of a vehicle but I need the address as a Co-ordinates in the form of Lat : Long so that I can display the co-ordinates in the Google Map widgets can anyone pls help me to overcome this issue
Hi, In customer's system, the CPU usage is 100% because of the processes of PostgreSQL. If restart the postgresql service , then the cpu usage will creep to 100% in about 10~15 minutes The event processing subsystem received 1.5 tasks per seconds . The active threads will increase until 75 (see the attached picture ) Thingworx can work about 1 hour when cpu is 100% , then will found lots of error "Connection to localhost:5432 refused" in ErrorLog.log . No dead lock found by running the sql "select pid, usename, pg_blocking_pids(pid) as blocked_by, query as blocked_queryfrom pg_stat_activitywhere cardinality(pg_blocking_pids(pid)) > 0;" Query the table pg_stat_activity, found lots of long xact_stay, but no long query_stay. (see the attached picture ) CPU usage. (see the attached picture ) Any idea about it ? The workload is not so heavy , why is the CPU usage so high? ------------
Hi I have built some mash ups with textboxes for the user to input info. A collection widget was used to bring all these mash ups together in one main mash up. There's no problems with loading the collection mash up but as soon as the user tries to type in a textbox the whole page just refreshes before they can finish their entry. This only happens on android devices and only happens when the textbox is in a mash up that's called by a collection widget. This doesn't happen if the mash up itself is loaded (Not using collection widgets), and there are no problems whatsoever on iOS devices whether a collection widget is used or not. Please may I get assistance with this
We're attempting to bind to the GetProperties websocket from a web application outside of Thingworx in the same way as we would within an mashup via the "update automatically" checkbox. Is this possible?
Above is a general outline of our Thingworx Model we are working towards using Thingworx 8.5.0-b12 with Kepware's KepServer. We start with a base ThingTemplate, then have a set of Thing Templates inherit the BaseTemplate based on the manufacturer or model of the real world device we are modeling. From there, we create a Thing for the real-world device and it inherits from the appropriate model template. We then bind the properties of our Things to the properties of Industrial Things that are made available through our Kepware Industrial Connection. The problem comes when I added an overridable service and subscription to the BaseTemplate. The subscription calls the service on the AnyDataChange event for 'Me'. This works great except for the Things derived from a particular model's ThingTemplate. For the Things that derive from the problem ThingTemplate, I can observe that the properties are changing through the binding to their corresponding Industrial Thing. If I add an
Hi ForumI have a weird problem in thingworks. I have a thing shape with a data change subscription. The script needs to update a property value and as usual i write "me.<property> = <something>" but for some reason the property does not get updated. If i copy paste the code into a service and execute the service it works just fine. I have a logger message in my script and can see that the subscription is triggered but the data is not updated. Even more strange, when i make the subscription trigger the service (that i know work) i can see that the service has run, but again no update to the property.... whaaat.... if i then right after trigger the service manually the property updates. I have no clue why this happens. It used to work on 8.4.x since then i have updated to 8.5.0 and now i have this mess. Hope someone can help me.
Hi everyone, I am creating a mashup that allows users key in their personal records and to upload multiple files via file repository. These data will be recorded into an infotable where another mashup will be generated to display all the records. I have created a column to allow download the files that have been uploaded previously and render it in hyperlink format. In order to get the download link Full path (one document uploaded) :"http://localhost/thingworx/FileRepositories/CustomFileRepository/A.jpg" Full path (multiple documents uploaded) : "http://localhost/thingworx/FileRepositories/CustomFileRepository/A.jpg | B.jpg | C.jpg"The multiple files uploaded are seperated by " | ". Download link in infotable works for a single document, however problem will arise when multiple files are uploaded
I have one thing (School_TH) with 2 properties of infotable type and 1 custom service. The first property (infoTeacher) has the following fields: id, name. The second (infoStudent) has the following fields: id, name, idTeacher. Both have data.The service (GetFilteredStudents) has an input parameter (p_idTeacher) that takes the id field from the line selected in infoTeacher and filters the students as the teacher has chosen.I want to show teacher information in one List Widget and, depending on the teacher chosen, show in another List Widget the students related to that teacher. Here are my steps:1) I created a mashup with 2 List Widget; (OK)2) In the Data session I put my thing (School_TH) with 2 services: My custom service (GetFilteredStudents) and the "GetPropertyValues" service, the latter being loaded when the mashup starts; (OK)3) I bind to the first List Widget (Teachers) the "All Data" of "infoTeacher" property of the "GetPropertyValues" service; (OK)4) I bind with the second Li
I have created a Database thing on TWX 8.5.1 and trying to read data from PostGres. Using Postgres 11.5 running on Debian Linux on a remote serverUsing postgresql-42.2.9.jar on Thingworx/WEB-INF/LIB loaded on Thinworx 8.5.1 server (windows) Configured all settings on my thing, but can´t connect to Postgres, Please, how to enable debug to understand why is not connecting? Any logs I can check for error?
For access to subscribe service on private Mqtt broker is mandatory to notify the IP address of host that will do request to the broker. How can I to identify the Ip address of Thingworx on PTC cloud ? Many Thanks Dimitri
I am trying to enable some subscriptions on a Thing programmatically on ThingWorx 8.4.0. I wrote a simple service that calls the EnableSubscription service, but it keeps giving me the error: Message :: Cannot Update A Subscription That Does Not Exist! - See Script Error Log for more details. Here's an example setup in which I get the error: Thing: 'DummyThingEntity' Property on DummyThingEntity: 'TestNumber1'Subscription on DummyThingEntity: Name: 'Foo' Event: 'DataChange' Property: 'TestNumber1' The subscription simply logs a debug message. Service on DummyThingEntity: 'Ensub' Code: me.EnableSubscription({ thingName: me.name /* THINGNAME */, eventName: "DataChange" /* STRING */, propertyName: "TestNumber1" /* STRING */ }); Do I have something incorrect in the 'EnableSubscription()' snippet?
Dear community, I am experiencing an issue with the Collection widget on our development system. I have a Mashup using Collection widget and it worked fine for several months. From one day to the next the Collection widget (or rather its content) was not visible anymore, the space is simply empty. I have not changed any settings or anything else on the server or environment but cannot 100% guarantee that none of my coworkers changed anything. The Collection widget does not work on any Mashup. I created a new one from scratch, same behavior. This only occurs on the dev system, so far no test or prod system is affected. I exported the working version of the Mashup from prod back to dev - still empty. The bound data is for sure NOT the issue, the good old repeater is working like a charme using the same data source. I observed a similar behavior in the beginning of our project when you first have to check "Enable Beta Mashup Features" on PlatformSubsystem -> Configuration. B
Hello. I am trying to import a project from a xml file. I get this error in the Thingworx log file " Thing XXX has an invalid thing template [DataExporter] ". I'm looking at the marketplace but I can't find the extension DataExporter. My client use Thingworx 8.33 and I using 8.5. I need someone to help me. Thank's
Cannot see/edit the Widget in Editor mode ... Any Ideas?
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.