Recently active
Hello , I create service for get all program list (and also calculate program status )and used collection widget for display program status after I bind that service to collection, I want to refresh only that program status for this I'll bind refresh widget to this service It will reload all the parameter. please refer below attachment and suggest how do I refresh info table row data in every second?? Thanks in advance
Hi , I am using TWX 9.1 version , unable to see Datafilter widget in widget panel . what is the replacement for this widget? Thanks
Hello, I want to get polar band application live data in thingworx .I refer this POST but I don't want to used raspberry pi. please suggest : How do I get live polar band application data in thingworx ?? Is there other way to getting polar application data in thingworx ??
We have impement sso authentication using authenticator. After login in sso page it is again resirected to form login page instead of going to home mashup. Can you please suggest
Hi, I'm checking the document Configure PingFederate to Redirect User Login Requests to your IdP for integrating PingFederate with third party IdP, but the link in the picture is not available and display "We were not able to display the page you requested." Strangely , event in the official website of PingFederate, I got the same error for any of the links below: How do you read the document of PingFederate ? Regards, Sean
Hi, I have installed thing Worx foundation, Platform Analytics and Thing Worx Analytics server for rolling out the backup developed by our developer. While importing the data to get UI of runtime data, I am getting "import error failed" continuously . As , I am not developer, I am unaware how to resolve the issues. I am sending the attachment for the latest import of data to be uploaded with its error. Probably, if I could get any solution, I will be thankful. Please help me in this regard.
Hi all, I would like to display office documents within a mashup without having to download the data locally on the filesystem. is it possible to display in a webframe (as if it were a pdf) the files present in a thingworx repository? even passing through a server side application (not cloud). Is there any third-party software that can generate an iframe for a document on the server?
I am trying to setup Influxdb as Persistence Provider for ThingWorx 9.1 Where may I get thingworxInfluxDBSetup.sh script? Help says "The thingworxInfluxDBSetup.sh script is available on the PTC Support Portal in the install folder of the software download package". Could you be more precise? And, may I go with Influxdb version 2.0.3?
Hi guys, Our company deployed a Thingworx platform, and provided with some dev accounts, but when I tested using REST API to create a new thing, I received unauthorized error. I could create a thing using browser GUI. Here is request http://171.244.133.226:8080/Thingworx/Resources/EntityServices/Services/CreateThing?appKey=0e065a1a-4a01-411c-9dcc-9cd457a666a2&name=thingvht1&thingTemplateName=GenericThing Any help is highly appreciated ?
when I delete service, I accidentally deleted something. Is there a way to get it back? Is there a good way to control the code? Thank you
I was curious if there's any way to convert base64 images to another format like .jpg, .png, or .tif when saving them in a Thingworx file repository. I'm working on an application where users are capturing base64 images using a Vuforia experience and I would like the ability to email a zip folder containing these images in any of the formats listed above to the user. Could anyone point me in the right direction on this?
Hi, I want to hide the lines (cell border) around the cells on a grid widget. Does anyone know if there is a way to do this, or at least give them a colour of my choosing. TIA K
Hi Team, Please let me know the PTC api or any logic to check the sibling of any node in a network? Thanks in advance.
Hi, I Noticed that bydefault DateTime stored in UTC format in TWX cloud instance, Even when time is entered in Local time zone(IST). will it be same in OnPrem twx instance OR will the DateTime stored in Local time zone(IST). Thanks
Hi, We'll have a new project built on ThingWorx 9 and starting to install the testing system. I guess ThingWorx 9.1.1 will release in next a few days, so I'm going to wait for this version and install this version instead 9.1.0. Does anyone knows when ThingWorx 9.1.1 will ready for download ? Regards, Sean
Hello, I have created Azure SQL srever and created thingworx database. I am trying to create schemas on thingworx database using script which provided by thingworx installation. Below are errors while running the schema setup script. I am using thingworx 8.5.11 Thingworx version. Setting up ThingWorx schema and creating user twadmin in thingworx...Password: sqlcmd : The term 'sqlcmd' is not recognized as the name of a cmdlet, function, script file, or operable program.Check the spelling of the name, or if a path was included, verify that the path is correct and try again.At C:\Softwares\MED-61280-CD-085_SP11_ThingWorx-Platform-Azuresql-8-5-11\install\thingworxAzureSingleInstanceSchemaSetup.ps1:84 char:1+ sqlcmd -S $server\\$serverinstance,$port -U $sqlserverloginname -d $database -i ...+ ~~~~~~+ CategoryInfo : ObjectNotFound: (sqlcmd:String) [], CommandNotFoundException+ FullyQualifiedErrorId : CommandNotFoundException cat : Cannot find path 'C:\Softwares\MED-61280-CD-085
Hello, Can you provide the steps how to migrate the existing Thingworx version 8.5.1 MSSQL to Thingworx version 8.5.1 Azure SQL(single instance)? Thanks&Regards, Latha
Hi everyone, I don't get whats wrong here! I created two MQTT-Things and configurated them to the same Server, (test.mosquitto.org). I made the same steps for each thing, but one is connected and one not. I created them last Friday and it works and today I always get these Errors: "Fischertechnik_DaFe_SU is not enabled" I attached the two things, maybe it is a problem with my thingworx server? Fischertechnik_DaFe_Order: works and is connectedFischertechnik_DaFe_SU: doesn't connect anymore since todayThanks for any kind of help!
Hi, We're building a issue tracing system for a customer using ThingWorx. For each issue updating , the end user will receive a email notification. The customer need the notification email contain Issue link URL and naivete to the issue in ThingWorx without login , how to achieve this ? Regards, Sean
Hello there, I have a time series like this: This is the result of a QueryPropertyHistory call for Test property of a thing. Is there any way to group by a specifying time frame such like hourly or daily and ask to have the AVG value of "Test" column ? I saw that in the Aggregate function you can specify the column for which aggregate data, but you can't make any operation on the data contained in that column, such like truncate the datetime value to have an hourly or daily based aggregation. Thanks, Paolo
Has anybody been successful using the ContentLoader functions in TWx 9.0 Extension SDK? I've been following this example and this javadoc but I keep getting a null pointer exception. Just to test my sanity, I used the same url, header, and content information inside a Composer service and I was successful. I've attached the stack trace and the code I'm using is: public Boolean myService() throws Exception { Boolean verify = false; ContentLoader verifyCheck = new ContentLoader(); String url = "https://postman-echo.com/post"; JSONObject content = new JSONObject("{\"meta\":{\"key\": \"" + "abc" + "\"}}"); String username = null; String password = null; JSONObject headers = null; Boolean ignoreSSLErrors = null; Boolean withCookies = null; Double timeout = null; Boolean useNTLM = null; String workstation = null; String domain = null; Boolean useProxy = null; String proxyHost = null; Integer proxyPort = null; String proxySchem
Hi there, can you help me with something please ? I followed this tutorial but the mashup is not showing any data. I am connected to a kepserver which generates some random numbers, which can be seen in properties tab. Thankyou!
Hello, I Want to write a formula or an expression using selected rows of a grid, if you have any idea how to do it i would be grateful. I will attach what I want to do in the mashup Thanks in advance
Hello @arunrajput,did you got it resolved? i am also facing the same issue, When I click on the Design tab in Mashup page it keeps loading. kindly help me to resolve the issue. Fyi. using free 30 days trial version .
Hi all, I want to count values occurrences in value stream and store it in an infotable with two entries (value,count) Example : data in value stream = 1,1,2,2,3,3, infotable count = (1,2) (2,2) (3,2) How can I do it? Thanks
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.