Recently active
Need to remove the TWX login popup once i open any mashup- Is there any way with which i can access the mashup directly without having the pop which ask for the TWX server credentials. Basically i want to open any mashup without the TWX server credentials popup (attaching the screenshot as well). Can i pass those details with the url or do some changes in the backend (apache). Have already tried using app key but it does not solve the issue. Please help....
Hi, I am using ThingWorx 8.2. When I create a new organization, though I have given the button style In my runtime the button style becomes disable and shows in some other color. But the organization I created previously is working fine. My colleague faces the same issue. Could anyone help me in understanding why this happens and how can I resolve this? Thanks in advance, Shalini V.
Hi All One of the challenges I find with the documentation for the thingworx rest APIs is that it doesn't follow an industry format like swagger. Here is an example of a swagger document: https://petstore.swagger.io/ As you can see it's very easy to follow the types of payloads you create. The javadocs are not very easy to use to create JSON payloads and fields. Is there swagger documents for the thingworx apis somewhere? Andrei
One of our team should write data to kafka topic from thingworx, Is there a plugin already available or can we write a custom code to achieve the same.
Hi Everyone, I like to know how to set the Unit for a particular parameter through the service.. Thanks & Regards Sugumar R
Can this pie chart be possibly changed to a kind of donut chart, by Thingworx composer?I also want to draw a upper boundary in this bar chart, how? Like draw a line in 30000.0.
have created a mashup using collection widget. I am trying to get rid of the horizontal scroll bars I tried even with an empty mashup still no luck. adjusted the width, any help is really appreciated.
I'm using the web socket feature in TW 7.3 (from Automatically update values when able checkbox), the feature worked only for one time and it didn't work after that at all, I have the three error messages in the application log as the following: Message1:[context: com.thingworx.webservices.context.HttpExecutionContext@24f88415][message: Unable to Invoke Service GetClientApplicationKey on EntityServices : Import Failed: Unable to create applicationKey: [1,018] Data store unknown error: [Error occurred while accessing the model provider.]] Message2:Unable to process import: Unable to create applicationKey: [1,018] Data store unknown error: [Error occurred while accessing the model provider.]Message3:[message: [1,018] Data store unknown error: [Error occurred while accessing the model provider.]] Could you help me please identify the problem I'm facing. Thanks in advance,
I have a service that pulls data from a database and places the results in an InfoTable. That InfoTable is then bound to an OpenStreetMap's Data property and to an advanced grid's Data Property. I would like to select markers on the map as the user selects rows (multiple rows) from the grid...and vice versa...as a user selects multiple markers on the map, highlight the rows in the grid. The advanced grid will pass the selected rows out as an info table. a.) How do I set a marker as selected in OpenStreetMap? b.) How do I get the markers that have been selected in OpenStreetMap so I can select the matching rows in the grid? Thanks!
Hi. I'm trying to enter an URL of xml-file in the service starting with: file: /// ... This is a local file, in other words. It gives an error: "URI does not specify a valid host name". Although I just copy the address of the local file opened in the browser. What's the problem? Need absolute url?
Hi Everyone, I like to Create Datashape through TWX service with multiple number of Fields. I found the Snippet in Thingworx its like. var params = {name: undefined /* STRING */,description: undefined /* STRING */,fields: undefined /* INFOTABLE */,tags: undefined /* TAGS */}; // no returnResources["EntityServices"].CreateDataShape(params); but i don't know How to give fields in the above snippet. if anybody Know any solution regarding this,Kindly share it ASAP. Thanks & Regards Sugumar R
This question I have asked earlier also and tried to implement CustomAuthenticator and integrated with Google Auth But it is not working . It is not calling Google Auth Class. I simply want below steps 1. Login to thingworx using Login and password. 2. It will forward to Google Auth Screen. 3. Enter Google Code. 4. Show Composer. Thanks in advance
Hi, I'm trying to identify missing values from a each entry of an infotable, Field values of input infotable are dynamic. I need to find the count of missing values from each row and also the field names.Anyone please give me some idea to do this.
Hi Team, Kindly suggest a design to handle more than 100K devices and keep the Application performance in-tune at the same time. I have got ,say 150K devices to be monitored and tracked over a geographical area. So what should be the approach to have minimal response time of loading data onto Mashups/Grids. Note: Each device has 10 parameters.(common ThingShape) 1. One Thing per device? 2. One Thing for a cluster of devices? 3. One Thing itself has multiple Things in it (not sure if possible). Please revert your comments.
Hi Community, I tried to change a value of a thing property with http://10.128.xx.xx:8080/Thingworx/Things/Value/Properties/num&method=put&appKey=c38d0a20-d00e-403d-958a-xxxxxxxxxxx&value=100 However it seems like the Application Key does not allow me access. When I tried without the key, I get the login promt and after logging in I can see the value, but still not changed. Do I have to somehow bind the AppKey to the Thing to get it working? Thanks!
Hi, I have the same error trying to use HTTPie get create a thing on ThingWorx according to "Use REST API to Access ThingWorx" guide. I get a very similar error message The server is running, I can access the composer through a web browser as normal.
Hello all, I have installed Thingworx flow and configured with Thingworx. When I try to open flow using link : http://localhost/Thingworx/Composer/apps/flow . I'm getting error as "404 page not found". Could anyone help me to fix this issue ? Thanks in advance. Regards, VR
I just installed ThingWorx platform 8.4 with MSSQL as a persistant provider. The installation has been done with success. No error in the Tomcat as everything as stated properly. However, whenever I tried to import an Extension, I am getting a generic error like: Errors occurred during the validation or the import. There is nothing showed in the application log. Any idea how to solve or troubleshoot this issue?
I am trying to create integrity item using Integrity lifecycle manager extension in ThingWorx. But I am getting the below error: Unable to Invoke Service CreateItem on IntegrityConnectorThing : Could not save item: MKS147911: The following fields which are mandatory have not been filled in: Project, Summary, Sprint Start Date, Sprint End Date I have already created resource provide with type as Sprint. When I try to add field values in service input it gives error: Must have a datashape to add rows I need a sample how to use this service and add the required fields with datashape.
It would be really helpful, if anybody could guide us on importing a 3rd party Web application based on Angular JS into Thingworx?
Good day All, I am having difficulties with getting the Google Maps widget to work in Thingworx 8.3.4. From the extension documentation I must use the Google Maps version 3.0.3 (for Thingworx versions 8.2.8+). A prerequisite for this it seems from the support documentation and the Google Maps guide on the developers portal (https://developer.thingworx.com/en/resources/guides/google-map-widget-how/configure-google-maps-widget-extension) is to add a "Required string to connect with Google for Google widgets" under the PlatformSubsystem. In Thingworx 8.4.0+ it seems to be available, but for version 8.3.4 there is no such property to add this String field and then the Google Maps extension does not work. I tried then reverting back to the previous version of the Google Maps widget (3.0.1) and I added my API key to the metadata.xml file as previously done and described here (https://www.ptc.com/en/support/article?n=CS188314&posno=1&q=google%20extension&DocumentType
I'm trying to display a PDF in the mashup. I know that most people suggest using Webframe and either linking the files from the FIleUploader Widget or create a repository. Is there a way to have a list of PDF names and once its clicked it shows the different PDFs in the Webframe widget.
Hello All, I am a newbie to the Thingworx, and i like to use the math.floor (random()...) function in the things services. But i am not able to find the math.floor in the snippet. Can anyone show me where i can find how to get the math.xx into the snippet. I am totally lost. Please help to get me! Thank you! Newnie Kek
Imported "MSSQLConnector_Extension" and copy the file "sqljdbc42.jar" into the folder ...\Tomcat 8.5\lib. For the configuration of Database Thing based on the ThingTemplate from the JDBC extension JDBC Driver Class Name: com.microsoft.sqlserver.jdbc.SQLServerDriverJDBC Connection String: jdbc:sqlserver://localhost:1433;databaseName=thingworx01;applicationName=ThingworxconnectionValidationString: SELECT GETDATA(); Ensure the admin and password is valid. When testing service "GetAllRecords: select * from table01", failed. "Unable to Invoke Service GetAllRecords on MSSQLDatabase : null"
Hello everyone, I need to make a grid that can dynamically enable editable fields. Please refer to my attached picture, for example. if the status is "approve" then the adjusted changes field, reapprove, and comments will be disabled. If it's "rework" and all those 3 fields will enable.! Thanks in advance Duc Vu
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.