Recently active
Hi, I'm trying to integrate Azure AD for SSO, I have configured Thingworx platform-settings.json and sso-settings.json as in documentation. When I start Thingworx I get following error, 2020-03-02 09:25:55.868+0000 [L: DEBUG] [O: S.c.t.s.a.AuthenticationFilter] [I: ] [U: verja] [S: ] [P: ] [T: http-nio-80-exec-18] executing request for URI: /Thingworx/Logs/SecurityLog/Services/GetLogLevel 2020-03-02 09:27:44.935+0000 [L: INFO] [O: S.c.t.s.a.s.SSOBootstrapper] [I: ] [U: SuperUser] [S: ] [P: ] [T: localhost-startStop-1] ThingworxSSOBootstrapper context initializing... 2020-03-02 09:27:44.982+0000 [L: INFO] [O: S.c.t.s.a.s.SSOBootstrapper] [I: ] [U: SuperUser] [S: ] [P: ] [T: localhost-startStop-1] ThingworxSSOContextLoaderListener created ... 2020-03-02 09:27:44.982+0000 [L: INFO] [O: S.c.t.s.a.s.SSOBootstrapper] [I: ] [U: SuperUser] [S: ] [P: ] [T: localhost-startStop-1] ThingworxSSOContextLoaderListener context initializing... 2020-03-02 09:27:45.170+0000 [L: INFO] [O: S.
I am trying to configure a database thing with a service.Followed all the steps mentioned in below post https://community.ptc.com/t5/IoT-Tech-Tips/Steps-to-create-a-External-Relational-Database-Thing-and-update/m-p/534858/highlight/false#M574 I am getting an error saying the "configuration structure does not match". Since this post seems 2-3 years older, is there any chance the schema has changed? Has anyone tried configuring a database thing on Thingworx 8.5?
Hello. I'm have trouble using Query Parameters with Query Services. in Thing, I made two Services(SQL Query Service, Local Javascript Service). (attach the photo.) 1. SQL Query Service have a parameter that is query type. (Service Name : test) select usr_nm, gend_cd from t_userwhere [[input]]; 2. Local Javascript Service uses first one. (Service Name : testAction) var query = input;// result: INFOTABLE dataShape: ""var result = me.test({ input: query /* QUERY */}); 3. I execute second one with this parameter. { "filters": { "type": "EQ", "fieldName": "gend_cd", "value": "M" }} But I get an error. ( Error executing service testAction. Message :: org.json.JSONObject cannot be cast to java.lang.String - See Script Error Log for more details.) I tried to change the datatype query to json in both services.And tried to change parameter value { &
Tomcat is not getting started. When I attempt to start it stops immediately. Here I am attaching the application log file also for reference. yesterday, I have created some schedulers and based on the scheduler running some services. created One scheduler(configured every 5 minutes - 0 0/5 * * * ?) to update a property(persisted) value from its present value plus 5 another scheduler to query named property history of some properties at 2 to 4 pm. Today my Tomcat is not opening. Is this the cause for the above problem in any ways?
Hello sir,Actually i am getting incoming json scripts in properties and alerts tab, In that json it contains timestamp,machinedatas, transcounter values, etc,. I need to show the transcounter value in mashup area. How to do that, can u please help me to do that?
Hi all, Is it possible to keep the menu selected in a menu widget after navigating to a different mashup? Now the menu is still visible but has no item selected after navigating. It is essential to use the menu widget and not the collection widget, because we need the return functionality in the browser. Thanks. Jasper
Hello Everyone, I am using a FileUpload Widget in one of my Mahsups. The fileUpload Widget is associated with a FileRepository thing. Now I want a different User to be able to upload files to the Repository with that Widget. Everything works fine, when I give every User service execute permissions on the repository thing Now I would like to avoid giving permissions for all Services. Which specific service is responsible for the upload of any file type? If I don't give service execute Permissions I simply get an Error that literally only says "Unauthorized" with no more information in the logs. It must be some specific serive for FileRepository Thing but none of the "obvious" ones worked. So far I tried to give execute Permissions to following services:List Directories ListFiles LoadBinary LoadText MoveFile SaveBinary SaveText Unfortunately all with the same result. It is also unfortunate that the error does not state which service does not have permiss
Hi , The advanced responsive seems to set a fix height for the collection widget in ios safari (ios 12.3), so the content of collection display with a scroll bar. If use the windows PC client with Chrome or use the responsive mashup instead of advanced responsive, then the problem won't occurs. It seems the problem only occurs with advance responsive + ios safari . Regards, Sean
Since upgrading from ThingWorx 8.3.3/Navigate 1.8 to the 8.5.x versions, we've been having problems with FileRepositoryDownloader in Internet Explorer. I have a service that copies a PDF file into a repository and sends the URL to a WebFrame widget (bound to the WebFrame's URL). It worked fine with all browsers in 8.3.3. It works fine in 8.5.x with a Chrome browser, but IE and Edge display nothing in the WebFrame - the WebFrame is completely empty. With IE, this appears in the Application log: 2020-03-06 14:09:38.249-0500 [L: ERROR] [O: c.t.w.FileRepositoryDownloadHttpServlet] [I: ] [U: xxxx] [S: ] [P: ] [T: http-nio-80-exec-1010] Internal Error: 2020-03-06 14:09:38.249-0500 [L: ERROR] [O: c.t.w.FileRepositoryDownloader] [I: ] [U: xxxx] [S: ] [P: ] [T: http-nio-80-exec-1010] Internal Error: java.io.IOException: An established connection was aborted by the software in your host machine That error does not happen when using Chrome. Has anyone else e
Hi everyone,is there a way in thingworx to make a http post request with JSON or text content to an external service and receive a BLOB? // result: JSON var result = Resources["ContentLoaderFunctions"].PostJSON({ url: "http://xyz:8080/createFile", content: {"filename":"test"} }); Things["MyRepository"].SaveBinary({ path: "/", content: result }); The PostJSON method expects a JSON response but we would like to store the received binary in a file repository. Is there a more generic way to make HTTP requests or do we have to create a extension for that. Thanks
I'm trying to configure the Time Series Chart from Kepware, on the Data Field only show the time stamp, How do I configure DataField 1 to OPC Tag ? regards, Jerry
Hello Everyone, I just finished building a Mashup as an Admin User. Now I have created a new User, that I want to be able to use the Mashup. In Order to do so, the User needs to execute the Service "GetSortedCompleteStructure" of a Thing that I defined as an Admin User. The Visibility of the Thing is set correctly, but in the "Run Time Permission" Section I have the following issues: When adding the new User to "All Properties, Services, and Events" and allow "Service Execute", everything works just fine But for now, I just want to allow for one specific service to be executed, namely the service mentioned earlier.But when selecting that service in "Property, Service, or Event Overrides" and allowing for "execute" (while Denying Execution for all Services in the section above), it get the "not Authorized error". I find this quite confusing, since the option states "Service Overrides", which should override the default option of "Deny"Also when the user is not added for "All
Using deleted table property and doubleclick trigger event,how to delete a row in advanced grid in version 8.5
Dear All.. I try to configure communication between Kepware and Thingworx Foundation. The error = "Error pushing property updates to thing | Thing name = 'IndConn_Server'". The port utilized by Kepware to Foundation is 8080 and is not blocked by firewall.
TWX Version: 8.5.4-b222 ... Changes in style themes have no effects to menu ... Article - CS314775 In the Style Theme editor in ThingWorx 8.5, the options for the Menu element do not work for menus Still not fixed that issue? To be honest ... I want to see your testplans ... How you test???? This feature is allready beta since 8.4.5-b102 and stil not fixed? Why you change the status from beta if the known issues are still not fixed? Or do you have a sollution?
Hi, I couldn't install ThingWorx 8.5.0 trial version on my windows. I have followed the installation guide but it doesn't help. My java is 1.8.0 and 64 bit. Did I miss something during the installation? I couldn't even find the uninstaller or installation log.
I'm posting this because it may help others. When you are using an Organization Login Form page, after logout, you may want the user to be redirected to this. Form Login URL is like: http://host:port/Thingworx/FormLogin/MyOrg where MyOrg is your organization name. In TWX 8.5, logout function proposes you to redirect to: a Mashup a URL As Form Login is not a Mashup, you can use the second option (URL). But then, you have to rebuild the URL from composer... You can do this using an expression that will return: result = window.location.protocol + "//" + window.location.host + "/Thingworx/FormLogin/MyOrg"; And you bind your expression like this: assuming here that the button is the logout user action.
Hello I switched from TWX 8.2 to 8.5 I have now to use the new composer to work with the platform / mashup, I'm using it since a week about I see that this is faster, quicker, and some feature are much better managed (expressions, validators... services develop phase with direct save and run...) However the page style (for me) is more confusing that the old, in particular when working with mashups, on the right side the panel for working with Data/Session/User is manly ALL WHITE ... this is much worse than old composer where enties was black, services was red, return values was gray background and it was much faster "for eyes". The height of all the "rows" of that panel, and also those of widget properties is too high ! this takes lot of space for the same informations compared to the old composer with fast eye look, it is not immediately visible the mashup zone and the panel/develop zone, the sections are not well separated with backgroud colors May be this is only
Hello, I have a question about the thingworx foundation anomaly detection. Is it possible to upload a CSV or Excel file and then create anomaly alerts? If yes, I couldn't find any documentation or explanation about the subject. I understood that it's only possible that creating anomaly alerts for streaming data. Is that right? Thanks
I have two properties voltage and current for which data is coming from kepware for every second. based on this i need to calculate the power. So i wrote a subscription with input as any data change event(for current and voltage)then multiplied current and voltage there and stored it in a property called power. now when i "query named property history" for current and voltage i got the result as values updated in seconds difference but when i query for power it gives me result updated in milliseconds. For all the three properties the data change type is Always. I have attached the screenshots of the result.
Hello, We are looking into High Availability architecture for Production with Docker Container. The documents says that the docker images are provided for HA. Can you point me where to they are? Has anyone implemented HA with dockers? Any pointers would be helpful. thanks, Preeti
I am able close a popped up mashup on click of a button which is inside the popped up but I Couldn't close the pop up upon clicking a button which is not in popup mashup.
hi community, I want to calculate the sum of time during a variable is equal to true , we can simulate this by a lamp and we want to calculate how many hours that lamp is on; thanks in advance
Hi, I want to get the multiple selected rows from Combo box by using Check box multi selection. I bound All Data of Service to Combo box Data & Selected Items. I enabled the Multi select in List widget properties. But I can't able to get the selected rows from Combo box by Check box multiple selection. Thanks in Advance, Sankarapandian.L.S
Hello Everyone, I have a service, that uses the createThing and deleteThing Services.I gave a freshly created user the rights to execute the service and also the createThing and deleteThing services. But I still get the error "...Not authorized for Delete - See Script Error Log for more details."I only found some very old posts regarding this issue, which didn't solve it for me. Any ideas what to do here? Thank you very much in advance! Best Regards, Dominik
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.