Recently active
Hi, i had a mail server running fine, and today it decided to throw this error: Error sending email due to [535-5.7.8 Username and Password not accepted. Learn more at_535 5.7.8 https://support.google.com/mail/?p=BadCredentials f13sm7504895ejb.81 - gsmtp_].The last server response was [535-5.7.8 Username and Password not accepted. Learn more at_535 5.7.8 https://support.google.com/mail/?p=BadCredentials f13sm7504895ejb.81 - gsmtp_] with return code [535].The error originated on host [c0c4f847d097]. Help please. Everything is configured as it should and i double checked everything.
Goodmorning everyone, the setup of the AR experience I'm working on is based on a license that includes Thingworx, ptc navigate and windchill. All working and connected to Vuforia. I need to build an application that produces the following actions: 1. load a pvz model; 2. Once I have clicked on a component in the model, I must be able to trace the code of the clicked component Regarding point 2 it is not clear to me how to interact with Thingworx, so as to go back to: - production order - assembly code - part code passing through Windchill. Anyone have any ideas on how to setup the project in Thingworx?
Hi all, I'm trying to follow steps from https://developer.thingworx.com/en/resources/guides/thingworx-raspberry-pi-quickstart but my properties do not update (PiThing is connected). I use Lua file taken from step 8 PiTemplate.lua Running sudo ./luaScriptResource shows as bellow: [ERROR] 2019-11-03 20:13:25,229 luaScriptProxy::execute: [-1242565552] Error executing script PiThing, Error = Error: ...worx/microserver/etc/custom/templates/PiTemplate.lua:63: attempt to perform arithmetic on local 's' (a nil value)[ERROR] 2019-11-03 20:13:25,229 luaScriptProxy::app_unlock: [-1242565552] Attempt to unlock app_mutex while not holding it.L= 0x2068730 Any idea what is wrong thx for all suggestions.
Hi All, I have created a mashup which has 5 different charts. For one graph showing data monthwise, on clicking on any data source, I want it to open another graph on same mashup replacing monthwise graph and displaying a new graph populating data datewise. Please refer the image I have attached and kindly help me achieve this. Thanks, Vaibhav Khanna
Hi, I am using ThingWorx 8.5. In the confirmation function, is it possible to have just action click button alone? Can we hide the cancel button? I wanted to have only one action click button. Thanks, Shalini V.
Hi all, I am trying to set up a Persistence Provider that uses a PostgresDB (on another server which is not the TWX server). Steps that I took: 1) created a new Persistence Provider using the PostgresPersistenceProviderPackage (Name: "MyPostgresPersistenceProvider", I'm sure the Postgres JDBC connection string and credentials are correct) 2) created a new Value Stream using MyPostgresPersistenceProvider 3) created a new Thing using the new Value Stream 4) activated "Logging" for a handful of properties of that Thing. So far so good, no error messages or anything. Only when I try to access historical values of any property using, e.g., the service QueryNumberPropertyHistory(), I get the following error message: Unable to Invoke Service QueryNumberPropertyHistory on <Thing>: com.thingworx.common.exceptions.DataAccessException: [1.018] Data store unknown error: [Error occurred while accessing the data provider.] Mor
Hi All, PTC has rolled CS331340 this new article which talks about new time zone settings, but its about new Thingworx 9 installation. Does anyone have idea how to achieve the same if one has already installed TW9? Thanks, Pravin
Thingworx 8.5.2 : By default checkbox is showing skyblue color on hover(focus).But I am unable to remove that style on hover.Please help me with this
I have data in the JSON format. I want to display records of the selected date and time on mashup for that, I have taken time selector widgets. How can I fetch the data using the Time selector widget and how to display the result? what service should be written? how to use the time selector widget? Is there any other way to do the same?
Hello, I have the 90 days trial version of ThingWorx Foundation. On the guide to Use the ThingWorx Azure IoT Hub Connector with simulated appliances, i can't find the host and the port. Server Status: running Hostname: https://PP-2009221255A9.devportal.ptc.io/Thingworx Foundation/Analytics Version: 9.0 Expiration: 2020-10-22 What i am supposed to put for : transport.websockets { // ThingWorx platform application key app-key = "xxxxxxxxxxxxxxxxxxxxxxx" // One or more platforms can be specified here, comma separated platforms = "wss://<host>:<port>/Thingworx/WS" <== here Thank you very much&nb
i have one mashup which is my login page and i want to open that login page after clicking on logout button widget. please suggest how i assign home mashup to logout button widget? refer below attachment for better understand...
Hello, I would like to read excel file content in order to manipulate data and then write modified data to SQL Server. Unfortunately, I am not able to read excel file using javascript in Thingworx. I have tried to find answers in the community but the answers I rode do not help me so much ... Could you please help me to do it ? Best regards Hervé
i want to show login page after clicking on logout button i dont want to show thingworx login popup after clicking on logout button. refer attachments below for better understand
Dear devs, I am asking this question because I would like to know if it's possible to display certain buttons on a Mashup only to certain Users, and if it is, what's the best approach in doing so, i.e., filtering at User level, User Group level, or something else. Thank you for your suggestions. Best regards
Dear devs, I am using a Thingworx Foundation Trial, and I tried to install an additional Web App located in the tomcat/current/webapps folder, along with the Thingworx.war. The thing for me is, when I try to access the paths of /myapp I get prompted with the window asking for Thingworx credentials, and when I enter those I am redirected to the Composer. How can I solve this? I have seen that there are quite a lot of filters configured in the /Thingworx/WEB-INF folder, but I don't really want to disrupt anything. Thanks!
I've noticed that the data export widget outputs the parent infotable when I bind it to a nested infotable. Is the data export widget only meant to work with non-nested infotables?
I'm using 8.5.6 ThingWorx version, I need to add tooltip to value display/ label widget. because in smaller resolution I'm getting ellipses and I need to show that data in tooltip, but tooltip property is missing in the properties.
Hi, is it possible in ThingWorx 8.5.x and 9 to force focus on a specific element (like a textbox) in a mashup during runtime? I've seen solutions in older posts with jQuery which are no longer working. Is there any way to achive this in newer Thingworx versions?
Hello, I have many members ID's which is stored in the DB.I want to pass multiple ID(Member ID) through grid advance by checking checkbox. please suggest How do I pass multiple ID through grid advance by checking multiple checkbox?? Thanks in advance
I have this warning when I use "for each" statement An old thread related to TW 8.3 was telling it will be fixed with future release, I have TW 8.5.6 but warning is still present. Can this be fixed ?
Hi, I try to use the function of InfoTable Filter , but it always return null. What's the correct way to call the function ? BTW, infoTable.Find works as expected. Regards, Sean
I'm struggling with the CSS to change a button's color dynamically (by passing in different class names to the widget). I'm able to get this to work: #root_ptcsbutton-7:not([no-wc-style]).widget-content {background: #FF0000; !important} But it's tied to the ID of the button. I'd like to do it by class instead so it can be more generic.
Hi, I'm going to add a Thing Shape to the UserManagementSubsystem, the Thing Shape holds a Info Table which may contain 10,000 records, will it exceeds the limit of the use session ? Regards, Sean
Hi Team, I have tried to push multiple entries into a datatable using AddDatatableEntries and it is successful. But when I tried to use the AddStreamEntries service to push data to stream, I am getting a null pointer exception. 1) Is it possible to push multiple entries into stream at a time. 2) What are the best cases when to use stream and when to use datatable.
Hello Everyone, I'm newbie in Thingworx. I have a project with this platform. How to get visibility in navigation button with different User? For Example, I want to build a Mashup with username and password login. Even, it can directly access to the mashup. But, the display is in read only mode or Navigation Button isn't available. Then, if User login with Username and Password, so the display will show the navigation button that they can operate it. Anybody can help me with the step by step? Thanks Best Regards, Muhammad Alfin
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.