Recently active
As the title, how can i use commit () and rollback () in sql service
Hi, Collapse/Expand option missing in Advance Mashup TWX 8.4. PFB PNG for reference Could anyone help me to solve this issue. /VR
Hello, is it possible to provide Thingworx Services in a OData API for other tools without building a wrapper for this.
Hello, Is interested about SAP MII (https://support.ptc.com/cs/help/thingworx_hc/thingworx_7.0_hc/index.jspx?id=SAPMII&action=show). Where can i download this extension? Any advice is appreciated. Thanks Extract: The composite application SAP Manufacturing Integration and Intelligence (SAP MII) enables adaptive manufacturing processes by synchronizing manufacturing operations with backend business systems. With the ThingWorx SAP MII extension, interact with SAP MII queries and business logic transactions directly from ThingWorx. To use the SAP MII extension, download and import the SAPMII_Extensions.zip into ThingWorx. The package imports the following into ThingWorx: • SAPMII Thing Template • SAPMII Thing Package
Hi Experts, I have data stored in AWS S3 buckets and now want to utilize that data to be displayed onto Thingworx Mashups. Could you please suggest some efficient ways to achieve this requirement of getting data from S3 buckets to Thingworx platform? Thanks!
Hi, I'm currently using MQTT to send sensor data to the thingworx platform. The data is in json format and looks like this: {"tire_pressure":4.7,"speed":55,"timestamp":"2020-05-07 11:25:19.971","status":"success","vehicle":"car"} In the MQTT master template I created a property called Speedometer which receives this json data. Now, I'm trying to extract the data by using another property (called Speed, base type: int) which subscribes to the Speedometer. The subscription looks like this: me.Speed = me.Speedometer.speed; But the property Speed doesn't change it's value. Do you know how to solve this?
I have one parameter and i am trying to put like operator in sql query but it is not working please help to resolve it
I can not express the circle(image named page.) in the existing paging widget(image named page2). I want to express a button that move to a first page or last page when I pressed. And I want to show three pages per page. For example -> previous< 1 2 3 >next / previous< 4 5 6>next I will be glad for your help.
Hallo, I have an issue creating a server for the 30-day Evaluation. By pressing the button "create server" an error "Error creating trial" occurs and no server is created. Any ideas how to solve this problem?Thank you very much!
Hi, I am using ThingWorx 8.5. The date time picker has a into mark to clear the selected date, on click of which returns 'Invalid date'. But, I wanted to clear the selected date time when clicking of that into mark. There is no clear property for date time picker. Is it possible to do? Thanks, Shalini V.
it seems to be possible for a normal user "USR1" (non admin and not on special groups) to see other user objects through a service. I have no rules on the "users collection" permissions that would allow USR1 to "see" other users In fact, If USR1 logs into the composer, he can see just itself on the users list But if with a service he calls Users["USR2"].fullName, this entity is visible and returns the fullName prop ! This shouldn't be possible. What I'm missing ? I use TWX 8.5
Friends, Any idea on implementing cascading attributes feature in Thingworx?
I am trying to use AddPropertyDefinition in a service where I am passing values like "ALWAYS" or "Always", "VALUE" or "value" etc it is showing error as shown:- [message: Execution error in service script [PropertyCreationAndValueUpdation] :: Invalid Data Change Type : [Value]] Could anyone let me the exact way of updating this part Code is as:- var params = {defaultValue: undefined /* STRING */,remoteBindingAspects: undefined /* JSON */,description: undefined /* STRING */,readOnly: false /* BOOLEAN */,remote: undefined /* BOOLEAN */,type: propertyType.toUpperCase() /* BASETYPENAME */,remotePropertyName: undefined /* STRING */,timeout: undefined /* INTEGER */,pushType: undefined /* STRING */,dataChangeThreshold: undefined /* NUMBER */,logged: true /* BOOLEAN */,name: propertyName /* STRING */,pushThreshold: undefined /* NUMBER */,dataChangeType: undefined /* STRING */, ----------> This part is showing error when passing above values.category:
Here is a spreadsheet that I created which helps to estimate data transfer volumes for the purpose of estimating egress costs when transferring data out of region. You find that there are a number of input parameters like numbers of assets, properties, file sizes, compression ratio, as well as a page with the cost elements which can be updated from the Interweb.
Hi, I want to check whether any property already exists in thing or not, if not then I will create a new property using AddPropertyDefinition. Please provide the code snippet for this property existence check. Thanks in advance.
I used my email to create Thingworx user when I use reset password function and Thingworx return 500 error 500 Unexpected Error - Contact your system administrator for more details ex: https://myhost.com/Thingworx/FormLogin/reset/SLA?Summary=853342b5-44bf-4c5a-af08-f6089fdf08e7&thingworx-form-userid=vanxuanbinhan01@gmail.com with the above link, I can reset the password normally when userId like vanxuanbinhan01(not email pattern are OK) Thingworx Error logs: 2020-05-04 01:22:21.412-0500 [L: ERROR] [O: E.c.t.s.f.ValidatingHttpRequest] [I: ] [U: ] [S: ] [T: http-nio-0.0.0.0-80-exec-6] Error occurred while validating HTTP parameter: thingworx-form-userid 2020-05-04 01:22:21.412-0500 [L: ERROR] [O: E.o.a.j.l.ResetPassword_jsp] [I: ] [U: ] [S: ] [T: http-nio-0.0.0.0-80-exec-6] [context: com.thingworx.webservices.context.HttpExecutionContext@71f54c7f][message: Not Authorized to Reset the Password] com.thingworx.common.exceptions.InvalidRequestException: Not Authorize
Hello, everyone! Discover how we embed security throughout the entire lifecycle of the ThingWorx platform in our latest “ThingWorx on Air” episode! Hear Walter walk through how the ThingWorx platform is secured from end to end. Walter breaks it down into three simple parts: secure design, secure coding practices and continuous security improvements via our maintenance releases. Listen to Episode 07 to hear the steps we’re taking in each of these areas and how security is at the forefront of what we do. Finally, Walter mentions the Secure Deployment Hub, our brand-new set of resources to help you securely deploy your ThingWorx apps. Check out my last tech tip to learn more. As always, stay connected, Kaya
Hi Team, I am one of the Thingworx user and currently i am using MQTT extension 2.1.1 to subscribe the topic from Hive Broker. I am facing two chellanges as following and looking for your guidance to resolve them.- 1. I have tried the wild card method to subscribe the topic in Thingworx but couldn't workout. 2. I have created the property in MQTT thing to subscribe the topic from MQTT broker but messages are not getting update automatically until i manually refresh the property in Thingworx. Please support. Re: post
hello friends, I'm users of the free Thingworx platform I would like to know how I inform the user when one of the variables is irregular, for example: production = 0 "production stopped" thanks in advance.
Hello! I've started working very recently with Thingworx and I'm trying to understand how permissions work. I have a mashup and 2 types of User groups: Group A developers, Group B clients. I gave Runtime permission to both user groups on the mashup but when I log in with a user from either group I can't see anything from the mashup, not a single widget, is blank... Any tips? Thank you!
Hiw I need the 3D Model Viewer Widget Extension, It's no longer available in Marketplace. Does anyone have the extension and can share it with me please. I need it to display a 3D structure inside my Mashup.
Load Testing through Remote Device Simulation Designing an enterprise-ready application requires extensive testing and quality assurance. This includes all sorts of tests, of course, from examining the user interface for flaws to verifying there is correct logic in all background services. However, no area of testing is more important than scalability. Load testing is how to test the application to ensure it still functions as desired when remote things are connected and streaming information to the Platform. Load testing is considered a critical component of the change management process. It is mentioned numerous times throughout PTC best practice documentation. This tutorial will step you through designing a load test using Kepware as a simulator. Kepware is free to download and use in short demos, making it the perfect tool for this type of test. Start by acquiring the latest version of Kepware from the download site. Click “Download Free Demo” if a license was
I've currently have a task on exporting a mashup to a PDF file. I downloaded pdf extension from this link https://community.ptc.com/t5/ThingWorx-Developers/Where-can-I-download-PDF-Extension-for-ThingWorx/td-p/632980 . And configured : AppKey:,ServerAddress:http://localhost:5000/Thingworx/Runtime/index.html#mashup=DRK_mhp_CustomerManagement,OutputFileName: Report.pdf, FileRepository: SystemRepository But it didn't work. Can anyone help me is configuration wrong or I have to download latest PDF extension(can u give me download link).
Hi, Issue1 : I want to show x-axis,y-axis only.But when I give chartareastyle line color as black,It is showing borders on all sides Issue2 : Y-axis,Secondaryyaxis labels overlapping with axis values Please find the attached file.
23:22:55.039 [NettyClient-NIO-5] INFO c.t.s.i.p.v1.V1ProtocolContext - Preparing new Connection Authentication Request for channel: com.thingworx.sdk.impl.transport.MuxingBytesChannel$AuthTrackingBytesChannel@2ac59f79, request: V1AuthMessage [header=V1MessageHeader [messageType=20, requestId=1, endpointId=-1, sessionId=-1, isMultiPart=0], securityClaims=toString() called on SecurityClaims. No output emitted as this could be a security issue. If you want to log information you must explicitly do so at your own risk. It is NOT recommended you do so.]23:22:55.057 [NettyClient-NIO-5] ERROR c.t.s.i.transport.MuxingBytesChannel - Error refilling connections on [channel: null, endpoint ws://localhost:8080/Thingworx/WS, uri: ws://localhost:8080/Thingworx/WS] failed : Connection authentication/registration FAILED [channel: com.thingworx.sdk.impl.transport.MuxingBytesChannel$AuthTrackingBytesChannel@2ac59f79, code: STATUS_UNAUTHORIZED, reason: Error [context: authenticating connection][cause: Mi
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.