Recently active
Hi everyone, I'm installing thingworx 8 with MSQL. After deploy war, thingworx give me error below.I configured properly the local Database: My platform-settings:{ "PlatformSettingsConfig": { "BasicSettings": { "BackupStorage": "/ThingworxBackupStorage", "DatabaseLogRetentionPolicy": 7, "EnableBackup": true, "EnableHA": false, "EnableSystemLogging": true, "HTTPRequestHeaderMaxLength": 2000, "HTTPRequestParameterMaxLength": 2000, "Storage": "/ThingworxStorage" }},"MssqlPersistenceProviderPackage": {"ConnectionInformation": {"acquireIncrement": 5,"acquireRetryAttempts": 3,"acquireRetryDelay": 10000,"checkoutTimeout": 1000000,"driverClass": "com.microsoft.sqlserver.jdbc.SQLServerDriver","fetchSize": 5000,"idleConnectionTestPeriod": 60,"initialPoolSize": 5,"jdbcUrl":"jdbc:sqlserver://192.168.200.149:1433;databaseName=thingworx;applicationName=Thingworx;","maxConnectionAge": 0,"maxIdleTime": 0,"maxIdleTimeExcessConnections": 300,"maxPoolSize": 100,"maxStatements": 100,"minPoolSize": 5
Hi All, Is it possible to list the datashape names that are existed in thingworx. Thanks
hi, I'm trying to send some values in a form to some server. Is this possible? I have: var xhttp = new XMLHttpRequest();var form = new FormData(); form.append("temp_sensor", 1);form.append("hum_sensor", 2);xttp.open("POST", "127.0.0.1:5000/update_sensor", false);xttp.send(form); but I got this error: Async Execution Failed in ServerCom_sendSensorInfo [Execution error in service script [sendSensorInfo] :: ReferenceError: "FormData" is not defined. (sendSensorInfo#1)] Best Regards
Hello, I have created Mashups. How can a user (authenticated one) access these Mashups? Though here authentication is required how to do that(where to place Login Form and how to link it with Mashups)? How to navigate from one mashup to another? As I am new to ThingWorx I am looking for a right approach to do so. I am using ThingWorx 8.2 Composer. Please Help me. Thanks
I have a system where the login has different roles. How can i build a uniform login page and navigate to respective home pages after login.
Hello, I was hoping to install the latest version of PTC Analytics Server 8.2 on Windows 2016. Is it still a requirement to have Postgres installed and set up for Analytics Server? Our team was hoping to have everything Windows based, so we are planning to use Microsoft SQL Server for Thingworx Core installation. I don't see Postgres on the requirements document on 8.2 for Analytics, but I don't see any RDBMS requirement on there either. Thank you,York Prado
ThingWorx Analytics 8.1 Which service/s can be used to achieve the result equivalent to : Analytics Builder > Signals > New ? I see a service CreateJob under AnalyticsServer_SignalsThing, but that just creates a job. My requirement is I would like create a new signal using service/s and then that signal should be listed in Analytics Builder mashup under Signals.
Hello Team, I have a written a custom email alert service, which gets executed when threshold of a temperature sensor crosses 40.Till here it is fine. Now my requirement is I want to trigger that email service when new property gets added to that thing. example: If I have a thing "temperature sensor" and I am monitoring temperature through that in property "temperature".If someone added another property called "humidity" to that thing then it should trigger the email service and the owner of that thing should get an email saying that new thing called humidity git added to thing "temperature sensor". Please help me here. How do we achieve this ? Thanks in advance
2017-07-16 21:37:32 Commons Daemon procrun stderr initialized七月 16, 2017 9:37:34 下午 org.apache.catalina.startup.VersionLoggerListener log信息: Server version: Apache Tomcat/8.0.38七月 16, 2017 9:37:34 下午 org.apache.catalina.startup.VersionLoggerListener log信息: Server built: Oct 6 2016 20:51:55 UTC七月 16, 2017 9:37:34 下午 org.apache.catalina.startup.VersionLoggerListener log信息: Server number: 8.0.38.0七月 16, 2017 9:37:34 下午 org.apache.catalina.startup.VersionLoggerListener log信息: OS Name: Windows 7七月 16, 2017 9:37:34 下午 org.apache.catalina.startup.VersionLoggerListener log信息: OS Version: 6.1七月 16, 2017 9:37:34 下午 org.apache.catalina.startup.VersionLoggerListener log信息: Architecture:  
I have a VIrtualThing with a remote service defined and working perfectly. I would now like to add support for file transfer to this VirtualThing and so changed it to extend FileTransferVirtualThing instead of VirtualThing. I am able to compile and run but the initializeFromAnnotations() fails with an exception: ERROR c.t.c.client.things.VirtualThing - Service already defined: <remote service name> I had to add exception handling around thing creating when I changed base classes. Is it possible you can't add remote services to a FileTransferVirtualThing? Thanks for any insights or ideas on how to debug this! Pat
Have Thingworx 8.2 PostgreSQL, some time back i was able to export entities from TWX as xml files, but after tomcat restart it is not exporting, if i clicked on "Export" button, nothing is exporting, tried "Export" from entity as well, nothing is coming, i dont see any errors, its like Export button is clickable but not performing any action, am i missing anything on this ? Tomcat restart and clearing browser caches solved the problem
Hi, I'm unable to view the the widgets in mashup builder after importing the widget. The widgets are visible in the Thingworx Storage->extensions but not in the mashup.
Hi, I'm creating a widget through eclipse. I want to know where the image should be given for the widget to identify it in mashup builder while creating extension.
Hello, I have been using Thingworx Trial edition (Docker Version) for some time now. But while using it suddenly one day it started throwing an error while trying to start the platform. I have attached the screen shot for the error with this query. Please let me know if there is any solution for it, or any other information is required from my side. Thanks in advance Regards Aditya Mittal
We are testing different user groups and we want to know if there's way to programmatically give permissions to read system objects. There are uploaded pictures that these user groups dont have access to and would like to know how to properly handle this thanks!York
Hi, I've correctly installed Thingworx 8.2 on a virtual machine with Windows 2012 installed. I'm using MSSQLServer 2017 Express for database. In composer everything seems to work (creation of new Thing etc.) There's only an issue I'm unable to solve. If I go to: Monitoring -- Log - Application there are some errors logged: Data store unknown error: Error occurred while accessing the data provider. Error in writing to Data Table for Feature : twx_composer, Product: THINGWORX_FOUNDATION Error : Unable to store license usage data in data table due to error:Unable to fetch license usage data from data table due to error:com.thingworx.common.exceptions.DataAccessException: [1.018] Data store unknown error: [Error occurred while accessing the data provider. What is causing this?
Data Export Extension Fails on Import (Validation Not Acceptable) TW 8.2
Can I send image file from FileRepository using Thinworx service to the external php server? Try using Resources["ContentLoaderFunctions"].PostImage(params), but it throw exception "Unable To Convert From [B to JSON"
I am trying to come up with some tools that give us more flexibility when moving Thingworx entities from one environment (dev) to another (prod). Currently the best we can do is tag an entity and export based on tag. However, in many cases we are getting entities that didn't change in the dev environment and we don't want to risk importing something to a production environment that we didn't intend to import. What I am wanting is some sort of way to select individual entities and then export those entities based on selection. I found a link to an article about manually exporting entities and I think this could be the basis of the tool we need. Manually Importing and Exporting When I attempt to run the URL's listed in the link above to export an entity as XML, I am not getting all the needed information. I check permissions and I have them set correct, as far as I can tell. Has anyone used the features explained in the link above?&
Hello, I am using List widget in the Dropdown view type. The problem is all the list items and selected item gets truncated. I have tried List Format property to fix this issue but unable to do so.Currently I am using version 8.2 of ThingWorx. Thank you.
Hi, I want to give entity name as TreeThing_abc where _abc is the suffix. Whenever I want to give the name for any entity, _abc should come by default and then I'll add the prefix name based on the entity that I create. Is there any possibility to get default name for entity name. thanks sameera
Hi all, I am new in Thingworx and i want to connect my devices using MQTT, i do this example https://www.ptc.com/en/support/article?n=CS205221 to suscribe and store data in Value Stream but i need help to publish any message from Thingworx to a specific topic. Thanks for the help.
Helloo community , i tried to follow this tutoriel ( https://developer.thingworx.com/resources/guides/analytics-builder-quickstart ) i build the model but when i try to publish it i get always the same error message ( Model deployement failed on connector TW.AnalysisServices.ThingPredictorConnector ) . i will be thankful if someone can help
Hi guys, since the last time I always get an IOException for the ValidationJob when I create a model with the analytics builder: How to handle this?
HI community , when i try to creat a new dataset i get this msg : Creating copy of Configuration File...Creating copy of Data File...Submitting Create Dataset request...Dataset Create Job with jobId: 52cac97b-d5f0-4e41-81b1-c4e23ced4114 in progress...Dataset Create Job with jobId: 52cac97b-d5f0-4e41-81b1-c4e23ced4114 failed with error:SSLException: Unrecognized SSL message, plaintext connection? Thank you .
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.