Recently active
Hello When I run the "$ cmake -G "Visual Studio 15 2012" .. in the ubuntu terminal, I got an error of "CMake Error: Could no create named generator Visual Stuido". Can you tell me how to solve this error? If the error is due to not being installed Visual Studio 15 2012 in ubuntu, how to install the visual studio 15 2012 in ubuntu? Thank you.
Hi community, According to April's post this year the Thingworx Eclipse Plugin should be located here. But I'm not being able to find it. Where can I find the Thingworx Eclipse Plugin? Regards, Nahuel
Hello, I want to embed in another website a mashup as iframe. I have done the configuration like explained in the help : https://support.ptc.com/help/thingworx/platform/r9/en/index.html#page/ThingWorx%2FHelp%2FComposer%2FSecurity%2FAllowingEmbeddedMashupsiniFrames.html In the filter "ClickjackFilterWhiteList", I have added domain : http://aa.bb.fr But it's not working... With Postman, when I do a get on my url: http://xxx/Thingworx/Mashups/TEST_VIEW?appKey=xxx&x-thingworx-session=true I can see the headers: Content-Security-Policy : frame-src http://aa.bb.fr Content-Security-Policy : frame-ancestors http://aa.bb.fr X-Frame-Options : ALLOW-FROM http://aa.bb.fr So, I guess my config in web.xml is ok. In the browser, when I enter my url : http://xxx/Thingworx/Mashups/TEST_VIEW?appKey=xxx&x-thingworx-session=true The page load but is redirect to url : http://xxx/Thingworx/Runtime/index.html#mashup=TEST_VIEW&appKey=xxx&x-thingworx-session=true
Hi, ThingWorx Community! I wanted to take a moment to tell you about a chat I had today with my friend Kaija Petrone known as @Kaya on the Community. Kaija came to PTC in 2017 as a Vuforia- ThingWorx intern and then the ThingWorx Product Management Team grabbed her. She has helped out with Community Member spotlights so I wanted to take the time to highlight Kaija! While Kaija has been providing ThingWorx product release updates, spotlighting community members, and designing ThingWorx Solutions Central , she has been moonlighting as an Interior Designer at Kaija Interiors Her passion for designing and decorating spaces began in her childhood urban dwelling home. At eight years old, Kaija was always helping her busy parents paint floors and rearrange furniture. Now Kaija is ready to create spaces that center and inspire people full time. Yay, for those that need to be centered and inspired!
How to extract all the widgets in file format?
Hi, I'm using the Analytics server Things to create services that train an analytics model and utilize predictive scoring. Currently, I have 3 variables (motor1 speed, motor2 speed, and distance) and want to be able to predict motor speeds for both motors 1 and 2 given a specific distance input. I am currently only able to use the services to create a predictive model with one 'goal field', and therefore 1 output. Is there any way to predict more than one variable through the analytics services? Thanks!
I am repeatedly getting this error in application log while importing project. And the import is getting failed. It is pointing " [1,018] " for media, users, modeltags as well. How to rectify this? 1. Unable to process import: Unable to update user: [1,018] Data store unknown error: [Error occurred while accessing the model provider.]2. [message: Unable to Invoke Service ImportSourceControlledEntities on SourceControlFunctions : Import Failed: Unable to update user: [1,018] Data store unknown error: [Error occurred while accessing the model provider.]]
var params1 = {infoTableName : "InfoTable",dataShapeName : "EntityReference"}; var AllEntities = Resources["InfoTableFunctions"].CreateInfoTableFromDataShape(params1); AllEntities =Projects["XXXXXX"].GetEntities(); var params2 = {path: undefined /* STRING */,data: AllEntities /* INFOTABLE */,fileRepository: CustomServices /* THINGNAME */,withHeader: undefined /* BOOLEAN */}; Resources["CSVParserFunctions"].WriteCSVFile(params2); This code is not working. I have provided ThingName for fileRepository. What else should i provide for fileRepository??
What are the factors have to be checked(to control slow performance) before deploying thingworx in AWS?
Hey, I have attached a screenshot below in which I have created a mashup with 2 text fields namely "Name" and "Age". I want to record the data entered by the users and export the recorded data in form of CSV file when the user clicks on the data export widget. Can anyone please guide me through the procedure and bindings to be used for this?
Hi I am taken over the project which was developed by someone else. I didn't get KT and tech documentation to get high level knowledge about it. When I am going through the mashups.. lots of mashup parameters from collection widget is passing to many of the mashups. I am not able to follow the flow of mashups. Any technique or method is there to identify the flow of mashup parameters. I want to figure out which mashup parameter value passing to which mashup(name of mashup).? How to figure out this?
Hi, ThingWorx 9.2 has released but I cannot find it in "PTC Software Download" , when will this release publish to the download center ? Regards, Sean
I am trying to place a menu flyout in the bottom right corner of my mashup's master template. However, I am unable to set the location of the flyout so it does not hang off the screen as shown in the picture attached. Through Chrome Developer tools I am able to manually modify the position as desired (attached), however when I create custom CSS targeting the flyouts class, the custom css is not applied but the selector is shown in dev tools. Just empty with none of the styling applied. Anyways, does anyone have an idea of a way to position a menu flyout or have a different solution to arrive at my desired result?
I have installed the zip file for the widget Progress Gauge and also imported in the local host. But in the widget panel in the mashup, the widget is not available. How can I resolve this?
Hi I'm trying to upload the csv data to thingworx by using csv parser but I'm getting the error for datetime as it cannot convert string to datetime. It is assuming the date column of csv as string. please help me to what is exact format for datetime to be put in csv in order to import csv data in thingworx.
I want to integrate thingworx 9.1.3 with ms access database and read the MDB files. Please help me with the steps to configure the same.
Hi, I am not able to see/add/use MSSQL as Persistance provider. I have trial version Thingworx. My goal is to save data form keepware and work with this data. Do a graph with this data for example. I guess I have to save the data to a persitance server. I have followed all the instructions from Support (https://support.ptc.com/help/thingworx/platform/r9/es/index.html#page/ThingWorx%2FHelp%2FInstallation%2FInstallation%2Finstall_java_and_apache_tomcat.html%23wwID0EHC3O ) and https://support.ptc.com/help/thingworx/platform/r9/es/index.html#page/ThingWorx%2FHelp%2FComposer%2FDataStorage%2FPersistenceProviders%2Fmssql_database_setup_for_thingworx_windows.html%23wwID0E6QAW But I don't know what to do more. I guess it should appear here but it does not appear: I think I have followed all steps but maybe I have something missing. Someone has the same problem? Thanks
HI, I have installed java version 8 in my laptop but still not able to install the thingworx. could someone help me out with this. I am sharing all the necessary details.
Hi! I'm trying to validate the flow of Creating a Mashup Widget Extension.This guide is useful but the requirements are outdated. What jdk version is requiered for building an extension for ThingWorx 9.x?And for linux, if open jdk is supported, which version is required also for TWX 9.x? In the step 1 of the same guide there are two links, one to the Eclipse Plugin and one to the Extension SDK. Looking at the URL I found it says "trialeditions". What are the diferrences between the non-trialedition and the trialedition? Regards
Hi! What is the expected output of the Prediction Microservice when scoring against a Cluster model? Below a capture when the PredictionThing.RealTimeScore was executed Is it indicating to which cluster id the input data belongs to? In the case that is correct, what is the expected output when the input data does not belong to any cluster? Regards Nahuel
Hi, I am having a stream (not a value stream) where data is coming from different things or sources. I want to know or I want to trigger an event when data are getting inserted into my stream means when the number of row is incrementing by 1. Is there any way to create a custom event to trigger this event? Or any other way to know the changes in my stream table? Thanks, Rajat
Hello, I am newbie of C SDK and when I did C SDK tutorial from the following website, https://developer.thingworx.com/en/resources/guides/thingworx-c-sdk-tutorial/c-environment-setup, I stuck in step2 of Modify the Source File which I need to create a new project. I would like to know how to create a new project in linux. Is it just creating a folder under the root directory? Or If creating a project is not creating a folder, may I know how to create a new project? Thank you.
I am currently working on manually installing Thingworx in my VM. my system configuration is 64 bit. Following is the versions of my installation: tomcat - 9.0.50 64 bit java - version - 1.8.0_291 64 bit jdk - jdk11.0.11_9 jre - jre1.8.0_291 Case 1 : With Jre 64 bit I have set the Tomcat Config/Java/Java virtual Machine path as "C:\Program Files\Java\jre1.8.0_291\bin\server\jvm.dll" Tomcat didnt start with this configuration. Throws the following error in tomcat logs " Found 'C:\Program Files\Java\jdk11.0.11_9\bin\server\jvm.dll' but couldn't load it.%1 is not a valid Win32 application. Invalid JVM DLL handle." Case 2 : With Jre 86 bit I have set the Tomcat Config/Java/Java virtual Machine path as"C:\Program Files (x86)\Java\jre1.8.0_291\bin\client\jvm.dll" Tomcat started for few seconds and stopped. It tried to run Thingworx environment(created thingworx storage file) Following is the application log of Thingworx storage/logs/application log file "com.flexnet.licen
Hi, Is it possible to print only the grid rows in ThingWorx? On click of button, the dialog should open the print screen which has only the grid. How can I achieve this? Thanks in advance, Shalini V.
Hi, I'm trying to combine two analytics-related services- the first one ('createDataset2' in the attached images) creates an analytics dataset using the "AnalyticsDatasetRef" that outputs a dataset ID that I will later feed into the createJob() service under the Analytics Training_Thing. However, before I train a model, I want to make sure that the Dataset creation job is 'completed', and I can check this using the getJobStatus() service under the Analytics Data_Thing. In my service, I first call 'createDataset2' to create the analytics dataset, and then have a while loop that calls the getJobStatus() service until I get a return value of 'COMPLETED', indicating that the dataset creation is complete. I've tested both parts of the service individually and they work, but when I combine them I get an output error (attached) that I'm unsure of how to debug. I'm thinking that the while loop may be causing issues- any tips/ideas would be greatly appreciated! 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.