Recently active
Hi, I am using Analysis Manager > Analysis Models to create a model from PMML file and upload csv data for testing.I was successful in creating the the model(Analysis provider Connector : TW.AnalysisServices.AnalyticsServer.AnalyticsServerConnector). Selected the Test in model details, used upload input files option to upload the csv file consisting of data, with column names same as shown in Input Data Shape field. But the data rows are not loading.Also, I didn't now find any detail documents regarding this process, would be helpful if share one.Thanks
Thingworx Composer version 9.3 and Azure IOT Hub connecter version 4.2.0.5 can you give me proper steps with full details? We require that on urgent basis so help me ASAP
Using advanced grid, trying to show an image and by clicking an image it needs to be navigated to some link.Is there any possible way to implement this?
We are using collection widget. Input for a collection widget is "Media" entity name and Loading around 100 cells at same time. Each cell will have 1 image out of 7 image. For each image, there is service request initiated from mashup.Can we avoid multiple requests from UI some how?
anybody know to use this service? I want to assign the run time permissions for multiple user groups I know there is an explanation how to use it, but unfortunarely, there is no clue how to fill the infotable (one of the params) in anywhere this is the entry for the infotable// RunTimePermissions entry objectlet newEntry = {isPermitted: undefined, // BOOLEANname: undefined, // STRING [Primary Key]resourceName: undefined, // STRING [Primary Key]type: undefined, // STRING [Primary Key]permissionName: undefined // STRING [Primary Key]};
Error: Could not find or load main class FilesCaused by: java.lang.ClassNotFoundException: Files Getting above while connecting thingworx to azure iot hub using thingworx connecter Needed help related this Give solutions ASAP
Hello, I am looking for a way to explore the Connected Work Cell app, so we upgraded our Thingworx installation as mentioned in this page but the it doesn't shows up in the console. The current version is as follows:Is there any way to enable the access to explore and adapt the application to my specific needs?Thank you in advance for the support.
Hi,I would like to split my infotable into as many infotable as there are values that a given property assumes.For example this is the original infotableAnd these the derived infotables How can I get this???
Hello, I have created two things 1 Device 2 Databasecontroller 1. In first thing(Device) I have written below code in service. let result = jsonmessage; 2. In second thing(DatabaseController) I want response of Device thing service using below code var serviceName = "ConvertData"; let result=Things["Device"][serviceName](); it is returning blank data.
Hi,I am trying to store the received data from the devices into PostgreSQL.I created a remote thing to bind all properties of data received as tags on the industrial connection thing.I want to store continuous streaming data when refreshed from the devices and when streaming data is received I want to apply custom logic to calculate values on data then insert it into the Postgres SQL database.could you please help how to store industrial connection thing streaming data in PostgreSQL database?
How to generate(or download) excel file instead of csv file. Any extension available.? Any possibility is there to import the csv file in excel and showing that excel file to the user in mashup or in repository??
Can someone show me how to build the Service we are supposed to put the query into for this filter widget to work. I have a service that brings the data back from the SQL server. But I do not understand the QueryFilter property to the query input parameter of the QueryDataTableEntries service in this reading. https://support.ptc.com/help/thingworx/platform/r9/en/index.html#page/ThingWorx/Help/Mashup_Builder/Widgets/Grid_SortingAndFilteringTheGridData.html Please send or help if you can thanks.
I'm trying to make a post request using contentLoaderFunctios to firebase but i keep getting this error bellow but when I make the same request from the postman desktop app it works fine. Error executing service StartClass. Message :: Certificate for <fcm.googleapis.com> doesn't match any of the subject alternative names: [*.google.com, *.appengine.google.com, *.bdn.dev, *.cloud.google.com, *.crowdsource.google.com, *.datacompute.google.com, *.google.ca, *.google.cl, *.google.co.in, *.google.co.jp, *.google.co.uk, *.google.com.ar, *.google.com.au, *.google.com.br, *.google.com.co, *.google.com.mx, *.google.com.tr, *.google.com.vn, *.google.de, *.google.es, *.google.fr, *.google.hu, *.google.it, *.google.nl, *.google.pl, *.google.pt, *.googleadapis.com, *.googleapis.cn, *.googlevideo.com, *.gstatic.cn, *.gstatic-cn.com, googlecnapps.cn, *.googlecnapps.cn, googleapps-cn.com, *.googleapps-cn.com, gkecnapps.cn, *.gkecnapps.cn, googledownloads.cn, *.googledownloads.cn, reca
Hi, I am looking to dump csv file from thingworx to cloud folder example- Microsoft cloud. Both will be in different network. How can i do this in twx 9.1 version. Thank you
Hello all, I want to show data of a particular date which date-time picker picked into a grid table. I have data in infotable and DateTime data is in "YYYY-MM-DD" format. How can I do this?I am new to thingworx. I really appreciate it If you can provide the solution in steps. Thanks and Regards.
Hello, we have some trouble to use the Thingworx SAPOdataconnector with standard SAP interfaces. Reason for this is clear, the IR (Integration Runtime) tries to parse the Metadata from XML Resource Section (See Screenshot) with https://******/$Values/$Metadata <- But $Metadata does not exist, cause not every "Resource" is an Odata Service itself. What can be done is for sure just use the content loader functions ... but than the Integration Runtime is useless. Does anyone knows a workaround -> request for improvement and support ticket is allready opened. ps: The online viewer is bad ... if you download the Screenshot you can see what is inside
How to get organizations root case list and display it in on dropdown?
Hello, Can anyone help me with the query- how to bind ready made mock html with mashups in thingworx,,I am uploading the sample html mock image , I want to use it as it is and build a mashup, Also I am attaching a mashup image which I have tried to build using custom css codes and used the widget - "HTML textArea".
How to display data in a grid user wise in thingworx dynamically? How to display data with different organization wise and how can i map organizations with grid data?
Hello ,I want to know how we can change the header icon of the menu bar.
Hello , I have tried this solution also , still not working - Solved: Re: Thingworx 8.5.4 not able to import svg-xml med... - PTC Community I am using thingworx 9.It is giving me the error - invalid length
Hi,I have a template for different things.I want to select a property in dropdown widget to see connected properties in a collection widget.I'm able to do this, but in the dropdown widget properties values are repeated if there are things with the same property value.I wrote a service to have distinct value of a property, the output is an Infotable. How can I use this Infotable in my widget? What are the correct bindings?Is it the best way to solve this problem?I have attached an image of my mashupThank you
Hi, all I'm trying to use a schedule chart for the state of a machine. I am trying to configure the mashup through two steps for the master mashup, but the size of the schedule chart is not fitting normally. A mashup was composed using the mashup contained widget, it looks normal in the contained mashup view. but In the upper mash up, the schedule chart is not displayed normally. What can i do ? Thank you. in Mashup contained view Upper mashup view
Hi, Do we have rest api's for monitoring "Active Edits" in Thingworx composer (9.2.1). -PFA screenshot. Thanks & Regards, Shashank
Hi, I have a config.json (it works fine) like { "certificates": { "validate": true, "allow_self_signed": false, "cert_chain": [ "/path2cert/entrust_l1k.pem", "/path2cert/entrust_g2.pem" ] } ... } How could i write it in programming? Because ServerCertFileInfo property only allow me to specify one cert file var client = new ConnectedThingClient(new ClientConfigurator { AllowSelfSignedCertificates = false, DisableCertValidation = false, ServerCertFileInfo = new CertFileInfo { CertType = 0 /* TLS */, FilePath = @"/path2cert/entrust_g2.pem" }, ... }); Any help would be greatly appreciated Regards,Hung Tran
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.