Recently active
Hello All, I am using ThingWorx verison 8.4.5, here I am unable to find 'Icon' option in Navigation widget. How I can enable it?
I have used HistorylessAccordianMenu in which i have chosen property as datadriven and binded service to menu data property.But the menu items are not shown in the HistorylessAccordianMenu
What is the structure for the Localization JSON files which can be included in a Thingworx Extension plugin?
Here is the situation: I'm using a collection widget which displays a group of mashups for the user to select between (collection because different users will have different options) The repeated mashup in the collection contains the mashup name (in text) and a button to "navigate" to that mashup. This button triggers a Navigation function on the contained mashup. The contained mashup has a mashup parameter for the Mashup Name to navigate to, and I've bound that parameter to the "TargetMashup" property in the navigation function. Clicking the button in the contained mashup of the collection is not sending me to the navigated page. What I've checked so far: Mashup trace is showing the Navigation function as "ServiceInvoked" but it is never completed. (screenshot attached showing the only two lines in mashup trace after clicking the button to navigate) I've bound the Mashup Name mashup parameter to the "MissingMashupMessage" property of the Navigation function, and the mashup na
I have used Autocomplete widget on top of list widget.How to search item by typing a letter I have to get the complete word on list?
hi i am new user in thingworx (trial 30days) 1.why i dont have trigger service in widgets(mashup) area which one i should modify or lose (second pic)?2.there are two web version thingworx ?3.where ae there trigger service application document?thanks
In the Tomcat Security Considerations it's recommended to start Tomcat with the Security Manager. However, when I startup Tomcat with the security option I get an error containing 'java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "modifyThread")' when trying to read the platform-settings.json. Are there any templates / best practices for how to configure the catalina.policy file with the ThingWorx webapp?
I have a popup with some controls as attached How can I add new element when click the Add button or remove when click Delete button for example: when I click Add button new element will be added as Field2 + textbox
Hi, I have an functional EMS with LSR running in a Linux Docker-container which is connected to my Thingworx platform; it's working fine so far. Currently I'm trying to configure a Remote-Thing which contains a service that executes HTTP requests to an third-party endpoint. So that I can lookup the resulting data in my Thingworx platform. My problem is, that I don't know how to write an REST requests with the libraries given with the LSR. The examples of Lua-REST calls that I've found so far require additional libraries (or modules) of which I also don't know how to implement them in the EMS/LSR environment. Does anyone have an working example of an remote thing with an defined service that executes a simple http-requests? Is this even possible with the standard LSR or does it need additional modules?
I need users to be able to enable/disable Things with a toggle button. Is there a way to check if a Thing is enabled/disabled?
Do Thingworx pull data from kepware or kepware push data to thingworx?
Hello, I have installed Foundation, now I am working on installing Analytics. I got what i believe are the needed data (Key ID and Thingworx IP address. I have attached screenshots of what I used and the error messages I got. Any advice will be appreciated. Best, Ghandour
Re: post Thanks for following up @slangley I did what you described and I think I have been able to reproduce that behavior. Please find my test mashup attached but according to my experience this can happen any time on any entity. Also attached are the log files. When I started testing I have seen some entries in ErrorLog concerning missing entries, the messages have been correct (annoying though) and can be ignored from my point of view. Thus I entered several blank lines and a comment in line 2686: "!!! 09.03.2020 15:29, manual entry by Benjamin Beuck SIG"Everything after that comment may be relevant, I can see some timeout messages. My actual testing started a little earlier than 15:29 but only after that time I can quite safely say I was able to reproduce it. How I managed to reproduce it:1. Open a mashup in Tab12. Use the button in top right corner to open a second tab3. Navigate to TestSavingError mashup in Tab24. Press View Mashup to open T
There is a shadow background of popup.Any options to disable it as It effects the look of UI?
Hi all, I can't get JDBC Connector extension from PTC marketplace as it's just gone if you have it pls share, Regards, Andrey
Hi, having trouble trying to import the Frame Layout extension to one of our Thingworx servers. We have a number of test servers where I was able to import the extension without any issue. However, when I try to import it to our 'live' server it does not import and shows the following error in the logs. The extension 'FrameLayout_ExtensionPackage' version [1.0] must match the "major.minor.patch" pattern containing only integer values. Assuming a zero value for patch number. Please fix this in the metadata.xml file of the extension. It passes the validation test prior to trying to import, but then fails on the actual import. All the servers are running the same version of Thingworx ( 8.2.8-b856). I've seen previous posts refer to the platform settings json file, but all of ours are the same (None of them include the "ExtensionPackageImportPolicy". Would anyone have any thoughts on what might be happening here, or ways around this? TIA, K Does anyone have a
Hi, I'd like to understand that how can I access or view the data stored in a DataShape, through a service created in thingworx, directly in postgresql database, which has been connected to thingworx when installed thingworx. Thank You! Muhammad Naeem Akhtar
Trying to install ThingWorx Foundation using the installer provided. MSSQL server has been setup using these instructions https://support.ptc.com/WCMS/files/172634/en/Getting_Started_with_MS_SQL_Server_and_ThingWorx_1.pdf The Install builder is giving me an error at the ThingWorx Foundation for MSSQL Setup part. At this point after I enter all the server connection/login information and I hit next I get this error "thingworx database has tables prior to ThingWorx installation. Please drop tables or use a different database." I also tried creating a new database and giving it a different name (thingworkx instead of thingworx) but that didn't help either. I am really new to the ThingWorx world so any help is greatly appreciated. See screen shots for reference. I found one article but that was for PostgreSql and now MSSQL. Here is the link to that https://www.ptc.com/en/support/article/CS320445
Hi Experts, I have an requirement in my project for creating PDF from runtime mashup. Earlier we have PDFExtension in market place but now came to know its removed due to security reasons. Can someone help me with any other alternative solutions to create PDF from thingworx runtime apart from creating new extension. Thanks in Advance Lakshmi.
Hi, When I upload csv file into system, date time format is not matched. below I attached file I want to upload. this coding I used to import csv file //try//{logger.info("FIle Name = "+FilePath);var csvInfotable = Resources["CSVParserFunctions"].ReadCSVFile({path: FilePath /* STRING */,columnMappings: undefined /* STRING */,hasHeader: true /* BOOLEAN */,longitudeField: undefined /* NUMBER */,dateFormat: undefined /* STRING */,fileRepository: "SystemRepository" /* THINGNAME */,latitudeField: undefined /* NUMBER */,fieldDelimiter: undefined /* STRING */,stringDelimiter: undefined /* STRING */,dataShape: "GF_Datashape_EngineeringIm" /* DATASHAPENAME */});logger.info("successful");var rowcsv;var tableLengthCSV = csvInfotable.rows.length;logger.info("tableLengthCSV = "+tableLengthCSV);//add equalfor (var i=0; i < tableLengthCSV; i++){logger.info("Processing the row :"+i);rowcsv = csvInfotable.rows[i];var date = rowcsv.timestamp;var formattedDate = parseDate(date, "YYYY-mm-d
Can the attached image be designed using Gauge widget.If so,please help me with the property values I have to provide as I am getting a full circle when I tried to.Please provide xml file if possible.Thanks in advance.
Hi, I am using the infotable filter functions, when I use single filter it works but when I try to nest AND/OR it doesn't work. I have Activity area, start time, end time and shift name as inputs. I wanted to nest like (Activity area or (Start time and End time and Shift Name)) I have gone through the examples given in help by ptc but when I try it, it doesnt execute the way I want. It throws error like must bind data shape but I have already binded a datashape. Please help me with where I am going wrong. //call close session//me.getcloseSession();var headers = { "Content-Type": "application/json"}; var url = "http://"+ me.host + ":" + me.port + "/api/shifts/"+parameterID; var params = {proxyScheme: undefined /* STRING */,headers: headers /* JSON */,ignoreSSLErrors: undefined /* BOOLEAN */,useNTLM: undefined /* BOOLEAN */,workstation: undefined /* STRING */,useProxy: undefined /* BOOLEAN */,withCookies: undefined /* BOOLEAN */,proxyHost: undefined /* STRING */,url: url /* STRING
Hii,Can anybody tell how to make tree selection?
Hi, I have been trying to pass an infotable into a collection widget using the MashupGlobalPropertyBinding. I currently have it set as: {"inputTable":"INFOTABLE"} I have the collection mashup parameters as shown below However when I try to make use of that infotable inside the collection mashups it appears to be 'undefined'. Anyone know if it is possible or am I doing something wrong? TIA K
Hi all, where any materials/tutorials/samples of "how to use thingworx flow.." could be found. Does any of you have such kind of manual/link and could share it?? There is help - but in my opinion, it is insufficient. regards
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.