Recently active
I am running Thingworx 7.2.1) I created a Master with a menu .2) I then created a Mashup using that master.If I view the mashup as an Administrator, the menu is there.If I view it with a non-Administrator, the menu doesn't display.What simple thing am I missing?Thanks,Dan
Hi All, I installed Thingworx and Analytics Demo I downloaded from developer portal. Everything work well during installation, all analytics-related things were created but I cant see the Analytics Tab in Thingworx composer. I restarted Tomcat but nothing changed. Is it normal?
I want to remove the visibiltiy of a thing for an exsisting user. Despit removing all the visibility, run time and design time permissions the user is still able to see the thing and even edit the properties. He can't add properties or update the thing. The user is called Stefan Arbeitsstellen The Thing is the TestLoomManager I used the access reports feature to check what is causing him to have this ability, but it shows nothing: As you can see in this screenshot I'am logged in as Stefan Arbeitsstellen but I am still able to see the TestLoomManager. I also removed all the permissions for the Templates and Shapes that are used with the TestLoomManager. Do you have any idea whats the cause of this behaviour? Greetings Micha
Has anybody had any success connecting to a MakerBot 3d Printer? I cant find any information on the web on even where to start? MakerBot This is the type of scenario that we are looking to monitor with twx https://www.makerbot.com/education/innovation-center/ I am open to any suggestions Regards, Bryan
I have a two grids (Grid A and Grid B). Grid A has multiple fields, one of them is a field with basetype infotable. When a row from Grid A is selected, I want the infotable field of the selected row to display in Grid B. In the mashup, 1. I have bound the infotable as an input data for the service for Grid B by selecting Selected Row under the service for Grid A in the service for Grid B. 2. I have also set the Event Trigger by selecting SelectedRowsChanged under the service for Grid A in the service for Grid B. 3. I have bound the output All Data from the service for Grid B to Grid B. The nested infotable in Grid A is a Thing with properties which holds the infotable values. I see the infotable field displayed as [object Object] in Grid A. When a row is selected in Grid A, I see a row display in Grid B with blank fields even though the Thing has set values. As previously mentioned, the data shape of the infotable in Grid A consists of
Hello, I've been trying to reinstall Thingworx foundation 8.3 trial version, but The installer keep showing error message when i try to reinstall. This problem happen after i canceled installer during installation. After this, i'm trying to find uninstall file. But it doesn't contain in installation folder. Anyone please help me in this issue. I would like to how to uninstall the failed installation thingworx foundation. Thank
Hello users, I'd like to display the data (property value(s)) that change over time near/in-place of markers. I've already established mashup linking to that markers upon marker double-clicking by which the new mashup pops up. The issue is with displaying the data near/in-place of markers and displaying names near markers. Kindly look at the below image which elaborates my requirements.
Hi, I have exactly the same issue. Can you please send me the uninstaller file as well. Let me try that, otherwise I will have to reinstall my Windows OS it seems.... Thanks Subh @slangley wrote: Hi @Newtepos. I am forwarding the uninstaller from my local system via email. I don't have confidence that it will work for you, but you are welcome to try it. This file gets generated in {drive}:....\twxFoundationH2Trial-8.3.2 folder. Not sure if that folder still exists on your machine since you cancelled out. Regards. --Sharon @slangley wrote: Hi @Newtepos. I am forwarding the uninstaller from my local system via email. I don't have confidence that it will work for you, but you are welcome to try it. This file gets generated in {drive}:....\twxFoundationH2Trial-8.3.2 folder. Not sure if that folder still exists on your machine since you cancelled out. Regards. --Sharon
Hi, I have a responsive mashup in which i am using a collection widget to display few static mashups which has certain fixed height and width .In the collection mashup i have given the flow layout gravity field of collection widget as `Edge` and i have give minimum spacing as 30px,I know that minimum spacing does not work when the flow layout gravity is defined as `Edge`,My Issue is when i view this mashup in my windows environment i get two static mashup tiles at two extreme ends and when i view the same mashup in my linux environment i get these two mashup tiles with a minimum spacing I have defined.Can anyone help me out as what is going wrong and tell me what could be done to resolve this issue.Urgent help is required.
Hi, I have data in the info table. I want to replace particular column values(Another service outcome). How can I update it? var x = me.getData();//x is infotablefor each( var row in x.rows){var y= me.ltime_conv({ltime: row.LTIME /* LONG */,lyear: row.DLYEAR /* LONG */});//Another service out comex.DTIME = y;//Here I'm trying to replace DTIME column values} result =x; Regards, Surekha N.
Hi, Can any one suggest on how to show the default data in widget when filter is not applied on List widget. Here in my Mashup , Default it is showing no data in widgets . When it is selected on any item in list it is showing correctly. But I want to show all data default . Thanks, Susmitha.
I have a stored procedure defined in an MS SQL database, I have an sql query service defined in a thing template as follows: SET NOCOUNT ONEXEC [dbo].[sp_Local_GetWorkOrdersOperationStep_ByWO]@WorkOrder = [[WorkOrder]] where workorder is a test string under previous versions of Thingworx (up to version 7.3) we had no issue (the service would run in about the same time it would take to run in server management studio -> between 5 and 15 seconds). We upgraded to 8.1 within the last 6 months and now I observe that this query generally takes anywhere from 45 seconds to several minutes. I have tried just about every ms sql jdbc driver available including (the latest preview release: mssql-jdbc-7.1.4.jre8-preview) and nothing has changed. I recently created a servlet to execute this stored procedure from and installed in on the same server. The servlet executes this stored procedure in 5 to 15 seconds (same as server managemen
Hello Folks, Any one help me to find out how to import .net sdk to my web api project . Thanks & Regards, Surekha N.
Hello Team, Need some help on Federation connection when GetSubscriber status service from publisher is called the below status is shown And getting the below error from thingworx application logger Refilling connections on [endpoint 15, uri: ws://***.***.***.***/Thingworx/WS] failed : null Any help will be greatly appreciated. Thanks,Regards, Vijayasanthi
Hi, I need to update property of one infotable based output of other infotable. Scenario : I have infotable with property Boolean type and its value should set to true if other property of strng type value matches output of 2nd infotable. Example : infotable1 properties : isSelected(Boolean) , Name (string) infotable2: Name(string) if Name matches in infotable1 and infotable 2 then isSelected in infotable1 should set to true. Can some one help me how to achieve this? Thanks, Lakshmi
In would like to refine the analytics model once it's built for some data. Whether it is possible and how I can do it? It means the models will learn from incoming new data and learn and get refined.
Hello everyone, I would like to put the BLOB value of Thing Avatars into a Info table. Please have a look at the code of my service below. Basically I am retrieving a Infotable of some Thing Templates. Now I would like to extend this info table with the avatar IMAGE or BLOB values. The main thing is, that my client that calls this service should be able to decode the Image value (base64). Unfortunately, the values in the info table look like this when calling the service: When I create a service which calls the Template.GetAvatar() method and returns the BLOB type I get the Long image string that I want. But for some reason the value is stored like above in my info table. I have also tried different types for the avatar Field in my infotable (like IMAGE, STRING) Any help and suggestions are appreciated very much. Best regards, Dominik var result = Resources["SearchFunctions"].SpotlightSearch(params); var newField = new Object(); newField.name = 'avatar'; n
I have created a servlet that returns the following JSON object: {"isCompressed":true,"dataShape":{"fieldDefinitions":{ "ProdLineTable":{"name":"ProdLineTable","description":"","baseType":"INFOTABLE","ordinal":1,"alias":"_0","aspects": {"dataShape":"DocUpload_ProdLineDatashape_geIntegratedDiscreteExecution"}}, "SerialNumberTable":{"name":"SerialNumberTable","description":"","baseType":"INFOTABLE","ordinal":2,"alias":"_1","aspects": {"dataShape":"DocUpload_SerialNumbersDatashape_geIntegratedDiscreteExecution"}}, "OperationTable":{"name":"OperationTable","description":"","baseType":"INFOTABLE","ordinal":3,"alias":"_2","aspects": {"dataShape":"DocUpload_OperationDatashape_geIntegratedDiscreteExecution"}}, "StepTable":{"name":"StepTable","description":"","baseType":"INFOTABLE","ordinal":4,"alias":"_3","aspects": {"dataShape":"DocUpload_StepDatashape_geIntegratedDiscreteExecution"}}}},"rows":[{"_0":{"dataShape":{"fieldDefinitions":{"WOS95ID":{"name":"WOS95ID","description":"WOS95ID",
Hi, How can I bind a selected text from a list to a service input? I am trying to populate another list based on the selection from the first list. The service works but I can't figure out how to bind the selected text from the first list to the service input.
Hi, I wanted to use the advanced grid search box. I wrote a script with query as input and getting the data for grid from another query which returns a table. But after implementing it, its not working. Please guide me the right way to do it. Query for tableQuery for Search with Query as input
Hi, I have two mashups i.e mashup1 and mashup2. Mashup1 contains grid that displays data based on text value. Clicking on grid row Mashup2 popups and displays data related to selected row. Now what I want is to use one navigation on mashup2, which redirects to Mashup1 without losing existing data of Mashup1. I tried to include navigation as back button in mashup2 used session variable to store data, but Mashup1 data becomes blank. Please provide solution for this and thanks in advance. Thank You, Sheetal Sable
ThingWorx version - 8.2.4 I have created a integration connector with oData connector as base template and able to connect windchill. Using new composer I am able to map the existing endpoints. My question is for some cases we have to access the direct url to query the part information instead of endpoints which doesn't have the option to do. Like in windchill connector there is a method call getbaseurl or getresturl to get the server urls but this method is not available in oData connector. Please assist how to get the server urls instead of hard coding in service.
Hi, The logic: Infotable A has 2 columns. Delete column 1 in infotable A. Now the infotable has only 1 column. Read each row of infotable A and compare with a string. If there is a match, add some strings to infotable B. Return infotable B. I get no syntax errors, but my script returns infotable B with no data when I have a matching string in the if statement condition. ***********code********************************************************* var params = {infoTableName: "visibleOrgUnitInfoTable" /* STRING */}; // result: INFOTABLEvar result = Resources["InfoTableFunctions"].CreateInfoTable(params); //Add a new field to the InfoTable:result.AddField({name: "visibleOrgUnits", baseType: "STRING"}); // result: INFOTABLE dataShape: EntityListvar currentUserOrgUnits = Resources["CurrentSessionInfo"].GetCurrentUserOrganizationalUnits();currentUserOrgUnits.RemoveField('description'); for each (var rowThing in currentUserOrgUnits.row) {if(rowThin
I want to display a Number type value inside a Gauge widget, and the new values coming from an Edge device every 60 seconds to get automatically updated. The remotely bound property has a 'DataChangeEvent' of 'Always'. I'm using the GetProperties service with the 'Automatically update' flag checked, and the required property is bound to the Gauge data in the Mashup design. However, the updated value is reflected inside the Gauge only when I open the Thing, or click the refresh button for properties in the Composer UI, and not in real-time. It was suggested in one of the posts to bind all DataChangeEvent properties to a widget when using GetProperties service. I tried the same, but still no success.
Hi, Is there any possibility to modify connection strings (which are present in the configuration in a thing) dynamically. Regards, Surekha N.
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.