Recently active
Hi, Scenario: I have created a mashup with admin credentials. Few users are created: User1, User2 .... These users are given read access to services required in mashup. But still when logged into with user credentials, i am unable view and execute using widgets such as List, Menu, Button etc. Also other cosmetic properties such font size, color and type are not reflecting for users. What is the fix for this? Thanks, Kiran
Hi! I used Resources["ContentLoaderFunctions"].PostText(params); to get a website containing XML data. The problem is that the url is not leading to a raw XML file but has a html frame around it. That's why I didn't use GetXML. I fetched the complete webpage and used some JavaScript to just have the XML string as result. It looks like: <?xml version="1.0" encoding="utf-8"?> <dataset xmlns="http://developer.cognos.com/schemas/xmldata/1/" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"> <!-- <dataset xmlns="http://developer.cognos.com/schemas/xmldata/1/" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:schemaLocation="http://developer.cognos.com/schemas/xmldata/1/ xmldata.xsd" > --> <metadata> <item name="item1" type="xs:string" length="20"/> <item name="item2" type="xs:string" length="18"/> </metadata> <data> <row> <value>123456</value> <value>7890</value> </row> <ro
Hello all, I need to put shadow effect for the panel and layout widget in the ThingWorx using CSS. But i dont know what will be the code format. i referred ThingWorx guide in that button widget alone given as example. kindly share me the example code for panel widget. Thanks in Advance.
Hello, I would like to achieve the same call through thingworx what i am able to do it through postman(attachment for reference) . I tried using snippets but was not successful. I have to pass 2 header information and 4 body information with the url to get the JSON as a reply. How to send it through thingworx ?? Thanks
Hi Team, I have a infotable that contains a list of info tables as it fields. I am trying to fetch datashape of the infotable present in each field. But it always returns result as com.thingworx.metadata.DataShapeDefinition@e69545d5 Using the above result as params I am not able create a infotable . Can someone help with syntax with which the above result may be used to fetch exact name of datashape used in infotable as string
while exporting data into csv using csv parser, what would happen if the total number of rows is beyond 10 million ? Would another file be created to accommodate the remaining rows ??
hello. I have installed Google Map Widget and it worked fine for the first time and then shows an error "This page didn't load Google Mpas correctly. See the JavaScript console for technical details", and i have tried 3 API key but it did't worked. please tell me the solution of the error.
Hello I'm trying to implement a mashup to edit/add/remove rows in Infotable exactly on the model of the "home mashup" of the infotable. 1/ Is there a way to duplicate these system mashups to reuse in own application mashup ? 2/ If not which service to use for "add/update" in a single button (if the entry doesn't exist : add , if exist : modify) Is there an existing service for that ?
I want to add a column to the info table and as well as data shape which is associated with this info table. result.AddField({name : "isSubScribed", baseType : "BOOLEAN"}); it is added in the infotable and name is displaying on all rows. and my datashape is also not updated with this field definition. I dont want to display name on all rows and datashape should be updated with that field definition
Hi, there I am facing an error to import Google map widget [ context: Extension Exception][message: Extension must have a metadata.xml file.]. I have already create API key and paste it into the metadata.xml. I am following this link for google map widget : https://www.ptc.com/en/support/article?n=CS188314 I am attached metadata.xml given below. Please help me i am begineer at the thingworx
Hello everyone, I am tracking the persistent properties of my things with a value stream. Since I want to use the data for Thingworx Analytics, I want to keep every data entry. Now my question is how these value Streams are limited. Will it delete older entries, once a specific amount of entries is reached or is the entry amount limited by the pure size of the database on the host machine? Also, what is the exact difference between using a new value stream for every Thing or using one value stream for all Things. Do I asume right, that if I asign one Value Stream to two different things, every data point of the value stream contains all persistent properties from thing1 and thing2? I am asking that, because I want the Analytics tool to recognize eventual corellations not only between the properties of one thing, but between multiple things (and their properties) and for that I would need a table with all these properties for the same time entries. Any
Hi, How can we read a csv file and display it in a grid? Using a button named as Upload, I need to upload a excel file and that file data should display in a grid. How is it possible? Please provide some guidance. Thanks, V Shalini.
mail extension can't connect to exchange server: Wrapped javax.mail.MessagingException: Could not convert socket to TLS; nested exception is: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target Cause: Could not convert socket to TLS Thingworx 6.5. Mail Extension 3.2 using corporate exchange server
Has the !important flag been disallowed in recent releases of Thingworx? Example: #label-15 { font-size: 48pt !important;} In Thingworx 7.x and 8.0, the above worked. Using Thingworx Version 8.2.5
hello all, Currently i am using ThingWorx 8.3 composer, in that the style definition function not consist of opacity adjustment of color details. in the previous version of TWX it was available . i dont know how to enable it. kindly give me the answer for this problem. attached the style definitions color picking popup.
In my services, if I try to do: Assumption for this post: #id is valid. $("#id").show(); <-- I get the error ReferenceError: "$" is not defined. Alternatively, if I do: document.getElementById("id").style.display = "block"; <-- I get the error ReferenceError: "document" is not defined.
I want to sort the pages tab in my wiki widget based on timestamp but I don't see a way to do it. It automatically sorts itself alphabetically. Is this possible with ThingWorx 6.5?
hi ,I am getting authentication error(http status 403 -forbidden), while installing TW8.0 on Linux. I am using Windows as DB server with MS SQL. What changes need to be done while TW application on RHEL and DB on Windows.I placed sqljdbc42.jar inside lib of Tomcat. Any changes should i consider before launching the application. please let me know.Regards,madhu
Hello, How can i increase my font size in Label widget ,TextBox widget,value display widget etc.. in Mashups?? For example, I bounded some of my property values to "LED Widgets",then i will use "Label widget" to label those "LED widgets" with respect to properties, but the labelled name looks too small when i run the mashup, i need to increase the font size of that Label, how can i achieve that???. Regards, Akshay
How do I export the output in JSON format? We are developing the app[ANDROID APP and IOS APP] with ThingWorx.I want to export some data from ThingWorx to JSON format.I do not have a basic knowledge of JSON format.How do I create a service to get data through the REST API? Please help me..
There is a DataTable as below. How to get rows containing "%" ? ID Value 1 %1 2 2? 3 * 4 +1 In above case, should be the 1st row. Because % is a wildcard in Thing Query, how should I escape it? Same question for ? and *.
I have a LSR device that is connected to a EMS gateway. The EMS communicates with ThingWorx.Is it possible to transfer files from the LSR device to a repository in the ThingWorx Platform or can you just transfer files that are located at the device where the EMS is executed?
Hello everyone, i created a thing with a subscription in it. The subscription is configured with the Event DataChange and it is thrown. The Problem is, that in the script of the description in want to make a RESTFul API call with GET. I have the following code into the script: var params = { proxyScheme: undefined /* STRING */, headers: undefined /* JSON */, ignoreSSLErrors: true /* BOOLEAN */, useNTLM: false /* BOOLEAN */, workstation: undefined /* STRING */, useProxy: false /* BOOLEAN */, withCookies: undefined /* BOOLEAN */, proxyHost: undefined /* STRING */, url: 'http://localhost:5000' /* STRING */, timeout: undefined /* NUMBER */, appendHeader: undefined /* BOOLEAN */, proxyPort: undefined /* INTEGER */, password: undefined /* STRING */, domain: undefined /* STRING */, username: undefined /* STRING */ }; // result: JSON var result = Resources["ContentLoaderFunctions"].GetJSON(params); logger.warn(result); logger.warn(result.W1); logger.warn(me
Hi All, I have created an infotable in eclipse extension and try to plot as a chart. I can able to see the data on grid by checking "ShowAllColoumns". But i can,t able to plot as chart. How can i create a datashape with in eclipse and import into thingworx? Thanks & Regards, Sathishkumar C.
Hello everyone, Our ThingWorx configured with SSO configuration using CAS(PingFederate). Now, I would like to login with other user, Can we login ? Could please anyone send the possibilities to login? Regards, madhu
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.