Recently active
Hey Everyone, I am using ThingWorx v 8.5.0 and am having trouble increasing the font size of a drop down list . I am using the 'DropDown' widget, and have changed the 'item-value' font-size style property to 20px. However, this seems to only make the 'hint text' in the drop down list larger, but when I expand the drop down, all the values are still a smaller font size. Am I missing something basic here? How can I increase the font-size of the selection items in the new drop down widget? Thanks so much for your help! Andrew
Hi, I try to send a POST command to an API with this code : var json = {"machinecode": "E5","dispatchtypecode": "PANNE","description": "Temps de vide trop long > Chambre Droite","tradecode": "Maintenance"}; var url1 = "https://xxx.com/api/1.0/dispatches/open/?auth=abcdefghij&site=50"; var params = {headers: header /* JSON */,url: url1 /* STRING */,content: json /* JSON */}; // result: JSONvar result = Resources["ContentLoaderFunctions"].PostJSON(params); But I receive this return : {"headers":"","success":false,"error":"Unexpected error in open. If problem persists contact Support."} Could you help me, please ?
Hi, I'm running the c-sdk 2-2-3-1545 in a device and when I try to download a file from the Thingworx repository to the device, by using twFileManager_GetFile(), I receive the following error: [ERROR] 2019-12-03 15:09:59,666: twMessaging::handleMessage: Response ID 20 has code 160: Entity FileTransferSubsystem does not exist or is not yet associated with a Thing [ERROR] 2019-12-03 15:09:59,666: twFileManager_TransferFile: Error invoking Copy service on FileTransferSubsystem I tried to call the Subsystems["FileTransferSubsystem"].Copy() service (In the Thingworx side) to validate the parameters that I was using, and everything worked fine. Can anybody help me with that ? Did you faced that error before? Thanks in advance.
Hello Everyone, I would like to extend an existing FileRepository Thing with links to directories in the same network as the Thingworx server. When simply copying the Links into the FileRepository (on the Thingworx server, not the composer view), the content of these directory links is not traversed when running e.g "BrowseDirectory" service of the Repository. Is there a way to also access the content of these links? The reason is that we have some projects distributed in the network and the files of these projects should be accessed via a Thingworx Thing (preferably fileRepositoryThing) Any suggestions are appreciated very much! Best Regards, Dominik
Hi, How do i need to return data from another mashup (modal popup) with the new navigation function in TW8.5? By using the navigation widget the variables are shown in the properties, but there is no property section in the new navigation function. I can only bind data to the mashup in the "Mashup Parameters section", but i can not get data from the mashup. All the parameters have a two way binding. Kind Regards, Nick
@htran-21 This is great! I've been searching around to try to figure out how you're extracting the JS from the XML, but not having much luck. Could you please share your process to extract and create the corresponding .js/.sql files?
Hi All, Using CSV parser extension service WriteCSVFile am storing CSV file in SystemRepository. But my requirement is to save the file to local folder. Is there a way we can achieve this. Thanks in Advance. Regards Lakshmi.
Hello Together, I'm facing the following issue when install Thingworx Extension with Eclipse. Cannot complete the install because one or more required items could not be found. Software being installed: ThingWorx Extension Builder 7.2.0.201608021836 (com.thingworx.eclipse.extension.feature.feature.group 7.2.0.201608021836) Missing requirement: ThingWorx Extension Development Environment 7.2.0.201608021836 (com.thingworx.eclipse.extension.ui 7.2.0.201608021836) requires 'osgi.bundle; org.eclipse.wst.server.ui 1.5.100' but it could not be found Cannot satisfy dependency: From: ThingWorx Extension Builder 7.2.0.201608021836 (com.thingworx.eclipse.extension.feature.feature.group 7.2.0.201608021836) To: org.eclipse.equinox.p2.iu; com.thingworx.eclipse.extension.ui [7.2.0.201608021836,7.2.0.201608021836] Eclipse IDE Version: Eclipse IDE for Java Developers Version: 2019-09 R (4.13.0)Build id: 20190917-1200
Hi, May I know how to use thingworx services to display this chart using label chart widget?
Essentially I want to simulate data of the three above systems so that it can be sent over to a Thingworx server (EMS). There will of course be corresponding hardware that will be needed to simulate some of these. My project will be using the Raspberry Pi 3 b+ to host the server and as a way to connect some of the hardware that will aid in simulating the industrial connectivity data. An idea I've been playing around with is using WinSPS-S7 V6 to simulate the PLC data (https://www.mhj-tools.com/winsps-s7/). As for the rest, I am unsure. Any insight or recommendations would be greatly appreciated.
Hi. I have an infotable bound to an Advanced Grid widget (using v4.2.1 from the marketplace) and I see that the column sorting is not readily available as it is with the standard Grid widget. I checked the documentation, and it only specifies how to sort columns when you have Data Table as a source, but I'm interested in using infotables. I have a service that sorts the infotable based on a column input, but I don't see how that could help me, as I can't dynamically pass the column name to the service. Can anyone give me some help on this? Thank you
Hi guys, I have a password as a property on a thing. I however need the password to run a service. Where or how do I generate the key required to decrypt the password with the decrypt service in the EncryptionServices resource? var result = Resources["EncryptionServices"].DecryptWithKey({ data: "" /* STRING */,key: "" /* STRING */});
Hi, I think, me and EMS won't be friends 😞 First my scenario: I have a edge-device where I only can deploy docker-container (via a web-gui) and I can connect to the device via ssh. I build a dockerfile based on ubuntu which includes the EMS (with config.json etc.). If I run my container the edge-device is connected to thingworx (running in aws). Now I want use EMS-tunneling to connect to the edge device via ssh. Problem: In the guide (http://support.ptc.com/help/thingworx_hc/thingworx_edge/index.html#page/thingworx_edge_sdks_ems%2Fws_ems%2Fv5.4.0_c_ems_wsems_configuration_tunnel.html%23) it saids you have to install UltraVNC Server on the mashine where EMS is running, but only a windows version is available. So I installed ThinVNC with Xfce-Desktop manually on the ubuntu docker instance. So on some steps of the installation you have todo some inputs - very bad for a docker deployment. After installing a try to start ThinVNC but I get a error message "vncser
I couldn't find any specific post in regards to my question, so I did research on the two subjects individually. STREAMS - time series data (timestamp and additional data) has a list of activities from things or data associated with things thought of as a table structure with five predefined fields and any number of user-defined fields: timestamp tag source source type location PROPERTIES - how you describe the data points that are directly related to a thing. Each property has a name, description and a data type Note: Any informative feedback to my question would be greatly appreciated. Thank you and have a nice day!
While trying to connect to the SQL database from thingworx . saying Thing is not running . plz check attached configuration file. actual database is at local machine and running thingworx is at another Machine .thank you
Hi, There are many Thingworx SQL errors in ApplicationLog 2019-11-28 03:14:18.840-0600 [L: ERROR] [O: c.t.p.m.MssqlModelExceptionTranslator] [I: ] [U: System] [S: ] [T: FileTransfer-3] [message: Violation of PRIMARY KEY constraint 'file_transfer_job_pkey'. Cannot insert duplicate key in object 'twschema.file_transfer_job'. The duplicate key value is (08ec7aa0-1844-4ac7-bd31-71d8271f30d3).] 2019-11-28 03:14:18.840-0600 [L: ERROR] [O: c.t.p.m.MssqlModelExceptionTranslator] [I: ] [U: System] [S: ] [T: FileTransfer-18] [message: Violation of PRIMARY KEY constraint 'file_transfer_job_pkey'. Cannot insert duplicate key in object 'twschema.file_transfer_job'. The duplicate key value is (5de4e265-4319-439d-bc24-ffeeb9f89da6).] 2019-11-28 03:14:18.840-0600 [L: ERROR] [O: c.t.p.m.MssqlModelExceptionTranslator] [I: ] [U: System] [S: ] [T: FileTransfer-17] [message: Violation of PRIMARY KEY constraint 'file_transfer_job_pkey'. Cannot insert duplicate key in object 'twschema.file_tran
Hi , I found the comboBox view of List widget can only display the data for the 1st time , the bounded service return different data for the 2nd time then the list display empty. The dropdown view doesn't has the problem , but it requires panel so is not responsive . Is it a known issue ? Thingworx 8.4.2. Regards, Sean
Hi, I know c.t.s.f is com.thingworx.security.filter, but i wonder what is E? My Bests, Hung Tran
Hi, There are many errors during the ThingworxServer starting 2019-11-28 03:14:59.497-0600 [L: WARN] [O: c.t.s.s.w.WSCommunicationsSubsystem] [I: ] [U: SuperUser] [S: ] [T: WsCommunication-9] Could not dispatch async service request [NotifyPropertyUpdate] : null 2019-11-28 03:14:59.506-0600 [L: WARN] [O: c.t.s.s.w.WSCommunicationsSubsystem] [I: ] [U: SuperUser] [S: ] [T: WsCommunication-6] Could not dispatch async service request [NotifyPropertyUpdate] : null 2019-11-28 03:14:59.513-0600 [L: WARN] [O: c.t.s.s.w.WSCommunicationsSubsystem] [I: ] [U: SuperUser] [S: ] [T: WsCommunication-4] Could not dispatch async service request [NotifyPropertyUpdate] : null 2019-11-28 03:14:59.514-0600 [L: WARN] [O: c.t.s.s.w.WSCommunicationsSubsystem] [I: ] [U: SuperUser] [S: ] [T: WsCommunication-3] Could not dispatch async service request [NotifyPropertyUpdate] : null 2019-11-28 03:14:59.514-0600 [L: WARN] [O: c.t.s.s.w.WSCommunicationsSubsystem] [I: ] [U: SuperUser] [S: ] [T: WsCommunication-
Hi, I got a timeout issue when saving/executing the test flow . Any idea about it ? Thingworx 8.4.2
Hello, I'm on Thingworx 8.4 I'm trying to create application key with a service, but unfortunately some user can't do that. Previously, I had this error : Unable to process import: Not authorized for CreateSo I went to Permission -> Collection -> Application Key -> Design Time and add user and give it the rigth to create and delete. But now, I have this error : Import Failed: Unable to create applicationKey: [1,018] Data store unknown error: [Error occurred while accessing the model provider.]] Some users (Administrator, or users in Admin group) could do this action without problem Do you have some information about this please ?
Hi, I want to use thing services to get Mashup name. how to do that?
I'm trying to create an asset in the Asset Advisor App. What is the name of the thing I should use for creating assets? And what is the name of the service I should use? Thanks.
May I know how to get Value "23" based on Category "Outstanding PTPP" and pass value to another Datatable using for loop?
Hi , How to differentiate between Pad and PC in thingworx ? I set the Home Mashup and Mobile Mashup separately, but it always display the Home Mashup instead of the Mobile Mashup when I use Pad to login , whatever using iPad or android Pad . Why do I need to differentiate between Pad and PC ? Because of the bug https://community.ptc.com/t5/ThingWorx-Developers/Critical-Issue-Collection-widget-CANNOT-scroll-in-Android-Pad/m-p/628184#M39411 , I have to create Static mashup for Android Pad and another mashup for PC. version-- Thingworx 8.4.2 Android Pad / iPad / Chrome / Safari /Firefox. Regards, Sean
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.