Recently active
Hello, I am trying to install twx flow 9.3 but it is failing with 502 Gateway errors. Any help would be appreciated. Thanks
Hello Performance advisor dashboard is not showing properly it is not loading any data? Not able to view any details its just red icons on the whole page. Thanks
Hello Community,I have recently imported DPM Extension on my Thingworx Platform and following this link :https://support.ptc.com/help/digital_performance_management/r1.2/en/#page/dpm/digital_performance_management/getting_started_with_dpm/deploying_dpm_using_ptc_software_downloads_page.html#I am getting Error while using InitializeSolution() service. Input Passed : {"databaseUser": "dpmadmin","databasePassword": "Password@12345","databaseJDBCString": "jdbc:sqlserver://127.0.0.1:1433;databaseName=dpmdb","databaseThing": "PTC.DBConnection.SQLThingDatabase"} Output : Some modules are Configured and some are throwing error. Please support.Attaching ss for reference.Thanks in advance. Regards,Sid
Hello Can I create my own customized password in Thingworx? Like I want to create the password in particular format. Thanks
I have created a thing and applied properties and services to the thing and now I want to bind this thing data to a grid widget then How I can bind data to grid widget in mashup in thing Worx? please explain in detail and also show screen shots if possible. Thanks in advance.
Hi Team,I am new to REST API integration with Thingworx. I was exploring Integration connector topic in which it mentions to create custom HTTP integration connector. I was wondering if I can use this HTTP connector to integrate any REST api which is available as open source for testing (for eg any weather api ) ? Also, can I get any example to create HTTP Integration connector. Thanks in advance.Kindly assist. Regards,Sid
AddServiceDefinition(); using created services but how to action script pass thorugh services need code services script how to add in this servics var serviceImplementation=me.name;Things["Scheduler_Dynamic_CRON13"].EnableThing();Things["Scheduler_Dynamic_CRON13"].RestartThing(); Things["Scheduler_Dynamic_CRON13"].AddServiceDefinition({name: "hari" /* STRING */,description: "welcome" /* STRING {"defaultValue":""} */,definition:"hi welcome",implementation: serviceImplementation, });
Hello community, I wanted to try importing my latest project into a new platform using the extension method that I have heard about.For those who do not know what I mean, there is a way to import a project created on thingworx onto another platform as an extension. This has several benefits like you can make entities non-editable and when upgrading versions old entities are not left on the platform. Anyway, while trying this I ran into an issue that seems to be quite old."Attribute 'aspect.show' is not allowed to appear in element 'FieldDefinition'." - as well as other similar errors like aspect.isIndexed. I tried to look up some fixes for it and found this post from a few years back.Now, in this post it is said that if you are going to import something in in a way other than the "import from source control" way, then you should export your entities using the "normal" export function. It also says the same thing in this support article, although it is also from a fe
hi expert ,this code not working i get code Chatgpt , var entity = ThingUtilities.findThing("ThingName");// Create a new ServiceDefinition objectvar serviceDefinition = new ServiceDefinition({name: "NewService",description: "This is a new service.",remote: false,allowOverride: false});// Add inputs and outputs to the service definition dynamicallyserviceDefinition.addInput({name: "input1",description: "",baseType: "STRING"});serviceDefinition.addInput({name: "input2",description: "",baseType: "INTEGER"});serviceDefinition.addInput({name: "input3",description: "",baseType: "DATETIME"});serviceDefinition.addOutput({name: "output1",description: "",baseType: "INTEGER"});serviceDefinition.addOutput({name: "output2",description: "",baseType: "STRING"});// Add the service definition to the Thing or Thing Templateentity.addServiceDefinition(serviceDefinition);// Save the changes to the Thing or Thing Templateentity = ThingUtilities.saveEntity(entity);// Restart the Security service to ens
Hello, Actually i bind Advanced Grid with a service to see the data which is going to be fetched from Service, but after the binding also the Advanced grid showing Must be bound to data. So any one please help , how to solve this issue.Thanks and Regards.
I cannot open a support ticket. When I try to log in it tells me "We have made changes to My Kepware and need to verify that this is you. We will send you an email with a verification link."I received an e-mail in response telling me to use the "problems logging in?" link but I get no further. I think I'm in a loop.Now when I click submit "problems logging in?" I get "There was an error processing your request. Please return to the previous page and check that all fields have been filled out." even though there are no blank fields.
Hi Guys, I am trying to create 3D model using A-frame or Three.js. I have tried implementing simple Aframe / three.js model but nothing displays on the Mashup at runtime. I have tried Aframe / three.js webjars, their module files and cdn i have tried both using Script tag and in metadata.xml. What would be the problem here? No Error in Application LogNo errors in web console----------------------Thingworx version - 9.0.0 Extension SDK version 9.0.0 Eclipse Plugin version - 9.0.1A-Frame version - 1.4.1Three.js version - 0.151.3
Hi, I have a menu configured with the MenuData property but whenever I change the option it opens the mashup in a new window but I need it to replace the current one, what configuration should I put in the service? At the moment I have thisresult.AddRow({linkDestination: 'MenuTest',isDefault: true,parentMenuId: 'topMenu',imageURL: '',linkTarget: '', // (Popup, Mashup, 'Replace')description: '',menuId: 'idOverview',linkType: 'Mashup',title: 'Over'});
Hello Community, I was wondering if there is any way to remove a project dependency programmatically in Thingworx? The situation:We have one project (Project A) that creates projects (Project B-N) and when it does this, the original project (A) gets this newly created project (B-N) as a dependency. I am not quite sure why it gets the created project (B-N) as a dependency though, I have asked my colleagues about it for now to cover all of my bases. But in the meantime, when we want to delete the entire newly created project (B-N), we can delete everything within the project, things and such, but not the project itself because of the dependency on it in project (A). Any ideas in regards to this?
Hello,I use google map extension 3.1.7 in ThingWorx 9.3.2. I having a problem using the tooltip, I can't send data to mashup. in mashup tooltip i add parameter configure mashupPlease suggestion me how to pass data to tooltip.Thanks you.
hi Expert project in Thing one deleted how to recover, please help me
I am passing configuration json to treegrid. For the html basetype columns, "overflow": "fitted" field is not working. so texts inside every cell of grid is not wrapping. How to fix this. How to add wrapping in html basetype columns or css of grid?
how to implement copy functionality in selecting the data in tree grid
dear expert how to create services in New Thing using javascript code for example let para={name:"hari" , project:scheduler } resource[enetityservices].creatThing(para); this code using create new thing but same type create in Services in new Thing how please share thanks And regards Hariaharasuthan
I have infotable properties data that I would set as logged (to retrieve back later with QueryInfoTablePropertyHistory), with those characteristics:1. just one row 2. usually few fields, ... 3 to 5 about I would like to know about database storage efficiency of logged infotables (changes will be saved into the value_stream of the thing):is it much more inefficient using logged infotables than having direct properties on the things ?(I know that the whole infotable is saved, at every change ... not so efficient) so the case is :A. a thing with one logged infotable property, with 5 fields, and just 1 row B: a thing with 5 properties (same type of the infot datashape) set as logged data changes happen every 1 minute. What will be storage size increase (of value_stream) between the 2 solutions ?Is there a preferred way ? (I would prefer the A, to group better some data!!) Thanks
Hi everyone My application scenario is that the mashup application is directly accessed through the micro application, and there is no user login during this process. How do I need to achieve this?Requirements: The access connection cannot expose Appkey and user information.Do I need to use Authenticator to realize the function?Has anyone implemented it or has a similar case there?Please let me know if you knowThank you so much and have a great life
Business logic and actions in a ThingWorx application are driven by events. Events are interesting or critical property states that a Thing publishes to subscribers. Events are defined at the thing, thing template, or thing shape level, and can be as simple as a new data value from a device, to complex events from many data points. An event that is created on a thing shape or thing template level is inherited down into the entities that implement the shape or template that defines the event. Types of Events Built-in Custom Built-in Events Every entity in ThingWorx can use several built-in events. These events are automatically triggered when a prerequisite condition is met. In some cases, you must provide information that determines the specifics of that prerequisite. Common built-in events include: Data Change Alert Timer In ThingWorx, there are standard events and related data packets (defined by Data Shapes). The mos
Hello,I have app where I need to generate buttons, depending on previous choices of user and datas inside table.Amount of buttons can differ, labels seen also, service called - this same.Most preferable way is to have empty mashup and service, which will create buttons on screen, so I can go trought my infotable and generate button for every row of data.
Can we make treegrid columns editable through configuration Json.?
I have a problem where subscriptions are not working properly when using mqtt communication. Check the log and found the following error: 2023-04-24 05:32:39.988+0000 [L: ERROR] [O: EcqlcLogger] [I: ] [U: System] [S: ] [P: ] [T: TWEventProcessor-2] Error executing event processing Program 's1' is event Type.Thing:Entity.uwb_mqtt_sub:Event.DataChange:Property.device. But if you manually modify the value of the property, the subscription will be executed. ----------------------------------------------- Translated from Simplified chinese to english using google translate on 24-apr-2023 at 11:31am IST. Translated by vnamboodheri 我遇到一个问题,在使用mqtt通信时,订阅无法正常运行。查看日志,发现发现如下错误: 2023-04-24 05:32:39.988+0000 [L: ERROR] [O: EcqlcLogger] [I: ] [U: System] [S: ] [P: ] [T: TWEventProcessor-2] 错误执行事件处理程序's1'为事件Type.Thing:Entity.uwb_mqtt_sub:Event.DataChange:Property.device。 但如果你手动修改属性的价值,订阅就会被执行。 ------------------------------------------------------
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.