Recently active
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 .
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?
In our enterprise we have an instance of Thingworx which is authenticated using SAML. Previously we were using ADFS authentication, I tried creating an application key and run a service from a different application, i was able to but after this SAML authentication when I create an appKey and use it in the API to run a thingworx service I am not able to. It is giving me unauthorized 401 as response. Can you say what I am missing in addition to appKey is there something I have to add in my request ? Any thoughts on this would help me.. Thank you Regards Viswadeep V
Hello, I am using guide for connecting Raspberry Pi 4 to thingworx. But thingworx is not updating value from raspberry pi 4. It is remaining on zero even after showing in raspberry pi 4 terminal that all 3 properties are updated. Please help me to solve this probelm. Is it problem with raspberry pi 4 or what?? Thanks, Preet
你好,请问可以发下 mongodb connection string ,以及相关的连接、查询文档吗 Re: post
hello, want to assign home mashup to user group.
Hello, I have to assign project and home mashup to user group through thingworx service or else to all users created.Is it possible ?? Thanks in advanced
We are seeing lot of issues upgrading Thingworx app from 8.5 to 9. Our shop floor users still use Microsoft Edge legacy and IE 11 browser. Thingworx 9 does not have any official support for these browsers. Is there any workaround ? IE 11 ( App is not displaying at all – Just white screen below) Edge Chrome thanks.
Hi All, I know we have a service SetValueStream that can be used to add the ValueStream to an Asset. In the same way, Do we have have any service to remove or detach a Value stream to an Assets? or we have any other options to remove the values. Please let me know. Thanks for your reply.
Hi Folks, Is there any Thingworx built-in service/API to check all the Extensions utilization in one GO? I'm aware of the existing services but that performs utilization check for a single package at a time. And I'm looking to get the Usage report of all packages alongwith its history (last used,Import datetime,etc) Thanks in advance!
Hi everyone, I'd like to show some information when I ckeck the marker from google map. Like example below: How can I do it?
Hello! My team and I are trying to use a collection widget and each cell has a button. Since the buttons can have multiple sizes we would like to know if it's possible to have an "auto-size" property for the cells, otherwise, every cell will have to have the width of the biggest button which isn't ideal. Thank you in advance.
Hi, I have two issues 1. looking to remove 'none' from Dropdown. 2. when my Grid is Empty then i have to display message on Grid 'No data available'. please help me to do this. Thanks
Hi, I followed this guide but I have error in PiTemplate, it doesn't update CPU Temp and doesn't show frequency and volt in mashup. I found similar topic but I think it works only on Raspberry 3. It happens on this line of code: s = s/1000000 Error from terminal: [INFO ] 2020-07-23 08:19:12,567 PiThing: Attempting to GetPropertySubscriptions from server failed. code: 500, result: [ERROR] 2020-07-23 08:19:12,591 luaScriptProxy::execute: [-1241516976] Error executing script PiThing, Error = Error: ...oads/microserver/etc/custom/templates/PiTemplate.lua:39: attempt to perform arithmetic on local 's' (a nil value) [ERROR] 2020-07-23 08:19:12,591 luaScriptProxy::app_unlock: [-1241516976] Attempt to unlock app_mutex while not holding it.L= 0x20a808 [INFO ] 2020-07-23 08:19:13,26 PiThing: Received notification that property bindings have been updated on server.
Hi all, I've been recently using the Collection widget to fill in my mashup's contents in a dynamic manner. So far I've used Table Layout: Flow (Horizontal Distribution). However, this makes it so the Collection is responsive, and it will wrap the mashups within if they do not fit in a single row. How can I make it so it only distributes the nested mashups in a single row of the Collection Widget?
Hi, I have written a service that is binded to the "Data" property of Time Series Chart Widget. There are 2 numeric fields and a string field that is displaying in the chart. Lines are selected in order to display numeric items on the chart and is working fine. On hovering the lines we are able to see the values of 2 numeric fields and string field for the particular timestamp. But the marker is visible on zooming the top area of the graph above the particular timestamp. I have attached the screenshot of the zoomed area in order to see the marker. Is there any workaround to plot the marker in an area which is visible without zooming the graph? I am using Thingworx version 8.5.4. Thanks
I want to give home mashup to every created thingworx user in particular group. Currently i created user and added to studio-admin group by using service Now i want to give home mashup for every user or direct group for login? I tried visibility permission service to group but confused don't know what to do. I have added super admin user in super admin group, admin user in studio-admin group and trainer in trainer group. how can i give home mashup to every user or group while creating user on mashup? Please suggest Here is my organisation.
Hi, Is there an accepted method of getting a click event on a Collection Widget tile to trigger a Navigation to a parameterized mashup? I have: Mashup A: Main full size mashup for a Production Line Mashup B: Small mashup that shows key data for a machine on the line. A service on Mashup A populates a Collection Widget with these. Mashup C: Boiler Plate Mashup that shows more detail about the machine. I would like to set up navigation so when the user clicks on a Machine in the Collection, the Thingname of the machine (used to populate data on Mashup B) is passed to Mashup C. Now, I can get this to work by setting up a Navigation Function on Mashup A and binding the Collection CellWasClicked Event to the Evaluate input and the Event:Thingname to the Parameter of the Mashup. This works at runtime, until I refresh the composer and I get "Obsolete bindings for <NavigationFunction>" and the Mashup Parameter binding is removed. I've been searching round for ages fo
hello , please find attached logs
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.