Recently active
Is there any possibilities that i can set path to export the log files from asset management to a particular file location in my PC? Simply clicking export downloads the log files.I want to export the logs to a particular file location in my pc.
Hi , I am using thing worx developer trail version. I am trying to upload the lab files downloaded from the developer thing worx .com. The "ThingworxFundamentalpreloaddata.json" entities files are not getting imported . i am getting error as "Internal error: java.lang.Exception: Import Failed: Allowable limit for licensed feature User is reached " Kindly guide me to overcome this issue. Thanks, Madavan
Hi,whenever i launch workflow i get a page with just open tab.New,Save tabs are not being displayed.How to solve this issue?
Problem in Launching thingworx through tomcat due to extensions Hi, I have a problem in lauching thingworx through tom cat.I guess its because when the thingworx war file is copied into the webapp,the extensions inside the thingworx folder are not generated properly.Only 4 extensions are generated.How could i solve this??
Hello It is strange to adjust the text size of the list widget.A text size of about 24 sizes can be handled appropriately through listFormat.However, text sizes larger than 24 are displayed with the upper part of the character truncatedCurrently I am using version 7 of ThingWorx.Cause this is the problem ?? Or, if you are using a list widget over than 36px text size, please share it. Thank you.
Unable to install ThingWorx 7.2.1 platform after deploying war file getting error HTTP Status 401.
I want to change the opacity of the folding panel.I set a style with Opacity of 0.5 in Panel Style, but I can not see the background of the folding panel.Please tell me if there is a way to change the opacity of the folding panel
03-Jul-2017 17:58:26.118 INFO [http-nio-80-exec-11] org.apache.catalina.core.ApplicationContext.log No Spring WebApplicationInitializer types detected on classpath03-Jul-2017 17:58:27.118 SEVERE [http-nio-80-exec-11] org.apache.catalina.core.StandardContext.filterStart Exception starting filter [HAAuthenticationFilter]javax.servlet.ServletException: java.io.IOException: The system cannot find the path specified at com.thingworx.security.authentication.HAAuthenticationFilter.init(HAAuthenticationFilter.java:49) at org.apache.catalina.core.ApplicationFilterConfig.initFilter(ApplicationFilterConfig.java:285) at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:266) at org.apache.catalina.core.ApplicationFilterConfig.<init>(ApplicationFilterConfig.java:108) at org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:4590) a
Hi, I have a data which contains 10 Columns in Collection widget. I want a separate vertical scroll bar for each cell (column) which should be hidden in window. Cell/Column should have vertical scrolling functionality but the scrolling bar should not be visible. I am already using this kind of functionality in Repeater Widget. Is it possible to have this kind of functionality in Collection widget also? Regards, Charu
HelloThere are no events on the dashboard.To refresh the data, you need to add the AutoRefresh widget to the gadget, which you can add to your dashboard.What if I want to refresh the entire dashboard gadget from outside the dashboard?If you have a good idea, please help me .. regards, SeonHo
Hi, my question is concerning the built-in "Reset Password" mechanism that is available through the Form Login page of an Organization. Every time a user resets her password a new application key ("<username>resetToken") is created. Question: Does this application key continue to exist forever on the platform or is there some built-in mechanism (e.g. scheduler) that automatically deletes these resetToken-appkeys?
Hi All, I looked around for some sort of examples for using the ExportInfotableAsExcel but could not find anything. The Documentation is not great so i thought i would share how I got mine working. If I have missed anything please let me know. When Importing you get an error message from TWX that says something about Jar Conflict. JAR conflict Checking ThingWorx system JARS [existing: bcprov-jdk15on-1.51.jar, package: bcprov-jdk14-1.38.jar] You need to delete the offending jar in the extension and update the xml file. and then you can import it. If you then use it like that and create a thing based on the DataExporter it works well. Create a service and use the following code. var params = { oldestFirst: undefined /* BOOLEAN */, maxItems: 500 /* NUMBER */, endDate: undefined /* DATETIME */, query: undefined /* QUERY */, startDate: undefined /* DATETIME */ }; // result: INFOTABLE dataShape: "undefined" var result1 = me.QueryPropertyHistory(params); var params = { i
Using the .NET SDK, I created a class based on FileTransferVirtualThing and had difficulty getting the GetFile() method to work without failure. I was invoking GetFile() inside a Service accessed as part of a Thing in ThingWorx Composer. The Thing was bound via the Identity provided by the .NET SDK. The service in the virtual thing performed the following operation: [method: ThingworxServiceDefinition(name = "TestFileDownload", description = "Attempt to use GetFile")[return: ThingworxServiceResult(name = CommonPropertyNames.PROP_RESULT, description = "", baseType = "NOTHING")] public void TestFileDownload() { GetFile("SN001_FileRepository", @"\", "foo.ps1", @"staged", "bar.ps1", 20000, true); } After looking at the logs generated during the file transfer attempt, I saw the following: [Verbose] getRealPath: Real path for *SDKThing:__staging__/*SDKThingstaged.bar.ps1.part\ = \opt\thingworx\tw_staging\*SDKThingstaged.bar.ps1.part[Error
Hi, i have a problem when i'm trying to start thingworx platform, in command line i get this type of error : unable to verify the docker daemon is listening : maximum number of retries <10> exceeded ERROR: exit status 1 can anyone's help please.
I am trying to launch my Thingworx trial edition developer server. When I click on the launch button I keep getting an error message of this site cant be reached. It seems to be an account issue as other account can be logged on and launched on the same computer. Anything I can do to fix this?
Hi everyone i am not sure if i am doing something wrong or that's a bug, i am trying to use a data filter widget but in runtime it doesn't work i am unable to select the limit or click any of the buttons PS. i used to have a mashup on an older version and the filter was working fine and when moved to 8.1 it doesn't work anymore and i am facing the same issue can someone confirm or deny if they have the same problem ? thank you
Hi there!I have a problem with launching my thingworx localhost: As I type in http://localhost/Thingworx/Composer/ in the web browser, it just says that the site cannot be shown.But my tomcat server is already running, I tested it by typing http://localhost:8080/ (it says that the server is up and running).I would appreciate any help or advice you can give me, thank you so much in advance!!p.s.: is there any tutorial for connecting thingworx with a database? I still havent found an appropriate one.
How do i add a google map to my asset and locate it in asset manager?Should i add any extensions to the corresponding thing or template?
Suppose a user is logged in a system using Windows authentication, now when that user opens thingworx we want that his windows authentication should be taken as his login for thingworx(No separate login for thingworx)
I have several different Thingworx environments (Development, Test, Production). I was wondering if there was a way to customize a banner in the composer so that you could tell which environment you are in while using the composer. You can tell from the URL but I was hoping for something a little more obvious.
Hello all, Wondering what is PTC recommendation on using Windchill Swagger Connector vs old Windchill connector for accessing data? Should we plan to move REST api developed on RESTEASY framework to new connector? thanks.
Hello, are continuous datafields of datasets going to be normalized internally/automatically? Does ThingWorx Analytics provide support to normalize dataset?
Hello Team, Hope you are doing great, I would like to know that, can I authenticate/connect with Thingworx academic server without having paid services to thingworx. Since I'm working on Weather app to push arduino uno Temperature and Humidity data to thingworx academic server, but I'm unable to update properties in thingworx. I'm thankful if some one give me reply with proper solution. Thanks & Regards, Ahmed
When importing an new version of a custom extension the Extension Manager shows "import successfull" however the lib is not replaced in the filesystem (old vers. still exists). Also the ThingTemplates are the ones from the old version. The message in the log file reads: Export file missing version information. No migration will be performed. Only stopping the Apache Tomcat service, removing the old jar by hand and then restarting service and importing new extension version help. Is there a way to use the import manager to overwrite the extensions with the new version without having to delete the old version manually? this is already asked in: Working with ExtensionMigratorBase
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.