Recently active
1. i'm using Amazon -Virtual Desktop system -Windows 10 , i doesn't have admin rights of my Virtual Desktop system and installed the JDK 1.8 -64 but and Tomcat 9 and Postgresql 9.6 . 2. ThinkworxPlatform and ThingworxStorage folder given full right of read and write 3. Deployed Thingworx war into Tomcat . 4. While startup the Tomcat facing the below error . 5. ThingworxStorage folder inside LOGS folder not created any logs. Please kindly help to resolve my issues ASAP, Thanks in Advance. NOTE: i followed below thread solution but not worked out me. https://www.ptc.com/en/support/article?n=CS305796&language=en&posno=1&q=Caused%20by%3A%20java.lang.RuntimeException%3A%20Failed%20to%20create%20SecurityManager%2C%20Failed%20to%20load%20SecretProvider&source=search ERROR DETAILS: 03-Nov-2019 18:44:54.329 SEVERE [main] org.apache.catalina.core.StandardContext.filterStart Exception starting filter [HAAuthenticationFilter]javax.serv
how to connect KepServerEx6 to mysql workbench database ? please suggest some documents or tutorial thanks
Hi everyone, My configuration: ThingWorx Industrial Connectivity 8.4.66 ThingWorx Fundation 8.4 (30-day Evoluation Server) I am using Industrial Connectivity to get data from PLC and bind it on my dashboard. I was able to do it. But I have tried get data from other PLC (through of industrial connectivity too) and I could not do it work well. The quality of connection is "unknown" And I guess the communication between PLC and Industrial Connectivity is work well. I have ever verified if there is any firewall blocking me but it is ok. has someone could help me it? Below other configuration: Regards
Hi Everyone, I have an requirement where i need to add button inside grid column and then on click event of that button wants to call some services.. or else want cell selected event in grid. Is any one of the above things is possible with grid ? Thanks In advance.
Hi guys, I am trying to use a navigation widget in Thingworx 8.5. If I configure the widget to open as a modal popup the responsive mashup linked the the widget doesn't show correctly. If I set the widget to open the mash up in a new window it displays correctly. Any ideas why this happens and how to fix it? I have attached a picture of the modal popup and the new windows view.
hi, My requirement is..for eg. I want to display a list of years from 2017-2030, so for this i have written as service and bind it to list widget. so i will get a list of years in dropdown/combobox. But what if a user wants a year 2016 data, but the year not present in list. I want a option in dropdown/combobox to enter the year manually also. so that i get the data of that year too. Is there any way of doing it? Thanks, Sheetal
I used lots of "value display"widget object.When i click one "value display" ,i want to show specific information in the right sidebar.Can i send parameters to the services when i click the "value diaplay".
Hey guys, i got the task to work with the Remote Access Extension (REA). After I install all extensions and dependencies I restart the tomcat and I run into a problem. Everytime I open a mashup in design or runtime i got a 403-Error from the tomcat server. If I try to uninstall the extensions is displays the following error message "Unable to execute service DeleteExtensionPackage on PlatformSubsystem : Failed to list contents of /usr/share/tomcat8.5/8.5.41/webapps/Thingworx/Common/extensions/AdvDataFilterWidget-extension"
Hi All, I have problem to insert a data into Stream from subscription. In the following my step : 1) I built a service to insert data into stream //var tags = new Array();var values_xx = Things["ThingStreamForTest"].CreateValues();values_xx.ALARM = InputAlarm; // STRINGvalues_xx.DataOra = InputDate; //DATETIME// location:LOCATIONvar location = new Object();location.latitude = 0;location.longitude = 0;location.elevation = 0;location.units ="WGS84";//var params_xx = {tags : tags,timestamp : InputDate,source : me.name,values : values_xx,location : location};// AddStreamEntry(tags:TAGS, timestamp:DATETIME, source:STRING("me.name"), values:INFOTABLE(TestDataStream), location:LOCATION):NOTHINGThings["ThingStreamForTest"].AddStreamEntry(params_xx); 2) I run thin service with input parameter and the data are insert into Stream (it Work) 3) If I call the service from subscription I received the following message Execution error in service script [ThingofProcedure GestionePacketFromMqttBrokerToS
Hello, I had already read and tried the thread " Trouble when trying to connect OPC Aggregator to ThingWorx Composer" before writing. in the OPC aggregator, I had configured HOST: 127.0.0.1 Port: 80 /Thingworx/WS application key from thingworx expiry in 2020-10-21. I did a testing, if I am using the OPC client from the aggregator and the communication is ok, I can read/write the value of the device. When I do a discover in the Industrial connection, I am able to see the tags from the device, and able to bind the tags from the devices to the thing. BUT, the connection seems to be down always, and when I check the log. it show unable to establish callback for device in the OPC aggregator. At the Thingworx, the Thing show "connected" but the bind data is showing "?". I am not sure where is I should check now, can anyone give me any hint, I will go try it out. Thank you in advance. Newbie kek ps: let me k
Hi All I am looking for develope Mobile Application for the existing Thingworx web application, I am Looking for standard methods to follow for authentication from mobile app aganist thingworx user. Please send me relevent documents and what are the steps need to be followed .
Hello, In the few Thingworx Custom CSS tutorials/how-tos that I can find they all mention selectors such as, ".widget-button", ".button-element", "widget-button-text" etc. Clearly these selectors are not extensive enough to cover things such as an advanced grid's rows, or columns for example. Is there some resource out there that lists all of these selectors? How do I select an advanced grid's first column header? I am well aware that you can copy an element's selector through developer tools on google chrome. This is not good enough as these selector's values may change over time.
Hello everyone, I am writing a service in a thing called "getInitializedFileStructure" There I want to create multiple Folders in a specific order for a fileRepository Thing. The code goes something like this: function addFolder(path){var params = {path: path};fileRepo.CreateFolder(params);} for(i = 1; i <= 5; i++){addFolder("/" + me.name + "/Milestone" + i.toString());} I want to initialize the repository with the folders "Milestone 1 ... Milestone 5" in this order. It needs to be done via a service. The problem is, that with the current code the folders are created in a random order. I guess it has to do with the asynchronous charactersitic of the "fileRepo.createFolder" function. Any Ideas how to tackle that problem? Thank you very much in advance Best Regards, Dominik Edit: An even better approach for me would be, if it was possible to create a new fileRepository Thing with some default folders
Hi , I have a navigation which display a popup mashup , the popup mashup is closed by the service CloseIfPopup. Then the navigation can never trigger the popup again. please try the attached Entities.xml to reproduce the problem. If you click the "Click" on the right panel the first time, popup window display well. After clicking the NO button in the popup mashup, whatever clicking the "Click" again or clicking the navigation directly , the popup won't display again. Thingworx version: 8.4.4 Browser: Chrome. Regards, Sean
hi, I have requirement to add the data series dynamically based my sql query. For example, i have data for shifts as A,B,C......n , and I want to display a bar graph for this NumberOfSeries. See the below screenshot, In this I have NumberOfSeries=3 which is fixed (A,B,C shifts data is displayed). But my shifts are not fixed ,they may A,B,C....n . So depending on the input series must vary. Is there any way of doing this? Thanks, sheetal
Hello, currently i am using Thingworx 8.4. When I try to License Thingworx offline, Thingworx stops working(is not reacheable via browser and only works again after restarting the Computer) and the License is not acquired. In the application log I get the following Errors: (1) Unable to fetch License file with device id: … (2) Unable to connect to the PTC lincense Server. Please make sure the LicensingConnectionSettings Setting … In the ThingworxPlatform Folder the Responsecapability file is changed to ignored. What is the reason for this and how can I fix it? Regards Nestor
Hello Friends , I have ThingworxH2trial 8.4 version installed,Everything is running right way but when I shutdown system and have been started at morning ,This error shows , Following are applicationlog and security log files to refer. ApplicationLog.log 2019-11-13 10:23:28.896+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] System ownership locking complete2019-11-13 10:23:29.595+0530 [L: INFO] [O: c.t.e.u.ExtensionPackageUtilities] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Removing Extension JAR FileResource [jar: thingworx-mqtt-extension.jar], which was probably loaded when associated ExtensionPackage was uninstalled.2019-11-13 10:23:30.178+0530 [L: INFO] [O: c.t.e.u.ExtensionPackageUtilities] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Removing Extension JAR FileResource [jar: mqttv3.jar], which was probably loaded when associated ExtensionPackage was uninstalled.2019-11-13 10:23:30.888+0530
I need to display historical data of individual property values in a grid as shown below. Columns "RUN NO", "USER ROLE", "PREHEAT TIME", "START", "END" are all defined as individual properties. When these properties are updated, they are updated together so they have the same timestamp, creating a record. How can I display these records in a grid? Grid with time series data
Hi, I was able to update existing DataTable entries through Home Mashup tab without using services in Thingworx 8.2.5. Unable to do same in Thingworx 8.5 version. Where is the option to update and filter data table entries without using the services. Could you help me on that?. Please refer the attached screenshot taken in Thingworx 8.2.5. Thank you in Advance. Regards, Vidyullatha
Hi guys, I am updating an old mashup in Thingworx 8.5 with the new value display widget. I am struggling to find how to remove the border and the popup button from the valuedisplay widget. I have changed all the border settings I could find in the Style Properties section to white. I can't seem to find any pop up option to deselect for the pop up shown in the right hand corner of the image.
I wanted to set the position(Lat-Lng) properties of a Thing, by fetching data from an external Rest APT/Websockets. I want this process to be continues.Where and how can we achieve this?( Through Events or Services or Subscriptions)
when I write services behind current datatable, I need to get number of rows of this datatable. this is my code I used: var result = me.getRowCount(); the output should be integer. but after I run this code, here is output error says: cannnot find functon getRowCount in object com.thingworx.datatables. how to fix this problem?
I have jpeg image. I want to create icon using that image. The icon I will be using for sub menus
Hello, I started to develop some Java-Extensions to solve some issues, that we where not able to solve with pure javascript. For some of these functional modules it would be interesting to have them as ThingShape to enable reuse on different Things. The Eclipse-Plugin allows me to add a ConfigurationTable to the ThingShape and everything compiles properly. But when I use this ThingShape, I can not see my ConfigurationTable entries anywhere? Ok my first use example, we would like to have a TimerShape that behaves similar like TimerTemplate: @ThingworxConfigurationTableDefinitions(tables = { @ThingworxConfigurationTableDefinition(name = "Settings", description = "General Settings", isMultiRow = false, ordinal = 0, dataShape = @ThingworxDataShapeDefinition( fields = { @com.thingworx.metadata.annotations.ThingworxFieldDefinition(name="updateRate", description="Update rate", baseType="NUMBER", aspects={"defaultValue:60000"}), @com.thingworx.metadata.annotations.Thin
I have installed ThingworxH2Trial8.4 in ubuntu 16.4 LTS and installed thingworx analytics extension and MQTT extension. I have made mqtt base thing and template to display realtime value of property ,and it is show value in thing property and alert tab -my properties but when I saw querypropertieshistory service in thing then I cant see all realtime updated value ,to store value in valuestream I have to save and set value of property in properties and alert tab . I have to need all values that comes from device to thingworx.
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.