Recently active
Hi , The bounded service in Mashup will popup the exception message raised from the ThingWorx javascript service , it's default behavior. I want to use a customized message box to display the exception message , but how does the customized widget catch the exception of the ThingWorx service ? Regards, Sean
Hello, we want to use SSRS Reporting to link the Reports in mashups in ThingWorx. Therefore we want to Access property values of Things in SQL Server, to be able to create queries. Is that possible? Is there a SQL CLR Option for ThingWorx for example? The data of the Thing properties will come from our PI Connector. Thank you in Advance! Regards, Gizem
Hello All, I was using the cloud version of thingworx, and now moved to local installation. In the cloud one, I used to start my work by running an agent file with the URL address of my account such as below: URI=wss://PP-2007161840G0.devportal.ptc.io:8443/Thingworx/WS and add the APP KEY. Now I know how to get the APPKey but not sure how to use as URI for the local installation. Should I use: URI =http://localhost:8080/Thingworx ?? Best, Ahmed
Hi experts, My environmet: Thingworx 8.5 I am using a Label Chart Widget I'd like to change the width of the bar. Is possible? I was able to observe there is not the property to do this and I have no CSS knowledge. Does anyone have the css code to do this? Regards, Leonardo
Hi, There are 2 options ipad potrait and ipad landscape in Thingworx workspace. What are the resolution for these two options? Please let us know the exact resolution for these two. Thanks in advance, Shalini V.
Hi, I want implement some action after login , such as set certain context value to the global session. but how to make the service executed automatically after login ? Regards, Sean
Hello all, I'm trying to create thing template based on database thing template in my custom extension. Using creator I've created thing template named MSSQLThingTemplate which is extending database thing template: @ThingworxBaseTemplateDefinition(name = "Database") public class MSSQLThingTemplate extends Thing { public MSSQLThingTemplate() { // TODO Auto-generated constructor stub } } The problem is that after creating thing template using this method i'm not able to add SQL Query or Command service to thing created from MSSQLThingTemplate, only Local (JavaScript) is visible. Do you know how to fix this? Should this thing template extend different class? Thanks in advance for help.
Hello, When I downloaded a trial version of Thingworx and installed on Ubuntu 18.04, after installing the pre-requisites, and when installing Thingworx, I am getting the following error: Failed to Install dependencies: chef client. Is there a platform specific problem of Ubuntu not being supported currently? Thanks
we have Time Series model created in Analytics Builder, Now I have to use it for prediction future values in series. How can I use it in a Thing Object as service to predict future values and use it in Mashup UI for RealTime and Bulk (Batch of Time). Stuck while doing trial-error- 1. I was trying to create a service in Thing Object. 2. I have created Data shape and Properties for this Thing. 3. Created Analysis Provider, Event, and model Publish. Actually i was following this article and try to replicate for Time Series. https://community.ptc.com/t5/IoT-Tech-Tips/Analytics-Prediction-Methods-Mashup/m-p/570921 Enclosed resource, errors, and Analysis Mapping(not able to see field for mapping). Please suggest some thing service snippet for Time Series model Utilization.
Hello, I'm using Thingworx 9.0 version ,I want to find specific entity in grid Advanced I have ticked EnableGridSearch property How do I search specific entity in grid advanced??please refer below attachment. Thanks in advance
I have a service in ThingWorx 9.0.1 that is selecting a row for update to avoid concurrent updates. The service works (in that it updates the tables correctly) but it always throws an exception. The code: begin; select * from opportunity where opportunity_number = 2 for update; update opportunity set description = 'testing 1.2.3.4.5..' where opportunity_number = 2; commit; I've tried several ways to eliminate the error (changing the result type, changing from query to command, etc..) I always get one of these errors: --When I'm using the Query handler: Unable to Invoke Service test on Thing.DB.Forecasting : Execute Query failed: org.postgresql.util.PSQLException: No results were returned by the query. OR --When I'm using the Command handler: Unable to Invoke Service test on Thing.DB.Forecasting : Execute Update failed: org.postgresql.util.PSQLException: A result was returned when none was expecte
I want to create chart with strips as starting and ending range of certain value. Is there any option in thingworx 9?
Applicable Releases: ThingWorx Platform 7.0 to 8.5 Description: Introduction to ThingWorx Extension Development, with the following topics: What is an Extension Why building an Extension Prerequisites Installing Eclipse plugin and features Creating entities with the plugin and including exported Entities in an Extension Project Upgrading or Updating and Existing extension in ThingWorx Building with Gradle and Ant ThingWorx Extension Development Guide
Hello Community, we decided to use some more custom CSS in our UI and would like to leverate the bootstrap CSS.For this purpose I am currently developing some Custom Widgets that should enhance our layouts and look & feel. The idea is to use the Bootstrap Card Class and make it an container widget, that by itself contains a flexcontainer. So it should have the structure: <div class="card"> <div class="card-header">Header</div> <div class="card-body"> <!-- Create Flex Container here --> </div> </div> I had a closer look at the tabsv2-Widget how to do this and created a simple widget with similar behaviour (attached zip), but I have a massivie issue with the placement of the SubWidget. The Code creates final HTML like this: <div id="root_panelext-14-bounding-box" class="widget-bounding-box nonresponsive" style="top: 5px; left: 5px; width: 337px; height:&nbs
Hello, I want to select rows in advance grid after checking the checkboxe. i have bind the service to advance grid and i have added the checkboxes in grid. but after checking the checkbox the row still not getting selected, please suggest the solution refer below attachment
Hello, After installing Platform-Analytics, Property Transform is not working. My environment is: - Virtual Machine 1 - THW Platform: 8.5.2 - SSL:443 - Autogenerated certificate - Virtual Machine 2 - Analytics Server: 8.5.2 - Connected to the platform and working - Platform-Analytics: 8.5.1 - RabbitMQ and Apache Flink from the installer - Erlang 21.0 - The installation summary said that everything went OK and Things were created I have the following error in configuration.log: (attached) 2020-09-17 08:59:41 [pool-1-thread-1] ERROR c.t.a.d.c.FlinkStatusCheck - Error while checking status of Flink clusterorg.apache.flink.util.FlinkException: Could not connect to the leading JobManager. Please check that the JobManager is running.at
IBA PDA (Process Data Acquisition) gatheres data from machine in the same manner like Historian. I am wondering if we could connect to IBA PDA with Thingworx Industrial Connectivity?
I am looking for examples to call API to validate the user name and password and generate access token using OAuth 2.0 while user login to Thingworx Steps I like to perform: 1) User enters user name / password 2) Thingworx call external API ( /token) to validate the entered user credentials 3) The external API will validate user/password against authentication system such as active directory. 4) The external API and send back access token for further calls to the external
Hi, I have a database template thing and is it possible to configure the jdbc connection string dynamically from the mashup? When a mashup is loaded, is it possible to pass the database name, username and password as input to establish the connection between that database and thing? Thanks, Shalini V.
Hi, I just downloaded the newest trial from the download section and tried to install it. The installer failed, then proceeded to delete all the log files and stack traces during the rollback. After searching this forum I was finally able to find some logs in the %temp% dir, but not all of them obviously. Here is what I have found, I hope it is enough to get the install going. I replaced all the Java versions with the official Oracle Java 8 202 and set up all the env vars. Thx for help, Ralf
windows.location.href and document.getElementById() whats is the related function in thingworx
Is it possible to scale the icon on a button widget to fit the size of the button?
Hello all, Currently the default for Dashboard Widget - is that the groups are expanded. I would like them to be collapsed in size for when I view the mashup. In the attached files below you can see how the groups are defaulted to being expanded. In the second picture, I collapsed each individual group - that is what I would like it to be looking like. Any direction would be great - thank you!
I am aware of the Thingworx Sizing Guide, but it does not address the size of the KepServerEX hardware. This reference shows the size of the KEpServerEX used, but no information as to how it was determined. Is there a document that provides that information?
Hi dear community. Note: I do have a workaround for the situation below, and that is to Sort separately the result of the QDTE service, but I was wondering why this method of attaching the sorts object does not work in the way I designed it. Problem:I have a relatively simple scenario where I encountered an issue. In ThingWorx 8.5.4, I have an advanced grid, bound to a custom service that has a query object as a QUERY-type parameter. EnableGridSearch is enabled, and the widget's QueryFilter is bound to the service's query input parameter. In my custom service I want to sort the results of a QueryDataTableEntries based on a "timestamp" field (DATETIME) to make sure the grid always displays the most recent field as the first item in the grid. Because of the fact that the grid will always supply a "filters" section in my query object, I would like to attach my "sorts" key to what comes back from the grid. I can attach the "sorts" key to the object (by setting it straight as
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.