Recently active
Hi, I want to transfer the data of my things properties from the ThingWorx composer to ThingWorx Analytics. In tutorials about thingworx analytics they always use excel files but I could find very little information about the process of transforming the data into such a file. I know that the data has to be in csv format and that I need metadata but how can I transform my data from the composer to this format? Or can you recommend any tutorials?
Hi I have a requirement to perform the following operations on remote (child) TW servers from a (parent) TW server. Am planning to use ContentLoaderFunctions (PostJSON) from parent TW server to invoke a REST API call of remote TW server (Thingworx/Resources/EntityServices/ServiceDefinitions/CreateUser) with Appkey. Create a user Create a group Add user to a group Delete a user. Please suggest me if there is any other better approach. if we are creating the user with the help snippet, then we can use Resources["EntityServices"].CreateUser(params);. we can execute the same in remote server? Appreciate your early response
The default Max Fields value is 25, which is not enough for time series model. How to set this parameter when creating time series model? Let's say, my dataset has 15 fields, including one entity_id filed and one temporal field. When I set lookback to 16, UseGoladHistory to false, then how to set the Max Fields?
Please help to solve the issue that I want to make a text box editable on button click but the textbox read-only property is not bindable property so facing issue to make it editable?
I don't see any Custom css option for progress gauge widget in 8.3.3 version.Could you please help me?
Hi friends, i am unable to execute the rest api and get the ouput like client id,grant type and access token e.t.c; i write the following code till it is not executing please help me. var params = { headers: { "grant type":xxxxx "client id":xxxxxx "client_secret": xxxxx "resource": xxxxxxx } /* JSON */, ignoreSSLErrors: false /* BOOLEAN */, useProxy: undefined /* BOOLEAN */, proxyHost: undefined /* STRING */, url: "http://some_url/sampleXMLDocument.xml" /* STRING */, timeout: 30000 /* NUMBER */, proxyPort: undefined /* INTEGER */, password: "fakePassword" /* STRING */, username: "Administrator"/* STRING */ }; var result = Resources["ContentLoaderFunctions"].LoadJSON(params);
Hi Team, I am unable to connect to on premise Thingworx8.5 (Thingworx foundation Trial for H2)using academic simulator. please find the screenshot. Need guidance to resolve the issue Thanks, Praveen
Hi, How does thingworx manage the sequence of executing the events ? For example, If raise 100 events in a time , will the subscription be triggered with same sequence of raising event or the subscription will be triggered in parallel ? Regards, Sean
Hi Team, Installed Flow and TWX on same Windows box (v. 8.5.4) and when trying to execute the WorkflowSubstem, LoadOAuthConfiguration, getting the error attached, Unable to Invoke Service LoadOAuthConfiguration on WorkflowSubsystem : Failed to upload OAuth(s) to Flow: Could not connect to Flow I can log into the Flow webpage without any issues Please, any ideas? Tks, Chris
I want to open new mashup by using button widget instead of navigation widget.
Hi All I have a use-case in which I want to implement the following : I have a list of sites on clicking an item from list it should show the location on the map and on clicking the map pointer It should navigate to a mashup. I was able to achieve the first step wherein on click of the item from list it should show the location on the map. I am bit confused on the second part as to how to link the pointer with the mashup. How should I input the location in the the service to get the desired mahsup Regards Ketan
Hi all, after our license expired we keep having issues in starting up Thingworx Foundation, after adding a new license. On every start attempt, we keep on getting the following error messages: Application Log 2020-06-05 09:10:08.388+0200 [L: WARN] [O: c.t.c.u.ConfigurationTableUtilities] [I: ] [U: SuperUser] [S: ] [P: ] [T: ForkJoinPool-1-worker-3] ConfigurationTableDefinition not found for table ReportingConfiguration in ThingTemplate AnalyticsGateway so removing the configuration Table!2020-06-05 09:10:08.404+0200 [L: WARN] [O: c.t.c.u.ConfigurationTableUtilities] [I: ] [U: SuperUser] [S: ] [P: ] [T: ForkJoinPool-1-worker-8] ConfigurationTableDefinition not found for table ReportingConfiguration in ThingTemplate IntegrationRuntime so removing the configuration Table!2020-06-05 09:10:08.404+0200 [L: WARN] [O: c.t.c.u.ConfigurationTableUtilities] [I: ] [U: SuperUser] [S: ] [P: ] [T: ForkJoinPool-1-worker-2] ConfigurationTableDefinition not found for table ReportingConfig
When the number of pages come to,say 100 pages, how will be the pagination design be? Can anyone post a screenshot of it?Or can I test it without creating fields for 100 rows?
Hi, Thingworx WSEMS process is running as LocalSystem user, the target folder is accessible, but it is failed to move a file in Thingworx staging folder into the designated folder due to Error 17. Does anyone know what the error means? Any help would be greatly appreciated! My Bests, Hung Tran
Hello, I'm a newbie here and i have some problems with running SteamSensor example. I have sucessfully crosscompiled the Edge C SDK for my IoT Gateway (MIPS architecture with OpenWrt OS) and i am currently able to run SteamSensor example on my platform. I have configured (importing the SteamSensor example XML file) a SteamSensor Thing on the Cloud platform. When i run SteamSensor example binary on my gateway i can clearly seethe Thing connected on the cloud . But if i look my console output on my gateway i can see also some internal server errors that appear periodically. The error is this: [TRACE] 2020-05-22 15:33:52,830: Recv'd Msg <<<<<<<<< Message Details: Version: 1 Method/Code: 0xa0 (INTERNAL_SERVER_ERROR) RequestID: 5 EndpointID:0 SessionID: -1 Multipart: 0 Reason: Entity SteamSensor does not exist or is not yet associated with a Thing Result Type: NOTHING Maybe the error is the response of the following request: [TRACE] 2020-05-22
Sup homies, Was there ever any solution to this?
Hi, I upgraded to ThingWorx 8.5 recently. I have installed ThingWorx with Postgres 10. But when I try to import any extensions or files it shows error and doesn't import.Below is my platform setting json. {"PlatformSettingsConfig": {"AdministratorUserSettings": {"InitialPassword": "admin@123456789"},"ExtensionPackageImportPolicy": {"importEnabled": true,"allowJarResources": true ,"allowJavascriptResources": true,"allowCSSResources": true ,"allowJSONResources": true ,"allowWebAppResources": true,"allowEntities": true,"allowExtensibleEntities": true}},"PersistenceProviderPackageConfigs": {"PostgresPersistenceProviderPackage": {"ConnectionInformation": {"jdbcUrl": "jdbc:postgresql://localhost:5434/thingworx","password": "twadmin","username": "twadmin"}}}} How can i resolve this? Thanks in advance, Shalini V.
Hi, I'm doing this ThingWorx Analytics tutorial: https://developer.thingworx.com/en/resources/guides/operationalize-analytics-model/analysis-model I did everything exactly as in the tutorial and everything works (upload datasets, create models) but when I try to publish a model from the Analytics Builder i get the status message: "Model deployment failed on connector No file or directory found at /vibrations_analysisprov/vibration_dataset_vibrations_model_90dcad61-3d42-4835-95b5-77906007c343.xml" What is the problem and how can I solve it?
Hi, I need a side bar which is used for filtering my details presented in the collections widget.I have used a menu for me to get sub menu view but i am not able to use the sub menu for filtering.I have attached the pictures below. For eg: If I select LOCATION ,it'll open a sub menu with State,City,Site,and when I click State I need any form of widget like list/text box etc to act as a filter so that when I select the state a list of existing states are visible from which I will be able to select a state and the corresponding states details are reflected in the collection widget. If not menus, it possible to do this using any other widget?
Hello, I am using the below code to convert the infotable to JSON. But i see that the JSON also contains the datashape information which i dont need. How can i get ride of this datashape information in the JSON output. var params = {table: outPutInfo /* INFOTABLE */};var result = Resources["InfoTableFunctions"].ToJSON(params); Thanks
Hello! I'm currently working with Thingworx v8.5 and experiencing some issues with Mashups. As I'm adding widgets to the design it's all working as expected in the mashup builder, however, once I select "View mashup" some widgets don't appear in runtime. I tried with different widgets in the mashup and experienced the same problem with many of them. This is not a problem regarding imported widgets since this is happening with the native widgets. There are no errors on the logs. How can I solve this problem?
Hi, How to get by default selected menu in a dynamic menu list.My codes arevar row = new Object();row.linkDestination = mainMash;row.parentMenuId = "Menu";row.menuId = "Menu_0";row.isDefault = true; // I make it true to get default selection but it's not working.row.imageURL = "";row.linkTarget = "Self";row.description = "";row.linkType = "Mashup";row.title = "MAP";result.AddRow(row); row = new Object();row.linkDestination = mainMash;row.parentMenuId = "Menu";row.menuId = "Menu_0";row.isDefault = false; row.imageURL = "";row.linkTarget = "Self";row.description = "";row.linkType = "Mashup";row.title = "REPORT";result.AddRow(row); Is it correct? Please help me with that. Thank you!
Hi everyone, I have a virtual machine installed on an Azure cloud. So I installed the free local 90-day version of the Thingworx platform there, just to do some testing. I created some dashboards and would like to share this with some friends. When I click on “view mashup” a URL is generated that has: “localhost ...” I figured that if I change this to the name of the Azure machine it will be possible to share this link to a different network to be able to access. I tried that, but it didn't work. Is anyone able to tell me if I need to do any configuration in the Azure cloud to allow this access? Regards.
Hello everyone. I have menu and one of the items is submenu. It's not visible for non-administrator users. All other menu items (links to mashups) are visible. Maybe someone knows what can be solution? Thank you in advance!
Hi, My team migrated the mashup to from dev to prod. All functions work; however, the widget border is not the same. The left image is on prod, and there is the border line on it. The right image is on dev, and you can see there is clear on blue part. Our dev and prod server are using the same version 8.5.1. Could you help us troubleshoot this issue? Thank you, Matt
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.