Recently active
Hello, I am trying to install Thingworx navigate 1.8 using installer (600 MB file proivded on PTC website). I don't have Windchill configured for SSL, nor i want to do it. So i am selecting option Fixed Authentication. I keep my Windchill server on, i can access it from browser. So even after providing correct URL and Administrator username and password i am not able to connect to windchill. I guess for Fixed Authentication Https is not mandatory. Also when i try to connect using media 1) ptc-windchill-integration-connector-proxy 2) ptc-windchill-integration-connector and run the LandingPageAccessAppMashup , it shows connection refused in Application logs.
Hello everyone Suppose I have a application by which user register and he/she can login.(Not using Organization) I will save the user details from registration page into Datatable. If user hits the Rest API URL directly of any mashup for suppose, then it ask for user credentials. How to authenticate the URL by retrieving the details from Datatable.
Hi,I have a DATETIME property named 'Born' which records the time at which a remote thing is created on the server. I create the things via a service I wrote, which monitors for unbound devices and then creates an instance from a template I created. Immediately after the thing is created I set this property to the current time. However, I have noticed that this property updates to a later time periodically, even though I don't have any other service which sets this parameter. At first I thought there might be some old service that was being called that assigned a new time value to it. To check this I exported all my templates to an xml file on my pc and then searched for occurrences of the property 'Born'. Aside from the definition of the property in the template it only occurred in one other place, my create service.var unboundPrinterTable = Resources["DeviceFunctions"].GetUnboundIdentifiers(maxNum);var numPrinters = unboundPrinterTable.rows.length;for (var x = 0; x < numPrinters;
what is this error? service gets a string as input.. some strings works. Checked logs but only displays error name. Please help
Hi, I'm using Thingworx 8.3.0 and I want to use DSE as the persistent provider. What versions of DSE are compatible with Thingworx 8.3.0? I have already installed 5.0.15 and I configure the Persistence Provider and the Value Stream but when I try to enter data for a "Logged" property, I get the following error [context: com.thingworx.webservices.context.HttpExecutionContext@30f58838][message: com/thingworx/common/utils/SerializationOptions] Thanks
Hi All, I'm trying to create a mashup that that displays data in a table format that can then be filtered by the user. The Data Filters that should be available to filter the data are. Time Stamp (easy enough) on its own Metadata like in the advanced find but like a radio button Drop Down List to further filter the data... Please have a look the screen grabs for what I mean. Some of them are easy enough on their own but is there a way to combine them or even better is a widget that on the marketplace that can do this? Thanks for the help. Regards,
Hello Everyone, so I have the ThingWorxAnalytics Version 8.3.2 Trial Edition installed. Now I would like to use the Anomaly Detection Services. When trying to create an Anomaly Alert for a Property the initialization fails and the following Log Message appears: Anomaly Detection Training Service URI is not set. Please Verify. I wonder how to find out this URL? Since it is installed on the machine its localhost but I dont know about the port and the rest. Any help about how to set this up correctly is appreciated very much. Best Regards, Dominik
Hi Developers, I'm currently doing inplace migration of TWX platform from 7.2 to 8.3. I had followed the TWX Upgradation document to successfully complete the inplace migration. In the document it was recommended to do Extension re import for our use case. There were no mention of steps in the document to do this. Our server even with out extension reimport was functioning properly but we got datastore errors (Unable to get search entries: [1,018] Data store unknown error: [Error occurred while accessing the model provider.]]) frequently. So we had decided to do the re import to complete the upgradation process. We've lot of extensions in our old platform among which TWX Utilities 7.2 is important for our application. Lot of entities are developed based on the templates, things and services from that extension. I have found two ways to do this extension re import such as: Delete the older extensions (and its dependencies) and import the latest
Hi Team - I am trying to run the Respberry Pi example from the Guides. Everything is working fine and my TW Server, EMS Server and LuaResource is talking to each other. However - LuaResource is NOT able to register the RemoteThing on EMS server. Its getting stuck at [DEBUG] 2018-03-01 15:13:19,864 thingworx.server: Invoking /Thingworx/Things/LocalEms/Services/AddEdgeThing on server. content: {"keepalive":60000,"port":"8001","timeout":15000,"host":"127.0.0.1","proto":"http","name":"*ExampleThing","path":"/scripts/Thingworx"}[TRACE] 2018-03-01 15:13:19,865 luaBindings:newRapClient: Found RAP at 127.0.0.1:8080[TRACE] 2018-03-01 15:13:19,865 luaBindings: Got RAP timeout: 0[TRACE] 2018-03-01 15:13:19,865 luaRapBindings: Self Signed certificates are enabled for the RAP conneciton.[TRACE] 2018-03-01 15:13:19,865 luaRapBindings: Certificate validation is disabled for the RAP conneciton.[DEBUG] 2018-03-01 15:13:19,866 SDK: twTlsClient_Create: Initializing TLS Clie
Hi There, I was trying to enable full-screen mode by clicking a button instead of f11 option. I used the following HTML code as a normal HTML file, works cool. <button onclick='document.documentElement.webkitRequestFullscreen();'>Go Fullscreen Mode</button><button onclick='document.webkitExitFullscreen();'>Close Fullscreen</button> I also tried HtmlTextArea widget with the read-only option enabled, Not getting the expected result. Even I tried WebFrame widget to call the HTML file and execute, not worked. Give me a solution if exist.
Hi, I have imported several Azure IoT Devices into the platform. The problem is that I can not delete them if the "ThingWorx Azure IoT Hub Connector" is not running. If I start the "ThingWorx Azure IoT Hub Connector" it deletes the things but it also deletes the devices from the Azure IoT Hub, which is not the wanted behavior.
Hi, I wanted to create a mashup completely responsive but when I add text box or label in a layout it is asking for panel so when I check for responsiveness in runtime its giving me scrolls and not being responsive. Is there any way in which I can add label and text boxes and other widgets directly in a responsive layout? Thanks, V Shalini,
Hi all, in our current project we are using a custom authenticator to leverage 3rd party security solution. Therefore we need to implement device session handling. Can anybody point me in a direction how to disconnect a RemoteThing from Thingworx server side? Cheers, Sebastian
Have any users integrated an SPC functionality in their mashups or data models?We have a water treatment process and we would like to use SPC charting from monitoring variability of the disinfection process.
Hello, I have a FileRepository Thing "myTestRepository" where I would like to limit the permissions for a group of users to only downloading files for which they get the link. I would NOT like to give them permissions on ALL the services on "myTestRepository" Thing - to ensure they cannot add/delete/modifiy files in the repository (e.g. thru REST calls using a REST client like Postman) or read the contents of other Folders... The downloadLink could be returned by a custom service "getFileDownloadLink" as a HYPERLINK, just as it is returned by the built-in service GetFileListingWithLinks of the FileRepository ThingTemplate. The service GetFileListingWithLinks could be allowed to execute by giving ServiceExecute permissions to the System User, so that the downloadLink can be returned when GetFileListingWithLinks is called from the getFileDownloadLink Service - which is the only service I would like to allow ServiceExecute runtime permissions
How to remove html injection in ThingWorx applications?
Hello community, I am working around something like navigating to a different mashup on clicking of the contained mashup where i have used gadgets. Again, is it possible to make whole contained mashup clickable or is it possible to make whole gadget clickable? Here, I have implemented a rudimentary solution which is not at acceptable.(I have created a button ad made it as transparent color, which will be visible only on hovering on the contained mashup). Let me know your thoughts on this. This is what i have done so far. Now I need to make whole contained mashup clickable.
previous version windchill connector is used to connect windchill we give getBaseUrl to get the url but in Navigate 1.8 there is no getBaseurl and processJSONrequest. how we can do that?
Hi, I need to create hierarchy of things on thingworx platform where I need to show a gateway as a thing and devices connected to this gateway. Like: GatewayThing DeviceThing1 DeviceThing2 DeviceThing3 This is possible by creating network on the platform. However, is it possible to create network using .net SDK?
Hello, I would like to create a composite query (single query) which has types of both AND and OR. For better explanation consider that datatable (say DT_A) has four columns (say 'name' [type: STRING], 'description' [type: STRING], 'remarks' [type: STRING] and 'date' [type: DATETIME]). Now I would like to create a single query which can give me results for - "GET datatable entries when 'name' or 'description' or 'remarks' is LIKE '*asd*' and 'date' equals (EQ) '1543881600'" I referred couple of links as mentioned below, but I am not able to create a single query for above statement https://support.ptc.com/cs/help/thingworx_hc/thingworx_7.0_hc/index.jspx?id=QueryParameterforQueryServices&action=show https://community.ptc.com/t5/ThingWorx-Developers/How-to-query-form-infotable-using-query-function/td-p/505431 Please let me know in case some more information is required to address this problem. Thanks in advance. Regards Aditya Mittal
Hi, I am currently using ThingWorx 8.3.1. ThingWorx was working perfectly fine in my local system as well as the AWS instance that I have. All of a sudden both of them failed and the license in ThingworxPlatform changed from "successful_license_capability_response" to "ignored_license_capability_response" and "unprocessed_license_capability_response". This happened in both the AWS instance as well as my local system. The tomcat server closes after the last line of in the attached screenshot I also tried downloading a new license with the device id obtained from the "licenseRequestFile.txt" file. However, same error occurs. This is the application log - 2018-12-04 14:21:41.083+0530 [L: INFO] [O: c.t.s.s.Subsystem] [I: ] [U: SuperUser] [S: ] [T: main] Starting Subsystem [LicensingSubsystem]2018-12-04 14:22:17.465+0530 [L: ERROR] [O: c.t.s.s.l.LicenseFetcher] [I: ] [U: SuperUser] [S: ] [T: main] License capability response returned a license with no features2018-12-04 14:23:
Hello, I am using ThingWorx 8.3.1. ThingWorx was working fine on my windows 10 system as well as a cloud based windows server, while suddenly the license in the "ThingworxPlatform" folder changed from "successful_license_capability_response" to "ignored_license_capability_response" on both these windows systems. Below is my application log. 2018-12-05 16:06:04.507+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: main] Subsystem LicensingSubsystem is starting2018-12-05 16:06:04.507+0530 [L: INFO] [O: c.t.s.s.Subsystem] [I: ] [U: SuperUser] [S: ] [T: main] Starting Subsystem [LicensingSubsystem]2018-12-05 16:06:40.132+0530 [L: ERROR] [O: c.t.s.s.l.LicenseFetcher] [I: ] [U: SuperUser] [S: ] [T: main] Unable to process capability response because Storage anchor break found.2018-12-05 16:07:12.311+0530 [L: ERROR] [O: c.t.s.s.l.LicenseFetcher] [I: ] [U: SuperUser] [S: ] [T: main] Unable to process capability response because Storage anchor break found.20
I have a requirement to notify the gateway (remote) thing of the asset whenever there is a new dispatch schedule available. The easiest way to achieve this I think is to add a subscription on the gateway (remote) thing that listens to the Modify event of the dispatch schedule data table. The issue I have is that I want to add the subscription to the gateway (remote) ThingTemplate and therefore make it generic – but when making a subscription we need to define the source thing – in this case the dispatch schedule data table…but this changes depending on the asset. Example shown in attached media. The source in this example is 7bec84e9-93d8-482e-9910-186b67ebd81bDispatchSchedulePhysical and all I’m doing in the script is telling the gateway that there is a new schedule available to be retrieved. I’ve had a look at adding the subscription dynamically, but I’m not sure this is the solution. Any advice appreciated.
Hi, I wanted the gauge that I have attached as pictures. Will I be able to get it from marketplace? I already have used progress gauge and normal gauge widget in my Mashup but it doesnt meet my requirement. I am not getting the half gauge. By any chance can i modify the existing gauge that I have into this kind or any extensions available? Please provide some help. Thanks & Regards, Shalini V .Half gaugeMultiple gauge inside one anotherdynamic progress gauge
Hello, I have a question: is it possible to get via frontend the name of the current mashup? If I have a mashup called "Test" can I bind it to a service which returns me "Hello, you are in Test mashup" on the mashup itself? Thank you
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.