Recently active
I had a consumer in node-red, so I consume all the messages. I noticed in the azure iot hub connector bash the following error: The virtual machine is a Windows server 2012 R2 4 GB Ram Intel(R) Xenon CPU E5-2673 v3 @ 2.40 GHz java = jre1.8.0_92 After 1-2 hours of startup, the connector continues to require so many resources until the error occurs: After the error I have to restart the connector in order to use C2D and D2C messages. Any suggestions???? Thanks Related to previous post
Hi, I have a H2 Thingworx instance and I would like to change the persistence provider to MSSQL. Is there a possibility to add a new persistence package to my current instance without installing the MSSQL Thingworx version? I have tried to configure a new Persistence Package in platform-settings.json but the new persistence provider does appear in Composer. Any advice is appreciated. Thanks, Sebastian
Please Help me to filter it acc. to ware house product name and product id using query filter in advanced grid
Hello Team, After the import is successfully imported while running the service, exception is thrown for the dependencing jar But the above dependency jar is shown in thingworx extension monitor. Using gradle for extension Any help will be greatly appreciated
In ThingworxStorage logs the logger user is different than the user returne by Resources["CurrentSessionInfo"].GetCurrentUser(); The service I have try to set a property to the user: logger.debug(l"Input->PlantUPL-> " + PlantUPL);var user = (UserName!=null) ? UserName : Resources["CurrentSessionInfo"].GetCurrentUser();logger.debug(l "User-> " + user);Users[UserName].LastPlantUPL = PlantUPL; The Script Log shows this error: Line 494541: 2019-01-20 16:39:28.331+0000 [L: DEBUG] [O: S.c.t.d.e.DSLScript] [I: ] [U: U529679] [S: ] [T: http-nio-8080-exec-24] User-> u106949 Line 494542: 2019-01-20 16:39:28.332+0000 [L: ERROR] [O: S.c.t.d.e.DSLProcessor] [I: ] [U: U529679] [S: ] [T: http-nio-8080-exec-24] User does not have visibility permission for u106949 Somehow user U529679 is in the logs but u106949 is the current user in the Resource.
Hi, Is it possible to delete a layout using a button? Thanks, Shalini V.
i am unable to insert data into data table using thingworx rest api, please specify the json parameters and url. thanx in advance.
Hi, Is it possible to open a popup text area on clicking of a date in date time picker and the selected date from dt picker should be displayed in the popup text area. Thanks, Shalini V.
hey i want a value display widget to appear and disappears based on timer : every 20 sec , anybody has any idea how to do that please?
Hello together, I want to exchange some experience on how to model a complex machine in the best way. The machines are produced in higher quantities, with different configurable features. Principal Sketch 1) Real World Model Overview On one hand I can model the whole machine as one ThingTemplate and incoporate all the features via Thing Shapes (for reusability with other machine types that share the common features). Principal Sketch 2) One Big Thing On the other hand I can model the whole machine by using different Things for the parts and use Services to gater the information from all them. Principal Sketch 3) many small things I am not sure what is the best way. Maybe someone can share his/her experience on modelling such a job. Regards Frank
Hi, I have saved image in local system and I want to pass this image URL in source URL of image widget. So how can i do it? Thanks, Khushboo Jain
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]
Hello Everyone I am facing problem in Manufacturing Apps. I imported all extension in thingworx 8.2 version and after accessing app it show me only console window option not other. i am not getting any kind of error/ exception while importing extension . could you please help me in this. Thanks in advance
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
ThingWorx Manufacturing Apps extension dependenced fails to import. ThingWorx Platform 8.1.11 ThingWorx Manufacturing Apps 8.1.1 and 8.1.2 (I've tried with both) Apache Tomcat 8.5.37 Oracle Java 8 upd92 and upd202 (I've tried with both) PostgreSQL Microsoft Windows Server 2008 R2 SP1
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
Question: Is there a Security log entry added when a user is refused access to Composer?Answer:The Security log is mainly for user login and authentication items; since this is not authentication per se, we don't log any messages there. The Application log should have log entries noting any errors. Question: Do the gauges and graphs now behave more reactive without reloads of massive data. just easy show "realtime" data?Answer: The Custom Charts we have on the Market place should alleviate some of that - depending on how the data refresh is set up, that should redraw. The changes we have done on the layout side won't have any impacts there, unless the browser window is resized. Question:Will we offer a library of "Design themes"? Answer:We are working on adding prebuilt themes for a future release. Question: Does the new Mashup builder store Mashups in the same way? Are these new Mashups taking into account a runtime separated from the platform?Answer: It should be the
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.