Recently active
Hi All, I have installed oracle Java software. after I install tomcat 8.5 which path name I write in System Environmental variable, Like jre or jdk.. Which one is correct.. Please consider me. And reply sir Regards Veerasekar
Hi, I have installed Thingworx 8.5.3 version recently. Yeah, it is fresh installation. After trial expiration brought paid license and trying to configure. Every time it is showing ignored_license_capablity_response.bin. I followed all the suggested by PTC but still the issue is same. Please find attached NavigateLicensingConfigurator_install.log, Application.log Any suggestion that would help to resolve this issue ?
All, register here for the "What's new in ThingWorx 9.0" - Webcast on Thursday June 25th.
Hi, Two servers are available with Microsoft Windows 2016 Server Operating System. Server 1 - Windows 2016 OS, 64 GB RAM, 500 GB Server 2 - Windows 2016 OS, 32 GB RAM, 200 GB Which server is preferable for Thingworx application and database respectively? With regards Yedukrishnan
We generated a thing based on a thing template inside the PTC Thingworx Composer.The Thing Template we used was important from another thingworx instance whitch was running version 8.4. The Thingworx instance which giving us the error message is version 8.5. However if want to connect the Thing to Thingworx Flow or want to change the things attributes with via a subscription, we can the following error message: Thing [DF_Compressor_01] is not running or Attempt To Write Property [temperature] Failed - Thing Not Running Application log: 2020-06-08 14:39:49.062+0200 [L: ERROR] [O: E.c.q.l.c.Logger] [I: ] [U: Administrator] [S: ] [P: ] [T: http-nio-8080-exec-2] Unable to start thing DF_Compressor_01, java.lang.Long cannot be cast to java.lang.Double 2020-06-08 14:57:35.867+0200 [L: ERROR] [O: E.c.q.l.c.Logger] [I: ] [U: Administrator] [S: ] [P: ] [T: http-nio-8080-exec-2] Unable to start thing DF_Compressor_01, java.lang.Long cannot be cast to java.lang.Double 2020-06-08
Hi, I am Rynaldi. I have a B&R PLC running an OPC-UA Server and am trying to connect it somehow to Thingworx. What is the possible way to do this actually? I've read several posts in the forums but they are mentioning different methods, such as using the OPC UA Client from the marketplace (which somehow I couldn't find anymore in the marketplace), using Kepware Server, using KepServerEx. So I'm confused what is the latest method to communicate with an OPC UA server running in a PLC actually? I actually have access to the Thingworx Manufacturing Apps as well. Would that be any help for the OPC UA communication? Later, I want to use this information in the Vuforia Studio actually. The idea is to get the real information from collected by the PLC and present this information in the AR Experience designed in Vuforia Studio. I would appreciate any help 🙂 Best regards, Rynaldi Maydrian Lauren
I am using Thingworx for Manufacturing App. I configured a workflow using Workflow Builder, and added a User Task. I configured PTC.BPE.BusinessProcessNotifier with correct mail server settings, and also PTC.BPE.UserTaskHelper according to help at http://support.ptc.com/cs/help/thingworx_hc/converge_6.5_hc/index.jspx?id=Converge_BPCreate&action=show. Then I duplicated a mashup from PTC.BPE.UserTaskPanel. The problem is I didn't receive any mail notification when workflow stopped at the User Task showing In Progress. I can change the workflow state from thingworx workflow management web page. What could be the reason?
I have designed screen in 1680 *1050 resolution.It is looking perfect only in that resolution.Below is the attached application screenshots in different resolutions.No matter how much ever I try avoiding panels still i had to use them to meet design requirements.How do I design a fully responsive UI with no issues?
Hi, I am using ThingWorx 8.5 and I have several confirmation functions. Though I edited the width and height of the confirmation box, it doesn't resize to what I gave. I wanted to reduce the size of confirmation messages. How can I resize it? Thanks, Shalini V.
Hello, Currently I´m facing some issues writing a custom Java Extension that has a service with a parameter of type InfoTable. The Service parameter is annotated like this: @ThingworxServiceParameter(name = "param", description = "", baseType = "INFOTABLE", aspects = {"isEntityDataShape:true", "dataShape:TestDataShape" }) InfoTable param Here the baseType is set to "InfoTable" and in the aspects array a DataShape is pointed that exists on the ThingWorx platform. When I try to execute the Service interactively and want to enter the parameter values I get the following message: I am using ThingWorx 8.4.5-b102 and I am pretty sure this has been working with ThingWorx 7.4. Has anybody any adivce or can reproduce this issue? Thanks, Keijo
Hi all, I am working with two monitors. One monitor is 1920 x 1080 and the other is 1366 x 768. I have created a mashup type responsive and that mashup I am using widget called value display (to show some informations). I was able to realized that the value display is responsive widget but the font that is into the value is not. Followed below the images that can help to undertand the problem: 1920 x 1080 1366 x 768 My question is: There is any way to do the value display's font be responsive too? Regards, Leonardo.
It’s here! It’s happening! ThingWorx 9.0 released today! Unleash the Power of Now and leverage exciting new features like: Improved performance and higher availability via active-active clustering Faster, more streamlined development with: New widgets like line, bar & schedule charts Undo & redo functionality in Mashup Builder (look out for an upcoming Ask Kaya tech tip) New Mashup mobile settings Simpler management of entities and applications: Improved auditing scale & usability Ability to group entities via Thing Groups Ability to deploy apps built prior to 8.5 with Solution Central And more—like: Confidence model training Delegated authorization for Flow [Navigate] Component-based app development for custom production use apps (upgrade-safe) And even more—the list goes on and on. Check out the full list of new functionality in the 9.0 release notes and discover our What’s New page. Access 9.0 under “ThingWorx Foundat
Hi, I have thingworxPostgresDBSetup.bat file run time psql.exe' is not recognized as an internal or external command, operable program or batch file Error came..what can i do? so pls consider me..after reply me
Hi, im still new to thingworx. I wanted to know if creating multiple projects will affect existing projects? And do we need to state which project to use in vuforia studio Thanks in advance
Hi, I am using the Java sdk to connect to the TW server via ConnectedThingsClient. I need to dynamically create Things, and add properties to them. For this I'm doing - client.invokeService(Resources, "EntityServices", "CreateThing", inputCollection, 3000);client.invokeService(Things, "EnableThing", "<thingName>", new Vc(), 3000);client.invokeService(Things, "RestartThing", "<thingName>", new Vc(), 3000); The enableThing service call returns an infotable with row containing enabled = false. Even after the restart call, the thing is still disabled. I have tried to restart the client connection in between 2nd and 3rd invoke call. If I do the same set of actions via REST apis, for the same credentials, it works. What might be going wrong with the java calls? Any pointers will be appreciated! Regards, Vaishnavee
i have one form and i want to give validation to that form. The form i have attached below
All, register here for the "What's new in ThingWorx 9.0" - Webcast on Thursday June 25th.
In this short online exercise you'll help evaluate new website concepts and labels. STUDY DETAILS This activity takes about 5 minutes to complete The study runs to the end of day Thursday, June 25, 2020 You can complete this online activity anytime at your convenience Complete Online Study > Thank you for your participation! Nalie Lee-Heidt PTC Voice of Customer & Customer Experience Team
Hi , I couldn't find the widget "layout" in ThingWorx 8.5.5 while it exists in 8.5.4 and previous versions . If this widget is obsolete in 8.5.5 , which widget can be used to implement a sidebar which supports expand & collapse ? Regards, Sean
Hi All, Is it possible to provide multiple child Mashup to collection widget per row. Currently I have written a service which returns some columns along with last column name as "MashupName". If I provide specific Mashup Name to collection it repeats all rows perfectly. But I need to change Base mashup as per row data. Kindly suggest me, how I can achieve this. Regards, Siddharth Srivastava
Hi, Our environment is Thingworx 8.5.2 with Manufacturing Apps 8.5.2. After creating 3 new equipment types, and creating new equipments of these types everything was working ok. But we made an export to import the manufacturing apps configuración to another server with the same environment and it doesn't work. When a click on the configuracion menu, I can see my equipments tree but when I try to access to the status configuration page, I can't see the status definition table (see status-configuration.png). I also try to create a new equipment but previously created equipment types are not in the Type list, I only can see the default equipment types: site, line and asset. I didn't get any error in the import process. It seems like my new 3 equipment types doesn't exist in the new server but they are present in the PTC.Factory.C_LaunchPointConfigurationThing_8.5.2_00 and the equipment things exist as I can see my equipments tree. In the logs I
Hi , I have 16 pages and it displays 1 to 5 and then the 16th page no. on my screen.But I want to display only two nos and the next and previous button .I can do that for two pages,how do I do it when I have 16 pages? for eg: I want " previous 5, 6,next " instead of "previous 1,2,3,4,5 ...16,next . please check images for better understanding. This is what i want when i have 16 pages but this is how it displays
I have to create this kind of screen in below attach but that widget is not available in ThingWorx Platform I'm new in this platform, can you please help me which widget or which extension is used for Time slot,Share Report and For Edit,Update and Delete in grid Advanced widget. Thank in advance Regards, Riya Gajbe
Hi, My customer has a requirement, the user can manage one or more factories. If a user manage multiple factories then the user can select which factories he need to login in the login page, otherwise he don't need to choose factory . The home mashup page of different factory may be different or same . So the login process would be : choose factory in login page -> check user's authorization of the factory -> lookup the factory's home mashup -> open the home mashup of the factory login without choosing factory -> find the user's factory -> lookup the factory's home mashup -> open the home mashup of the factory I have lots of questions here: In the login page, how to get the factory list before login in ? It has to be hard coded list ? How to send the factory selected in login page to the ThingWorx server ? Where can I implement the logic of checking authorization of use
Hello , We have multiple videos on local drive which we want to display and play in thingworx. Regards, Dhananjay
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.