Recently active
Subscription is not updating value to Things Using Thingworx Composer. I have configured Template and Things. Set Alert and Subscription using JS. But, it is not updating values to Things Properties. Please help me. Subscription Code: me.LastAlertLocation = 'East Weather Station'me.Destination = 'Dust Storm'
hi, I want to display a pdf file in a mashup (webframe), I Set the good url, but the problem is that when i click on a grid i download the pdf file instead of display it in a webframe. help please.
Hi everyone! I have created one style theme to use in the value display widget in my dashboard and it is work well. But I have created other style theme to use in other value display widget in other mashup and when I binded that style theme on my value display all others changed too. Is there any way to use one style theme to each value display? Regards Leonardo
Hi, I am using Thingworx Execute Service connector to execute a service from other Thingworx instance(consider as X), The entity type is not loading even after successful connection. If I connect to the local server or other than X, I could able to load everything. How can I trace the problem in this case? Regards, Janakiraman P
Hi, I'm copying the csv file from EMS to Repository in Thingworx. So often in Application Log I'm seeing these kind of errors. I think it is because of conflict between (1. copying file in Thingworx Repository and 2.another program is updating the same file at the same time). Is there any idea? Thank you! Muhammad Naeem
Hi, I have just started exploring the ThingWorx and tried to fetch the historical data (time series) using get QueryPropertyHistory service. We can fetch using filters like date, record count, sorted etc. I want to write a custom service that does aggregation operations on this data and persist this aggregated data in some form. What are the supported ways for handling such huge data, transform it and persist? Thank you
Hi , I am unable to see columns in Configure grid columns window , i have used external database and getting data using query service . output will be in infotable. already i have bound all data to grid and i can see data in grid . but i want some space in Grid columns you can see attached files. Thanks
Hi, I am facing permissions issue while using File Transfer Subsystem Copy service execute as below : Error message is as follows: Error: CopyInternalError:Not authorized for ServiceInvoke on CancelFileTransfer in RepositoryName - See Script Error Log for more details. Internally Copy is failing because the remote thing is not connected that is fine but it internally calls CancelFileTransfer service which I cannot find in FIleRepository. How I can assign run time permission for this service. Thanks, Harpreet
This is a lessons learned write up that I proposed to present at Liveworx but it didn't make the cut, but I did want to share it with all the developer folks. Please note that this is before we added Influx and Micro Services, which help improve the landscape. Oh and it's long 🙂 ------------------------------------------ This is written as of Thingworx 8.2 Different ways to scale Data and Processing with Thingworx Two main issues are targeted Data Storage Platform processing Data Storage in Thingworx Background Issues around storage is that due to the limited indexing in the Persistence Provider with then the actual values according to the datashape being in a JSON Blob So when you look in the Persistence Provider you’ll see Source sourceType Location entityID Datetime Tags ValueJSONBlob The first six carry an index, the JSON Blob which holds the values according to the datashape is not, that can read something like {value1:firstvalue,value2:secondv
Here is the situation: I have a Mashup Master that is used as a header for several different contained mashups. I have a label at the top of the header which I would like to change based on which contained mashup is displayed in the master. Here is what I have tried: whenever a mashup is loaded: call SetGlobalSessionStringValue({ name: "MashupName", value: "Mashup 1 Header" }) where "Mashup 1 Header" is different for each contained mashup. (see ContainedMashupLogic.png attached) on my mashup master, I am calling GetGlobalSessionValues when the mashup is loaded, and when MashupNameChanged event occurs (see MashupMasterLogic.png attached) I am then running an expression to combine MashupName with some other static text, and bound the result of this expression to the label in the Header What is happening: the header never changes after initial load of the mashup, navigating between the contained mashups does not trigger the change in the header
Hey Everyone, I'm currently using the WS EMS to facilitate a file drop interface between a VM on a private network, and a cloud ThingWorx instance. The WS EMS is installed on the VM and used to transfer files to/from the VM and the ThingWorx platform. Currently I have one instance of the WSEMS running and pointed to our development ThingWorx environment. Is it possible for me to install a second instance of the WSEMS on the same VM and point this one to our production environment? Or can only one instance of the WSEMS be installed on a server at the same time? Thanks! Andrew
I am facing an issue where I applied Organization containing the System User Visibility permission to a Thing template which is inheriting Generic Thing. I am still getting the error that template does not exists. Is System User visibility does not work with the Thing Templates?
Hello, I had installed manufacturing apps 8.4.3 extension on Thingworx plaftorm 8.4.5 with PostgresSQL 10. The installation went ok (without errors) but I can't see the filters in the asset advisor window (attached is the screenshot). I am logged as Administrator. Any idea of what is happening? Thanks in advance.
Hi guys, Anyone have a PDF extension that is compatable with Thingworx 8.5? The extension I have is only compatable with Thingworx 8.4.
Hello, I currently have a datatable with one of the columns as scheduleno. This is editable. Now i want to send the column value edited during runtime to my datatable. kindly let me know how we can achieve this. Also, which widget is btter for this functionality, gird or adv-grid? if we use adv-grid, pls share step by step procedure to do the same. Thank you
Just wondering if there is a way to get the individual record details provided by the GetEntityServiceStatistics service. For example, In the screen shot above I would like to see the run time of all 83 instances of the GetNextLocationForFrameCart service. Thanks, Steve
I am trying to script the setup of a postgress persistance provider server. Is there a way to get the download URLs so that they can be downloaded with curl? Specifically MED-61111-CD-085_SP3_ThingWorx-Platform-Postgres-8-5-3.zip
Hey Everyone, I am currently using Operator Advisor 8.5.1. I am unable to query for rows containing null values when using the Operator Advisor queries and JSON filters. When I query the tables directly using sql from the database thing, I am able to pull rows containing null values. However, when using OA queries/JSON filters, there is no way for me to pull these null values. I have attached a word document showing different filters I tried + the error messages. Does anyone have an idea how I can pull rows containing null/blank values from postgres database tables while using the Operator advisor queries? The MissingValue filter is not supported, which is what I'd use when querying a data table or stream. I want to avoid writing direct sql queries to do this if at all possible. Thanks, Andrew
When I click on logout button present in my mashup it always prompts for credentials ,after entering the credentials it logs out.
Can I edit the mashups in web design kit? I am trying to change an image in one of the mashups of the web design kit. but it is not changing, old image still remains there.
Hi, I used color picker widget to select the color and color code. But I faced some issues in Color picker widget. I mentioned the issues below and I have attached the screenshots. 1. Color selecting panel display is not visible in mashup. (Only color code selection is available). 2. When I using the color picker widget in navigation popup On the click The color and color code selection display panel is not came. Kindly let me know if there any solution is available for this issue. and Kindly share the Properly working Color picker extension if you have. Thanks in Advance, Sankarapandian.L.S
Hi, I've imported the .xml file which includes services our developers provided. But when I view the mashup which utilizes this service, this error pops up: And the mashup becomes like this: Does anyone encounter this before? any possible cause? P.S. I've tried re-import the file and extensions. not working.
I as using thingworx 8.5 , while i am using the beta widgets i am facing Some peculiar issues. While designing the mashup everything seems to be fine but while in runtime the beta widgets are not displayed except for the beta responsive tab. This happens mostly when add anew container or try to cut/paste widgets. this happens often and was very frustrating. request your help. Note: I have enabled the beta widgets in platform subsystem, tried disabling and enabling it again. refreshed the composer , restarted the server but none of these helped. this is kind of urgent.I like the AESTHETICS OF THE BETA WIDGET MUCH but this prevents me from using these widgets.I
Hi, Where I can give the permission to a non administrator user to solve the following error in Application logs. Not authorized for ServiceInvoke on ForwardEvent in PersistentSession Thank You!
I have imported Google map extension in Thingworx 8.3, but its not showing in widgets section of Mashup. can somebody help me with this?
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.