Recently active
Hi, I'm doing post request from Arduino GSM Shield 2 to Thingworx. Right now i want to remotely create a Thing. I've tried with POSTman, the Request is valid and from Postman I can create Thing. I've posted from shield another request to other page, and i know that shield is configured corectly. But when i do the same request from arduino i get 401 error. My POST (Works in POSTMAN): POST /Thingworx/Resources/EntityServices/Services/CreateThing?appKey=xxxx-xxx-xxxx-xxx-xxx&method=post&x-thingworx-session=true&name=NewThing&thingTemplateName=GenericThing HTTP/1.1Host: pp-xxxxxxxxxxxx.devportal.ptc.io Connection: close Accept: application/jsonContent-Type: application/json And Response: HTTP/1.1 401 X-Content-Type-Options: nosniffX-XSS-Protection: 1; mode=blockContent-Security-Policy: frame-ancestors 'self'X-Frame-Options: SAMEORIGINContent-Length: 0Date: Tue, 16 Jul 2019 07:05:21 GMTConnection: close Can someone tell me wats wrong?
Hello All, Wondering what are the integrations approaches recommended by PTC for connecting to other PLM systems. We are connecting Thingworx to Enovia PLM to get data using JSON files. We are exploring below two options. 1) Message Queue Service 2) Direct file Transfer in Thingworx Repository directory We need to know which message queue service is recommended for Thingworx. Is there any Thingworx Extension built for that? I saw that RabbitMQ extension is available in Market place however it is version 1.0. https://marketplace.ptc.com/apps/193960#!overview thanks and look forward for the feedback on this. Preeti
Hello! I had such error when filling in and then saving the configuration for the database: As I understand, ThingWorx swears at the "sun" in the JDBC Driver Class Name field: Does this mean that I can't use such driver? Or is the problem in the title, or in something else? Prompt if someone came across this, please.
Hello. Am trying to understand why QueryNamedPropertyHistory service brings new data every 6-10 instead of 1 second but I still can't succeed. So here is my architecture: 1) a thing client (stand alone java program) sends data to thingworx every second; 2) remote thing receives the data and I see that new data come here every second as well; 3) the data from the remote thing goes next to separate things; 4) next, a thing template brings the data via QueryNamedPropertyHistory service; 5) new data in a mashup is seen here every 6-10 unfortunately at the final step. Could anyone tell me what I do wrong? How to achieve the desired result -) Thank you.
I want to merge service result from different thing into one table, how it can be done?
Is there a way to assign duplicate mashups (e.g. PTC.Factory.Logout Mashup) to the PTC.FactoryConsole? I want to change the Logout Area and assign this to the Mashup. Or is it possible to customize the PTC.FactoryConsole oder duplicate this Mashup and use it with my own design configurations?
I want to exclude data in a data grid based on a checkbox. What would be the best way to do this?
Hello! I'm trying to deal with the ThingWorx Edge ADO Service. I performed the configuration for the AdoThing.config file, specifying the address, port and Appkey - as well as the type of my database driver (Excel) and the ConnectionString. I also created an AdoThing Thing like a remote database. But there is no connection at the moment. I'm sure that I made some mistake and didn't take into account something, but I don't know what and where. Please, help.
Do we have solution for moving files from Thingworx to AWS(S3 for example). And which tools we can use for implement this one?
Good day All, I am having difficulties getting the latest version (3.0) of the PDF Extension on an Ubuntu 14.04 server, although I have also come across this error on a Windows 10 localhost deployment. I have run the command (sudo apt-get install libgtk2.0 libxtst6 libxslt1.1 fonts-freefont-ttf libwebkit2gtk-3.0-25) as desrcibed in the documentation for a Ubuntu 14.04 deployment. I get the error: "Element not found or does not exist. For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html Build info: version: '2.52.0', revision: '4c2593cfc3689a7fcd7be52549167e5ccc93ad28', time: '2016-02-11 11:22:43' System info: host: 'localhost', ip: '127.0.0.1', os.name: 'Linux', os.arch: 'amd64', os.version: '4.14.40-elastic-test', java.version: '1.8.0_131' Driver info: driver.version: unknown" Has anyone come across this error before and have some advice on a fix? @VladimirRosu_116627 do you have some insight possi
Hi, on TW Foundation 8.4.3 i found this error, logged in "Application logs" several time per minute. Error occurred while validating HTTP header: cookie. HTTP header value: cookie: Invalid input. Please conform to regex ^[a-zA-Z0-9()\-=\*\.\?;,+\/:&_|% ]*$ with a maximum length of 1000. i found also a possible answer here, but it doesn't help, since the error persists. Thanks in advance.
I need a Timestamp for some of my widgets but the expression does not work anymore in the updated version 8.4. How can i evaluate the datetime in a expression ? Or do i need a service now ?
I want to install two separate thingworx instances on a single Postgres server by creating different tablespaces, DB and User names. For these I will change the postgres scripts for creating tablespaces. My platformsettings.json will look like below: Is it possible or ThingWorx will throw errors. If it doesn't throw errors will it be OK as per TWX modelling, data structure. TWX1: PersistenceProviderPackageConfigs": {"PostgresPersistenceProviderPackage": {"ConnectionInformation": {"jdbcUrl": "jdbc:postgresql://localhost:5432/thingworx1","password": "password","username": "twadmin1" TWX2: PersistenceProviderPackageConfigs": {"PostgresPersistenceProviderPackage": {"ConnectionInformation": {"jdbcUrl": "jdbc:postgresql://localhost:5432/thingworx2","password": "password","username": "twadmin2"
Hi , I created a mashup with 20 layouts, each containing another mashup. All the mashup simultaneously calls a stored procedure from an external database (I know it's horrible but we're kinda testing here). So that's 20 stored proc calls each 10 seconds. Overall it works well, but sometimes 1, 2 or 3 out of the 20 mashups doesn't display data, and an error sign appears instead (see attached image). I'm not 100% sure but to me it seems obvious that the 20 simultaneous calls are the cause, but I haven't found any documentation on that red alert and I was wondering if anyone could confirm. Also, if this is caused by a timeout, is there any way to change the limit time ? Thanks for any help.
Using Advanced grid ,by passing as 'edited table; as input and saved data. Secondly, again i want to save some data but secondtime that grid is empty. Then the previous edited table is taken as input for the second one. So i have to refresh that edited table.while each step completion? How to fix it?? Thanks, Chitra
Hi all, I am trying to find a way to make the Time Series Chart widget able to show only the data that is selected on the list widget (multi-selection available). How to do that ? Thanks in advance.
I have a service which returns an infotable. I need to display graph using Timeseries chart. I am getting data in Grid, but not in Timeseries chart ( both default and v2 version from marketplace)
Hi Team, I have a device connected to a remote Thing and when I delete it and try to create a new Thing with the same name I'm experiencing this error: Failed to create device : JavaException: java.lang.Exception: Unable to create thing: DeviceThing.T : [1,018] Data store unknown error: [Error occurred while accessing the model provider.] There are not ghost Things, the Thing doesn't exist, but Thingworx doesn't allow me to create a Thing with the same name. I found this ticket, https://community.ptc.com/t5/ThingWorx-Developers/Data-store-unknown-error/td-p/528023 that seems to be exactly the same case as mine, but there are no solutions. Is there any possible solution for this ? In my specific case I would like to avoid restarting TomCat, unless there was some evidence that it would solve the problem. Note: I'm using ThingWorx 8.4.2. Thanks in advance.
I have a "navigation page" that needs to update a grid on a new mashup that loads when my navigation button is pressed and two items are selected from my drop down and combo box lists. My navigation button will upload the next correct mashup however my grid is not being filled with any info based on selected items from my drop down lists. bindings for grid widgetmashup bindings for navigation page mashup Any thoughts of what I am doing wrong? Thanks
Hi , I have a menu in my master and i have a button in my mashup.Clicking on the button should take me to the next menu item.How should i do this? Thanks in advance, Kishore
How to upload multiclass classified dataset into Thingworx analytics . When i try to import, it showing error and not allowing to import more than two class dataset. ( True/false )
Am getting data from kepware to thingworx and storing it in the value stream. Now my requirement is to display this data in a timeseries chart and when new data comes in the new data should get appended to the chart and it should look like a continuous(real time) chart.
Hi all, I would like to know if there are possibility to change my screen from a click on marker on my map I have a map in my mashup and there is one marker. I want to insert other marker and when I click in other marker my mashup change to other mashup like if the marker was a function "go to display button" Regards, Leonardo.
I have a custom created variable which I need to read into KepServer. My variable is an extended variable, a key-value pair: <DataItem sampleRate="1000" type="e:VARIABLES" subType="x:COMMON" category="EVENT" id="L2p2CommonVariable" name="p2CommonVariable"/> I have configured the IT but it keeps complaining about the data type. Any help is appreciated.
Here is a question: when I insert data inside data table entities and want to show this data using label chart. May I know what is the sequence for label chart displaying the data. Because here is out of sequence and I struggling with this question!!!
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.