Recently active
Is there any way to search & highlight a particular keyword from Tree without hampering the existing structure already shown in the Tree?This is helpful while handling large data in the table and possible in Windchill. Also, is cell text wrapping possible in any of the Tree table widgets?
I am creating an extension for a widget in that 'StartDate' is entered through an input field. It is also input to a parameter in a service. I have bound 'StartDate' to that input parameter in the mashup builder. The parameter is a property of a thing. But I don't know the code after this given below to send 'StartDate' to the thing. What is the code to be written in afterRender and updateProperty functions? 'StartDate' : {'baseType' : 'DATETIME','defaultValue' : '','isBindingSource' : true},
Hello, I have tried to connect to BigQuery using the JDBC connector. I downloaded the driver and added to the <tomcat_home>\lib. However, I am still not able to access the database. I am getting this error: I have tried these connection strings: SELECT CURRENT_TIMESTAMP() SELECT NOW()
Hi, i'm making a auth extension and when the password is incorrect or the username doesn't exist, i call the function, setRequiresChallenge(true), on the authenticate function. but my issueAuthChallenge function is never called. Please help me, thank you. @Override public void issueAuthenticationChallenge(HttpServletRequest httpRequest, HttpServletResponse httpResponse) throws AuthenticatorException { _securityLogger.info("Customized Authentication Called issueAuthenticationChallenge"); String urlString= "http://localhost/"; try{ httpResponse.sendRedirect(urlString); } catch(IOException e) { e.printStackTrace(); } }
Response while passing a REST API. API is working well with Postman but not in Thingworx result {"headers":"","RestFaultElement":{"summary":"Exception occurred when binding was invoked.\nException occurred during invocation of JCA binding: \"JCA Binding execute of Reference operation 'WO_PlugInCUpd' failed due to: Set object error.\nError binding the value of parameter P_EAM_WO_COMP_REC.\nAn error occurred when binding the value of parameter P_EAM_WO_COMP_REC in the APPS.BPEL_WO_PLUGINCUPD.EAM_PROCESS_WO_PUB$PROCESS_WO API. Cause: java.sql.SQLException: Inserted value too large for column: \"1.0\"\nCheck to ensure that the parameter is a valid IN or IN/OUT parameter of the API. This exception is considered not retriable, likely due to a modelling mistake. To classify it as retriable instead add property nonRetriableErrorCodes with value \"-17072\" to your deployment descriptor (i.e. weblogic-ra.xml). To auto retry a retriable fault set these composite.xml properties for this i
Hi, Does anyone know how to access a mashup's style theme information from a custom widget? Or where to find any documentation relating to this? I've previously developed a few widgets for 8.4 where styles were applied using Style Definitions, but was hoping to make use of the new Style Themes available in 8.5 for new widgets going forward. Thanks.
Hi all, I'm currently working on developing a solution on an 8.5 instance and have run into the following issue. When adding a text-box or drop-down to a container, then setting the container to a vertical orientation, and turning on "stretch" these widgets do not obey this rule, and instead keep their fixed size as specified in their properties. As far as I can tell, this is due the fact that these widgets do not allow blank/autosize values for their "Width" property, and will always revert to 273px wide if you try to set it as such. Has anyone encountered and possibly found a workaround to this problem before?
After upgrading to thingworx 9.0, my mail extension v3.6.0 stopped working giving me this error when trying to run the SendMessage service. "Unable to Invoke Service SendMessage on EmailNotificationThing : null" I've tried removing and reinstalling the extension. And creating a new thing from the MailServer template. Has anyone run into this issue?
Hello, We would like to show the asset filter menu collapsed by default when a user accesses the Asset Advisor, and we can't find the way to do it. How could we get it? Thanks in advance,
Hi Gurus, I would like to know if anyone have come across any deployment scenario where Thingworx is using Azure for PostgreSQL Hyerscale (Citus) as persistence provider (for both Model metadata and Time series data). The Hyperscale version of Azure Database for PostgreSQL allows user to scale out the database horizontally and accommodate large amount of data (billions of rows of data). For your information, the data throughput is estimated at 1.6TB/month (from IOT sensors to Thingworx). Hence, the thought of using a scaled up database arises so that we are able to accommodate such huge data throughput. Is this something feasible? Appreciate if someone can share more on this. Thanks!
hello, after create user in mashup want to add that user in user group. if want to add admin, i give first name, last name, contact number, emailid, username and password after enter these fields i have click on add admin and after clicking add admin it will store in thingworx user list and add that admin to user group. please refer attachments below, first attachment is add admin mashup, 2nd attachment is thingworx user list and 3rd attachment is studio admin user group which i want to add user
I am trying to edit my mashup in the composer and I am facing this error whenever I try to edit them.It was working fine yesterday but today all the mashups I open are giving me the same error.I tried clearing my cache and deleting the history and restarting my system but it still doesn't seem to work.The error message.What is the solution to this?
I have the existing workflow, which is enabled - Unable to open the workflow or delete this workflow. Unable to disable the workflow as well. Is there an option in the settings or is this just a bug that prevents me from deleting this workflow? Anyone has some hints what I can do to delete the workflow? Remark: Also deleted the connected account
Hello Folks, I need urgent help to OTA process using MQTT our all device connected to Thingworx Using Apache MQTT, Now we want establish process for OTA using MQTT, Can someone share any idea's around it Any help appreciated
Is there anyway I can assign specific downtime reason when the machine is in unplanned downtime status in the dygraph? I ideally whenever there is unplanned downtime I would like the user to manually assign a downtime reason to the status of the machine.
We are bringing the Liveworx UX Lab to you this year! Contribute to the design and development of PTC’s IoT & AR products from the comfort of your home. Participate in online 1:1 session with PTC Researchers and Designers to take our prototypes & conceptual designs for a spin, share your expertise to directly impact the experience of our future products. For all Liveworx 2020 UX Lab sessions, click here IoT & AR session links: SOLUTION CENTRAL: User Management SOLUTION CENTRAL: PTC Solution Deployment SERVICE: Remote Monitoring Solution THINGWORX: Managing Building Blocks in Composer THINGWORX KEPWARE EDGE: Container Based Software at Scale EDGE: Next Generation IoT Edge (Asset) Manager THINGWORX: Asset Modeling DIGITAL PERFORMANCE MANAGEMENT SOLUTION: Bottleneck ID & Balanced Scorecard MANUFACTURING: PTC Solution Strategy using Building Blocks IMPLEMENTING AR and IOT: Successes and Difficulties VUFORIA EDITOR: Authoring Work Instructions VUFORIA E
Hi friends, how to access the client id,resource and client secret .I tried the below all formats but they are not working.please help me.This is for oauth2 access .
Hi , I'm new for ThingWorx platform , try to self study from the online document . I have question about the purpose of using the ThingWorx connection server. "ThingWorx Connection Server provides a server application that allows the connection of remote devices that use the ThingWorx AlwaysOn™ protocol to the instance of ThingWorx platform. This Connection Server handles all message routing to and from devices, providing scalable connectivity to ThingWorx platform." For the Manufacturing App , it is look like ThingWorx connection server is doing the same task which KEPserver acting. in the production environment I can choose between ThingWorx connection server or KEPserver to get the data from the remote device . Is my understanding correct ? Thank you
Installed Thingworx, db, schema with Postgres11. Configured platform settings and launched Tomcat9. The composer is not launched and error message in log is seen as ***************************************************************************************************************************** 2020-07-25 23:52:03.459+0530 [L: WARN] [O: c.m.v.r.BasicResourcePool] [I: ] [U: ] [S: ] [P: ] [T: C3P0PooledConnectionPoolManager[identityToken->1hge0w8ab11ik8j81mfnmrx|32385e84]-HelperThread-#3] Having failed to acquire a resource, com.mchange.v2.resourcepool.BasicResourcePool@111aed00 is interrupting all Threads waiting on a resource to check out. Will try again in response to new client requests.2020-07-25 23:52:03.459+0530 [L: ERROR] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [P: ] [T: main] *** CRITICAL ERROR ON STARTUP: Connections could not be acquired from the underlying database! ***************************************************************************************
I need a custom services to hit external API which provides ZIP File (contains pdfs files) as response and display those pdf files in mashup. @PaiChung
Thingworx 8.5.2 : As I see, Checkboxes inside advanced grids are made using images.So,I tried to change images as per required design as attached in the document but I couldn't achieve as it is not allowing the class name.Please let me know the class I should use in custom css area. Class which I am trying to use is not allowing selectors .widget-gridadvanced .objbox table tbody tr [src*="item_chk0.gif"] { background-image : url(.....); }
Let me know the following Things in ThingWorx platform can handle in efficient way: 1.What is the maximum number of Remote Things in ThingWorx? 2.What is the maximum number of tags / properties per Remote Thing? Server Specifications: ThingWorx -8.4 version (RAM Allocation 12.88 GB) RAM - 64 GB CPU - 4 Core Apache Tomcat - 8.5.42 version
Hi there! I might have found an issue in the Git Backup Extension Applies to Tested on ThingWorx 8.4 (Postgres; Installed from Manufacturing Apps 8.4 installer) Description When pressing the "Import Extension" button nothing happens. No message is displayed in the panel in the lower part of the screen. ApplicationLog file shows the following messages: 2020-07-24 17:40:38.453+0000 [L: ERROR] [O: c.t.r.ExtensionsExport] [I: ] [U: Administrator] [S: ] [T: http-nio-8080-exec-8] Import target baseURL missing protocol [about:///Thingworx/ExtensionPackageUploader?purpose=import&validate=false] 2020-07-24 17:40:38.465+0000 [L: ERROR] [O: c.t.r.ExtensionsExport] [I: ] [U: Administrator] [S: ] [T: http-nio-8080-exec-8] Error in ContentLoader.postMultiPart: check your inputs! URI does not specify a valid host name: about:///Thingworx/ExtensionPackageUploader?purpose=import&validate=false The importTargets infotable property of the ExtensionImportTargets Thing has
Hi guys, I am trying to show a tool tip mashup on a map. I created the map and have bound data to it. I also created a mashup for the tooltip with two properties. If I link the mashup to the tooltipmashup property on the main mashup the two properties do not show that I need to bind to the tooltip mashup. Is this a bug in Thingworx 8.5? Anyone else experienced this or how to fix this. This post refers to the tooltipmashup properties but they aren't showing on my main mashup.
Hi , we need to conect Arcgis with thingworx to show information of map layers in thingworx . Any ideo or advice on how to do it?
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.