Recently active
I have a problem with the fact that I cannot maintain the order of Data Shape properties in the service.For exampleDate Shape:IDPartNamePartNumberChildEqIDSomeNameWhen I check what the list of properties returned by the service as an infotable in All Data looks like, I see this:ChildEQIDIDPartNamePartNumberSomeNameHow to keep the service result in exactly the same order as in DataShapeI need this order to generate an excel report
I have a Thing Template of type Scheduler, where I have a Subscription. I have written a some scripts inside that Subscription, which is working fine. But when I try to call a Thing Service that Subscription is not getting executed.Kindly share a sample code snippet. Thank you
Hi,We need to integrate ThingWorx with a company web application.The application receive json as an input than it returning response with a base64 content inside the body.Using postman for testing we can see the body in the response.Our issue is we could not find a way to see the body in the response using ThingWorx service using ContentLoaderFunctions services like PostJSON.Anyone know how can we read the body response of a post request using ThingWorx? BR,Tomer.
After upgrading from 9.3.8 to 9.4.0, the MenuSelectedStyle is not working, making it difficult for a user to know which page they are currently viewing. I have investigated in the Dev Tools, I cannot find the class that controls the Menu Selected Style, which is present in version 9.3.8. Is this a bug in 9.4.0 that other users have experienced? We can implement a custom CSS workaround, for the time being, but it then requires rework. Is there another more accessible work around or will the issue get fixed in a new patch soon?
Dears, I set up remote property on thingworx, but quality of tag is inconsistent on thingworx and kepware. quality of the remote property on thingworx is GOOD as the the screenshoot but I checeked this tag on QC which is provided by kepware. The tag quality is UNKONWN, and _system._Error of this tag is also true. I am so confused with this inconsistancy, could anyone tell me which quality is correct?
I encountered an issue where the event processing queue has reached its maximum capacity of 200,000 tasks, leading to long execution times for subscriptions. As my Thingworx server manages multiple projects, I am facing difficulties in identifying the specific entity responsible for this high volume of events. Is there a method available to precisely identify the name of this entity? Your assistance in resolving this matter would be greatly appreciated.
I'm trying to allow access to a File Repository for a specific user. I already visibility for the repository and persistance provider. I also added run-time permission of GetFileListing. I haven't been able to figure what other permission(s) I may need to include to get Things (technical term) to work as intended. I've tried the adding the user to "All" run-time permissions, but that didn't work. Does anybody know what I need?
Hi,I try to import a extension to ThingWorx9.4. but import failed with errors looks like some Compatibility problems of jar in extension package. These problems had not happened with ThingWorx9.3. What should I do with ThingWorx9.4 ? Here is the logsjava.lang.Exception: org/jfree/data/time/RegularTimePeriodat com.thingworx.entities.utils.ResourceUtilities.createResourceInstance(ResourceUtilities.java:26)at com.thingworx.contentmanagement.ImportProcessorWorker.createImportedResources(ImportProcessorWorker.java:2342)at com.thingworx.contentmanagement.ImportProcessorWorker.processEntities(ImportProcessorWorker.java:1865)at com.thingworx.contentmanagement.ImportProcessorWorker.run(ImportProcessorWorker.java:206)at com.thingworx.contentmanagement.ImportProcessor.processImport(ImportProcessor.java:80)at com.thingworx.extensibility.utils.ExtensionPackageUtilities.importMetadata(ExtensionPackageUtilities.java:1414)at com.thingworx.extensibility.utils.Extensi
Hello, ThingWorx has the ability to run in a docker container on the newer versions. Is that something that is meant to just run at a developer level, or is it something that could be deployed on a production level. Thank you!
Hi Team, Can you kindly help me to resolve the issue of applying custom fonts on pagination widget ? Is there a guide or article which explains how to apply custom fonts specifically on Pagination widget ? Currently i am using Thingworx 9.2 and i am stuck on applying custom fonts on the page numbers displayed on the pagination widget. Your swift response would be greatly appreciated.
Hello all, I try to cross compile C SDK thingworx on R700 impinj RFID reader (linux arm).My host en is ubuntu x86 architecture.Impinj Reader provide the tool chain to compile sources, but i don't know exactly how to configure it to compile thingworx sources tooIs there a document how to cross compile C SDK with a provided tool chain librairy ?I join the compile guide of reader and the error message.Thank you for your help
Hello! I have an excel sheet that is on Sharepoint. I want to create a service that gets that data from the sheet, and then perform filtering, aggregation, etc. Could someone please tell me how I can do that? Thank you.
I have a ThingWorx grid with two IP address columns (IP1 & IP2). Clicking on the IP column in the grid should redirect me to a webpage with the IP address as a URL. Is this feature available in grid? Sharing a code snipper is more appreciable. Thank you.
Hi, I am trying to do a Thingworx Redundancy Installation, and below is my Arch: Is there a need to have two Influx DBs and Postgres DBs? Can we connect two Thingworx Instances to a single Azure Postgres SQL and Influx DB? Thanks,
We created Database-Thing using Database ThingTemplate. If the query executed for more than 60 seconds, execution stopped and throwing below error.Error:Unable to Invoke Service Query on Database-Thing : Execute Query failed: net.snowflake.client.jdbc.SnowflakeSQLException: SQL execution canceled The input query takes 3 minutes to fetch output. But Thingworx connectivity is not allowing to execute query more than 1 minute. Kindly let me know how to increase execution time to run query in Database-Thing.
Thingworx 9.4.0. I thought this would be straight-forward but it's been a nightmare. As the subject states I'm trying to pass the data from an Infotable into a collection widget. Setup:Parent Mashup:Collection widget:Mashup -> set to Child mashupMashupPropertyBinding:{"cva": "cva","cvu": "cvu","mva": "mva","mvu": "mvu","TagLabel": "TagLabel","TimeStamp": "TimeStamp"}Data Service: (Data Properties populated with values) Child Mashup:Mashup ParameterLineTrendingVariables_DS: Line Chart widget: (Mashup Parameter data bound) Result: I was able to verify that the service is being processed and delivering data by placing a Grid widget in the Mashup to collect the data. This was successful so I know there is data coming in: Debug Info:Here I can see that the system is showing DATA (The mashup parameter shown above in the Child mashup) as undefined. NOTE: I'm pretty sure the issue has to do with the MashupProp
How can we establish a connectivity between LORIOT and Thingworx 9.3
Hi I want to use Javascript third party Shankey Chart as Widget in Mashup. I am new to Thingworx how to achieve this functionality. Any example with Implementation details is appreciated.
I want to integrate ReactJS with ThingWorx
Hello, Since which patch does the QueryNamedPropertyHistory as an input option "fillOption" available? I was looking for this in the documentation and was unable to find it.
Built an custom widget using polymer js and highcharts js. it was working well in web application and down below image is the output of web application then we built an extension.zip file and imported into mashup, but in the mashup. Output is empty (i.e blank white page). down below image is the output of mashup And also in the browser console, their is no error showing up, you can see in below image why it is not showing output in mashup ? which is coming output as web application @slangley @c_lowy @PaiChung @CarlesColl @VladimirRosu_116627 @VladimirN @pshashipreetham
How to Integrate Teams Bot on Thingworx created Applications / Mashups for communication, text, Image , ask questions and so on..
After installing 9.4.1, I opened a large project in a web browser and none of the grids were showing in the mashups. After opening a mashup in composer, I saw this Warning (pic1), and where the Grid Widget should have been, was now blank, and the new Grid Widget does not show in Widgets (pic2). pic1:pic1 pic2:pic2 I checked the release documentation before the install of 9.4.1, and as expected for a new widget introduced in ThingWorx 9, there was not mention of it being removed. When I found this odd issue after the install, I opened a case with PTC Tech Support, have not received any help yet... I used “MED-61212-CD-094_SP1_ThingWorx-Foundation-Installer-mssql-windows-9-4-1.zip” for the install, if not already done, that should be removed as a download option? Is there a way to manually add the new Grid Widget?
Hi YB, Can you share the imaging-tool extension with me referenced in this post? I wanna use it in my project and this download URL is invalid, I cannot download it Thank you in advance!
I created a couple of properties in a ThingTemplate and I wanted to retrieve them using the service "GetPropertyDefinations" but there is no data in a result . so how can I retrieve the Property names from ThingTemplate?
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.