Recently active
I'm looking to keep a specific user session alive past the timeout interval specified in the user management subsystem. The idea behind this session is that it is for a display only screen that does not take input from the user and should not require an user to login in to view it. Thanks in advance
Hey all, can come one help me with the error that am facing while running the ThingPredictor Agent Invalid or Corrupt jarfile thingpredictor.jar
I am using a layout in a responsive mashup that is housing a grid. When displayed my columns all look normal, except for my last one which expands all the way to the edge of the screen. Is there a way to have all columns expand the same amount to fill the screen without setting any static widths? I would like it to look good on all monitors not just one! Thank you!
hi i am working on windows and running ATE via docker. i meet problem that when i restart the docker all the mashups will miss. what can i refer to? Please help Kind regards Ljw
When running wsems I get the following errors: UnencryptedClientStream::doopen:Error opening socket. Error: 111 HttpClient::initialize: Exception while opening connection request to localhost. Error: Error opening non-TLS socket [localhost:8001]
I am running thingworx 8.1, docker version and it was running fine. On next PC restart , after starting the TW , I get no errors on startup screen as in attached screenshot. However, the url to TW composer gives me '500 Unexpected error'. This has happened a number of times, and my usual solution was to reinstall TW. Any insight would be helpful. Thanks
Hi Guys, We have two issues at present in setting up the Prerequisites for installing ThingWorx on Ubunutu 14.04. 1. Cannot connect to Tomcat server on port 443. We can connect successfully on port 8080. I have attached a copy of the server.xml file FYI 2. The guide for installing PostgreSQL states to obtain the thingworxPostgresDBSetup.sh from the ThingWorx Software download. However there is no script with our download, any suggestion on where I could obtain this script from please? Thanks Chris
Hi all, I have a set of things (collected in a infotable) and I would like to know if the current user logged has visibility for each thing in order to show just his thing. I would like to avoid to use GetImplementingThing function because if I will have a large number of Thing, the service will respond slowly. Please see code below: for (var x = 0; x < listLength; x++) { var rowPos = list.rows[x]; var posInstance = Things[rowPos.PosThingName]; try { if(posInstance.name) { result.AddRow(rowPos); } } catch(err) { } } This will work because the "posInstance.name" will return error User does not have visibility permission for....THING_NAME but this cause a large number of log error in monitoring and I would like to avoid that. Is there a way to know if current user has visibility permission on a Thing?
Hello Peoples! I need your help. I have a thing connected via WebSocket (EdgeMicrosrever) to TWX Server. This Thing sends every 6 Seconds current Property values via LuaScript. Now I need two of these Properties to work with. Weight - Value and Time - Value (Edge Thing Time, not the TWX Server Time) But since i get every 6 seconds the current value - I dont need all the Values. Im my case two Values per Property per Day would be enough. Like --Weight and Timestamp Value-- at 8:00:00 and 18:00:00 Oclock Servertime dayli. In my mind it looks like... 04.09.2018 08:00:00 40000(gr) 07:59:56 04.09.2018 18:00:00 35892 17:59:56 05.09.2018 08:00:00 34000 07:59:55 05.09.2018 18:00:00 28804 17:59:57 What do I need this data for? First of All I want to visualize the change graphically, but also get a good overview just by seeing the Values. Further I want to use this valu
I need to block some particular properties value from change via REST call due to security reasons. How can I do this?
I followed below steps:Subsystems -> UserManagementSubsystem -> Configuration, there is a setting called 'Idle Session Timeout'. The default value is 30 minutes. Set it to desired time > Restart Tomcat . but this change the session timeout for all the users, I am only looking to change it for a single user.
Hello, I am looking for a way to deselect row in grid.I found "InfoTable Selector Extension" can do it.The Exctension is bundled with the PTC Windchill Extension.(https://marketplace.ptc.com/apps/193496/ptc-windchill-extension#!features/Required_Bundled_Extensions)I downloaded "PTC-Windchill-Extension-for-ThingWorx-1-9-1.zip" from Marketplace.But zip file don't contain "InfoTable Selector Extension".Where can I get "InfoTable Selector Extension"?Nakaya
Hello I want to localize the return of a function depending of the current language of the session of the connected user. Everything is ok with the labels inot mashups using the "localization tables" but when i want to know the current language in a javascript I cannot get it I'm using this var Language = Resources["CurrentSessionInfo"].GetCurrentUserLanguage(); but it is returning an empty string (the user has "fr" in the languages item any ideas (ThingWorx 7.3.2-b42) Thanks
My users would like the ability to pick and choose on there dashboard gauges and the equipment the data on those gauges represent. So for a particular gadget I have a drop down list with equipment names. The temperature of the selected widget is what get's display when the user has the gadget added to their dashboard. When the user refreshes the screen they have to again pick from the drop down. Is there a simple way to get the selected item to persist or do I have to build some sort of data table keeping track of selections?
Is it possible to connect a MongoDB with Thingworx?
Is there an example on how to setup the .NET Tunnel Manager? I'm calling client.getTunnelManager().Initialize(config) when my application starts.I get an error when trying to test the AddTunnel service.I do have a AddTunnel service defined in the C# code and ThingWorx can see it. How do I link it up with the existing template? What are the parameters for the method and what should the method call to add a new tunnel?Here is the message:Unable to Invoke Service AddTunnel on RemoteMaxMachineFileTransferTunnel : No service handler defined for service AddTunnel on thing [RemoteMaxMachineFileTransferTunnel]
how to use xy chart, can i join the XY points on the chart
Hi, I have gone through the TWX data modelling and the concepts are pretty clear.But, i could not find a clear solution when it comes to modelling external entities like Semantic DB in TWX data model.I will try to phrase my question here; 1. I have 3 robots on the edge (with 3 different functionalities). 2. I have a Graph DB, where i store my data (like creating an order at Robot1, shutting down Robot2 etc.) 3. So, I have a set of Queries which handles basically the CRUD operations in my DB. Now, the question is where to place these queries. 1. In a master Thing (central Thing), which handles all DB related activities. OR 2. In a Thing Shape on individual Robot Thing Template layers (like getRobot2StatusFromDB() service). Please provide your ideas on the best practices. Thanks in advance
Hi,I am getting below error while saving any entity"save failed, status: Forbidden message:"I am unable to create/save new entity. I am contineously getting below waringsCombined.7.3.1-b39.20170117.014959.00367.js:8872 i18next::interpolator: missed to pass in variable responseText for interpolating save failed, status: Forbidden message: __responseText__Please help me.Thanks.
I have the following code with which i never assign the variable back to the property however my property on the "Thing" changes to match the service result. Does anyone know why this is happening? var original=Things["Thing"].Property; var variable=original; var newField = new Object(); newField.name = "Setpoint"; newField.baseType = 'STRING'; variable.AddField(newField); for (var i=0;i<variable.rows.length;i++){ variable.rows[i].Setpoint=/*somevalue*/; } var result=variable;
Hi. I'm trying to use the PDF Extension by PTC downloaded from the ThingWorx Marketplace, but I keep getting the following error when I test the CreatePDF service from within the PDFExport Thing in Composer:Error: invalid page URL input. The ServerAddress is: <mashup URL>I get this error regardless of the mashup URL I plug into the "Server Address" input parameter.Unfortunately this extension is not supported by ThingWorx and is provided in "as-is" condition, as stipulated in the information provide in the Marketplace.Any thoughts, ideas, suggestions, etc?Thanks,Jeff
I am using the hosted trial and trying to get a property of a thing on a hosted server using the following command. http -v -j https://pp-1808241817mn.devportal.ptc.io:443/Thingworx/Things/Motor/Properties/Motor_temp appKey== xxxxxx I get the following error ttp: error: ConnectionError: HTTPSConnectionPool(host='pp-1808241817mn.devportal.ptc.io', port=443): Max retries exceeded with url: /Thingworx/Things/Motor/Properties/Motor_temp?appKey=xxx(Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f9958ed18d0>: Failed to establish a new connection: [Errno -2] Name or service not known',)) while doing GET request to URL: https://pp-1808241817mn.devportal.ptc.io/Thingworx/Things/Motor/Properties/Motor_temp?appKey=xxx What am I missing?
Hi developers, I'm trying to get date and time on my mashup home page. How to get the time dynamically ? I had written a service which gives the date and time as outputs. Should i use refresh widget for this or is there any ootb services available. I wanted to refrain from using refresh widget because i believe if the service runs into an error then the server would be flooded with logs since it will be executed in regular time intervals. I'm using TWX 8.2 version. Thanks in advance. Regards, Saran
Hi All, I'm able to backup my data when i'm using http protocol using the subscription. But I'm unable to backup the entities and when using same subscription through https protocol. Please help me with this issue. Thanks in advance. Regards Sameera
In regard to this post, I want to understand the difference between it.addRow(row.clone()); and it.addRow(row)); Bot are valuecollections, but the results vary.
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.