Recently active
Hello guys, We are not very familiar with ThingWorx yet. we are trying to establish connection between SAP and ThingWorx, using the following post: https://community.ptc.com/t5/IoT-Tech-Tips/SAPODataConnector-hands-on-8-0/m-p/534382?sr=stream We created an account on SAP DEMO system (SAP Netweaver Gateway). We are trying to connect to SAP DEMO system using our credentials, but we got an the following error: Unable to execute service GetEndpointList on Controller_Thing : Your route exchange has failed. Resource Error [java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: sun.security.ssl.SSLContextImpl$DefaultSSLContext)] We are using ThingWorx 8.3.3-b937, and it is running on Cloud VM. Thank you in advance.
Hi, Is there a way to style the white space between the tab headers using any custom CSS or so? I tried using the below CSS: .widget-ptcstabset::part(tabs-tab){ margin-left:0px !important; margin-right:0px !important;} But this completely removes the white space. I want that space between tab headers, but is there any way to style or colour it? Thank you.
Hello everyone, I have TAGs from a PLC and they are already in my foundation within a Thing. I would like to associate a set of these variables to a time series graph. I have four variables referring to the OEE of each production line in my factory. So far I only know how to use the getproperties service but I know that to do this I need to use querypropertyhistory. How do I bind these variables that I have inside a thing for an infotable to later link to the chart? I already looked at the guide that talks about it, but I was not able to make it work.
Can we get an EMS server show up in the server list of Controls Advisor? I've already been successful in attaching assets to remote things but was wondering whether we can also show the EMS itself in the server list of Controls Advisor
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
Hello, I would like to import the data and configuration from an old server to a new one. The old server is using the Thingworx / Manufacturing app 8.5.1. The new one is using Thingworx 8.5.3-b123 with the manufacturing apps 8.5.2. The manufacturing apps has been customized, it has been successfully imported to Thingworx. But I'm not able to import the configuration in the Manufacturing apps, I'm getting the following error: https://www.ptc.com/en/support/article/CS309480 I do not understand the response, what is necessary to do? Description Trying to import extension into ThingWorx the following error is occurring: message: com.thingworx.security.io.ValidationException: Invalid child path: Child path failed validation Resolution Error is due to customized extension, internal paths are not created and this should be corrected in the extension code
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, 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?
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.