Recently active
Hello, I am encounring errors when trying to run analysis based on Events, i've published my model and when i test it i get results as i should (image 1) but when i map the data and enable the event i keep getting this error : Throwable Error Executing Event Handler for event Type.Thing:Entity.TW.AnalysisServices.AnalyticsServer.AnalyticsServerConnector:Event.JobResultsAvailable : nul on the application Log and results are returned too the mapped Data. If someon can provide some help in the matter that would be great. Thenk you.
Hi @unknown , Is there any solution to display or view excel file and word document with Thingworx? Thanks & Regards, Sathishkumar C.
Im using auto refreshal for Navigation between screens. how can i implement pause functionality(button) in this usecase. and suggestions about timer. Thanks in advance!!
Hi, For a header or footer in the layout widget, if mark "ShowExpandCollapseTabs" then the header/footer can be expanded or collapsed , and the remain area in the web page can be adjusted automatically. But how to create multiple ExpandCollapseTabs like the attached picture ? The Folder Pannel cannot get this as it won't adjust the size of the remain area when expanding or collapsing. Regards, Sean
I am using the default organization login functionality of Thingworx. If the user successfully login then it redirects the master mashup. But, if I entered the login page mashup URL it's loading the login page again instead of redirecting to mashup how in a normal application. Is it possible if the user is already authenticated then we can redirect to master mashup based user organization?
Hi, I want to create an login page for my organization and login using username and password. I have followed the instructions at http://support.ptc.com/cs/help/thingworx_hc/thingworx_6.5_hc/index.jspx?id=FormLoginPagesforOrganizations&action=show I have been able to create a Login page but what username and password should I use for successful login? The link above descibed as #8.Type your Name and Password. But I am not sure which username and password to enter. Please Help. Thanks, shreekant
Hello All, I am uploading one image and I am showing in the Image widget. In the same mashup I am showing some other content. Whatever I have uploaded image is coming as small image and is not showing clearly. I am looking for any way to maintain the aspect ratio even the image get smaller and to show the image clearly. Thank you in advance Thanks, Vamsi
I am trying to set focus back to a Textbox after a service runs in a modal popup. Tab sequence is set to 1, so it does put cursor in the Textbox when the mashup is loaded, but not after a service is run. I have tried several things to no avail. Any suggestions would be much appreciated.
Hello all, We have installed Thingworx Foundation 90 days trial in local environment. Now we need to extend trial period. Could any one help me with this ? Regards, VR
Is there a way to display a unit (for example, cm, m3, KWh...etc ) on the Y-axis in the time series chart.Thanks in advance.
I tried to access logs from a new user it showed nothing only red line has been shown please help me to resolve this issue
Hi, Is it possible to make the text box widget rounded corners in ThingWorx 8.2? Thanks, Shalini V.
Hi @PaiChung , Per this topic: Is it possible to create a stacked bar graph using a proportional chart widget or do we need to install the following custom chart widget ? https://marketplace.ptc.com/apps/193203/custom-chart-widgets-v301#!overview Regards, Mandar
Is there a way to determine how much RAM an Infotable property is using? Preferably, a method that wouldn't involve setting the infotable, checking the total system memory usage, and then deleting the infotable and doing the subtraction.
Hello @done11, Is this code for drawing polylines in GoogleMaps Widget?
Hi, Following to the same query, In my case, fieldName baseType is Infotable and a datashape for the respective infotable needs to be added. How can I solve it? Regards, Janakiraman p
I have a similar requirement to orient the image from 0-359 deg. It would be glad if you could share the code for developing the extension along with the option to change the image used. Thanks in advance Sarma
I have imported the Integrity Life Cycle Manager extension in ThingWorx 7.4.17. The sample application imported with the extension is not showing any data and while creating the resource provider it is giving error: An error has occurred that prevents the Resource Provider from being created. But on the Composer a thing and datashape are getting created. In the script log the error is: Field Definition Name should not contain spaces : Process Item Type Name I have tried creating resource provider by selecting field names without space even the same error is coming.
https://support.ptc.com/cs/help/thingworx_hc/thingworx_7.0_hc/index.jspx?id=thingworx0303&action=show At the bottom of this page there is an example of how to add or edit an alert for a given property. However when I try and implement this I get the error: "Error executing service AlertAddUpdate. Message :: Alert Attributes For [Above] are not valid - See Script Error Log for more details." The only attributes we need to set are the limit and the limit inclusive if I'm correct, so why would I be getting this error message? I have changed the property variable name to a property on the thing where I am implementing this service. // Create the Attributes Infotable for AddOrUpdateAlert call var params = { infoTableName: "alertAttr" /* STRING */ }; var attrs = Resources["InfoTableFunctions"].CreateInfoTable(params); // Define the fields required by an Above type Alert for an INTEGER field (not the values!) // limit - Minimum value at which the alert will trigger
Hi Folks, I have 5000 records to display in a Mashup at a time. I have the machine configured as required. 16 GB Memory 4 Cores Processor,etc. But it still takes time to load that much records. I also tried increasing the size of Xmx and Xms as 12 GB in JVM variables but no luck. Kindly suggest a way to speedup the loading of such size of records. Thanks!
HiIt seems that under https://developer.thingworx.com/resources the above guides are missing.How can we obtain them?
I have an infotable which conatins timestamp, device_name, temp columns. I need to apply pivot inorder to get device_names as fields w.r.t temp column as values. My pivot code is: var params = {t: data /* INFOTABLE */,nameColumn: "DEV_NAME" /* STRING */,valueColumn: "temp"/* STRING */,timestampColumn: "timestamp" /* STRING */}; var result = Resources["InfoTableFunctions"].Pivot(params); and i'm getting error like this: {"error": ""} please help me out...
Hello, I try to connect a Microsoft SQL Database to ThingWorx … I installed the JDBC MSSQL Connector Extension from the Marketplace and imported it … Then I created a Thing “DB1” with the Base Thing Template MSSqlServer… In the Configuration page I tried to configured… JDBC Driver Class Name:com.microsoft.sqlserver.jdbc.SQLServerDriver JDBC Connection String:jdbc:sqlserver://127.0.0.1\SQLEXPRESS;databaseName=thingworx connectionValidationString:SELECT GETDATE() Database User Name:sa Database Password: my password after saving I get the Message Thing[DB1] is not running… can anybody help me? I use.. Thingworx:8 trial Microsoft SQL Server 2017 best regards!
Hi, I am new to the Thingworx. I have followed the https://developer.thingworx.com/en . The example uses .xml file for import. Instead of that I want to use JSON file. How can I do that? Please guide. Regards, shreekant
As an admin, I can access wsdbprod01136-AnalyticsServer_TrainingThing but my users cannot. I tried giving and enabling all permissions under visibility, design time and runtime at wsdbprod01136-AnalyticsServer_TrainingThing Thing but my users are still unable to access the object at legacy composer and show loading forever. I had an issue previously for creating value stream but worked after I change the permission. Please help with this issue.
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.