Recently active
Hi, I am trying to show a mash up as a pop up when user clicks on a button using Navigation function. I have entered the target mashup, Target window type -- Modal popup and other required details. When I clicked on the button, I can see a pop up but the pop is empty. I am not able to see the mashup I gave as target and the pop up is empty. I followed the below link for reference. https://support.ptc.com/help/thingworx_hc/thingworx_8_hc/en/index.html#page/ThingWorx%2FHelp%2FMashup_Builder%2FFunctions%2FNavigation.html%23 Please help me to move forward. Thanks,
We have a service for how to get a row count. In the same way can we get the number of values (type is String) of the specified column or all the columns from the infotable as the input to the service. Thanks achitters
I am trying to show infotable result on chart and mapped the respective service to chart. When I am trying to specify the X-Axis properties,it's showing "No result found". But the data is loading on grid. I have attached the respective screenshots. Is it something like it's a bug or I am missing something.
hi community, how can I retrieve names of all things, thingtemplates, datashape, ..... in thingworx Thanks in advance. Anass nasser
Hello,Can anyone tell how to connect mongodb into ThingWorx, and how to give jdbc settings for mongodb in thingworx?
I am try to reverse proxy Thingworx flow to internet using the existing nginx(not the nginx with flow), but failed. Do thingworx flow this? My nginx config is as below. Thanks for help. server {listen 9394;server_name abc.mydonmain.com;location /{proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;proxy_pass https://10.56.4.159;#proxy_redirect https://10.56.4.159/ /;proxy_http_version 1.1;proxy_set_header Upgrade $http_upgrade;proxy_set_header Connection "upgrade";#include /etc/nginx/conf.d/acl.default;#allow a specific ip;#allow 127.0.0.1;#deny all;} }
Hi, I am exploring the rest apis and java sdk apis for ThingWorx 8.5. I want to fetch the metadata of a Thing. I can do the same via REST api - <server/Thingworx/Things/{thing_name}. It returns json that contains all the services listed under key serviceMappings with their implementation under key serviceImplementations - But the parallel java api on ConnectedThingClient getThing(<name>).getMetadata() returns _serviceDefinitionCollection and _serviceProcessors as null. Am I missing anything here? How can I fetch the metadata for the Things' services ? Update : Java sdk version latest - 6.1.0.679, ThingWorx Foundation version - 8.5
Hello, So I have a table in my DB which stores data along with start and end date and time(datatype is datetime). Now, I have defined two inputs to my service which is a query to select certain data where start time and end time are inputs. the baseType is datetime. When i enter the values, im getting the result as no data, but I have given the exact date and time as in the db table.
Hello, I was wondering if Microsoft Visual C++ 2008 is required for Thingworx to run. I'm being asked to uninstall it because it has been obsoleted, but I just want to make sure that uninstalling it will not break Thingworx. Thanks
Hi Team, I am trying to connect to Hive tables from ThingWorx using the JDBC connection. Connection details, JDBC Driver Class Name : org.apache.hive.jdbc.HiveDriver JDBC Connection String : jdbc:hive2://<server name>/default;transportMode=http;ssl=true;httpPath=/hive2 connectionValidationString : SELECT CURRENT_DATE Database User Name : <username> Database Password : <password> Error in Application log, Unable to Invoke Service Test on AzureDevJDBCConnectionThing : null Error Getting Tables : Cannot get a connection, pool error Unable to validate object Appreciate if you an help me to resolve this issue. Note: I am able to connect to hive tables using dbvisualizer tool from my system.
My THINGWORX 8.5 trial version is offend getting very slow.Not at all able to load and open the composer.If i restart the Tomcat also it is not loading the composer .Can u please provide me the issue.
Let say I want to model a Car. For this I create a CarTemplate. And for the wheels, I create a WheelThingShape with 2 properties (wear% and pressure). How should I link the WheelThingShape to the CarTemplate in order to achieve a final CarThing with 4 wheels, and 8 properties liked to wheels?
The SelectedRowsChanged event is launched even if the selected row is not changed from a grid, but just after a refresh of the service returning the data. This is what happen (note thantI switched from TWX 8.2 to 8.5): I have a mashup with a service returning an infotable. I put this data into a grid, and here it is possible to select a row I also have a refresh widget that calls every 30 seconds the service, just to to update values Now I select a row, and correctly SelectedRowsChanged is launched. After some time when the refresh widget triggers and launch the service, I also get the SelectedRowsChanged event, even if I didn't changed it from the grid. It happen with both classic grid and also grid advanced. With TWX 8.2 this was not happening. Can this be fixed without doing other tricks ?
Hello,I created new mashup. I am using time series widget. i ca able to view the data in time series chart. But i can't able to get the graph.. Can u please help me to do that? I attached my screenshot below.
Hi, We are observing below issue frequently in Thingworx. 1. Data is not updating to Remote thing properties. After restart thing, updating the data to properties. We are using .Net SDK(Edge) to get the sensors data into Thingworx. Data is getting into edge correctly but not updating to Remote thing. Any one have idea what is the reason data is not updating to Thing properties. After restart thing, updating the data correctly. Thanks You. Regards, Latha
Hi, I tried to use JDBC Connector extension in Thingworx to connect to an external MSSQL server (to read data into Thingworx) via Windows Authentication (Integrated Security = SSPI). On the configuration section, I have tried append the connection string with "Integrated Security = SSPI" and leaving the username and password as blank, but it didnt help. JDBC Driver Class Name: com.microsoft.sqlserver.jdbc.SQLServerDriver JDBC Connection string: jdbc:sqlserver://localhost;databaseName=AdventureWorks2012;Integrated Security=SSPI connectionValidationString: SELECT GETDATE() Anyone can shed some light on how to connect via Windows Authentication in JDBC Connector? *Have tried using MSSQL Relational Database Connector and still could not get it work.
I have a service returns string "Alarm"/ "Healthy"/ "Error". I want to display these string and change color based on state. I made a state definition and binded service result to value display - data. Now, I open "ValueFormat" but don't know how to assign state definition. How to do it? My TWX version is 8.5.0 Thanks.
Hi, Is it possible to navigate to a page when we click on particular cell in a grid? I have three columns which has 3 images in it. On click of one image in one particular cell I wanted to navigate to specific page. Likewise, when I click on 2nd image in another column, I want to navigate to its respective page. How can I achieve this using grid advanced widget? Thanks, svisveswaraiya.
Hi, Is it possible using datafilter widget on grid which shows data from SQL database , where Datashape is not defined. how we can use Datafilter widget in this scenario . Thanks
How might I go about deleting all items in a datatable by timestamp? Say over a year old? I am not seeing timestamp as a parameter of the DeleteDataTableEntriesWithQuery snippet.
Hi All, I would like to ask about Collection (or repeater) widget. I want to do a checklist with questions and answers. I created a database what contains the questions,at the moment I have 11. After that I created a mashup what displays all of questions. The mashup contains 2 labels and 1 radio button . I want to display all questions ,radio buttons, and I want to store the answers according to question numbers. I tried to display all questions, but it display only the first row How can I solve this problem, and how can I collect the answers? Can this be done with a repeater or collection widget? I tried it with grid, but I read on forum, I can not embed widgets within the cells. Thank you in advance.
Hello all, How to center align Grid Header and Value using style theme /VR
Hi, We have deployed thingworx in client place and often in logs we are getting, (CONNECTION) Server WebSocket CLOSED [session id: c149, reason: CloseReason: code [1006], reason [The WebSocket session [c149] timeout expired]] Why does this occur and what impact does it have in the performance of thingworx? Thanks, svisveswaraiya
Hi, I have to run a task for every one minute from 8:00 a.m to 4:00 p.m Monday to saturday. How to do this?
We are creating a IoT deployment based on the MQTT protocol, which will be the only source of incoming data.Is there a sample deployment architecture for Thingworx protocol adapter toolkit (PAT) with MQTT channel and MQTT broker which is scalable? The target number of devices to be supported on the Thingworx platform is ~25k.
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.