Recently active
Hi Developers, I'm facing an issue with mail extension. I have followed this article and completed the configurations to be done on Mail thing as well as the gmail account security settings. PFB the config i have made on the mail thing. Whenever i try to send a mail im getting these below two error messages. Error sending email due to [STARTTLS is required but host does not support STARTTLS].The last server response was [250-Requested mail action okay, completed_250-SIZE 20000000_250-8BITMIME_250 OK_] with return code [250].The error originated on host [ThingWorx-Platform-Database]. Unable to send error email for logged incident: failed to connect, no password specified? I'm confident that I have given the proper creds. I have also enable the stack tracing and got the error logs. PFA the error logs. Regards, Saran
I'm working on ThingWorx 9.3.5, I have difficulties on styling the XAxis label for bar chart widget. As you can see on the image, the XAxis label is truncated due to insufficient space at the XAxis. Is there anyway to add new line below instead of truncating it?
Hello, I'm designing a mashup, to gather and show data from many Things, using Dynamic Services. But it doesn't work, no data is showing in the mashup. I've created a ThingTemplate, with all the properties needed, also, I've created a "Helper Thing" to create new things using the TT as base. The helper also fill the properties whose include some infotables. Everithing works as should until the mashup step. I've created a mashup with list and grids, The idea is: when I press a row, the other grids should show me the data related. For this, I'm using services with output Infotable (IsDataTable with Datashapes and a primary key). I've called those services on the mashup enabling Dynamic Service; Also, I've called the service getImplementingThingsWithData; all of them from the TT. But it just doesn't work.I've read about IDFieldName (1). I've checked it matchs with my primary key, so I'm not sure if that's the problem. Moreover, I go
Hello,When I Tried to Up the Docker container for thingworx, I do get the following error: ERROR: The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing. Continue with the new image? [yN]y Pulling postgresql-init (thingworx/postgresql-init-twx:latest)... ERROR: pull access denied for thingworx/postgresql-init-twx, repository does not exist or may require 'docker login': denied: requested access to the resource is denied How can I resolve this?Thanks,
We are having Thingworx 8.5.1 installed with Installer. It needs to be upgraded to 9.3.x version. There is an article saying "If you used the installer to install ThingWorx Foundation 8.5.3 or earlier, then manually upgraded to a later 8.5.x version, and are now preparing to upgrade to 9.x by running the ThingWorx Upgrade Ready Utility" How can I manually upgrade Thingworx 8.5.1 to later 8.5.3?
Hi everyone, I have KEPServerEX6 and I need to change options in property editor. When I change option and click apply settings is confirmed but when I runtime connect the setings change to previous. Tell me why?
Hi @VladimirRosu_116627, I'm trying to create the security image but as you can see, in the documentation there is an impossible command shell, without param. I didn't find the meaning going through the sh code. maybe I missed something this is the error trying to create the twx image Thanks in advance Pier
Hello, I wanted to use the "OUTPUT" clause in an SQL command to get the latest inserted row.However I am getting this error: Execute Update failed: com.microsoft.sqlserver.jdbc.SQLServerException: A result set was generated for update. Now, the SQL that i am using does work in SSMS. Here is the structure: INSERT INTO Table (value1, value2) OUTPUT Inserted.uid values(1,2) Any ideas? I would if possible like to avoid using stored procedures. Thanks,
I got two virtual machines.Virtual machine 1 makes use of System Platform IDE.Virtual machine 2 runs the Kepware and has a Kepserver up and running with a connection to a PLC.I would like to be able to use the Kepserver from Machine 2 on my OPC client in Machine 1.But the kepserver cant be found and even without firewalls enabled on both virtual machines, nothing works.Ive gone through an entire DCOM guide for Kepware and it didnt seem to do anything.If i install Kepware locally on the same machine running System Platform IDE, the kepserver shows up without any problems, and im able to connect directly to it through OPC.But i would like to run the Kepserver on its own virtual machine.Is there something im missing? I would love your inputs ❤️ !
Hello,I have Simulated Tags. The values from Thingworx are sent/written to the Simulated Tags. These simulated tags are used in Derived Tags to Calculate and send to Thingworx.But when KepServerEx is Re-Initialized, the simulated Tags become 0. Therefore, Derived Tag values are wrong. How can I prevent simulated Tags from becoming zero whenever KepServerEX is reinitialized? Thanks,
Hi there -We're on Thingworx 8.5.15. I have a mashup that contains a dropdown widget. I have a service that is used to populate the available choices for the dropdown. I want to pass the selected values (plural) of the dropdown as a parameter to a second service for processing. The second service takes a parameter of type String. In this thread, @Ashritha states that it's a simple matter of binding the Selected Rows property of the first service as a parameter to the second service. When I try this and log the parameter values received by the second service, I find that it only receives a single String value for processing. What must be done in order to pass multiple values to a service parameter and receive multiple values as a service parameter? thanks in advance,dgg
Hi All,I want to send mail to monitoring team in case of any alerts. So I want to know how to send mail from thingworx. Please let me know your inputs on the same. Unable to Invoke Service SendMessageWithNoReplyTo on EmailOnAFailureCase : Unable to send error email for logged incident
We have a mashup that is connected to Active Directory for authentication. When a user enters their log in credentials we have noticed that Security>Users is case sensitive. It will create a duplicate user name if the user fat fingers the shift key. For example: john.smith (actual log in name)John.Smith (Mistake)JOHN.SMITH (Mistake)When this occurs it prevents the user from accessing the mashup application until the duplicate user name is removed. Does Composer have a OOTB function that prevents this occurring or do we need to develop a custom solution to prevent this from occurring?
I have 2 tables called 'table123' and 'table246'.'table123' columns: 'ID', 'Dept_ID', 'First_Name', 'Surname', 'Salary', 'Address'.'table246' columns: 'Dept_ID', 'Dept_Name'.I'm looking for a list of employees with the lowest salaries in each department. I can accomplish it in two ways: an Equi-Join or an Inner-Join. I've been informed they can both be utilized to get the desired outcome. I used the following queries:Equi-Join:SELECT First_Name, b.Dept_Name, alt.Min_Salary AS Min_Salary FROM table123 a, table246 b, (SELECT Dept_ID, MIN(Salary)Min_Salary FROM table123 GROUP BY Dept_ID)alt WHERE a.Dept_ID = b.Dept_ID AND a.salary = alt.Min_Salary AND a.Dept_ID = alt.Dept_ID;Inner-Join:SELECT MIN(Salary)Min_Salary, Dept_Name FROM table123 a, table246 b INNER JOIN (SELECT First_Name, MIN(Salary) FROM table123 GROUP BY Dept_ID)alt ON b.Dept_ID = alt.Dept_ID;The Equi-Join command returns the appropriate table, with the columns 'First Name,' 'Dept Name,' and 'Min Salary' having all essential
HiAs the trial version of thingworx is not available on thingworx developer site. i want to install thingworx license for personal practice, how i will get that? is it affordable for personal practices?
There is a situation where DataTables Data(Which is in Postgres) needed to be Migrated to the InfluxDB, such that going forward InfluxDb Streams will be used in DataTables. So, is there any best Practices by PTC provided ?@VladimirN @AnnaAn @paic @slangley @CarlesColl @c_lowy Thanks,Shashi.
Hi Experts, Please suggest a way to terminate user session from browser once the Logout is triggered. The user is being authenticated through SSO and want the user to click a button(probably logout) and should be redirected to login again to enter the Azure AD credentials instead of re-login automatically because the session is still alive. I have already tried TerminateUserSession resource but that works only for Administrators group members and I have non-administrator custom user groups with specific permissions. Note: Don't want to redirect to a different mashup/screen as a workaround. TIA.
Migrated the Postgres DB from 10 to 13, but after the migration, data is not logging in to the ValueStream. Below is the Property Settings image. The DataTable entries are stored in DataTable Tables in DB, but not the Property values in the ValueStream Table. What would be the potential issue, or how can this issue be debugged?Thanks,Shashi.
Placed an Line Chart on the Mashuip, But there is lot of spacing issue on the Chart, by which Dashboard Width and height needed to be increased. How can the spaces can be removed ?@c_lowy @slangley @VladimirN @CarlesColl Thanks,Shashi
We have to upgrade Thingworx 8.5.1 to 9.3.x. Tools: Thingworx Installer - 8.5.1 Java - jdk1.8.0_171 PostgreSQL - 10 Trying to simulate in test environment. While installing Thingworx 8.5.1 getting following error, Logs: [2022-12-23T02:44:22-08:00] INFO: windows_service[ThingWorx-Foundation] configured. [2022-12-23T02:45:23-08:00] ERROR: Running exception handlers [2022-12-23T02:45:23-08:00] ERROR: Exception handlers complete [2022-12-23T02:45:23-08:00] FATAL: Stacktrace dumped to c:/progra~2/thingw~1.1/installer/foundation/local-mode-cache/cache/chef-stacktrace.out [2022-12-23T02:45:23-08:00] FATAL: Please provide the contents of the stacktrace.out file if you file a bug report [2022-12-23T02:45:23-08:00] FATAL: Chef::Exceptions::MultipleFailures: Multiple failures occurred: * Timeout::Error occurred in delayed notification: Timeout::Error * Timeout::Error occurred in delayed notification: Timeout::Error Attached logs from C:\Program
I'm trying to get Thingworx to issue a schedule to restart a client PC. Is this possible either through the client or as a Javascript set of commands?Thanks
Hi, I do have a few Entities tagged with the tag Applications: Sprint1; how can I get all the Entities under that Tag in a Service output to have an Info table?Thanks,
Hey guys, I have list of documents(link) coming from windchil and want to download all at once to a folder and need to zip it. suggestion please Thanks
Good day community, I have a connected device represented by a thing. There is a property on the thing called: last connection. I am representing this thing using a label and an icon on the mashup side. This icon should change to a green color when the device is connected and then switch to a red color when the device is offline. How do I go about writing a dynamic service to accomplish this?Many thanks,
Hi Developers,I'd like to get your support on CSS part.I'm try to hide the disclosure button in the value display widget with custom css, however it doesnt work.Could you tell me how we can hide the button ?our thingworx env is "ThingWorx 9.2.6-b366".
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.