Recently active
I get "Adjustment of Production Quantity Failed" error on Operator Dashboard when I want to add "1" to OK quantity, where the counter is already "0".Related script error:"MnfgCommonProductionEventManagementThingShape - AdjustProductionQuantity_PRD: AdjustProductionQuantity failed with Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression."
Hi @atondorf, I have used your extension and when I executed the create PDF logic, it executed without any error on the screen but I see the below error in Application log. Could you please help me out on this. Error {_ message='Chromium distribution 'msedge' is not found at C:\Windows\ServiceProfiles\NetworkService\AppData\Local\Microsoft\Edge\Application\msedge.exe_Run "mvn exec:java -e -D exec.mainClass=com.microsoft.playwright.CLI -D exec.args="install msedge""_ name='Error_ stack='Error: Chromium distribution 'msedge' is not found at C:\Windows\ServiceProfiles\NetworkService\AppData\Local\Microsoft\Edge\Application\msedge.exe_Run "mvn exec:java -e -D exec.mainClass=com.microsoft.playwright.CLI -D exec.args="install msedge""_ at executablePath (C:\PROGRA~2\THINGW~1\tomcat\apache-tomcat-9.0.82\temp\playwright-java-13289891056474302043\package\lib\server\registry\index.js:521:13)_ at Object.executablePathOrDie (C:\PROGRA~2\THINGW~1\tomcat\apache-tomcat-9.0.82\temp\playw
Hello All1)Can we import entites from a lower Thingworx version to upper version I tried but faced issue. 2)How to upgrade Thingworx from 9.3.15 to 9.5.0 without deleting the data
My team and me in the process of obtaining a license for Manufacturing Apps. for instant, can we test the trial version on a Windows 8 desktop machine? Because we doing a project of plz check it as we are in the middle of it. and reply us on urgent basis.
Hi Community, I'm trying to set RunTimePermission for project entities using below code let params = { allow: true /* BOOLEAN {"defaultValue":true} */, name: "UG2" /* STRING */, includeDependents: false /* BOOLEAN {"defaultValue":false} */, type: "Group" /* STRING */, projectName: "TestProject" /* PROJECTNAME */, tags: undefined /* TAGS */ }; // no return Resources["EntityServices"].SetEntityPermission(params); When we execute this service it removes existing UserGroup permission from entity. Is this a bug or I'm doing something wrong here. TWX Version : 9.4.1 /VR
I have a MashUp page where users select choices and then click "Show Result," which redirects them to a different MashUp page displaying the results. However, the selected choices are visible in the URL of the result MashUp page. For security reasons, we need to hide or encrypt these URL parameters. Implementing SSL is currently not an option due to time constraints. Does ThingWorx offer any quick solutions to hide or encrypt URL parameters? Please advise.
Hi, What is the best way to upgrade the ThingWorx version without impacting any data in production. ThanksHema
Hi, ThingWorx cannot read the bad quality data from Kepware? Thanks Hema
I have a Thing with some properties from RemoteThings.The type of the 'IndustrialThing' property is Thing.Manually, I can set the value to 'ANOTHERTHING' if I want to, but I want to set it through a service using code. I've tried the code below, it gives no errors, but it doesn't work. var params = { propertyName: 'IndustrialThing', propertyValue: 'ANOTHERTHING' }; Things['MYTHING'].SetPropertyValues(params);
Hi all,Sorry if my question is stupid but i don't know anything about Micro FrontEnd architecture and technology.Do you know if it is possible to use Micro Frontend technologie to embed a thingworx application to avoid using IFrame? Thanks for your help. CB.
I have project where I need to take a lot of labels for mashup from SQL.First, there are configuration mashups to create questions and their config.Then, there is mashup where customer chooses their setting, and radio buttons with questions depending on his are presented.I use for this radio buttons, and connect labels with reading text from SQL querry. Unfortunatelly, it means ca hundred SQL calls to read every data for every label. It takes time, >20 secs. And I'm looking for something more optimised, where I would call ONE SQL querry to read data, then split data from it to every label. Thought about storing whole SQL querry in some infotable inside properties of Thing, then services could read this data - but if two users will be working simultaneously, it can happen there will happen that infotable will be set with data for user A, then for user B, then both will use data of user B - so user A will have wrong datas.
Hello Community, We are trying to enable SSO on Thingworx with AD FS. When we access Thingworx it throw below error message [L: ERROR] [O: S.c.t.s.a.AuthenticatorExceptionHandler] [I: ] [U: ???] [S: ] [P: ] [T: https-openssl-nio-443-exec-19] [ The request was rejected because the URL contained a potentially malicious String "%25" ] [L: ERROR] [O: S.c.t.s.a.AuthenticatorExceptionHandler] [I: ] [U: ???] [S: ] [P: ] [T: https-openssl-nio-443-exec-10] [ Error validating SAML message ][ NameID element must be present as part of the Subject in the Response message, please enable it in the IDP configuration ] [L: ERROR] [O: S.c.t.s.a.AuthenticatorExceptionHandler] [I: ] [U: ???] [S: ] [P: ] [T: https-openssl-nio-443-exec-7] [ Error validating SAML message ][ NameID element must be present as part of the Subject in the Response message, please enable it in the IDP configuration ] [L: ERROR] [O: S.c.t.s.a.s.ThingworxSSOAuthenticator] [I: ] [U: ???] [S: ] [P: ] [T: https-open
When importing Thing(Database or Mailserver) entity, configuration details are also getting imported.Tried different import options(disabling overwrite property values etc..) but existing configuration is getting replaced .Please let me know if it is possible to not disturb existing configuration.
Hi all, Our application relies heavily on custom extension widgets for showing large datasets in a card style layout.We understand the mechanics of using properties and events, but are not able make the 'services' part work.It would make development a lot easier if services could directly be triggered from mashup events. Currently we have a workaround to use change events on boolean property, but prefer to understand the 'service' method. Documentation on this is currently quite limited:Packaging a Web Component as a ThingWorx Widget - ThingWorx Web Component SDK - Polymer (ptc.com) Any suggestions to guide us is in the right direction would be appreciated, thanks in advance!
Hello Community Members, Using OData Services, I am trying to perform A Three Stage Action to upload a file into Windchill through Thingworx (9.5).Three-Stage Upload of Attachments to a Change Issue But after performing Upload Stage 1 Action I am stuck at Stage 2 Action.I have successfully uploaded the HTML file through Postman but cannot perform the same action from Thingworx services.Please let me know how to perform Upload Stage 2 Action Through Thingworx.I am attaching sample screenshots of Postman Call for Upload Stage 2 Action:Let me know if you have any queries.
I have one query regarding the project dependencies. I remove this dependencies but they come again when i come to thingworx. Can anyone pleasee let me know why they are coming even though they are not dependent on this project but still these dependenices which are other projects comes here.
Hello,I am building a PoC, for Manufacturing plant, on top of AMU where we need readily available API documentation (Service and Thing details) to get the data, for exampleHow many machines have active alarmsWhat is the total downtime/Part Produced in a plant/AreaDowntime by Category in a plant/area etc. Note: I have already seen below links and there is not much technical details available:https://support.ptc.com/help/thingworx_applications/r9.5/en/index.html#page/thingworx_applications/welcome.html#https://support.ptc.com/help/thingworx_applications/r1.0/en/index.html#
I have empty columns in grid. How to filter the rows which doesnt have values using ptcchipdatafilter?
Webinar: ThingWorx and Vuforia Products Highlights Brought to You by PTC/USER - Tuesday, July 9th, 10:00 AM CDT ThingWorx offers a full range of new and updated features that enhance our core platform capabilities and help increase uptime, reduce cost, and improve efficiency across the enterprise. We will be covering these topics in the webinar.• Smart Connected Products (SCP) Accelerator demo• Digital Performance Management (DPM) example• Remote Service Edge (RSE) for no-code edge development• Vuforia Studio/ThingWorx use case with work instructions• Vuforia Expert Capture AI trained step check REGISTER NOW
I have configured CWC with Work order module. After adding work order i can not access it in Execution tab.Kindly check attached image
Hello ,I have installed AMU and also uploaded the Excel Sheet. In Configuration>>EquipmentI am facing an issue. I am no able to save the changes made in asset monitoring PFA
How to read Texts from images in thingworx? is there any direct functionality to read texts? is there any extension available for this? i have this link but for this need to install thingworx flow https://support.ptc.com/help/thingworx/platform/r9/en/index.html#page/ThingWorx/Help/Integration_Orchestration/Azure/ComputerVision.html without thingworx flow how to get this done?
Hello, I am creating a mashup with a dropdown widget that is supposed to filter the rows of my grid widget by their "state". When I used a regular dropdown, it was working perfectly and the table only showed the results I wanted. I want to switch to multiselect so that my users can click more than one state if they want to see results for 2+ different states at once. When I tried to enable this with multiselect, the grid widget in my mashup did not reflect the selections. What should I do to enable multiselect and have my grid reflect all of the user's selections? Thank you!
I have a infotable in my things project, under properties and alerts, i want to display my infotable in a grid in a mashup, is that possible or only if i have a data shape?
When checking the exported PMML file of a model trained with just 1 neural net learner, configured to use ReLU, I'm noticing that all activation functions (apart from the output) are declared as logistic. How can this be? Maybe I'm interpreting the PMML file wrong, but I've checked the whole file and there's no mention of ReLU. I've done a lot tests and I'm not getting that parameter to change in the PMML file.
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.