Recently active
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
Dear Community, We have changed our thingworx mashup version from 9.1 to 9.3 and even though everything is same the size of the mashup looks different. In version 9.3 it appeared as zoomed In a bit. If i do Ctrl - then the whole mashup looks small but everything the fontsize of the entries gets also small. So am i missing something regarding the size? anyone has an idea about it. Thank you
Dear Community, At the moment I save an entry into Datatable with storing one picture with each entry in file repository. Now I have a new requriement that whenever i create an entry with picture with it, I should save this picture also in the company's File Share which is on our company's server. I know ContentLoaderFunctions where i can usesome services to send the http requests but i am not sure how can i save directly into Fileshare the pictures. Any Suggestions ? Thank you!
Hello, I'm trying to change the background of a radio button on selection to look like the below snapshot I've tried using style properties but theirs not option to change the background under "selected" or "pressed and selected". Only under focus and base we have the option to change the background but I would like to change the background on the selection of the radio button.I've also tried custom CSS .myCustomClass .widget-content:selected{background: #92ef83} but it doesn't seem to work. Any work around to achieve this would be very helpful, thanks.
My requirement is to call a url using GET method and it has body as JSON with two parameters.I tried with almost all contentloadersfunctions available but it is throwing error as Invalid API key.It is actually a No Auth call.Please help me how to achieve this. Note: I tried using Postman and I am getting result json when tried GET request with input body as json
While using the Resources["CSVParserFunctions"].WriteCSVFile API withHeader: true, The order of columns are changed in generated CSV File. How to maintain the same order of columns in CSV File.Resources["CSVParserFunctions"].WriteCSVFile({path: "/"+formattedDate+"/"+FolderName+"/"+FileName /* STRING */,data: ExportData /* INFOTABLE */,fileRepository: "WCCompareXA_Repository" /* THINGNAME */,withHeader: true/* BOOLEAN */});
I am converting a json dataset to a datashape using this code but it returns an empty infotable: let transformData = function (input) { try { const transformedData = { fieldDefinitions: {}, data: [] }; // Iterate over each record in the input data input.records.forEach(function(record, index) { // Create the field definitions (same as before) transformedData.fieldDefinitions["occurence_" + index] = { name: "occurence", aspects: { isPrimaryKey: false }, description: "", baseType: typeof record.Occurence__c === 'number' ? "NUMBER" : "STRING", ordinal: 4 }; transformedData.fieldDefinitions["productCode_" + index] = { name: "productCode", aspects: { isPrimaryKey: false }, description: "", baseType: "STRING", ordinal: 2 }; transformedData.fieldDefinitions["errorCode_" + index] = { name: "errorCode", aspects: { isPrimaryKey: false }, description: "", baseType: "STRING", ordinal: 3 }; transformedData.fieldDefinitions["id_" + index] = { name: "id",
Hello, I am using MS SQL Server with Thingworx (AMU).I have a table, in which I have start time column, which data type is time(0). Once Start time shown on application, Thingworx is automatically converting UTC values to IST but there is approximately 58 min lagging and some other issues as well. Refer the attachment. I tried changing time-zone to UTC of my local system, then time in application is 29 min behind. Please let me know any work around for this.
When ever tomcat restart the TWX, it gives following error in Application Log: Error draining persistence providers queues: java.lang.NullPointerException After that TWX Shutdowns..Followed this Article . But issue still exist.@slangley @PaiChung Thanks,Shashi.
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.