Recently active
Hello, Please, asking for help and guidance, I am installing TWX 8.4 with H2 on a Windows 7 computer and I have no license yet, I have installed Java, Tomcat, but after following the installation manual for TWX, when I try to open the webpage, I get the 503 error attached, Please, any tips here? Tks, Chris
Hi, I am facing the same issue while installing the ThingWorx Analytics Server Trial Edition. My ThingWorx Platform is running with URL, https://localhost:8443/Thingworx/Composer. I used the port 8443 and the App Key created for Analytics Server. Tried checking "Use SSL?" box since the URL is HTTPS. But no luck. The URL displays "Certificate Error" but I guess that should not effect the local installation. Any pointers? Regards, Jaison Rodrigues
Hi, How to show the Time Series chart in E-mail body?. How to achieve?. Could you suggest how to implement?. Thank you in advance...
Hi, We need to send data from ThingWorx data table to external systems through HTTPS. Flow is : 1. Send data from DataTable to external system using REST over https. 2. If call is successful(HTTP status code =200), mark data as sent. 3. In case of failure, mark data as NotSent. I tried with ContentLoaderFunctions.LoadJSON(), issue is it does not get any HTTP status code after execution. There is existing issue while getting http status codes. ( https://www.ptc.com/en/support/article?n=CS228550&source=snippet ) Is there any other way to send data from ThingWorx over https. Last option can be creating custom extension for same, but is there OOB functionality? Thanks, Vishwas https://www.ptc.com/en/support/article?n=CS228550&source=snippet https://www.ptc.com/en/support/article?n=CS228550&source=snippet https://www.p
I tried to make a service on a new user it showed some error like "Checkscript Unexpectedly Loaded " I gave all the permissions but the error not resolved please help to solve this problem.
Hi All, What is the difference between the export of a single entity to export "to source control"? Is there any difference other than the indentation? When is it recommended to use the "regular" export? Thanks,Avihu.
Hi, I am enabling few buttons which will be disabled when mashup loaded and on double click a row of grid I enable the buttons. But I am not able to revert the buttons to disable when I single click the next row or any other row. I am able to make it disable only by refreshing the whole screen. Is it possible to refresh the screen by clicking outside the grid or is it possible to make the buttons back to disable by single click of any other row in the grid? Thanks in advance, Shalini V.
Hi, I want to remove a Data Shape through a function call, please let me know the possibilities. Thank you , Janakiraman P
Hi, The header of the tree grid doesn't display correctly after the page get loaded . Only after triggering data binding ,for example, by click a certain , then the header can display well . Version: ThingWorx 8.4, grid-advanced-4.2.0. Regards, Sean
Our TWX security is setup in a way that a custom user group has permissions to make changes, but cannot create new entities (i.e. Read and Update permissions). The idea is that this group can make changes to support small requests and fix/tweak applications quickly, but not create entire applications. What I've found is that the "Read" and "Update" permissions do not apply to the "Manage Bindings" button for a Thing property. It looks like a user group would need "Create" permissions to update Property bindings. To me, this doesn't make sense. "Update" permissions should include modifying the property with remote or local bindings. It also possible that I have something set up incorrectly. We are 8.3. Has anyone else noticed this permissions issue with "Manage Bindings"? Any suggestions on how security can be setup so that a user can read/edit AND access the Manage Bindings?
Hi, I am working on ThingWorx 8.2 and when I bind data to radio button list it only appears in vertical format but I wanted it in horizontal orientation. Is it possible to change it? Thanks in advance, Shalini V.
Can .Net Application interact with Thingworx Database? please provide documentation or approach Please asap!! Thanks in Advance..
We have an application which needs to run in the control room of the plant. This screen should show 24/7 without having to re-login by the operators. I know we can set the Session Idle time for all the users, but this is not preferred because also other users can access the application (and other application on the same platform) where people can have the session timeout to not be logged in without knowing. I found a post to track user activity in the mashup and then run a timer to logout users actively but this also not ideal because we then need to do it for every mashup/application we have build. Thanks for helping out.
Hi Developers, I received this question from a user. Any recommendations? Thanks in advance. --------------- I get another error when i run the next step azure-iot.bat... 14:57:01.520 [main] INFO c.t.f.i.AbstractManyPlatformWebSocketFabric - Many Platform WebSocket Fabric enabled without service discovery: endpoints=[ws://localhost:8080/Thingworx/WS]14:57:01.555 [main] INFO c.t.s.i.transport.MuxingBytesChannel - Subchannel ws://localhost:8080/Thingworx/WS-1 in channel ws://localhost:8080/Thingworx/WS was no longer valid - unregistering it14:57:01.555 [main] INFO c.t.s.i.transport.MuxingBytesChannel - Subchannel ws://localhost:8080/Thingworx/WS-2 in channel ws://localhost:8080/Thingworx/WS was no longer valid - unregistering it14:57:01.555 [main] INFO c.t.s.i.transport.MuxingBytesChannel - Subchannel ws://localhost:8080/Thingworx/WS-3 in channel ws://localhost:8080/Thingworx/WS was no longer valid - unregistering it14:57:01.555 [main] INFO c.t.s.i.trans
Hi, I want to hide the show/hide log from top permanently when you view mashup . When I view the mashup I do not want to see that bar. Is it possible to do? Thanks and Regards, Sheetal sable
Created custom extension as per tutorial https://developer.thingworx.com/en/resources/guides/eclipse-plugin-thingworx-extension-development-tutorial/completed-example-create-extension Import enable is configured in PlatformSettingsConfig While importing extension getting following error. [context: Extension Exception][message: Extension package import failed. See error log for more details.] Tried Debug log, no more information in logs. Same error with marketplace extension too How to debug this? Even though I change ImportPolicy to false still getting same error
Hello, As mentioned in release notes of Thingworx 8.4, the repeater widget is now categorised as legacy widget. And I can see there are problems using the repeater in Thingworx 8.4 as compared to previous versions of Thingworx. I wanted to know if and what is an alternate to that widget. Thanks Aditya
Hi, Could any one please share the link to download the documents for learning and using ThingWorx 8.4 to work on widgets and extensions. I couldn't find the document to use ThingWorx-Rockwell-FT-MES-8.4.1-00-extension. Where can I find the documents to use this extension or could any one provide the link to download this? Thanks in advance, Shalini V.
Read and send data to Integrity using webservice from ThingWorx
Hello, I have a Remote thing, in which I have all the properties as persistent and logged. Those properties are binded to properties of another Generic thing, where these properties are also persistent and logged. Now whenever I restart my Remote thing, all the properties in Remote thing are reset to 0 (zero). And because the same properties are binded to my Generic thing, those are also reset to 0 (zero). What is the reason for this behaviour? How can I prevent this? Another interesting thing to note here is, if I query the properties from my generic thing, I can see that it returns the valuestream entries with latest timestamps (which were sent by Remote thing in previous sessions, before restarting it). However, if I execute the service, get current time, I get as Jan 1, 1970. Any help on this aspect would be appreciated. Thanks in advance Aditya Mittal
Hi, I tried to export a Thing, but it did not work. Then I found this error in ErrorLog 2019-04-17 11:50:31.113-0500 [L: ERROR] [O: E.c.t.w.BaseService] [I: ] [U: tranh] [S: ] [T: http-nio-192.168.230.127-443-exec-3] [context: com.thingworx.webservices.context.HttpExecutionContext@6fe900a3][message: No Context associated with current Thread (through reference chain: org.mozilla.javascript.NativeDate["prototype"]->org.mozilla.javascript.NativeDate["ids"])] java.lang.RuntimeException: No Context associated with current Thread Wrapped by: com.fasterxml.jackson.databind.JsonMappingException: No Context associated with current Thread (through reference chain: org.mozilla.javascript.NativeDate["prototype"]->org.mozilla.javascript.NativeDate["ids"]) at com.fasterxml.jackson.databind.JsonMappingException.wrapWithPath(JsonMappingException.java:379) ~[jackson-databind-2.8.1.jar:2.8.1] at com.fasterxml.jackson.databind.JsonMappingException.wrapWithPath(JsonMappingException.j
Hi, I am trying to install ThingWorx-Platform-Mssql-8-4-1 on my windows instance and I am facing the attached error which is terminating the installation. Steps I followed : 1. Downloaded the installer file ThingWorx-Platform-Windows-FoundationInstaller-Mssql-8-4-1 (144 MB) from https://support.ptc.com/appserver/auth/it/esd/product.jsp?prodFamily=TWX 2. Created an user in MsSQL with required SysAdmin and DB access credentials 3. Extracted the downloaded installer file and tried installing by providing the required MsSQL DB parameters with the user credentails. 4. Installation started and got terminated half way due to the above error.
Hi, I am uploading a excel file with 10 rows using file upload widget and after uploading I am giving the all data to insert into external database. But when I upload only the first row of the excel gets inserted. How can I insert all the rows of the uploaded excel directly after uploading? Below is the query I am using for upload: var params = {path: path/* STRING */,columnMappings: "org_name;org_desc" /* STRING */,hasHeader: true /* BOOLEAN */,longitudeField: undefined /* NUMBER */,dateFormat: undefined /* STRING */,fileRepository: "SystemRepository" /* THINGNAME */,latitudeField: undefined /* NUMBER */,fieldDelimiter: ","/* STRING */,stringDelimiter: '"' /* STRING */,dataShape: "Bobcat_UploadOrg_DS"/* DATASHAPENAME */}; // result: INFOTABLEvar result = Resources["CSVParserFunctions"].ReadCSVFile(params); Thanks in advance, Shalini V.
I am implementing SSO with ping federate for Azure AD. Can anybody help me with any tutorial/example? I am unable to find steps to be followed for the SSO ping federate. TIA.
Hi, I want to show list of "radio buttons list" in horizontal instead of vertical. Is it possible? If possible how to achieve it? 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.