Recently active
Hi, I have a few of questions regarding the permissions model in Thingworx. I can't find any documentation that explains it clearly. Hoping someone can help, or point me in the right direction for more in depth documentation. My understanding is that permissions can be set at a number of different levels. Collection Level Template Level Instance Level Thing level My question is, how do these levels interact with one another. Do they all get 'AND'ed together, or do those at the lower levels supersede the ones set at higher levels. e.g. If I set some visibility at collection level would this overridden by me setting a different visibility at say the Template instance level, or would both visibility permissions be valid. At each of level there is the ability to override (e.g. for a particular property or service). How does that fit in the hierarchy. I have read that in Thingworx 'deny' always supersedes an 'allow' permission. Is this still the case if
Hello, Currently, i am using Thingpredictor as Analysis Provider. Unfortunatly, I'm not able to publish any Analytics(8.2) Model in Analytics Builder. Instead, I get the following Message: "Model deployment failed on connector Exhausted the specified waiting time for model deploy, aborting... : <modelname>" In the command prompt of ThingPredictor I get the this Message: INFO [2018-06-22 02:25:56,833] com.thingworx.communications.client.things.filetransfer.FileTransfer VirtualThing: Starting file transfer. tid: 0db5b07e-72df-4352-bda7-f5a1ad8860f2, path: TempModelDir/ bosch_0-062ml_120grad_bearb2_Peroxid_1e5a2425-9ecc-466a-85a3-36c3e4d42296.xml, mode: write INFO [2018-06-22 02:25:56,848] com.thingworx.communications.client.things.filetransfer.FileTransfer VirtualThing: Completed file transfer. tid: , message: Transfer complete WARN [2018-06-22 02:25:56,848] com.ptc.analysis.client.impl.AnalysisClient: checksums don't match , overwriting file ERROR [2018-06-22 02:25:56,864] com.th
Hello, I recently perform an update from TWX 8.1.0 to 8.2.5 and I noticed that there is the requirement to run the scripts in the update folder, but I do not understand why this step is necessary because when I checked the script it does not do anything. I want to omit this step and from what I saw it can be, but I do not understand why it exists in the documentation? Best regards, Marius
I want to install thingworx foundation on my pc but finding it difficult. Could someone recommend a video tuttorial or some that will guide me through successfully? Thanks.
Could you tell me how to launch Creo Parametric from Mashup?(I'd like to edit the CAD data specified by Creo using arguments)
In a PoC I'm faced with following Use Case: For a internal application I need to view PDF files which are stored on a network share. It is possible to open the file in a browser window by entering something like: file://///servername/share/Loremipsum.pdf When using this as the URL for a Webframe widget, the widget won't display anything. Even a Link will not open a new window. There are no entries in the application.log. Any ideas how to get access to a locally stored PDF and present that to the user? What will be the best architecture for this?
I have connected a nodeMCU to my laptop and create a thing on the platform then i tried to update the reading from arduino IDE to platform by http request but the value doesn't updated and i don't know why please help the attached file has the code which i tried with it to update the value
Hi, I have an scenario where, I have 10 users and there is a particular mashup where all the 10 users have access to and can edit it are using it and there is an option to like save button to save a text from the mashup to sql. In this case, I wanted to know which user is saving what data in sql. How can I make this possible? Please provide some help. Thanks, V Shalini.
Hello, I am running Thingworx Analytics 8.2 and ThingPredictor 8.2. I deployed the ThingPredictor, build a model in Analytics Builder and also configurate a provider in Analytics Mangager. But if I am trying to publish a model, it doesn't work correctly. I get the status message <<Model deployment failed on connector For input string: "19.0" >> and my ThingPredictor agent shut down because of a WebSocket Error. I am also not able to open the detail View of my provider. If I do this, the ThingPrdictor agent shut down too. What could be the reason for this issue? Best regards Cedrik Laue
Hello everyone, I have a problem with the trial version, from this morning I get this error, "ERR_CONNECTION_REFUSED by pp-1803141051fy.devportal.ptc.io.", Before it worked well and I still have 27 free days. As in the picture at the click of the Lounch returns that error.can someone help me? thank you
Hi, I am having the 2 different infotable with different fields . Based on Condition , I want to show one infotable results to Grid. How to add the dynamic field definitions and assign the results to Grid. Field definition base type are String and Image type. Below is the code written in the service. var params = { infoTableName : "InfoTable", dataShapeName : "DataShape1"};var outputInfotable1 = Resources["InfoTableFunctions"].CreateInfoTableFromDataShape(params); var params = { infoTableName : "InfoTable", dataShapeName : "DataShape2"};var outputInfotable2 = Resources["InfoTableFunctions"].CreateInfoTableFromDataShape(params); //Creating Dynamic Infotable with no Datashapevar params = { infoTableName: "MyInfoTable" };var result= Resources["InfoTableFunctions"].CreateInfoTable(params); if(Condition){ var dataShapeFields = outputInfotable1.dataShape.fields;}else{ var dataShapeFields = outputInfotable2.dataShape.fields;} for(var key in da
Hello, I have downloaded the trial and following installation document. Installing on my laptop. 4 core 8g ram, Windows 7 64bit Installed the Docker Toolbox and ran the TWT installer. The error is attached
Hi @Aanjan, I have updated the property "Validator.HTTPCookieValue=^[a-zA-Z0-9-\\\/+=_%;\.| ]*$" and my cookie id was "JSESSIONID=5D443A9AACEABC3C44B7C4883B142D26". The Id seems to match the regex i had checked, but i can still see "Error occurred while validating HTTP header: cookie" in the logs. Based on this article, i had changed the platform.settings file as below, { "PlatformSettingsConfig": { "BasicSettings": { "HTTPRequestHeaderMaxLength": 10000, "HTTPRequestParameterMaxLength": 10000 } }, "PersistenceProviderPackageConfigs": { "PostgresPersistenceProviderPackage": { "ConnectionInformation": { "jdbcUrl": <jdbc:postgresql://postgresql URL/thingworx>, "password": "password", "username": "twadmin", "maxPoolSize": "15000", "minPoolSize": "500" } } } } But the issue persists. Please advice. Thanks and Regards Saran
Hello support, I guess I am missing something, but I am unable to find where to launch the evaluation server. It used to be a button when I clicked my user in top-right, but apparently you redesigned the layout and now I don't know where this option is. Thank you.
Hello, We created a number of useful ThingWorx extensions, which we would like to share with the community. What procedure should we follow? Regards,Constantine
Hi, I was trying to create a new Industrial connection. When i give the name it always says as "Invalid Name". I tried with lot of options but still it give the same error.ThanksHema
Hi, I have been working in Thingworx 8.0 and i exported "Thing" and tried to import it in v8.2 but its showing error. All the data shapes used in that THING is imported in 8.2 but after trying so many times the Thing is not getting imported. What could be the possible reason? Please provide some help. Thanks, V Shalni.
Hello, thingworx wizards, I am about to put into production an application developed in Thingworx, I have different users created, the problem is when two different users log in to the application one after the other, immediately the session of the previous user is destroyed.It is any form of separate session for each user who logged in to the application?. Thanks in advance.
Hi everyone, one of the new features of TWX 8.3 is the new password policy that a password must be at least 10 chars long. Is there a way to change this setting? E.g. to a minimum length of 5. Could a maximum length be set?
Hello I followed this link to backup my application : CS210224 In my case thingworx is accessible using https (and not http) and I got this ssl error while executing the backup procedure from the server (Linux Ubuntu) [message: Execution error in service script [DailyBackup Event.ScheduledEvent] : Wrapped 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: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target] I trie to put "ignoreSSLErrors: true" but it doesn't fix the issue. If I use the same url from remote PC it works fine Thanks
Hello everyone, I would like to be able to track whether a button was released in a mashup. So far I can only see the onClicked event. I am designing a controller with 4 arrows (up, down, left, right) and I want my remote thing to move accordingly as long as these buttons are pressed. So far I have services for each direction which let the object move in this direction until it is stopped. Thats why I hoped to be able to recognize whether the button has been release, so I can call the stop service. Please feel free to suggest different approaches for this use case if the release button event is somehow not possible to track. Best Regards, Dominik
I am not able to view where the trial server option has gone(Top right corner of the page) I am not able to launch it.
I have a simple CSV file with content like below. Date,PCSN,Total4/27/2018,H192857,34/27/2018,H193177,44/27/2018,H193100,20 I'm using CSVParser_Extensions v4.0.1, but keeps getting empty returns with the following code. Really appreciate any help on this. var sFile = "PMP/test1.csv"; var params = { path: sFile /* STRING */, columnMappings: 'Date;PCSN;Total' /* STRING */, hasHeader: true /* BOOLEAN */, longitudeField: undefined /* NUMBER */, dateFormat: "dd.MM.yyyy" /* STRING */, fileRepository: me.name /* THINGNAME */, latitudeField: undefined /* NUMBER */, fieldDelimiter: "," /* STRING */, stringDelimiter: "\"" /* STRING */, dataShape: "VMS.CSV.Test" /* DATASHAPENAME */}; // result: INFOTABLEvar result = Resources["CSVParserFunctions"].ReadCSVFile(params);
Moved to the Studio Forum in the Augmented Reality Category.
Hi,1. I wondered how can I log specific user name activity - save in known stream, lets assume the activity is logged in the Application log.2. I created new appKey and assigned specific user to it, this appKey is used for executing rest call, I can see the request in the application log, for example:Executing request [URI: /Thingworx/Things/myThing/Properties/Property1]I want to save this row in a specific know stream, how is it possible?Thanks
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.