Recently active
Hi, What is the recommended Java version for ThingWorx 9.3? Thanks in advance, Shalini V.
Hi All, I am trying to send a text file from my Edge to ThingWorx using the SendFile function in FileTransferVirtualThing. I have setup the virtual directories as mentioned. However SendFile keeps failing with the below error: Error sending file to Platform. Internal Server Error. (Code 1110)at com.thingworx.communications.client.things.filetransfer.FileTransferVirtualThing.SendFile(String sourcePath, String sourceFile, String targetRepo, String targetPath, String targetFile, UInt32 timeout, Boolean async) Not sure whats going wrong over here? Please advise. Thanks,Ashish Tamhane
I want TestUser to execute all services except one service of a Thing. But TestUser not able to access Thing itself. The popup shows "Unauthorized". I gave same permission to System User here and also in collection level permissions. Any other permission i missed here? Anyone please give a detailed solution for this.?
I have created a new mashup with my admin account and than created a different user groups. I have provided run time permission to the user group but when i login from any user of user group i am not able to view the mashup it shows blank. Can you please help me what could be checked in such scenarios? Thanks
I heared that API is available to send emails during the alert generation. Anyone help me with that name of API to achieve this usecase!
How can we access SCP Accelator? can we use that in trial version?
Not able run the Thingworx API without disabling the SSL in the Postman. Is there any way to run the Thingworx API's without disabling SSL in Postman. is there some configuration issue ? @c_lowy @slangley @paic @VladimirN Thanks,Shashi
I successfully created a widget with an infotable as bindingSource. I now want to use the Thingworx SelectedRows mechanism. E.G Collection Widget is bound to my widgets infotable. The selection within the collection widget should be propagated back to my widget where then another widget or service can consume the selected rows. I already debugged most of the TWX JS, so far I have questions about isBindingBoundToSelectedRows(e) ... how do I have to write my property description in order to use the native mechanism? (or) do I manually have to register a listener to the dataMgr myself? as in s.mashup.dataMgr.addSelectedRowsForWidgetHandleSelectionUpdateSubscription(e, (function(t, i, n) ...
Hello Team,I have one requirement in which I have to select multiple rows in grid. I have to make API calls by passing id in post call. I have used the for loop to make API calls one by one for 1000 rows. Is there any optimize way in which I can make API calls for almost 1000 rows. I have called async service inside wrapper service but its difficult to handle response in async service for 1000 API calls. Please suggest the optimize way possible.
Hi I am using Thingworx 8.1 and I want to check all rows using select all checkbox in advance grid can you please suggest what is the way to do it. I have already refer this article but I don't want to select rows this way. When I check select all checkbox I want to select every rows(Sr column) of checkbox in advance grid. Can you please suggest.
How to wrap the text / any columns in grid in Thingworx 9.2 ?
What is the url format to execute REST API services in postman app?
On clicking a button, Is it possible to download a mashup ui page (like a screenshot) using any widget/extension ??
On clicking "Apply" button in this popup, i want to reload the main mashup. On clicking a button, one service will be called. I binded that service serviceInvokeCompleted to an expression which having a code "location.reload();". But the page is not refreshing. How to do this.
After purged all datas in valuestream, those datas are present in postgress database. It should be permenantly deleted right? Is there a option to retrive those purged datas again?
Placed a Line Chart on the Mashup, as soon as Chart Plotted, the chart is not getting placed properly on the dashboard.May be this is due to the Padding issue. The Line chart on the dashboard is something like this: How Can Padding properly set for the Line Chart. @paic @slangley @c_lowy @VladimirN Thanks,Shashi
In Bar Chart there is no XAxisFormat present in the widget property. As present situation the XAxis is TimeStamp. Where default format is YYYY:MM:DD HH:MM:SSS, as per the use case by the customer it should in the YY:MM:DD.So this should be done in the Service or, there is work around for this ?Thingworx version: 9.3Thanks,Shashi
Hi, Is there a snippet or service to fetch the list of properties in a thing shape to display as infotable? I tried the GetPropertyDefinition from the ThingShape but it returns empty infotable. I wanted to fetch all the properties defined in the thing shape. How can we achieve this use case? Thanks in advance, Shalini V.
Hi, Is it possible to create Things in response to 404's? For example, a new machine turns on for the first time and begins sending data to.../Thingworx/Things/exampleMachine/Services/exampleService Normally if the Thing hasnt been created this just returns a 404 but is there a way to use the 404 as a trigger for creating the missing entity. Any advice is appreciated.
Hello all, I have created a Time Series prediction model in the API. Than I added the JobTags but the model still does not appear in the Analytics Builder. Does anayone has an idea how I can fix this problem? ThingWorx Version: ThingWorx 9.0.2 Thank you already in advance. Kind regards David
hii,I want to know , up to how long we can store data in thingworx , for how many days, months or years ?Also is our data safe , what about security of user's data?
what is the Difference between Thing shape and Data shape?what is usage of Data shape and what is the use of data shape services?
Hi Folks, I have tried using Git extension to push changes from Composer to Azure Devops branch and observed that it pushes all the changed entities and don't have any option to push only specific entities.I am looking for a kind of selection of individual entities instead of all entities of all the developers. Please let me know if anyone came across similar requirement with multi-developers environment or any option other than Git extension to merge updated entities with Devops branch? TIA.
Hello, i have my application on S3 Bucket and the application's data is present in thingworx. Now i created some API which have the application data and i want to integrate that API's with the S3 Bucket to show the API's data on Application. Suggest me the solution on this use case.
How to implement SQL query in thingworx as follows,Query:SELECT * FROM CustomersWHERE Country NOT IN ('Germany', 'France', 'UK'); In thingworx, how to pass country names as input parameter.
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.