Recently active
Hello I am creating a mashup over which i want to shown my cloumn data as a graph . Can you please share a way to do it ? Any help would be appreciated Thanks
Hello I am using thingworx 9.5 and it was working fine till yesterday , but i am not able to edit this particular mashup from morning . It keeps on loading when i try to open it. Any help will be appreciated. Thanks
Hello, I am planning to upgrade my tomcat 9.0.88 to 9.0.9 for my already installed thingworx. I have initially installed thingworx via installer. Can you please share the steps or documentation that i can use as a reference to upgrade. Thanks
Can anyone help me where can i find the Mashup widgets codes.
let currentDate = new Date();result = currentDate.getHours(); This is not returning server time. How to get server tdate and time in thingworx
Hi,I have a service, returning a string, where I send in a comma separated list of values and if I inside a forEach loop try to access a value and assign it as a result I get the error "org.mozilla.javascript.UniqueTag@3a405ae8: NOT_FOUND" Bellow is a code snipped that is addreviated. csvInput.trim().split(",").forEach(csv=> { var result = csv; // This gives the error I see no reason why it happens, can anyone suggest a fix and explain this error message?KindlyOskar
Hello,I am trying to Modify the custom chart widget extension for logarithmic scale in Y-Axis in time series chart. After building the code with necessary changes( in ide.js, runtime.js) and importing in Thingworx, I get Logarithmic option in Y-AxisIntervals but chart is not visible in run time. Getting the following error :ERROR [widget] "NavigateFramework_CssFiles" widget type is missing required member widgetProperties()ERROR [widget] An error occurred while calling undefined::widgetProperties(), Id = "undefined", Mashup = "Test234". [{}]Can anybody help me to fix this and guide me if I am missing anything?Attached screenshots of the code modified for logarithmic scale.
Hi Folks, I am trying to access the file stored in s3 bucket in Thingworx via the AWS signature authentication. But I am unable to access the file. I tried to pass the AWS signature in the Header in below format:let header = { "Authorization": { "AccessKey": + accessKey, "SecretKey": + secretKey } }; let params = {proxyScheme: undefined /* STRING {"defaultValue":"http"} */,headers: header,ignoreSSLErrors: undefined /* BOOLEAN */,useNTLM: undefined /* BOOLEAN {"defaultValue":false} */,workstation: undefined /* STRING {"defaultValue":""} */,useProxy: undefined /* BOOLEAN {"de
Hello Community, I have file repository which is running with network link. I have uploader widget and i upload the 10 pictures each pic is ok 100kb but uploader only upload randomly 3 4 pics in one go and other would not get upload and failed. When i upload the pictures on development server it works completely fine and upto 10 pictures can upload in one go with selection of upload widget. Do you guys think that is there any solution which can help me here? I want to just upload the pictures and for that my service creates path first for the folder creation in repository and then pictures get uploaded there with the upload widget on mashup. Any solutions are welcome here. @Rocko if you would like to share your insights, it would be great! Thank you!
Hi ThingWorx Community,I hope you're all doing well! I'm looking for guidance on how to track active users within PTC ThingWorx, both on a daily and monthly basis, broken down by specific modules. My application consists of five modules, each utilized by distinct team groups, and I'd like to understand the best way to capture and analyze the volume of active users per module. Thank you in advance for your insights and support! Your help is much appreciated. Best Regards,Sid
In Thingworx Using window.sessionStorage storage option is only possible on client side not on the server side ? If I try to store it via javascript code will it function? The service will be excuted on mashup load.
In adv-grid, I have enabled 'EnableEditButtons' and 'IsEditable' in advanced grid widget and In 'Configure Grid Columns' 'IsEditable' is selected for few columns. Then, In UI, If user selecting ADD button to add rows in grid, there are any possible ways to edit the cell only for newly adding rows ?
Hi ,I have been using multiple data sources with line chart and want to customize the tool tip instead of Thingworx standard in the mashup and tried as follows :${DataSource1:toolTipValue}#newline#${DataSource2:toolTipValue}#newline#${DataSource3:toolTipValue}#newline#${DataSource4:toolTipValue}; But in the runtime I'm getting tooltip as follows :In runtime I'm getting 'N/A' if the value is not there for a particular data source in the hover point.Is there any solution to hide out or remove 'N/A' ? Thanks in Advance 🙂
Hello All, How redirect Thingworx AMU application to form login page after logout?Is there any OOTB solution for this? I tried debugging the Mashup (PTC.FSU.COREUI.MenuConfiguration.Header_HD) and found out that there is no mashup given in logout function, so it is trying to redirect to index page and login popup comes from top(refer screenshot).
Hi team, On clicking of button I want to visible grid. How can I do it in thingworx by using expression or validator? Please let me know step by step. Thank you
Issues and Error, which I am getting during code push to Azure DevOps.1 ----------------------------------------------------------------------------Error in: GIT.Utility.Thing.AddNewRepo javascript service. Message ::Unable to create thing: GitAzureThing : [1,018] Data store unknown error: [Error occurred while accessing the model provider.]2----------------------------------------------------------------------------Unable to Invoke Service Checkout on TestAzure : Ref origin/master cannot be resolved. ----(Main issue)3----------------------------------------------------------------------------org.eclipse.jgit.api.errors.TransportException: http//AzureLinkHere: cannot open git-upload-pack__ at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:249)4----------------------------------------------------------------------------And Branches is not in Dropdown, which I created in Azure DevOps and Unable to checkout Branch also.Can anyone assist me about this issues.regards,Hrishabh Shar
Does the ThingWorx 9.6 installer support Azure SQL as a database? I know that manual installation supports it. Thank you!
I inherited a subscription from thing shape to thing and event is "AnyAlert". but the subscription is not invoking code, which i written in subscription.Thingworx version, which i using:--- ThingWorx 9.3.16-b2636 Can anyone assist me to resolve this issue.Hrishabh Sharma
Hello Community, For one of the platforms my company is running, each time I go to https://..../Thingworx/Composer/ I end up at a https://..../Thingworx/FormLogin/Myapp page instead. I have checked my user and it does not have a home mashup: If I do login using the form login page, I can then change the URL to /Composer and I can access the composer. Does anyone have any idea why this is? Thanks, Jens C
Hi, I'm testing some EMSs (one on my pc and some on GW devices) and every invocation of service getLogData returns me an empty infotable. Of course the EMSs are logging on console and file. I can't find anykind of configuration needed to read the logs via service. Why it happens?
Hi everyone,I’m working on a project where we need to stream live RTSP video into a ThingWorx mashup (v 9.5). In the past (https://community.ptc.com/t5/ThingWorx-Developers/How-to-stream-video-with-RTSP/td-p/627177), it was necessary to convert RTSP to HLS or WebRTC using a media server, but this introduces delays. Can anyone confirm if ThingWorx now supports direct RTSP streaming, or if there are any new approaches to handle this with minimal latency? Thanks for your help!
When viewing a mashup, touching dropdown and then touching filter, the mobile device shows quickly the keyboard but closes suddenly, tested on 2 different devices and got the same result.Error don't occurs when using mobile simulators or in the desktop, notebook browser.Thingworx version: 9.3.0-b20
i have thingworx installed version 9.3.9 with installer on clients VM where AMU, and CWC are also there on TWX. now due to vulnerability issue with existing apache tomcat version 9.0.8, we need to upgrade to 9.0.9. what procedure need to be followed while upgrading
After installing CWC 9.5.0 Work Order Utilities cannot seen in configuration. Kindly check attached image
Anyone please share me the autocomplete widget extension for thingworx
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.