Recently active
Hello everyone, I am trying to install ThingWorxFoundationH2Trial-8.5.0-x64. I am using Windows 10 Pro Processor Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz, 1801 Mhz, 4 Core(s), 8 Logical Processor(s) java version "1.8.0_241"Java(TM) SE Runtime Environment (build 1.8.0_241-b07)Java HotSpot(TM) 64-Bit Server VM (build 25.241-b07, mixed mode) The installation terminated at 72%.I have shared the screen shot and log file below . Error running C:\opscode\chef\bin\chef-client -z --config "C:/PROGRA~2/THINGW~1.0\installer\foundation\knife.rb" -j "C:/PROGRA~2/THINGW~1.0\installer\foundation.json" -L "C:/PROGRA~2/THINGW~1.0\installer\logs\foundation-20200312133059.log": Program ended with an error exit code Thanks
Hi, I am using get rest api call and fetching a set of Id and Name. I wanted to pass an argument or filter using the Id field and fetch the data for that respective id alone. How can I acheive this in thingworx javascript? I have mentioned my get service below. var headers = { "Content-Type": "application/json"}; var url = "http://"+ me.host + ":" + me.port + "/api/parametersets"; var params = {proxyScheme: undefined /* STRING */,headers: headers /* JSON */,ignoreSSLErrors: undefined /* BOOLEAN */,useNTLM: undefined /* BOOLEAN */,workstation: undefined /* STRING */,useProxy: undefined /* BOOLEAN */,withCookies: undefined /* BOOLEAN */,proxyHost: undefined /* STRING */,url: url /* STRING */,timeout: 15 /* NUMBER */,proxyPort: undefined /* INTEGER */,password: undefined /* STRING */,domain: undefined /* STRING */,username: undefined /* STRING */}; try {var json = Resources["ContentLoaderFunctions"].GetJSON(params);var param1s = {infoTableName : "InfoTable",dataShapeName : "FTMPara
Hii,I stored all images in thingworx repository. I used services in thing to get the image. But, I can't able to bind that services in image widget.. I attached my screenshot below, please help me to do that.What i expected is whenever i click the data in tree widget, the image should change dynamically, Services: var result = "http:///Thingworx/FileRepositories/RepoImage" +FileName;
Hi Gurus, I am trying to find some information about integrating Thingworx and oracle Netsuite. Has anybody done this?If yes, can let me know how in-depth your integration went? Did you use an exterior integrator or was it all in-house. https://www.netsuite.com/portal/home.shtml So far the only info I have found is a mention that they support REST.and it seems that there is nothing in the marketplace.Tanks in advance.
Hi, I am facing an error when trying to delete an extension. I have deleted the dependencies but getting error as below when deleting the extension. Unable to Invoke Service DeleteExtensionPackage on PlatformSubsystem: An error occurred while registering javascript resources. Attached the error screenshot.I haven't found much information from the log. Can anyone please help on resolving this. Regards, Srikrishna
Hi, We have Thingworx flow installed, suddenly we are not able to create or edit action Action in Thingworx flow. /VR
How to buy a thingworx cloud license ? And also how to install thingworx in clou ? Can anyone provide me some solutions related to this?
Hi,This is my shorter version of another similar post in which I was looking for more of the theoretical explanations but here I just want to focus on the implementation part of it.For. eg: If I have a car which has speed, distance and tire pressure as its properties, then how can I use the MsSQL to query the different properties and a combination of these?Thanks!
Hello, I am new at Thingworx and I am basically trying to set up a Time Series Chart to display my RPM on the Y-Axis and the date (HH:MM) on the X-Axis. Now my questions: Which Service should I use to get my Properties (for example GetPropertyValues, QueryPropertyHistory,...) How are the Bindings on the the Chart I found a YouTube Tutorial according to this topic, but unfortunaley this was for an older version of the Composer. I hope someone can help me here because I can't find any solutions for my questions. Greetings from Austria Sebi8200
I have kept list widget and changed the view property as combobox.How can i change the background color of list of items in the combobox
Hello. For the dynamic query, I created a SQL Query Service and used it in the Javascript Service as shown in the attached photo. But I get the following error:Unable to Invoke Service test on dashboardThing : org.json.JSONObject cannot be cast to java.lang.String I use Database Thing. What should I do?Thank you.
Using the .NET SDK 5.8.0. I'm seeing a problem where if you remove a property from a VirtualThing's PropertyCollection then try to add the same property name back later it will throw an exception "an item with the same key has already been added". This is very simply to replicate: defineProperty("test", "", BaseTypes.STRING, new AspectCollection()); getProperties().Remove("test"); defineProperty("test", "", BaseTypes.STRING, new AspectCollection()); The exception will be thrown on the second call to defineProperty. Apparently the call to .Remove is not fully removing the property somehow behind the scenes. But if you examine the collection it definitely has removed it. So maybe the property name is being stored somewhere else as well? Am I doing something incorrectly with the removal of the property? There is no other way to do it that I can see.
Hello,Actually, i need to create a mashup. In mashup, one side i used tree widget, another side i have to set image,here my problem is whenever i click any data in tree widget, the image can't able to change dynamically. I attached my screenshot below. Can you help me to sort out the issues.ThankYou
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
In the operator model data base table: PTC.SCA.SCO.Site, there is a field for timezone, where the values are actually offsets to UTC. Example, right now, for US eastern time, you'd put in -5:00 for 5 hrs behind UTC. Is there a scheduler/thing/other entity that adjusts this when daylight savings times comes around? Example, for US eastern time, -5:00 will need to adjust to be -4:00. Seems like there should be something that handles this if we are encouraged to store a timezone offset in the DB table. If there is not, any best practices to create this customization?
Hi, I'm trying to update a field in a postgres DB table to be null (really I just want to delete the value that is already there). Currently, the field is a dataType: long. Today, I'm using the out of the box "Update" service from the postgres DB thing. I've tried "updating" the value to be null, undefined, NaN, "" and nothing seems to be working. The update fails each time. I'm aware we could write this in SQL on the postgresDB thing directly, but because we are using a PTC cloud hosted environment we don't have the ability to write SQL functions in production. Any help here is appreciated.
Description: I am using Thingworx Industrial Connectivity(Kepware) 8.3.65. Here it is connected with MQTT server by MQTT driver. But the it is getting disconnecting and connecting a very short interval.
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
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.