Recently active
Hello , I want to how we can set the download path from Thingworx For Eg : I need to store the CSV file for specific path and folder in my system
Hi Developers,Could you let us know if we can access the script log from entities and show it or not ?
Gone through all the TKE Docs, but not able to find the Advances Tags creation in the TKEDo TKE has Advance Tags ? @paic @c_lowy @slangley @CarlesColl @VladimirN @AnnaAn Thanks,Shashi.
Hi, Article - CS353863 applies to TW platform version 9.1.0, does this mean that this issue is fixed in 9.2.when we delete the user group from de ComposerUser Group the User group does not have any permission anymore in runtime, the fix CS353863 is written for 9.1. It will take a lot of time to implement this fix so hopefully it is fixed in 9.2, can anyone confirm that?. Best regards, Emiel
We would like to exchange data in both direction thru MQTT in twx.We decided to use MQTT in twx using X.509 client certificate to connect IoT Core. Is there a way to connect via this method than the plain username and password in a secured way ?
Hi , I am looking to access a file from File repository in twx , using below script. i need Source Directory , source file name to be mentioned from Twx custom file repository to run this code. Thanks,
I installed Kepserver V6.6 and activated the license in FactoryTalk activation manager. The license seems ok, but the Kepserver still running only in demo mode
https://pp-2108182053lk.portal.ptc.io/Thingworx/Runtime/index.html?master=PTC.FSU.COREUI.MenuConfiguration.MasterContainer_MS&mashup=PTC.FSU.COREUI.MenuConfiguration.MasterContainer_EP&appKey=072bdfe6-7c51-468d-a237-a3de91c526c0&x-thingworx-session=true#master=PTC.FSU.COREUI.MenuConfiguration.MasterContainer_MS&mashup=PTC.FSU.COREUI.MenuConfiguration.MasterContainer_EP&appKey=072bdfe6-7c51-468d-a237-a3de91c526c0&x-thingworx-session=true
Hello. I am working on a project with ClientAce dll. There are many cases where the application dies due to the following error. Any solution? Framework Version: v4.0.30319Explanation: The process terminated with an unhandled exception.Exception information:System.Collections.Generic.KeyNotFoundException Location : System.Collections.Generic.Dictionary`2[[System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].get_Item(UInt32) Location : Kepware.ClientAce.OpcDaClient.DaServerMgt.OnWriteCompleted(UInt32, Int32, UInt32, std.vector<unsigned int,std::allocator<unsigned int> >*, std.vector<long,std::allocator<long> >*) Thank you in advance.
Hello, how can I implement a complete stop of the script so that, under some condition, the script is not interrupted, not paused, namely, it stops working (I take into account that the script is launched once, without using Autorefresh). The script is not cyclical, a full stop could happen at any moment of the script execution.
As per a use case, there are 100 tags each in a Device of KepServerEx, where KepServerEX is connected to a Single industrial Thing, Which is causing an Performance issue. Isn't possible to connect to different Industrial Connections from a single KepServerEx ?@CarlesColl @c_lowy @slangley @paic @VladimirN @AnnaAn ThanksShashi.
Hi people, need your help, Last weeek I deleted a thing, today I tried to upload my entities backup, but an error(below) appears, thats thing doest exist anymore, reading how to solve this issue, I restart TomCat to see again the thing (ghost entity) but didnt work and I tried to create again the thing(to delete again) but same message was appear, I dont know what to do, please help! Invalid request: java.lang.Exception: Import Failed: Unable to create thing: THINGNAME : [1,018] Data store unknown error: [Error occurred while accessing the model provider.]
Hi,Need a Solution for Migrating/importing from one server to another can cause style and state definition to be removed. Is there another reason for why this is happening when importing state and style definitions? Best Regards,Hareef.
Hi, I am planning to shift from Postgres to influxdb however I'm not sure how data tables will be stored as there is no documentation available. Is there any walk around to do this. thanks Adarsh
How can we create a custom widget without the use of java eclipse? which languages can be use to create a custom widget? I am planning to create Custom Widget of my own.
I am currently trying to configure SSO with Azure AD in ThingWorx 9.3 without Ping Federate. Support for this was one of the new features introduced with version 9.2I am following the guide provided by PTC here https://support.ptc.com/help/identity_and_access_management/en/index.html#page/iam/AzureADasCASandIdP.html But I was not successful. I am ending up with error messages in security log telling me that the SAML response is invalid. This comes from AuthLog.log:2022-03-01 09:01:28.160+0100 [L: INFO] [O: o.s.s.s.l.SAMLDefaultLogger] [I: ] [U: ] [S: ] [P: ] [T: https-openssl-nio-443-exec-9] AuthNResponse;FAILURE;10.2.5.4;https://server.domain.com/Thingworx;https://sts.windows.net/8c3fd900-8b7b-45cb-b2a0-aea95fa20530/;;;org.opensaml.common.SAMLException: Response doesn't have any valid assertion which would pass subject validation__ at org.springframework.security.saml.websso.WebSSOProfileConsumerImpl.processAuthenticationResponse(WebSSOProfileConsumerImpl.java
Hi All, I am in exploring a possibility to create Suggestible text field in TWX mashup, just like suggestion box picker in Windchill PDMLink. In simple term, as soon as user starts typing in the text field, it should start suggesting matching values. For ex:Any thought on how this can be achieved in TWX 9.2.x? Source of data for the field is external DB in our case. Thanks in advance! - Shirish
Hi! We've migrated our solution to 9.3, and a lot of styling was changed, including the time picker widget.Right now we are struggling with previous/next month icons. Not able to find a style which is responsible for that. Previously we were using 8.5 without Theme, now everything looks like it should be configured in theme/widget properties. We used migration to change legacy widgets/containers. Can you help me with styling this? Thanks!Adam
Hello , I am trying to pull data from json based on various inputs. i have placed some conditions and write 3 if statements and in that if statements i have created var newEntry- new Object() and also write result.addRow(newEntry) in all 3 if statements. in logger its working fine but unable to display infotable and its still executing and goes into infinite loop.so I want to know when and where need to create newEntry object and where i need to write result.addRow(newEntry). please help me out on this.eg:else if(leng==0){var newEntry1=new Object();newEntry1.Name="";newEntry1.Number="";newEntry1.partId="";result.AddRow(newEntry1);}else if(leng==1){var newEntry2=new Object();newEntry2.Name=dt.values[j].Name;newEntry2.Number=dt.values[j].Number;newEntry2.partId=text;result.AddRow(newEntry2);} Thanksksm
"Server error. Please confirm, if your portal environment is running"
Dear Developers,I cannot configure columns in grid (advance )widget even though I bound data to it.we can see columns in the configuration menu when we use "grid (preview)" widgets.Could you let me know if we need additional process or not ?( ThingWorx 9.2.3-b189 )
Hi Team, Advanced Grid is not working properly in ThingWorx 9.2 When there is data returning from the grid service it gives the selected columns of Configure grid columns which are allowed. (expected behavior) But when the data for the grid service is empty, its displaying all the columns of configure grid columns even if they are not allowed to show in grid. Please advise. Thanks in advance.
Hi! I am trying to Style new Grid available in 9.3 and this is simply not working for me. 1. If the column value is aligned to right and it is also editable, then alignment is not working.2. Edit text area of the cell is also something that is not stylable at all. I changed all possible settings on Theme and widget itself without success. Please tell me how to style ONLY this one, not every single label or label on the row itslef. Screenshots in attachments. Thanks!
Hi Experts, I am planning to migrate existing Thingworx 8 application to version 9 and would like to understand the major improvements in terms of :Data ingestion and QueryingMashup rendering performanceOOTB Support for external Time series DB.Looking forward to have a good discussion here. TIA.
If I wrote 10 functions in one service, how to call only one function out of 10 from another new service ?
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.