Recently active
How can I clear the radio button selection by clicking on the currently selected option in radio button ? Please check the attached image file for reference
Hi all, How to identify the xpaths of Thingworx based IOT application. Whenever i try to use ID's, the ID are dynamic so the Xpath fails. Please suggest how can i identify the Xpaths to automate the Thingworx IOT application. I am using selenium webdriver to automate the application. Thanks & Regards
Hi All, I am running a EXEC Stored Procedure statement using a SQL Service to get an output from SQL and then process that data to generate a Report.But the output table obtained when Run from Thingworx is different, compared to when the same EXEC query is run from SQL. This in turn is generating incorrect data in report. Whereas the Number of rows exported is same in both the tables, but the data in few columns do not match. I checked the Start Time and End time of both the table are matching, which might have been the cause for different set of data, as the Thingworx instance and SQL instance are in different time zones.Does anyone have any idea why the output is different and how can I make sure the output of the execution is same despite where we are executing it from. Any help would be very appreciating. Thanks in Advance. Regards, BhushanSQL
Hi, Am trying to setup Link which will take to particular asset name mashup, I want add that Assetname dynamically in the url. but we cannot modified the asset advisor as it is standard. so how can I build the URL in the linksetup section on the notification delivery tab in asset advisor.
I tried starting Thingworx trial machine with Windows 10. I had it working but for some reason it will no longer start up. Error setting up host only network on machine start: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe modifyvm DockerMachinePTC --nic2 hostonly --nictype2 82540EM --nicpromisc2 deny --hostonlyadapter2 VirtualBox Host-Only Ethernet Adapter #2 --cableconnected2 on failed:VBoxManage.exe: error: Code E_FAIL (0x80004005) - Unspecified error (extended info not available)VBoxManage.exe: error: Context: "LockMachine(a->session, LockType_Write)" at line 525 of file VBoxManageModifyVM.cpp
Hi, I want to include all the columns except not the Goal in the Model. I am forced to create a Filter. Is there a way to include all columns. Thanks and Regards, Jyothi
Hello, I can connect to a database using the mssql jdbc settings. I want to connect more than 1 database on the same server and port. Is it possible with some syntax that I dont know like commas between database name and connect to 2 different database on the same server from one single thing? e.g: jdbc:sqlserver://143.3.3.154;DatabaseName=table1,table2,table3
I am currently in Things Collection Permissions and whenever I click Edit I get a message 'You do not have the permission to edit Things permissions'.Is there something I'm missing? I believe the Administrator should be able to makes these changes.Thanks,Ayan
I am trying to show in the same mashup multiple graphics, loaded dynamically. Because I have multiple measurements, I can`t have a single State Definition to be sufficient for all the measurements, so I need to read and modify that state definition information. (the numeric limits also dynamically modified) Is there any chance I can do that? I have been trying creating a thing, and then in the entities I selected my state definition but I found no methods that help me do that. I am forced to use TW6.5
Hello I have allocate 6G RAM to the Docker daemon and share the driver C, but it occurs problem still int the attachments is my install logs file How to fix this? Thanks and Regards, CCi_9
Just spent 3 days trying to get Thingworx 8.3 PostgreSQL to start, gave up and went back to 8.2.5 which worked first go. There seems to be some issue related to the platform-setting, possibly something to do with the initialPassword. My password was over 10 characters in length. This information is for the product team so as to trouble shoot, or possibly an update to the documentations about new setting requirements. "PlatformSettingsConfig":{ "AdministratorUserPassword":{ "InitialPassword":"PasswordWas10inLength" Here are some other outputs from logs I have seen. Application Log 2018-06-24 07:04:59.222+0800 [L: INFO] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] ======================================== 2018-06-24 07:04:59.222+0800 [L: INFO] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] ThingWorx Version Information 2018-06-24 07:04:59.222+0800 [L: INFO] [O: c.t.s.ThingWorxBootst
Hello! Please, i need a help. When i create a new user, give hin permissions, but when i log in as this user, try to open a thing, i get the download line, what security log says attached as well as what applications log says.
Hi, I am facing this error and trying to diagnose it from 2 days but in vain. I will really really appreciate any suggestions, help and solution. Error: Script output: Problem running post-install step. Installation may not complete correctly Error running scripts\install-extension-windows.exe -username "Administrator" -password "trUf6yuz2?_Gub" -hostname "10.0.75.1" -hostport "8080" -extension "C:\Program Files\ThingWorxTrialEdition\files\ThingWorx-Utilities-8.2.0.zip": 2018/07/25 21:00:56 Post http://10.0.75.1:8080/Thingworx/ExtensionPackageUploader?purpose=import&validate=false: dial tcp 10.0.75.1:8080: connectex: No connection could be made because the target machine actively refused it. (Please see install.txt file attached) Before failing and rolling back and saving the error in install file , the installation is interrupted by another error (please see the error2.png) Finally when i was installing Analytics trial edition it was also giv
Hi Everyone, I have a thing which is a data table and this data table has a service which update its lines from some mashup inputs every time a click a button. It is working fine. Now I need to write the same information that is in the data table to a csv file in a repository. I can either export a csv file after update the data table or update the csv. Which one is the better approach and how can I do that? Thanks in advance! Felipe Duarte
Is there a possibility to create a stream programmatically? According to this thread, I can duplicate a 'prototype' stream, but I have another requirement. I need to create a new stream an I need to choose the data shape of the stream while creating the stream. Is this possible?
hello today i was installating Thingworx Analytics Trial Edition installation 8.2.it went well in the first ten minutes. but it occurred warning when installing the AnalyticsServer. i think it is due to the docker setting, but i don't know how to slove it. Please help Kind regards Minnan
Hi, I have a thingshape that has 2 subscriptions. a DataChange subscription to one of its own properties a subscription to the timer event of a separate timer thing. By default this subscription is disabled. I would like to enable the second subscription from within the first. I have tried to use the service EnableSubscription var subParams = { propertyName: undefined /* STRING */, thingName: "RemoteTimerThing" /* THINGNAME */, eventName: "Timer" /* STRING */ }; me.EnableSubscription(subParams); This fails as it says it 'Cannot Update A Subscription That Does Not Exist'. Originally I thought it was a permissions issue and so changed the permissions, but it still failed. I have also tried running this service directly from within the composer (as an administrator) using the Test button and it also fails. Now I'm thinking it isn't a permissions issue at all, but maybe there is something wrong with my service call above. If I manually enable the service via the checkbox it
Hi Everyone, I am thinking about but could not find a solution for that. I have a data table with "n" lines and a text box with the value "1". Every time I load the page it loads the data table and show me the line 1 because I bind the value of the textbox at the data table key column. Then I created a service which called "Next" which sum 1 at the textbox every time I hit the next button which trigger the service "Next" and then I have the line 2. It is working fine. The problem is about the Back button because I cannot have a service to decrease 1 at the textbox since I cannot bind two "result" from different services. Any ideas about how can I go down and up in data table using buttons? Thanks in advance!
Hi dears, while I tried to install ThingWorx Trial, following Error occurred (attached). Hope, you can help me with this. Greets, Nairobi
hello yesterday i was working on Thingworx Analytics,all was going well then. but in the afternoon, i can't enter the Thingworx Foundation via http://10.0.75.1:8080/Thingworx/. but it is strange that i can load the login interface like this but when i sign in, i can't get any response, it just a banlk like this i don't know what happens to my composor Pleas help Kind regards Minnan
I am trying to manually import an XML file to the Thingworx Manual Importer feature using the service "PostMultipart" in the ContentLoaderFunctions resource. Does anyone have any examples of using this service? I have the needed file in the correct repository, however, the POST isn't doing anything. I suspect I need to do something with the service parameter "partsToSend", but I don't know what. I am not even sure what the structure of the InfoTable needs to be for that parameter. Anyone have any ideas?
Hi, I would like to know if is there some thing like templates for mashups.If I have 3 mashups which have a lot of common features (like layout, background color, styles...) is it possible to create a sort of template so, if I want to change the common features, I can only do it once instead of each time?I've seen there is something like mashup templates and shapes but I didn't get how they work and if they are for this purpose
hi, i'm beginner both thingworx and C languagei download C SDK in marketplaceand download/install visual studioafter i open VsDevCmd and move SteamSensor dircommand cl main.c[changed appkey and port]so i copy and paste header&c file in C SDK\src\...after that dir look like following picturebut still command cl main.c appear error [but header file has changed]how do fix it?Has anyone experienced the same issue as me?please help me . thanks
Is there any way in Thingworx that any mashup component/widget from Thingworx which will provide me a provision to move the Rows Up and Down(the rows are consisting of two colums)? If it possible to move the table row up and down, how can we implement that?
I am new in thingworx , i implement one functionality and now i want it to deployed on cloud. so how i can achive this,Is there any way to access this remotely? Thanks in Advance
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.