Recently active
Hi @Rocko/All I got this block- https://community.ptc.com/t5/Vuforia-Studio/Easiest-way-to-connect-an-SQL-database-to-Thingworx-Studio-For/td-p/529820 where there is one link to get the extension for JDBC(SQL SERVER) - https://marketplace.thingworx.com/tools/jdbc-connector-extension is not working can anybody point me to right link? Also, I put the JDBC driver(main one not the extension) in tomcat/lib and trying to connect to MSSQL server by using a Database thing but not able to connect. any idea, am i doing right? Here is the log: [context: com.thingworx.webservices.context.HttpExecutionContext@7504795c][message: Thing [MSSQLConnection] is not running] Thanks! ~PC Reference: post
Hi All, From the document I read this, Minutes Locked Out—Amount of time a user is locked out. By default, this is set to 15 minutes. For example, if a user attempts five unsuccessful logins within five minutes, the account is locked for 15 minutes. After 15 minutes, the user has another five attempts. After 15 minutes, the user account is automatically unlocked or how it works? Please let me know.
Hello! I'm currently working with Thingworx v8.5.5 and experiencing some concerns regarding Mashups. Right now, we have some containers working as a header, which is compact and doesn't have a scroll bar and below it, another container with a collection (with many elements) that has a scroll bar. We were wondering if is it possible to have a Header (which includes more than 1 container) that once you scroll down only the bottom container stays on the top of the page. Or another possibility could be on how to scroll the entire page even though the mashup as multiple containers. We wanted to use the same behavior as we usually do in previous versions to 8.5.5 when we had Static mashups that we could have an entire page scroll bar and not scroll bars in different containers. We want that same behavior but in a responsive layout. And it's not happening in this case because we have the container having the scrollbar and not expanding beyond the page. So the page is fixed.
hello, want to show new dropdown after clicking on another dropdown list. If i have user type dropdown which having fields staff and member and after clicking on staff or member field it should be show band dropdown. Please refer the below attachment.
What is the difference between the load balancer and Thingworx connection server? I can see that for the installation of Thingworx 9, we are expected to have both components. my early assumption was Thingworx connection server does the same work as a load balancer 1. if not then please tell the purpose. 2. can anybody explain the difference by use case if possible? Thanks Pravin
Hi, I have bound my Infotable data (created as property with only one Column) with Dropdown . i am getting values in dropdown but how can i take selected value as input to a Service?. my infotable property finds in getPropertyValues(). Thanks,
Hy Everyone, There is a way to modify the schema of influxdb database that use thingworx?
I am facing suddenly the issue that I can not open the Composer, I am getting the message "HTTP Error 404. The requested resource is not found" in Google Chrome. I have just installed (separetely from Thingworx) SQL Server and Reporting Services on the same machine where ThingWorx is also installed.. I do not know if this is causing the Problem??? Because my ThingWorx platform did work before.. The database is Standard h2 like coming from the Installation. I have restarted tomcat several times - but it did not help. Attached is a log file whih I found in tomcat/logs ...
Hello, Is it possible to add a drag & drop feature on the mashup between two advanced grids? I have two advance grids in my mashup and the use case is that I want to drag a row from one grid and add it to another. Is this feasible? Thanks in advance! Regards Gaurav
Hi, I thought thingworx manage the transaction automatically for Database things and for each service will start a new or existing transaction. However, it doesn't behavior as my assumption. For example: TestDbTransA and TestDbTransB are Database things and the service AddOne & AddThree are SQL command services. I expect the service AddOne doesn't take effect as the exception occurs and the transaction should get rollback, however , AddOne service still insert record into the database. So how does thingworx manager the transaction of database things ? (function(){var result = Things["TestDbTransA"].AddOne({field: "1111" /* STRING */,name: "1111" /* STRING */,id: "1111" /* STRING */});if(true){ throw new Error("Error occurs, AddOne is supposed to be rollback");}var result2 = Things["TestDbTransB"].AddThree({field: "3333" /* STRING */,name: "3333" /* STRING
Hi all, We have configured Thingworx SSO with Azure AD. Now when new user logged in, Thingworx creates user entity based on user's full name. How we can make Thingworx to create user entity based on email ID or only first name or some other SAML attribute. SAML Message <Subject> <NameID Format="urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified">USERREQUIRED</NameID> <SubjectConfirmation Method="urn:oasis:names:tc:SAML:2.0:cm:bearer"> <SubjectConfirmationData InResponseTo="REMOVED" NotOnOrAfter="2020-07-16T13:32:57.070Z" Recipient="REMOVED" /> </SubjectConfirmation> </Subject> <Conditions NotBefore="2020-07-16T12:27:57.070Z" NotOnOrAfter="2020-07-16T13:32:57.070Z" > <AudienceRestriction> <Audience>REMOVED</Audience> </AudienceRestriction> </Conditions> <AttributeStatement> <Attribute Name="http://schemas.microsoft.com/identity/claims/tenantid"> <
Virtual Try-out for clothing and 3D clothing collection Using AR/VR. Can anyone develop such apps in PTC product like Thingworx and plug it for webstream to use realtime for apparel or clothing. Please let me know if anyone aware of such use case or implementation which can be feasible in any PTC product and plug in thingworx for realtime use of AR.
Hi, How to use table name as parameter in Database thing for SQL command and query ? I tried something like : select * from [[tableName]], but it doesn't work. Regards, Sean
Hello, Is Telegraf, from InfluxDB, supported as a Persistence Provider in ThingWorx? If yes, can I set the connection similar as for InfluxDB or is there is something additional that I have to set it up? Thank you!
Hi , I have a service which taken input , i need to bind this input to Selected row from Dropdown. for dropdown i have created infotable and bind with Dropdown . i am able to see list of values in Dropdown but how can i get selected row from dropdown to service. Thanks
Hi , I was trying to export data table with data but its shows some error in application log. Let me know how to export it.Also attached screen shots for your reference. Thanks in Advance.
Thingworx 8.5.2 : I am not using any border color and border width is also set to none for text area widget but still I see a blue border around text box sometimes.Please find the attachment.
Hi Everybody I'm I am working on the design of a mashup which will aim to simulate a process used within a factory, and I recently had a crazy Idea that consist of designing the same work environment to make it easier for operators. The lists below represents, items and elements that are used by operators, so The idea consist of attributing the selected items and elements to a drawer in order to save them, every drawer is represented by a button when we click on a button elements that have been selected appears, so if the drawer is full already the button or the widget should appear in red. if the drawer is empty the button should appear in green color. Can anyone tell me how this could be implemented in thingworx ? do we have the possibility of having a dynamic design that varies depending on the information entered ?
Hi , There is a problem in MQTT connection.It was randomly disconnected and when we click save button its connected automatically. Let me know what was the problem.Attached screen shots for reference.
Good day, I see on the PTC Marketplace that Google Maps v3.0.7 is not available anymore for download. At the time of deployment that was the latest version. At the moment v3.0.3 is the latest version. We are running Thingworx versions 8.4.4 and we are having difficulties with Google Maps not displaying and giving a Google Maps not available error. Are there known issues with v3.0.7 that it was removed? Thanks,
Hi, Does ThingWorx has the offical security evaluation report ? The IT security department of my customer requires it . Somthing like the followings are supposed to be included in the report: SQL injection . XSS attack Password protection .... Regards, Sean
Hi, Is it possible to dynamically localize the data contents from database to Hindi instead of statically defining the locale words? Thanks & Regards, Shalini V.
The forms which i am trying to design are grid like structure(horizontal and vertical mixed) with multiple columns and rows, inside the cell have to put textbox to get user input. Currently am using divider to create the required cells which is not an efficient way considering time and effort. it would be good, if it have any other way to design these kind of structure.
I have created zip files on SystemRepository as a backup. Is there any way to get last created file or Folder ? I see there is Last modified date on Mashup but not sure how to utilize that to get last created file. Attached Screenshot of Files.
Can anyone please help me out with the steps to be performed to gain this fucntionality Thanks In Advance ! Bijoy Karmakar
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.