Recently active
Hi , i want to know how to print "hello world " in services and view it in the output area . pls tell me a way on how i can achieve this Thanks
Is it possible to get the field definition of an InfoTable prior to knowing its DataShape? I am currently doing it by converting my InfoTable to json and then by taking the dataShape definition: var fields = Resources["InfoTableFunctions"].ToJSON(params); var result = fields.dataShape.fieldDefinitions; This works fine but I'm wondering if there is a nicer way to do this, by using services like getDataShape and GetFieldDefinitions.
What is the best way to host Thingworx for local development environment shared among the team? Should it be local machine? Virtual machine? vSphere client (VM on ESXi server)?
We have set up a source control repository in Thingworx and have a service+scheduler which exports the complete solution on a regular basis. Our intention is to use GIT to backup this directory. However, when we delete a Thing in Thingworx, the corresponding XML file remains in the file repository. So if we need to recover the solution, Thingworx will re-import the complete solution, including deleted Things. How is the source control functionality supposed to work? GIT will keep track of the deleted objects anyway so we would like the backup to contain the current entities only. Did anyone find a work-around or are we using the functionality in the wrong way? Many thanks Best regards Erik
When upgrading to Thingworx 8.2.5 from 8.1.0 with MsSQL DB I had some issues because of missing sqljdbc_auth.dll file according to the logs. It was solved by downloading the missing sqljdbc_auth.dl file and placing it in TomcatPath\webapps\Thingworx\WEB-INF\extensions. Could someone please confirm if it is this the case for every upgrade involving MsSQL?
Hello, I have a static pop up mashup where the grid header is not getting scrolled with data. attachment for reference. Thanks, Sunay
The platform is Thingworx + PostgreSQL + ConnectionServer. I have 10,000 devices which update values every 100ms. Assuming one property per device, a total of 10,000 properties need to be submitted to Thingworx. Submitting data at this speed should be able to query 600 data per minute per property. However, at present I can only find about 300 data. Don't know if submitting data to Thingworx at this speed is beyond its capabilities? What parameters should I adjust to enable Thingworx to process high-frequency data uploads? What I am currently doing is adjusting the following parameters in platform-settings.json. But I don't understand the meaning of many parameters. For example, most of the parameters in ValueStreamProcessorSettings. These parameter's explanation in the Installing_ThingWorx_8_2_1_0_174097.pdf file is too brief and completely incomprehensible. Can someone help me to explain it? { "PlatformSettingsConfig": { "BasicSettings": { "BackupStorage": "C:/Thi
We have bumped into a strange problem that probably occured during an update of Windows Server 2016. Thingworx and Tomcat appear to be running (ApplicationLog.log is continuously updating events) but we are unable to access the web pages, neither for Tomcat Manager nor for Thingworx. The problem seems to be related to Thingworx and not to the network and we have verified this by removing Thingworx and starting Tomcat Manager only. The service status stays in "Started" and does not go into "running". The catalina.log does not show any errors. Tested with Tomcat 8.5.29 / 31 and Thingworx 8.2.2 and 8.3.0, Oracle Java JDK 1.8.0_161 and 171 Did you experience something similar or have any ideas on what we could try in order to recover the server?
Hello All, I am not able to save/update any service in thingworx. Below is the attached error i am facing. Please let me know if anyone has faced this previously or any available solution. Thanks, Nishant L
Hello,I am trying to connect Thingworx to MySQL Database to store and read data but it doesn't seem to connect to it. I am constantly getting the error message "Unable to Invoke Service <Service> on <ThingName> : null" when running a simple service to query available data on the database. The isConnected property on my thing is always False, i used MySQLThingTemplate for the Thing. I created a new user and have granted it all the permissions on the database server and i can access it from another device. here is a screenshot of the setup.I would really appreciate some help on this topic. Thanks.
Is there any way to get values from a thing in ThingWorx then in Unity? The same way you can do with ThingWorx Studio? Refers to previous post
Hi, Currently I am working on Thingworx 8.2, I am facing an issue where I used combo box and connected to an service but on runtime the combo box is not visible. I have checked the properties also and I couldnt understand why it doesnt show up in runtime. Please provide some guidance. Herewith I have attached the images I have tried. Thanks, V Shalini.
Hi, I created a blog in a mashup, where only I am able to edit and comment on it. I dont know how to proceed further. I want other users that I have created also to view and comment on the blog I created. How can this be made possible? Please provide some guidance. Thanks, V Shalini.
Hello, I want to access some data from different windchill servers. The data I need is information about Server health and errors. Someone an idea how to access and parse the windchill log files? How to get information about IP, memory in use, uptime, etc.? best regards Marcos
Let's say I deleted a thing as a mistake. Is it possible to restore it in some way?
Hi, I am trying to install thingworx foundation edition. The installation steps says under Configuring and Executing the PostgreSQL Database Script (Windows) 3. Obtain and open thingworxPostgresDBSetup.bat from the ThingWorx software download package. However the thingworxPostgresDBSetup.bat is missing from the foundation installer I downloaded. Please let me know if I am missing something here? Do I need to download something else as well to get the file?
Hi, I am able to send my Sensor data to Thingworx using REST calls from ESP8266 , but not able to fetch a property value from Thingworx using GET request instead getting 401 error(Unauthorised) even though there is correct appKey. I can fetch data using Python but in "C " am getting problem. Please help me where i went wrong. Thank you! Here is the code: #include <ESP8266WiFi.h>#include <WiFiClient.h>#include<arduino.h>#include <ESP8266HTTPClient.h> #define ACCEPT_TYPE "application/json" const char* ssid = "D-Link_DIR-615";const char* password = "cadoptiot@123"; const char TWPlatformBaseURL[] = "http://xxx.ngrok.io:80";const char appKey[] = "axxxxxxxxxxxxxxxxx8"; WiFiClient client; void setup() { Serial.begin(115200); Serial.println(); Serial.print("connecting to "); Serial.println(ssid); WiFi.begin(ssid, password); while (WiFi.status() != WL_CONNECTED) { delay(500); Serial.print("."); } Serial.println(""); Serial.println("WiFi c
Hi, we are currently working to make our solution more secure and so we are assigning a unique Application Key to each remote asset (edge server). I found this useful article Permissions-for-Edge-Applications but it only discusses run time permissions. My question is: Does the user associated with the Application Key need to have visibility of the platform thing representing the remote asset, in order to change any properties (remotely bound) that the key user has access to. Thanks,
Hello, I am trying to connect to Thiingworx Academic Simulator via a proxy can someone knows how to configure the server URL correctly ? Thanks
I have a localhost Thingworx on my laptop; http://localhost:8080/Thingworx I setup a local EMS\LSR and successfully binded to my TestRemoteThing1 and updated the property. Following the guide for "Connect Raspberry Pi to ThingWorx" in setup my Raspberry, installed and configured EMS\LSR and ran into the following issue: Running the EMS with Auto Bind: The Remote Monitor shows that my TestRemoteThing1 I green and ok. "Error opening non-TLS socket [127.0.0.1:8001]" "Error executing request on Things/TestRemoteThing1/Services/NotifyPropertyUpdate" pi@raspberrypi:~/microserver $ sudo ./wsems [FORCE] 2018-06-24 15:12:42,229 ./wsems: Initializing EMS ....[FORCE] 2018-06-24 15:12:42,229 main: Using config file /home/pi/microserver/etc/config.json[INFO ] 2018-06-24 15:12:42,229 ./wsems: Creating the WsEms proxy.[INFO ] 2018-06-24 15:12:42,229 ./wsems: Starting HTTP Server.[INFO ] 2018-06-24 15:12:42,229 Main: Using built-in certificate for HTTP Server[WARN ] 2018-06
Hi guys,I know how to create thing, thing shape, set properties of thing, thing template etc. But my question is about creation or addition of a thing service using REST api. Like we can add property to an existing thing by the following method, I want to add services to a thing dynamically. 1.POST:- http://localhost:8080/Thingworx/Things/SauravIsNotAThing/Services/AddPropertyDefinition2.Body:-{"name" : "SomeNumber","type" : "NUMBER"} 3.Header:- ContentType : application/json ; Header=> appKey:hkhkhkxxxxxxxx
How can I convert a image (media entry) to an base64 code?
Hi All, I get this error while saving mashup. "save failed, status: Internal Server Error message: Import Failed: Unable to update mashup: [1,018] Data store unknown error: [Error occurred while accessing the model provider.]". It happens only while saving mashups. working with Thingworx7.3 and PostGres DB. Please help.
I'm trying to set up a connection to a MySQL database that I have. I've installed the JDBC Connector extension from the marketplace and that gave me the JdbcCreator and the JDBCExtentionCreator. Following a tutorial it says to create a new thing and select MySqlServer as the thing template. However, I am unable to see a MySqlServer template. Any ideas? Have I missed something? Thanks, Charlotte
Hey All, I am getting "MqttException" warning and unable to connect my Thing to CloudMqtt and even with My Raspberrypi in Thingworx 8.1., It was working fine just while days ago,I dont understand what is the Issue with Thingworx!. My most of projects are developed in Thingworx are with MQTT only. please help me with this.I have attached My "Thingworx Monitor" window. Thank you. Regards, AkshayKumar p
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.