Recently active
Hello,i have one table(User) in database and this table have some users data like username and password.So when i login with user present in database by using username(abc) and password(abc@123) it's logging in successfully but when i tried to logout this user by using logout function, it's logging out the thingworx composer user instead of logout the user present which i have in my database. So how i logout the user username(abc) and password(abc@123) ? please share the resolution on this...... NOTE:- i dont want to logout the user present in thingworx ...... i need to logout the users which i have present in my database
I have followed CS229450 and changed web.xml file and restarted the tomcat service. (cleared tomcat cache)But still CORS error existsError :Access to fetch at 'http://xxxxxxx/Thingworx/Things/xxx/Services/xxx' from origin 'null' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: The 'Access-Control-Allow-Origin' header contains multiple values '*, *', but only one is allowed. Have the server send the header with a valid value, or, if an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.I have attached web.xml file.Please provide solution for this issue. Thank you!
Hi, When we export data, is it possible to dynamically split rows and add them in multiple tabs? Eg: if there are total of 5 lakh rows, I wanted to split them 1 lakh rows in 1st tab and from 100001 to 2lakh rows in 2nd tab and likewise. Is it possible to achieve this use case in ThingWorx? Thanks in advance, Shalini V.
Hi Team, Just like we have service for converting from String to Password we have one service called EncryptPropertyValue, how we can convert from Password to String. Please share the snippet. Thanks in advance.
Hi, "Zero Day vulnerability in Java Log4j " will it give any impact in ThingWorx, is there any mitigation plan? Thanks in advance, Shalini V.
Hi, Can we download data as multiple files when we click on data export widget? Eg: In one file, We want only 1 lakh rows. If there are more than 1 lakh rows can that be split and downloaded as multiple files? Thanks, Shalini V.
So I've started looking into this and so far, I've been seeing that you need to use AddInstanceRunTimePermission instead of AddRunTimePermission in order to set the "Property Read" Runtime Permission. This is my code currently:// Sets ServiceInvoke Runtime Permission of IntegrationRuntime for required GroupNameThingTemplates["IntegrationRuntime"].AddRunTimePermission({principal: name /* STRING */,allow: true /* BOOLEAN */,resource: "*" /* STRING */,type: "ServiceInvoke" /* STRING */,principalType: "Group" /* STRING */});ThingTemplates["IntegrationRuntime"].AddInstanceRunTimePermission({principal: name /* STRING */,allow: true /* BOOLEAN */,resource: "*" /* STRING */,type: "PropertyRead" /* STRING */,principalType: "Group" /* STRING */}); And after running it I get this with no errors:Service Execute is allowed like I want but is there no way to set Property Read to allow using AddRunTimePermission? Because I can set it to allow when editing the permissions on the en
In Thingworx 9.2, break and continue statements are not working inside services. So what is the alteration for this ??
Hello, I'm building following line chart view with Thingworx 9.2.3:The data I'm using starts always at 06:00, and ends at 06:00 the next day (24h).But when I draw it with the standard line chart widget, it adds +4 hours into both ends of the timeline. This causes the usable drawing area for the actual data to be 8 hours less than the actual width I'm giving to the widget.This result graph looks too crowded for the data, and I can't for example display value indicators on the lines, as then it becomes absolutely unreadable.I would like to be able to remove this extra "margin" completely from the draw view, or to configure it to be for example just 1 hours extra empty space. Are there any options, or is the margin hard-coded?I have witnessed the same behavior with other datasets and TW 9 line chart too, so it doesn't seem to be related to data used in this example. Thanks.
Hello how are you community, I hope very well. I want to share with you a question about Thingworx Analytics, specifically about how to use the Predictive Scoring option available in Analytics Builder and interpret its results. I finished the learning path on "Vehicle Predictive Pre-Failure Detection with ThingWorx Platform", which helped me to understand several concepts about Thingworx Analytics, managing to generate predictions for values in "real time". I would like to complement the predictions obtained with uncertainty probability or other practical information. Unfortunately, this guide does not cover topics that complement the predictions with information such as Predictive Scoring or confidence modeling. For my part I wanted to try and used the data and the model created to perform Predictive Scoring tests obtaining successful results but without knowing how to give a practical meaning to the Important Field Weights. On the other hand, according to the ThingWorx Analyti
Hello,I am trying to retrieve data from a REST API of a 3DPrinter and convert it into real time information through Vuforia View.I'm stuck when i need to get the data into a Thing Property.I've created a genericThing and i use getJSON snippets to retrieve JSON from the printer API.I have no problem getting the JSON from the API using getJSON and those parameters : let params = {url: "http://172.25.2.8:10800/v1/printer/nozzle1?token=6721b6ca0a4ea42f3a933e356546588e" /* STRING */,};// result: JSONlet result = Resources["ContentLoaderFunctions"].GetJSON(params); I get this JSON : {"headers": "","data": {"nozzle_cur_temp": 26,"nozzle_tar_temp": 0,"flow_cur_rate": 100,"flow_tar_rate": 100},"status": 1}What i want is to define "nozzle_cur_temp" value (26) as a Thing Property that updates each time i execute the script.Like this i can use it in Vuforia.Thanks,Best Regards,
Hi, We have installed a demo application, which comes with bundled packages. The startThingworx.bat needs to be runned to start the thingworx instance containing the demo application. Currently the instance license is getting expired and we downloaded the license file and replaced it in place of existing license.bin.Ran AcquireLicense in LicenseAndSubsystems and we are getting the output as : [object ProgressEvent] and the istance is not running. I even tried renaming the licence file to license_capability_response.bin, but its not working. Regards.
Hi Everyone, I have used repeater widget to show some name on selection of dropdown entry.Now I want to delete a row from the repeater by clicking on repeater row. I am using Thingworx 8.2 I know its too old version but I don't have option right now. I could not find any solution on it. If you guide the solution it will help me, Please refer attachment
We got a popup saying - "Unable to execute service SpotlightSearch on SearchFunctions : Unable to get search entries: [2,006] Unknown error occurred. Contact the administrator if this re-occurs.". When we tried to clear storage space in server, we lost connection with thingworx. Database log: [T: http-nio-8080-exec-21] Unexpected exception while trying to get all avatars from the database. Application log: [T: FileTransfer-5] Error removing job reservation or removing job from database. [L: ERROR] [O: c.t.s.s.f.e.FileCopyTask] [I: ] [U: ] [S: ] [P: ] [T: FileTransfer-6] Error occurred during transfer.
Hello everyone, Installation of ThingworxWorxFoundationPostgres-9.1.0.-x64 fails with the message: "There has been an error. An error occurred during installation. For more information review the log files. Clicking ok will stop the current installation. The application will exit now". This message appears at final "Waiting..." step after a while. Operating System is Windows Server 2019Java AWS Corretto version is: "openJDK version 11.0.8" PostgresSQL version is 14.1.1Installation folder: C:\ThingWorxFoundation After the error message, all Thingworx folders are deleted with no possibility to check the log.I followed this:https://community.ptc.com/t5/ThingWorx-Developers/Error-installation-Thingworx-Foundation-9-1/td-p/724053But changing the server language did not improve the issue. I managed to get the log (see pdf attached). I've taken this log before the error message appears, so the final message could not be present. After the error message, before hi
@ronyT has the bug been fixed? Could you please share the details of the case?
When the Collection widget is added to a dynamic panel widget, it does not fill the entire space when the panel expands or collapses. What to do for this?
Hello.As WindchillConnector entity is meant to disappear, we plan to follow PTC's suggestion to use ODataConnector instead.Currently, we have about fifty custom REST services, configured in a ThingTemplate implementing WindchillConnector. Then we have one thing for each server configuration, as we have several of them.I struggle to replicate the same architecture with ODataConnector. Article CS284781 tells that custom REST services endpoints are enabled with ODataConnector property SwaggerJSON. It's impossible to do so within a ThingTemplate, but only in a Thing.How can I separate services declaration and server configuration?ThanksGilles Monchoux
How to filter the info table with the combination of two columns in info table. In distinct snippet, I am able to give only one column name. But I want to filter the info table with the combination of two columns. How to do that?
Hi,Created An widget Extension with ( jdk11.0.13version ) and imported in composer. its showing successfully imported.In mashup widget panel->>ALL->>imported(0).IDK why??please help me out thissee the attachments given below..
I'm looking to somehow integrate our Thingworx platform with OKTA. I've seen other posts on the community about this, but nothing really provides any clear direction on what to do to make this work. Creating something custom for this is not a problem, but what I'm not clear on is where the customization would go. Is a custom Authenticator needed, or a custom Directory Service entity? Also, can anyone shed some light on where these two Entity types exist in the Thingworx authentication flow and architecture, i.e. does a custom Authenticator check against Thingworx users, or is a custom Authenticator a place where custom authentication against other softwares (such as OKTA) take place? Any help/guidance is appreciated.
Does ThingWorx provides any feature to support Remote Access to edge device with Windows Operating system. It should support voice call and pointer feature to assist the user at edge side.
hii,I have input textfield and button in my mashup. If we input the value and press the button the row containing the value should be deleted from the info table. how can I do this? Thanks and Regards
Hi Team, How to set and update mail server thing's configuration settings via custom service? Please share the snippet to set all the properties of SMTP Configuration settings. Thanks in advance.
hello! I want to store data from Textfield to info table(property in a thing) when clicking to submit button. How can I do it? p.s: I am new on the Thingworx platform
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.