Recently active
Hi, I have an staging table "test1" created in Postgresql v9.6 which has all the other tables under a column <tablename>. I wanted to select all data from another table through the staging table "test1". I used a query SELECT * FROM (SELECT tableName FROM public."Test1" where id='1') How can I solve this? Please provide some help. Thanks, Shalini V.
Hello All, I am trying to add line chart image to mail body by using EmailNotification service But, Not able to achieve it. Is there any way to add line chart image or Convert PDF to image in Thingworx. Please provide some idea? Thanks & Regards Nagaraj K
Hello, I am using Thingworx Navigate 1.8 and Platform 8.3. I am able to import PDF Extension in TW composer. But while uploading it gives warning as , " Export file missing version information. No migration will be performed. " When I try to execute " create PDF " service from PDF Export , in Application log i found ' " Could not start process: " I have installed java 8u144 version.
Hi, I'm using the PDF Extension to create a pdf for a time series chart. After run the CreatePDF service, pdf file is not captured graph data. Actual mashup is having the graph data. But, i have mapped time series chart service before run the CreatePDF service. Please find the attached screenshot for mapping the services. I have configured all the CreatePDF parameters. Could you please suggest and give the steps or example mashups how to implement pdf creation for any mashup. Thank you in advance.
Hi, I have a requirement of displaying data points on top of each bar in the chart. I tried available custom widgets, not worked for me. Please find the below image for your reference. Regards, Janakiraman P
I am trying out Manufacturing Apps. All data is from KEPWare. I have set up performance metrics. Good Parts and Bad Parts count both come from Kepware and looks right. The total count is calculated using Good+Bad and looks right under Performance tab. Everything updates smoothly. However, keep getting Quality numbers all over the place from 2000% to 60% The Total Count under "Monitored Properties" is wrong, and is different from Total Count when setting up "Performance Metrics". Please let me know how to fix this problem. KPI is calculated every 5 mins.
Hi All, Can someone please help me in achieving back and forth data display in thingworx without using session variables. Detail Requirement. I have back and forth button in my mashup and need to update the info-table content based on the back and forth button clicked.Also index is to be displayed as shown in attached image. Attaching screen shot of display for reference. Appreciate quick help. Thanks in Advance
Hi, I am able to play a video from system repository using html video widget. I wanted to save this video from ThingWorx to a particular column in a table in Sql. Is it possible to do this action? Thanks in advance, Shalini V.
To maintain a cleaner look of your ThingWorx server access URL, whether for production or convenience reasons, you may look into setting up redirection.This is a quick example on how to redirect <your.main.url.com> to <your.main.url.com/Thingworx>Go to the /<apache-tomcat-directory>/webapps/ROOT/ and find the "index.jsp" file. Copy that file for backup purposes and replace with a new one, containing the following:<!DOCTYPE html> <html> <head> <title>Redirecting....</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <script type="text/javascript"> function Redirect() { window.location="/Thingworx/"; } setTimeout('Redirect()', 0); </script> </head>Ple
I want to show the live sensor data integrated with 3D model in Thingworx, currently I am using 3D Model Viewer Extension from PTC Marketplace but I am not able to showcase live sensor data in Model. Is there any way to show sensor data in 3D model. If Thingview & Creoview are able to showcase live data how can I get that widgets?
Hi, I have created a mashup report and wanted to export mashup reports to PDF/Excel. How can I achieve this? Thanks in Advance!! Sheetal sable
Hi, I need horizontal repeater kind of on a mashup. TWX recommends to use Collection widget instead of Repeator (https://community.ptc.com/t5/ThingWorx-Developers/Collection-Widget-Wrapping/m-p/545565#M27678). Also said about layout options, • Flow Layout: Responsive, horizontal wrap. This layout is most similar to the Repeater Widget. • Table Layout: Vertically stacked, allows one mashup per row. Is there any possibilities to block the collection widget from wrapping into horizontal? Thanks & Regards, Sathishkumar C. .
Hi All, I am trying to explore the new release of ThingWorx version 8.4. I have a Mashup (with list widgets) with selected row property of list binded to the session variables and it is working fine in ThingWorx 8.3. I could see the data when I execute GetGlobalSessionValues service available under CurrentSessionInfo. When I try importing the same entity to 8.4 version, I could see no data is getting generated from the selected row property of list widget and thus not going to the session variables. GetGlobalSessionValues service available under CurrentSessionInfo appears empty. Note : When I try binding the text property of text box with the session variables in TWX 8.4, it is working fine. I am confused if the issue is with the list widget or selected row property of list widget or with session variables in TWX 8.4 version. Kindly advise.
I need to call a SQL Query service. Which Look-Likes : select * from public.styleassociation where id in (?); As input I am passing Json Object (Ex: { "values" : [1,2,3]} ) Can anyone help me, how to extract the values in "?" place.
We have created a user Group let's say 'Comau' under this user group we have various types roles like Admin, Supervisor etc.We noticed that if we login through Admin type of user under 'Comau' group and try to execute our services of updating property value via service on Mashup using Things[thingName][propertyName] = value; then it gives error as[context: com.thingworx.webservices.context.HttpExecutionContext@555ebcca][message: Execution error in service script [updatePartLifeTimeProperties] :: Wrapped java.lang.NullPointerException (updatePartLifeTimeProperties#12)]The Line #12 on this service has snippet like Things[thingName][propertyName] = value;
I want to take backup of all my thingworx mashup or things which i made with the help of tortoise please help to integrate with thingworx please tell me step by step to do it easily...
are there any advantages to using tomcat 8.5.xx over 8.0.44 with Thingworx 8.1. I am mostly thinking in terms of tweaking performance
got the following error when running docker image with h2: platform_1 | 2019-01-28 16:19:53.938+0000 [L: INFO] [O: c.t.p.p.PersistenceProvider] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Connection ThingworxPersistenceProvider, type H2PersistenceProviderPackage stoppedplatform_1 | 2019-01-28 16:19:53.939+0000 [L: WARN] [O: c.t.p.p.PersistenceProvider] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Could not find persistenceProviderPackage H2PersistenceProviderPackage and thus could not stop data processingplatform_1 | java.lang.Exception: Unable to initialize and start system: Error creating Administrator user. See security log for details.platform_1 | at com.thingworx.system.ThingWorxServer.loadModel(ThingWorxServer.java:625)platform_1 | at com.thingworx.system.ThingWorxServer.doHA(ThingWorxServer.java:212)platform_1 | at com.thingworx.system.ThingWorxBootstrapper.contextInitialized(ThingWorxBootstrapper.java:148)platform_1 | at org.apache.catalina.core.StandardConte
I have a prediction model that will predict Boolean output .this model outputs two values predicted output as Boolean as well as a floating point (suffixed with "_mo"). here this model output is observed as in range of 0-1 can I use this value as percentage.
Hello Team, Need to split the data to be processed on multiple things across multiple instances for scaling purpose Any approach is appreciated. Thanks,Regards, V
Hi, I'm trying to apply custom css for font such as family, style, weight, but nothing applied other than font-family . Also in Collection widget there is scroll by default, is there any way to customize the scroll. .imgLabel{font-family: "Montserrat", sans-serif;font-weight: semi-bold 600 !important;} Kindly let me know how to apply css on fonts and for scroll in collections. Thanks in advance
I've use Rest API calls on the same thingworxserver in order to "impersonate" de current user to a user which has Application Keys creation permissions (current users shoudn't have this kind of permissions). Could you please explain what exactly is the purpose of doing this. Also, isn't it insecure to pass around appKeys between the client and the Twx application? Related to previous post
Hello all, We are using Thingworx Microserver in raspberry pi, we have a requirement where we need to read Thing Property values using Thingworx Microserver . Could any one help with this ? Regards, VR
Hi, I have installed SQL server 2016 and SQL management studio 2017. I am facing an issue while connecting sql to thingworx. The configuration details in thingworx are already filled. Below are the JDBC settings: JDBC Driver Class Name : com.microsoft.sqlserver.jdbc.SQLServerDriver JDBC Connection String :jdbc:sqlserver://localhost;databaseName=thingworx Below is the error i received when i connect to database.
Hi, I'm having the same issue, but on IPhone using chrome. I'm having this issue not on the button widget but on the navigation widget. I don't know a quick workaround for this problem. Is there a solution? Jasper
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.