Recently active
I am trying to remove an extension which I have imported but there is no option for me to delete it under the import/export tab. Any suggestions? I am on localhost:8080 and using Thingworx 8.4.0
Hi Guys, Need help in enabling tunneling of a particular thing through Edge Java SDK. I was able to add the tunnel by invoking AddTunnel service through Edge Java SDK. Is there any service or property for EnableTunneling, so that i can invoke that service or else write the value to that property using SDK. Thanks in advance.
I am attempting to programmatically add a property to a remote thing. I need to set the push type to "Always pushed", but passing a value of "Always pushed" as a parameter yields the following error: Error executing service <Service>. Message :: Invalid Push Type : [Always pushed] - See Script Error Log for more details. I've experimented with every variation of "Always pushed" I can think of with no luck. What is the proper string input needed to specify the push type? The code for the service is below: try{Things["myThing"].property = 0;}catch(err){var error=err.message;if(error.match(/not found on myThing/)!=null){var params = {defaultValue: undefined /* STRING */,remoteBindingAspects: undefined /* JSON */,description: undefined /* STRING */,readOnly: false /* BOOLEAN */,type: "STRING" /* BASETYPENAME */,remote: true /* BOOLEAN */,remotePropertyName: 'remotepropertyname' /* STRING */,timeout: undefined /* INTEGER */,pushType: 'Always pu
I have a textbox that takes input from a scanner (I'm using a hand-held Android based scanner). The user can scan bar codes and then services are run in the background once a user scans something. The textbox auto-selects, so there is no need for the user to click anywhere - he can just continue to scan different bar codes again and again, etc etc. This is exactly the functionality I want, except I just want to make the textbox invisible. Once I change the 'visible' property on the textbox widget to be 'false', the textbox will no longer auto-select and all my functionality goes out the window. Anyone ever run into this?
Hi, I have DataTable containing ID and Name of several different Things. On my Mashup i want to click on Grid row, with specyfic ID and Name and populate TimeSeriesChart with data from Thing. And also - every Thing will be added by REST Api and there will be 300 of them, so adding it one by one to mashup will not work. What is propper way to do that? Please Help.
Hi, I am configuring HA for Thingworx. I have installed Zookeeper 3.5.5 and configured Zoo.cfg.Also created myid file. After that, i am trying to start Zookeeper and unable to start Zookeeper server. I am getting the error. I have attached screenshot what i am getting error.Could you please help on that. Regards, Latha
Hi guys, I'm setting up a Navigate environment for a customer and installation fails during "deploy thingworx.war" step. The error I get in the ThingworxMSSQL_install.log seems to be: Step changepassword_thingworx script failed :: 1 For information, I've set up a PingFederate server (on the same server). I also attach all the logs I collected. I've already checked all the first resolution steps (JAVA_HOME, user admin etc...) Thanks in advance for your help. Regards, Florent
Hello, I had some issue with my thingworx server so i decided to uninstalled it and redo an installation. I have to start my project from scratch and I was wondering if there is a way with the backup storage to recover a part of my project like mashup, service and things ? Thank you
I would like to know the logging details of the kepserver data in Value Streams. For example: If the kepserver connection with Thingworx composer is lost at 9 AM and resumed at 10AM. So, At 10AM which data of kepserver i will be receiving first in the Properties (i) The data present in kepserver from 9AM to 10AM or (ii) the data currently coming from kepserver at 10AM. How the Value stream timestamps will be generated according to the above scenario?
Hi, i was thingworx model tutorial. how do u get to this page on thingworx composer?
Hi all, In the code above, I converted a data from MySQL into base64encodeString. Next, I want to convert this string into an image to display on Mashup. Any help is appreciated. Thanks!
I'm looking to update the Favicon for a mashup, however it appears that the old solution of doing it doesn't work anymore. Is this something that's still possible? Old post: https://community.ptc.com/t5/ThingWorx-Developers/Browser-Tab-Icon/td-p/506026 Thanks
Hi, currently experiencing an issue with localisation with the date picker. It appears that the calendar displays incorrectly in French (and possibly other languages which I haven't checked). The issue is that the days of the week are a mismatch with the actual calendar below. The reason for this is that in French the days of the week start with Monday ('Lu') where as in English they start with Sunday ('Su'). The actual calender days are always arranged as if the first column is Sunday. Presumably there is an array of strings somewhere, but I am not able to find it to modify it. Does anyone have a solution for this, or has seen this issue also? Thanks, K
Hi Team, I have a device connected to a remote Thing by using an AppKey (DefaultAppkey) with no permissions (The associated User has no permissions). What I'm trying to do is: - To use that DefaultAppkey only to have the device connected to the Thingworx (appearing in the Unbound Thing List), so that I can create a Remote Thing, a new User (DeviceUser) and Appkey (DeviceAppKey) (with specific permissions to run services and read/write remote properties) - After completing the last step, I want to send that new DeviceAppKey to the device through a remote service (Let's call it SendAppKey_Service) and set some Remote properties. I've made a service to create all these Entities, using EntityServices, set the remote properties and run the Remote Service to send the DeviceAppKey to the device (Let me call it CreateDeviceEntities_Service). That CreateDeviceEntities_Service is called from the Thingworx side, by an Administrato
Hi, does anyone know what the most efficient way would be to migrate data from old version of ThingWorx to the latest release. We are using PostgreSQL as persistence provider. This runs in cluster and HA mode. DB is a different machine than Tomcat with ThingWorx. We tried to do In-Place upgrade a had some problems with it. Suggestion was to do a migration: New DB, installation scripts etc. export extensions and entities from old platform We have tried data export via Composer (Export to ThingWorx Storage) but that failed + we dont have lot of space on our application server. I would like to use pgAdmin or psql to copy content from ValueStream, Stream and Datatable tables (perhaps wiki and blog as well). Can anyone suggest some concrete SQLs to do that? Thanks a lot. Tomas
Hello, I m trying to use the 'GetEntityList' service in Thingworx which can be found in 'EntityServices' resource. This service has couple of parameters as below: // result: INFOTABLE dataShape: "RootEntityList" var result = Resources["EntityServices"].GetEntityList({ maxItems: undefined /* NUMBER */, nameMask: "PART" /* STRING */, type: "Thing" /* STRING */, tags: "CMU_MT_IOTServer2.0:AUTO" /* TAGS */ }); I am not able to understand about 'nameMask'. How is this parameter used? Does it take Reg-Ex as input or does it work on 'contains' mechanism? Kindly share some information/samples/examples on how to use this parameter. Thanks in advance. -Aditya Mittal
I want to create a mashup which looks like the Alert Summary window under Monitoring. I want to customize some of the columns. Also my mashup should only show the alerts related to my project only! How to achieve that?
Hi All, I am trying to create a service with PATCH HTTP Call from thingworx?. This one is work with POSTMAN. How can i resolve this? Thanks & Regards, Sathishkumar C.
Hi all, Like the subject, I'd like to upload and display an image into Mashup without using File Upload widget. Is there any way to perform it? Any help is appreciated. Thanks.
I try to bring the value to INFOTABLE by Service script but yet unsuccessful Please ask for advice on solving problems.
Hi everyone, I am using ThingWorx 8.4.0 and have some problem. When I set visibility permission for a thing, if it will become what I think, some users can see it in menu and others can't see it anywhere? or it just like in the picture, all users can see it in menu but someone can't click in it? I have deleted all users in organization "EveryOne".But all users, admin and others, still can see all things, temples, shape and others in menu but just someone can't click in them. I even created a new thing and then give it an empty organization for its visibility, but it still could be seen by all. I don't know what I ignore. Thanks.
Hello all, I have been following this tutorial of sorts to connect Thingworx to external databases. https://developer.thingworx.com/en/resources/guides/external-databases/external-database-read I'm using a MySQL database. the problem arises when I am trying to run a javascript based query service. I am not getting any results to the query when I run the service and the reason is quoted as " Must have a datashape defined to add rows".
In Function: Resources["ContentLoaderFunctions"].Delete(params); https://support.ptc.com/cs/help/thingworx_hc/thingworx_7.0_hc/index.jspx?id=ID4065119192&action=show There is missing "content" property, so it's not possible to send some DELETE requests, eg here: https://developer.spotify.com/console/delete-playlist-tracks/ Is there some other way to send request body by DELETE method?
Hello, I have noticed that under the "Users Logged In" Monitor page that there are several instances of Administrator being logged in. I found this page that briefly explains why (https://www.ptc.com/ru/support/article/CS261404) but it did not provide me with any guidance on how to close out of the duplicate sessions. I tried pressing the logout button in the composer, closing out of the browser, and restarting my computer but when I log back in and check there are still multiple sessions for "Administrator" on the "Users Logged In" page. We have noticed significant slow downs on our web server because of the CPU usage of duplicate logins. Can someone provide me with instruction on how to end the duplicate sessions and prevent them in the future?
here is a problem. in my design, there are 30 charts in one mashup page. But it is so squeeze and it is hard to see data in details. May I know if I click one small chart and pop up a entire chart for each.
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.