Recently active
Hi, Issue1 : I want to show x-axis,y-axis only.But when I give chartareastyle line color as black,It is showing borders on all sides Issue2 : Y-axis,Secondaryyaxis labels overlapping with axis values Please find the attached file.
23:22:55.039 [NettyClient-NIO-5] INFO c.t.s.i.p.v1.V1ProtocolContext - Preparing new Connection Authentication Request for channel: com.thingworx.sdk.impl.transport.MuxingBytesChannel$AuthTrackingBytesChannel@2ac59f79, request: V1AuthMessage [header=V1MessageHeader [messageType=20, requestId=1, endpointId=-1, sessionId=-1, isMultiPart=0], securityClaims=toString() called on SecurityClaims. No output emitted as this could be a security issue. If you want to log information you must explicitly do so at your own risk. It is NOT recommended you do so.]23:22:55.057 [NettyClient-NIO-5] ERROR c.t.s.i.transport.MuxingBytesChannel - Error refilling connections on [channel: null, endpoint ws://localhost:8080/Thingworx/WS, uri: ws://localhost:8080/Thingworx/WS] failed : Connection authentication/registration FAILED [channel: com.thingworx.sdk.impl.transport.MuxingBytesChannel$AuthTrackingBytesChannel@2ac59f79, code: STATUS_UNAUTHORIZED, reason: Error [context: authenticating connection][cause: Mi
Hi, I have the ThingWorx trial version 8.5 for 90 days which is installed in March-2020. Now it is not working and Apache tomcat immediately stop automatically once start.Now not able to access ThingWorx foundation. Thanks in Advance Regards, Sagar
Hello,I am trying to integrate share or local file in thingworx. Actually i created mashup using webframe widget. In url i pasted < file://servername/qooo/12.pdf> this link, But iam unable to view the mashup. can anyone tell how to integrate share or local file in thingworx?
I am trying to follow the guide in the connect section of the thing work. developer to connect the raspberry pi, while setting up the EMS and executing it, I get the following error pi@raspberrypi:~/Desktop/microserver $ ./wsems[FORCE] 2020-04-17 09:20:04,121 ./wsems: Initializing EMS ....[FORCE] 2020-04-17 09:20:04,121 main: Using config file /home/pi/Desktop/microserver/etc/config.json[INFO ] 2020-04-17 09:20:04,121 ./wsems: Creating the WsEms proxy.[INFO ] 2020-04-17 09:20:04,122 ./wsems: Starting HTTP Server.[WARN ] 2020-04-17 09:20:04,122 Main: Encryption is disabled on HTTP Server.[WARN ] 2020-04-17 09:20:04,122 Main: Authentication is disabled on the HTTP Server.[INFO ] 2020-04-17 09:20:04,122 ./wsems: Initializing the ThingWorx REST interface.[FORCE] 2020-04-17 09:20:04,122 httpServer: Initializing the ThingWorx8080[INFO ] 2020-04-17 09:20:04,123 wsEmsProxy::initialize: FIPS is disabled.[INFO ] 2020-04-17 09:20:04,123 wsEmsProxy::initialize: Encryption is enabled on Web
Hello, I would like to make a Popup for displaying the latest 5 notifications in my project and the popup should appear on clicking a bell Icon. I have used collections to achieve the same as of now with a mashup as modal popup. But the size of the popup should be made responsive that is based on the number of notifications (No scroll bar should be present). Currently I am doing it by bind the "PopUpHeight" property of the Navigation Function. But I would like to add a button in the bottom of the Popup which links to another mashup. But When I am adding a row to put a button , the Popup size breaks that is the bottom row size increases and decreases unnecessarily. The Row size is not a bindable property. I want the Bottom row size to remain constant and Top row to change dynamically or any other approaches are welcome. I am Using ThingWorx 8.5. I am posting a picture of what I view i would like to have. Kindly provide any workaround Thank You
I imported tree table widget successfully but after refreshing the thingworx composer it does not appear in the widget section please help to resolve the issue?
I am developing a mobile app that communicates with TWX via REST API. I have created MobileConnector_TH which having services that pull the data and revert it to mobile via HTTP Rest API. Problem statement:- I have one service written in MobileConnector_TH - validateUser(Username, Password) Which contains the following code var params = {url: me.IPUrl+"/Thingworx/action-login?OrganizationName="+organization+"&thingworx-form-userid="+username+"&thingworx-form-password="+password+"&x-thingworx-session=true" /* STRING */,contentType: "text/html" /* STRING */};// result: STRINGvar result = Resources["ContentLoaderFunctions"].GetText(params); This returns HTML webpage data into a string. I am unable to find any specific scenario to validate username&Password via Service. It showing the same result with the wrong password/username. https://community.ptc.com/t5/ThingWorx-Developers/Authentication-with-User-Credentials-via-Rest-Api/td-p/585890
My MSSQL ThingWorx database keeps getting slammed by a query that seems to run very frequently. Here's the query: SELECT COUNT(*) FROM data_table WHERE entity_id = @P0 I am not sure what is triggering this query, or why. But, data_table is quite large and this query seems to be consuming resources unnecessarily. Does anyone know what triggers this query, and why.
Hi, Suppose I have the menu in my master. The menu is like electronics, groceries, and vegetables in horizontal. Now the question is simple. How can I get the detail of the selected menu? If I select groceries then I want to know the details of the grocery menu like menu .linkDestination = "MainMash";menu .parentMenuId = "TotalCareMenu";menu .menuId = "TotalCareMenu_0";menu .isDefault = "true";menu .imageURL = "";menu .linkTarget = "Self";menu .description = "";menu .linkType = "Mashup";menu .title = "[[MAP]]";Thank you.
Hi all, I found some of Thingworx flow events are running for 3 days and I'm not able to stop execution from 'activity log' page. PFB image for reference Could any one tell me how to stop this flow Thanks in advance. /VR
Hi All, Based on selection of combobox, have to filter data. For that i wrote sql query as: SELECT col1 FROM table where col1 in ([[CheckInfo]]) Input :- CheckInfo='value1','value2' But filter is not happening But if i give Input as :- CheckInfo='value1' It fetching data. How to give input for multivalues Thanks
Hello, I am trying to follow the full example in this link: https://developer.thingworx.com/en/resources/guides/thingworx-foundation-quickstart It is very useful but I have a question: Why during creating the THING TEMPLATE we selected the MeterShape to be used in the implemented Shapes, while during creating the THING we selected the ThermostatShape to be used in the implemented shapes? Can we use all for both? or can we switch? what is the reason to sleect one or more? Also, why not all the shapes are visuallized under the Thing Shapes on the left under the "Unassigned"? Thanks,Ahmed
Hello, I have a customer using Thingworx 8.5 on Linux with Postgres and using a temporary license, They can create things using the composer, no issues, but whenever they try to create a thing using the REST API, they get an error saying that "LICENSE IS NOT INSTALLED", as you can see attached, Please, any ideas? Tks, Chris
All.. I have a stream with data coming in. I'd like to create or use a service to update stream entries. End goal would be for the service to have 3 inputs (start,end,tag) so the service would add the "tag" tag to all entries between "start" datetime and "end" datetime. I see the built in "UpdateStreamEntry" so I suppose I could query all stream entries between the two datetimes, and then loop through that entire query result calling UpdateStreamEntry each time. However, I'd like to know if there is already a pre-built function to do this? Thanks
Good day All, I am trying to provide non-administrative user permission to view the Application and Script log in Thingworx 8.4.7. This is similar to this case: https://community.ptc.com/t5/ThingWorx-Developers/Monitor-Log-Access-in-7-1/td-p/520204 However, in the new composer the System - Logs are not available anymore to change the permissions. How do I go about doing this in the new composer? Thanks, Johan Bester
I've upgraded Thingworx from 8.4 to 8.5 and realized that tooltip feature has gone from the most widgets where it was available. I need a widget which shows different pictures (actually icons) are set dynamically, and dynamic tooltip (a string from some service), which I can format (at least set style). Before I used ValueDisplay, but it's new implementation does not allow it anymore. Widgets ptcsimage/ptcsicon don't have tooltip neither. I've found it only in Gauge, but I don't need a needle. Could you advise a widget if such exists, or it will be fixed?
I am getting an issue saying 'for each is only available in Mozilla JavaScript extensions (use moz option)'. I am trying to add rows to my infotable using data being pulled in from a JSON file. Is there another way to do this? Thanks!
Hi, What is the best way to open a popup window only if a condition is true? I would like to open a popup only if a record is selected from a grid. My initial shot was keep the MashupName parameter empty on the Navigator and setup if the condition on the Validator is True, but I don't know how to create a MashupName object to be returned from the Validator.
I've currently have a task to create a grid view with sub headers like a picture bellow. I've struggled with this for few days but haven't got any clue to custom girdview header like this. Can anyone give me any ideas to handle that. Thanks alot!
Hi guys, I've a question regarding Value Stream transaction. My platform is 8.5. Now I have a Thing, which has 20 attributes and a Value Stream assigned for it. I wrote a service to read data from a Data Table and to update all these 20 attributs in the same time. After running service, I found 10 attributes are updated in one record of Value Stream, and the other 10 attributs are updated in another record of Value Stream. But I need to make sure all 20 attrubuts are updated in the same record of the Value Stream, I need this information for Analytics. Do we have some kind of transaction mechanism of Value Stream? Or any other way to make sure the timestamp are same? Thanks a lot!
Hello, I would like to display alarm and warning limits on both ends. Meaning i should display Alarm >80 and also < 10 Warning >60 and also <30 And value between 30 and 60 is normal How should i set my state definition to achieve the same and if cannot achieve through gauge widget then what is the ideal work around to achieve the same. Attached image for reference.
Is it possible to disable one of the options in menu for a particular user in Thingworx 8.5
Hi , I am using the Grid advanced .After binding the data in grid,last column values are not displaying. Regards,Sagar
Hi I have a doubt regarding Thing Templates, when I am using a thing template inside a mashup I am not able to get my custom services. But if I am using the thing templates by ticking the dynamic box then I am able to get my custom services. While using the custom services from the dynamic templates they are not working as written. I would like to know the exact reason. Thank You and Regards Srijith
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.