Recently active
Hi, While I am trying to copy file using File transfer Subsystem Copy from local to thingworx repository , I am getting error : "File transfer subsystem encountered an error: Source file 'sourcefile' not found" Does anyone know what Permissions are required to setup for this as if I use Administrator login to copy. It worked fine. Thanks, Harpreet
Hello , I created a geofence using an infotable inside an infotable,i.e (outer infotable as columns id and location ,column location contains one more infotable along with columns again id and location region.).The location region column is with location base type and id has a GUID as base type.I need to increment a id value in outer infotable. So that I can close the geo fence set. Service as follows : region = me.map_regionCopy;if(!region) {params = {infoTableName : "InfoTable",dataShapeName : "Region"}; // CreateInfoTableFromDataShape(infoTableName:STRING("InfoTable"), dataShapeName:STRING):INFOTABLE(Region)region = Resources["InfoTableFunctions"].CreateInfoTableFromDataShape(params);} //var result = region;var params = {infoTableName : "InfoTable",dataShapeName : "shape_for_geo1"}; // CreateInfoTableFromDataShape(infoTableName:STRING("InfoTable"), dataShapeName:STRING):INFOTABLE(shape_for_geo1)var result = Resources["InfoTableFunctions"].CreateInfoTableFromDataShape(par
hi , how can I put an interval in state definition using just < and <= , i want to do this : alert1 : measure <10 alert 2: 10< = measure <20 alert 3 : 80< = measure <100 alert 4 measure >= 100 thank you in advance
hi community , how can i access to alertName from a service called in mashup ? - I made a service that update alert threshold for all things of a template. - I want to modify threshold from mashup (see picture) using textfield widget and call the first service when I click on a button (validate). please help , and thank you in advance.
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
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?
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
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!
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.