Recently active
Hi, I want to send message from ThingWrox server to device(Java sdk), so far I don't get any idea? I've tried DataChange event and subscription with a java sdk , but have not worked out by this way. The SDK side can't be triggered when RemoteThing change property on ThingWrox server Any way, I want to know is there a best practise about this and how it can be done? Thanks in advance.
Good day All,I am having difficulties getting the PDF Extension available from the Marketplace to work on Thingworx 8.0.2 (I am working with the latest version released 28 September 2017).The CreatePDF service when tested executes indefinitely as in the screenshot with no Error messages in the Application logs or Script logs and no file being created in the Repository.My inputs are: ThingWorxUser - Administrator ThingworxPassword - <Admin password> FileRepository: SystemRepository ServerAddress: http://<servername:port/Thingworx/Runtime/index.html#mashup=test OutputFileName: test.PDF Resolution: 1366*768I tried to troubleshoot to get error messages. The only error message I could produce was if the resolution was not in the correct format (e.g. 1366x768). If I entered incorrect users or password nothing happens, also no error message i
Hello We searched to get platform or other information of connected device.I found that I could get information through the navigator in JavaScript.I created a service that runs navigator.request.[context: com.thingworx.webservices.context.HttpExecutionContext@420f70fc] [message: Execution error in service script [Thing1 test]: ReferenceError: "navigator" is not defined.]The above error occurs What is the solution?Please help me thank
How can i purge these alerts in asset management? I have to delete the alerts within certain period of time?
I have written an installation script to ease the process of installing ThingWorx Platform 7.4 on Ubuntu 14.04LTS The script can be found here: Installation script to install ThingWorx Platform 7.4 on Ubuntu Linux 14.04 LTS · GitHub Currently the script supports the following platform versions: 7.4 H2 7.4 PostgresSQL The script also supports installing free LetsEncrypt Signed certificates as part of the install process. Alternatively, you can also find instruction on installing LetsEncrypt for ThingWorx here: Install a Free SSL Certificate from Let's Encrypt in Thingworx Please note that this is a work in progress and as and when time permits, I plan to support: CentOS / RHEL Previous versions of ThingWorx Platform Other database option like HANA etc. Any assistance and feedback is always welcome.
Hi, I Am testing the Analytic Trial, I make the CSV and JSON download from the developer site (analytics_vibration - https://developer.thingworx.com/resources/guides/analytics-builder-quickstart/data-upload). I Try to create a new dataset, I choose the files and click on submit, then the error below happens. My Analytics Server configuration is like below. Obrigada.
Hello Team, importing Windchill extension 1.6 to TW 7.3 showing error as Extension must have a metadata.xml file , can you please suggest . Regards, -Shripad
If there are any ways to use DLMS protocol in ThingWorx?
Dear Team,I have made my thing property as logged for to use value stream.On refreshing on properties values are changing. But no value get logged.In application log getting error : Error notifying things of propertyBinding changes on activate: TestThing property Temperature1
It's been a while since posting, but I wanted to follow up a bit more to your comment on performance, @sgreywilson. In terms of Thingworx 7.1, do you know if there is an actual performance advantage to having multiple defined Value Streams? I understand your comment that all the data resides in the same table but didn't know if there's any threading or other advantage to creating multiple value streams. A quantified example could be having 100 Things and deciding whether to assign the same value stream to all 100 or create 10 value streams and assign each to 10 Things. Thanks
I am attempting to pass a user-defined table type to a stored procedure as an input parameter from within a Thingworx service. I've created the stored procedure, user-defined table type and data shape (fields matching the naming and casing of the table type). I've tested the stored procedure from within SQL and it works as expected. However, when trying to call from a service, I get the following error: Unable to Invoke Service UpdateMachineDowntime on MsSqlOpcaThing : null The service is set to call as a SQL Query, there is a single input parameter (named Data) configured as an INFOTABLE with the data shape I created, and the text of the call is: EXEC spUpdateMachineDowntime [[Data]] Has anyone had any success with this before? I'm concerned this may not be doable.
Hi Team, Please help us to get resolve with following issue. We have installed Thingworx Composer 8.0 on Amazon EC2 instance and its working fine locally. If we turn of Windows firewall OFF then we are able to access Composer with public IP address of EC2 from any Public client remotely. But if we Turn Windos Firewall ON then we are not able to access composer from any remote client publicaly. We have also Enabled All traffic (Inbound and Outbound) on Security group and also on Network ACL on EC2 console setting. We have also tried with Custom setting (HTTP and HTTPS) Ports traffic allow on EC2. But with Firewall on its not able to access by any ways. Is there any setting required in Composer or Tomcat to get this resolved. Regards, Dhiraj
Hi. I am having CSV file with date time column. What should be the Date time format to upload and parse the CSV file? Thanks.
Hii , In thingworx i am trying to install WebSocketEdgeMicroServers(WSEMS) for remote access and control in Thingworx asset management. But while configuration ,config.json file is not executing. What is the edgethingtemplate i have to give. Can anyone tell me correct process for configuration. Below one is my config.json file
Hi, I've downloaded the Relational Database Connectors Extension from the marketplace but while importing it in Thingworx Composer I get 'Not Acceptable' validation error. The extension downloads a zip file which has separate zip files for each type of DBs.Help.
Hii In Thingworx asset management ,historical property values are not working . Can anyone tell how to get properties values . Suggest me some tutorials
I am having issues with the mail server in the new 7.0 version of Thingworx. I imported my mail thing, and it has all the same settings, but it keeps trying to send an email out of port 25(not the port I have in my settings) and fails every time. Has anyone else experienced similar issues? Thanks!
Hi,I am new to thingworx.I want to know whether there is any possibilities to turn the connection status on in asset management without any external device being connected.
If a customer installs TW 8.2, how long will PTC support it until it becomes obsolete? What is PTC's recommendation of IT's requirement to upgrade TW?To add to this, when will windows 2016 be supported?
Good morning,I have been working with Thingworx for a while now, but I haven't been able to make this work. I have a service that gets data from a Stored Procedure, I show it on a Grid widget, modify and add new data, and I need to send it to SQL again. My problem is that I have all that data on a Infotable, and I haven't been able to pass that data to the stored procedure. My plan was to run through the infotable with a loop and a counter "EditedGridData.rows[counter].parameter" (something like in the example in the image) but it doesn't work. I know that it works with just strings, numbers and booleans as inputs, but I have 4 infotables like this one, with 6-10 parameters each, so it would need to have about 35 services just for that.Other solution that I thought of was to use a second Service that have the Infotable as output, output each row once and call the SQL Query once for each row, linking the parameters inside as different inputs (string, bools, ints). With this solution I d
I have been working with streams for a while and I've found that GetStreamEntriesWithData and QueryStreamEntriesWithData return essentially the same thing. With QueryStreamEntriesWithData, you do have a few more options as to what kind of data you get back (like a time range, or a custom query), but I've found it runs much slower than GetStreamEntriesWithData. Is this actually true? With GetStreamEntriesWithData, you do only get the option to select how many rows you return, but you can set a filter after the "query" (which I still find to be faster than QueryStreamEntriesWithData) Is there a specific use case for each service?
Hi! How can I call any service in the mashup if it is not created under a Thing?
I am trying to implement user task in workFlow bulider, after adding performers and validating i am getting this error. ERROR: Performer property is assigned to a property with an invalid type. Requires baseType of USERNAME. Can anyone please help me on where should i make the changes?
Hi All,Does anybody already integrate GE Historian with Composer?In positive case, how?Thanks,Anselmo.
Hello, I created a dynamic menu widget but based on what was selected how do I pass the title of the menu item to a container mashup.I was able to do this using a grid but I'm not sure how to do this using the menu widget since the only data provide by the Menu widget is the MashupName. I select the "Bound to Mashup Parameter" setting. Has anybody done this before or this there a property I have to set? Thank you for your help.
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.