Recently active
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, I can implement customized device data transformation using Java SDK/Protocal Adapter Toolkits/EMS on the Edge side before sending data to Thingworx Server. However, Kepware connects to Thingworx directly and it seems I can only implement the data transformation in Thingworx server (except using the advanced tag of Kepware) . Is it possbile to implementation the transformation of Kepware data tag in Edge as well ? (It is best to use JAVA) . Regards, Sean
Hi, I got a very strange phenomenon. I have a remote thing which is bound to the data tag of Kepware, when kepware detect the change of PLC, the data change event of the property in Thingworx will trigger the subscription to update the same property, but it doesn't take effect , the property in Thingworx still remain unchanged , and there is no error found. But if manually change the data tag in Kepware or using timer then it works. In a summery : PLC -> update Kepware data tag -> raise data change event in Thingworx -> trigger subscription -> execute sync service to update the property value ==> does NOT work . no effect manually update Kepware data tag -> raise data change event in Thingworx -> trigger subscription -> execute sync service to update the property value ==> works PLC -> update Kepware data tag -> launch a timer to poll the property value
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
Hi All, I have configured the Twilio Thing in Thingworx. When I tried to call the SendSMS Service from Thingworx.I am getting a response like Unable to Invoke Service SendSMSMessage on TwilioSMS : null. Please let me know what is the issue?
Hi, ThingWorx custom authenticator allows for delegation of authentication activities to a 3rd party Identity Provider. Which can be used for expanding the authentication mechanism which are potentially beyond the SSL / AppKey / Username and password based auth. However, I'm not able to find similar possibilities with Edge SDK for instance C SDK. Is it possible to extend or override available auth functions under twApi? Thanks!
Hello PTC Community, I am facing the problem to connect the power BI report to the Thingworx mashup . Though I have used the embedded url provided by the Power BI. Now each time I am trying to access the report, Thingworx ask for login credentials, which is time consuming. Since I am new to thingworx I do not know , how to use the API authcode to bypass the authentication process. Can you please help me to set up it. Thanks
Hello, I wanted to use the unofficial BMCoreUI extension and found that when I install it, I get an empty list of assets in the asset advisor. It seems to conflict with the official Collection Widget. Does anybody have experience on using MFA along with the BMCoreUI extension? How did you solve the incompatibility problem? Thank you. Regards, Iker
I have a Combobox list and binding the list data by a service call after this service called I invoke another service to get selected item and binding again to SelectedText properties of Combobox then the event selected row change of Combobox will auto-trigger. How can I avoid this case, because this action will trigger another service in my logics Thanks All!
I'm not able to configure the state formatting option for the new Value Display widgets - it's not even listed in the properties. Will the new Value Display widgets have a State formatting option available? I know the old ones do, but those will be deprecated soon, or so it says... Any help appreciated!
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.