Recently active
How to disable the tool tip for the line chart in thingworx 9.3@paic @CarlesColl @c_lowy @slangley @VladimirN ThanksShashi
we have created a DB Thing Template and created a 50 thing inheriting the DB Thing Template.then we have exported the both Thing and thing template from server and imported to another new thingworx server. we have changed the JDBC connection in DB Thing Template but it is not reflecting in the inherited thing.we have to manually configure the 50 things separately.. is there any workaround for this. Thanks in Ad
Good day, I'm using the old and deprecated ThingWorx version 8.3. I've written a service part of which is a call to another service which does the rest api call. Is there a way to get a response from the rest api call first and only then proceed with the subsequent portion of the code? Sometimes, the service completes and the rest api had not returned its contents.
can you share any sample script for display grid data in mashup user wise ? I want following type functionality I have 5 row in grid result while UseA login user can see only that UserA's row (2row) and while login UserB they can only see UserB's row (3row) that type of result i want
Hi, 1. Is there a way to capture the ip address of the server where the ThingWorx is installed? 2. How can we capture the ip address of the server that the user is logging in? The getIPAddress of currentusersession is getting changed everyday because of which we are not able to fetch proper value against the IP from configuration table. Thanks in advance, Shalini V.
Hi,I want to show 3D objects in mashup. But I could not find any widget in standard thingworx widget list to show 3D objects. What I know is, One of the ways to show 3D objects is using ThingView widget and CreoView Widget but these widgets are not available in thingworx widget list. Is there any way to get ThingView Widget without having to import any other Thingworx application such as Manufacturing Apps? Is there any other way to show 3D objects without using ThingView Widget ? Any leads on this will be helpful, Thanks .
Hello all, I have created a time series model with a boolish goal variable. I set the validation hold out to 20 %. But now I get Area under the curve (AUC) values below 0,5. Sometimes even zero. I always thought that the values of the AUC range from 0,5 to 1? Am I missunderstanding something? Or what does a AUC value below 0,5 mean? Thank you already in advance. Best regardsDavid
when more than one developers working in same server, how to track the one developers changes to export and import in production server.? [Note: We are using 9.2 thingworx version]
how to setup https for thingworx server in production. And also How to make connection between Thingworx and CSDK through HTTPS?
Hi Everybody, I have an issue with thingworx and the current chrome version. I get a lot or Errors in Application Log: Error occurred while validating HTTP header: sec-ch-ua. HTTP header value: sec-ch-ua: Invalid input. Please conform to regex ^[0-9a-zA-Z()\-=\*\.\?;,+\/:&_ %$ ¡-'"]*$ with a maximum length of 2000 So i did following steps: Check where Thingworx stores the regex and just changed the order a little bit to [0-9a-zA-Z ...So I was able to be sure which Rexeg Thingworx uses for the sec-ch-ua header.It is in file ThingworxStorage\esapi\validation.properties:Validator.HTTPHeaderValue=^[0-9a-zA-Z()\\-=\\*\\.\\?;,+\\/:&_ %\$ \u00A1-\uFFFF'"]*$ Check the content of the sec-ch-us of Chrome. It's: "Chromium";v="86", "\"Not\\A;Brand";v="99", "Google Chrome";v="86" Ok there is an issue with the string of chrome! The backslaches are not allowed by the regex ... So I tried to adopt the Regex and add support for '\' but even with an all all
Hi, all I'm trying to make a schedule chart that shows the operating status and Start/End time. But i have some problem. I want to put end time in the last row of infotable and put in new opreation status and time by add row of infotable. please refer below my code, please let me know if somebody know to put data in last row of infotable. Thank you. best regard
How to apply CSS for pagination widget?I need to reduce the height and width of pagination widget.
Hi Experts, I have come across a scanerio multiple times where same mashup does work on one Thingworx instance and doesn't respond on another instance.Though both Thingworx servers are identical in terms of version, corresponding platform settings and even Thingshape services. But still not responding. Issue description: Mashup has an advanced grid bound to data service which gets triggered on two events i.e. on Mashup load and Navigation popup close. But the service is not getting triggered to refresh grid post popup close.Same mashup has been deployed on a new Thingworx instance and working.I have debugged each and every binding but no luck. Did you come across similar issues and any solution you have discovered? TIA.
Hello , In a responsive mashup how to add margin to a linkI want to display the forgot password link in right side (in responsive way).but it is coming in center.
Hi, We developed Things and connected with Thing Template which has the database configuration details for the Thing to get connected. We did this to establish dynamic connection of Things and it works fine only the first time while creating it. When we exported and imported in another thingworx, the Thing did not get connected when we configured the details in ThingTemplate that is associated with the Thing. How can we resolve this issue? Thanks in advance, Shalini V.
Hi all, While running the script through automation run I'm receiving the error Unable To Convert From java.lang.String to LONG when i'm using the webservice to get Equipment Network from PTC.SCA.SCO.ContextUtils Thing ( in SCO and Manf APP project ) after that getting text from infotable putting getEquipmentNetwork response below InfoTable responseInfoTable = InfoTableUtil.fromJSON(response.as(JSONObject.class));ValueCollection query = new ValueCollection();query.SetStringValue(jsonKey1, value1);ValueCollection collection = responseInfoTable.find(query);if (collection == null) {query = new ValueCollection();query.SetLongValue(jsonKey1, value1);collection = responseInfoTable.find(query);if (collection == null) {throw new RuntimeException("Provide Valid key1=" + jsonKey1);}}return collection.getStringValue(jsonKey2); Failing at line Bold line through automation run collection value going null and throwing the error. If w
I try to write extension with java but no luck to execute. I try it to add mashup and that way i know its not working. But how to make it executable in service page?
i try to invoke service wich returns blob output with Thing db = ThingUtilities.findThing("dbThing");InfoTable result = db.processServiceRequest("customService", null); but how to convert infotable to byte array? best reggards
Hi All, I have a problem with QueryNamedPropertyHistory. I want to run the Query based on another properties value this property is logged but not persisted and on the same thingshape. When I run the query with a query not defined it returns the values but when I set the query to what I need it returns no values why is this? or could you please provide an example. this is my query{ "filters": { "fieldName": "MachinePartNumber", "expression": "3351", "type": "Matches" } }Thanks in advance
Hello, I have used the image widget for background , but I am unable to add other widgets over the image widgetIs there any way by which it can be achieved .
Hi Developers, I try to add calender widget onto my mashup but it doesnt work. How can I configure the widget ? ptcschartschedule Ideal scheduler view
Hello all,I have a user group and I am trying to get user extensions data of all users to an infotable. The infotable would consist of user extensions as columns. how can I do this? Thanks and Regards.
The audit log contains an explicit message stating, "Logout for user: xxx" when the user logs out (via Composer > User > Logout or via a logout widget in a mashup). But when a session times out (30 minutes by default as configured in UserManagementSubsystem), there is no recording of that. Is there a way to create an audit log message when the session times out?
Hi Experts, Has anyone connected any laser engraving machine via Thingworx? Can you please let me know how to connect and if any example there then let us know? Thanks
Is there a way to do that? I have only found the services to set REMOTE bindings as is explained in this links: http://support.ptc.com/help//thingworx/platform/r9/en/index.html#page/ThingWorx/Help/Composer/Things/ThingProperties/ProgrammaticallyAddingPropertiestoThings.htmlhttps://www.ptc.com/en/support/article/CS233812 I am using Thingworx 8.5 Thanks
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.