Recently active
Unable to log in a new admin user but old users can be able to log in. The error in Catalina file was as below: WARNING [http-nio-443-exec-45] org.apache.catalina.realm.LockOutRealm.filterLockedAccounts An attempt was made to authenticate the locked user [TestUser]
Hi, I want navigation pane which have multiple locations in hierarchical order, I have 3 levels of data but when I use "Accordion" as menu view , I couldn't get all the items. Please provide some reference to use menus, masters effectively.
Hi,I have trouble with the demo Analytics Model in Analytics Manager. Everytime I try to delete is I get the message "Model: JetEnginePredictiveModel can't be deleted, is in use by a Job!". If I watched by Analytics Jobs in Analytics Manager I didn't see any jobs. The statistic of the last 1000 jobs says Completed: 5 but the list is empty. It there any way to delete is? Maybe in filesystem or so?
Hi, I have installed the trial version - twxFoundationH2Trial-8.3.2 and going through the training - Introduction to ThingWorx 8 Part 1: Getting Started . It begins with import of data - entites & mashups. After this step of importing, I can no more login. I uninstalled/reinstalled - it is the same. Anyone experienced this? Thanks for the help. -Ravi
I am developing Android Agent and I want to send property value if there is any change in value otherwise that property should not send to Platform. Right now if programmatically blank that property then it got blank in platform also.
Hi, I have came across with some interesting idea for scaling. With JDBC driver v9.4-1200 onward is possible to set up a Tomcat server in a way it uses multiple jdbc URLs. Each of which is possible to mark as "any", "master", "slave", "secondary", "preferSlave" and "preferSecondary". Driver then makes a distinction which queries are write and read and sends them to appropriate DB (i.e INSERTS goes to DB on which the user has permissions to write, SELECTS goes to read only DB etc..). That would effectively divide whole load between several DB. Of coarse this only make sense on HA configuration, there needs to be a Master/Slave and replication needs to be set up properly. This also only applies to TomCat config only. Since Tomcat is used for different Persistence Providers, config.xml is almost in default. and Persistence configurations are made in platformSettings.json. Question: Would be possible to set up such an environment with platformSettings only? J
Hi all, When I install Thingworx Analytics, it fails. The procedure ends with success but when I open the composer, I don't see the Things. My release is 8.3.3 Anyone could help me? Please find image attachments. Thank you so much
I am Using twxFoundationH2Trial-8.3.2 and i do not find install folder there. i need to connect MSSQL to thingworx
Hello, I want to built a custom app in Navigate, in which it can download Windchill representation file (.plt,pvz, etc)and PDF. When we publish , we get option to save the drawing as PDF. so is their any way to download the drawing /design ? I tried to use the service called "GetCreoDataView " from Windchill Connector ,but don't know how to use it. Can any one please guide , to download representation and attachment using RestAPI ?
Hi, is there a service that will return a list of thingshapes implemented by a thing template (or thing derived from the thing template). Thought there would be as they are displayed in the composer, but can't find it. Also looking for a service similar to GetServiceDefinitions() that will return the 'Category' parameter. That way I can filter the results so that I don't get all the services inherited from the base templates. Thanks in advance. K
Hi, I'm trying to use the Tree Grid Advanced Widget version 4.1.1 in my mashup. I have my data service that returns the first level of the tree. When expending a top-level row, the behaviour is weird: -- The expansion triangle changes (this is expected) -- The top Level Row is replaced by a child row (very weird!). -- Only one child row is displayed (not expected) I logged details when the GetChildData service is called and it does return the expected rows (e.g. 50) I'm trying to match what I'm doing with the sample shipped with the widget without success 😞 Can someone help me figure out what I'm missing or doing incorrectly? Thank you, Eric Lamontagne Averna Technology
I don't want to reinstall analytics server again. is there any service that could do that .
In a Thingworx service, we are setting a property value inside a script. The property is a remotely bound tag to Kepware. In the next line, we are trying to read the value but instead of getting the recently set value we get the old value. logger.debug(me.value); // Value is 0 initiallyme.value = 1;logger.debug(me.value); // Still returns 0 Is this the expected behavior? We have tried both "read from cache" and "fetch from remote" settings on the parameter. If we add a pause to the code we need about 200 ms to get the new value. Many thanks!Erik
I am using an analysis provider to classify incoming events into 3 different cases/classes. how can I improve my model if I have less data?
Hi, I've just created trial ThingWorx Evaluation Server https://PP-1901100731PB.devportal.ptc.io/Thingworx, but can not access it anyhow. Even trying to go to link https://PP-1901100731PB.devportal.ptc.io/Thingworx shows an error ERR_CONNECTION_TIMED_OUT.
Hello, I have a SQL Query service where, see attached for sample SQL result set The columns headers will change daily, how to make it dynamic? Thanks
In the projects we have, we often use the AzureIoTSendMessage service to send commands to the machines. (C2D message) after 5 January 2019 we started to have problems below. It resolves briefly by restarting the connector but after a short time the problem occurs again. I have both 8.1 production infrastructure and 8.3 for Development. The problem is the folowing: When I use the AzureIoTSendMessage service, dosen't work. Gives me the error below: Execution error in service script [THGF_LALLAVAT1 IoTRestService] : Wrapped java.util.concurrent.TimeoutException: Timed out APIRequestMessage [requestId: 13762, endpointId: -1, sessionId: -1, method: POST, entityName: AzureIot-cxserver-3d164c0f-f22a-4a8c-80e4-48b576cd6c53, characteristic: Services, target: AzureIotSendMessage] Cause: Timed out APIRequestMessage [requestId: 13762, endpointId: -1, sessionId: -1, method: POST, entityName: AzureIot-cxserver-3d164c0f-f22a-4a8c-80e4-48b576cd6c53, characteristic:
Hello, We have created a ThingWorx application as per customer requirement. Now they wanted to see the mashup on mobile browser as well. Any one please help me, how to create mashup with the similar functionality which going to access via mobile.
Hi There, I'm developing a Resource for thingworx as an extension, from this resource I'm trying to access a property of a thing, this thing grant the read and write permissions in design and runtime for the System user, but I have this message when I'm trying to access the property saying: Not authorized for PropertyRead on Propery_name in ThingName could you help me please solving this issue, Thanks and regards,
Hello, Since WindChill Swagger API has some limitations so we have developed a oData custom APIs. I want to call the oData API from ThingWorx service. Besides our ThingWorx is SSO enabled. So please help me, how to consume the oData API to fetch the data from WindChill.
Hello, I am facing an issue when I am creating thing programatically. I know there are couple of good discussions already available on the portal. I think am following the necessary steps while creating things which are suggested, of Enabling and Restarting the thing. This is not a very frequent error, and most of the time I don't get the 'Thing not running' exception, so I believe procedure is correct for most of the time, but the problem is, I am not able to identify the solution when this error comes. I even tried to again restart and enable the thing when 'Thing not running' error comes, but still of no use. What is more weird is, when the thing is not running if I call the service 'IsEnabled' it returns true, and rest all other service gives exception, for example 'Get Description'. Some posts are also taking about 'ghost entities' and are suggesting to restart the Tomcat, but in this particular case even that's not working for me. I am using VirtualBox docker version of Thingworx
Hi, i tried to change multiple properties with one PUT request, but i got "405 Method Not Allowed" exception error I need help with this Thanks in advance Srikanth
I am having an app from where we are getting an integer value which is thingworx refresh rate. I want to bind the auto refresh rate in thingworx with this value. I have already created a service in which i am getting this value from the app and have binded it with autorefresh but after that also my page is getting refreshed according to the refreshinterval present there.Thanks
Hello I would like to create a custom service with some filters for QueryImplementingThingsWithData in order to be able to use in an advanced grid and to keep the "Query" parameter available for the grid functions such as search, filter, sort, etc ... functions The issue is that my thing template is made of several Thing shapes so I cannot select it for infotable output of my custom service, so I cannot bind in mashups. Is there another way to filter this QueryImplementingThingsWithData and to keep the "query" parameter free for binding with advanced gris filter ? How is it done in the mashup Data as the QueryImplementingThingsWithData is returning all properties from different shapes of my Thing template when used directly from the Composer ? Thnaks
I am using Proportional Chart to show Machine Running & Machine Idle time. It's working correctly but when i am going to show it on value display it's shown wrong. Can anyone help me with any short script to differentiate time and show it on different value display like (Machine Running & Machine Idle).
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.