Recently active
I am trying to create a User Defined review where I am extracting the Blocks having custom stereotype ("testStereotype") applied, which is working fine but I also want the final count (In Reviewer "Out of" Count) of all the available Block, for which I am using .itemCount as shown in attached image. It looks like the items.Count is giving the count for first value of 'var' instead of letting the loops complete and giving the count. Please let me know if someone can help on this. @PatrickOllerton
When ı was opened the admin, I got as below message; "MKS124803: Internal error detected: Exception was: java.lang.IllegalArgumentException: Input byte array has incorrect ending byte at 16" How can I handle this issue? Anyone has a idea?
Hello all, I am trying to read the parameters that were set in the decision set for my variant. (PTC Integrity Modeler 9.2). I am using the automation interface. It is no problem to get other attributes like "Id" or "Last Change Date UTC". But for the "String Value" attributes I always get null values, even if the parameters are set. I can not explain it, I have also tried reading the values from the decision set in the offered cabin example - same problem. Here is the automation interface code I used for the cabin example: I don't get any error messages and the ExtendedErrorInfo properties also stay empty. Could it be an internal problem? Help would be appreciated. Thank you and best regards Max
Hello PTC-Community,does anyone have experience with creating SysML-Blocks via the Integrity Modeler Automation Interface? Whenever I try to create a Block Property I just get the UML alternative. Also, I did not find a way to specify the name of the newly created part yet. Support would be really appreciated! Thank you and best regards Max
Hi All,I am evaulating the MS Excel integration with PTC Integrity and would like to know if there is a possibility to import Requirement/Design documents consisiting of "Parameters and Parameter Values". I could not find relevant information on this, either in documents or support site.Thanks in advance. Kind Regards,Karthik Komarla
How to import or update Parameter Name and Parameter Value to PTC Integrity document with the help of CLI? Ex : If I want to import 20 parameter values at a time via CLI.
Hi, Recently I came to know about walkme but couldn't find enough information for integrating PDMlink with Walkme.Can someone help me out with this? Regards,Chirag Agarwal
I have created a custom stereotype which is generalized from Block using Profile Diagram. So the associated 'Model Item type' in Stereotype's property is automatically selected as 'Class'. Now I am trying to apply this custom stereotype to a Block or Class but this is not available at all in the list to apply (Links>Stereotypes). Am I missing any step? @PatrickOllerton
Looking for a computation for the IBPL attribute for the multivalued. Variant IBPL is a IBPL attribute,Example IBPL pick values are RED, GREEN, BLACK etcREQ 1 -- REDREQ 2 -- RED, GREENREQ 3 -- RED, GREENREQ 4 -- BLACK How to find the Req's count having IBPL values RED;GREEN. IBPL types are in the Playground project, I used to follow below computation but its not working for multiple values.aggregate("Contains", ByDocument(false, false), sum((Category="Requirement" and "Variant IBPL"=="RED:/Playground;GREEN:/Playground")?1:0))
Windchill Requirements Validation & Source 13.0 is Released and available for download.December 27, 2021 Key HighlightsWindchill RV&S Refreshed Web UIDocStudioEnhanced UXSingle click editEdit content while reviewing commentsApply filters and editAccessibilityDigital Product TraceabilitySet Outgoing OSLC Link type namesView interactive Windchill PLM OSLC previewEnhanced UX for Delegated UIHTTP2Windchill RV&S CoreDigital Product TraceabilityOSLC Server for Change DomainBranch Document with Filtered Content - APIPlatformJDK 11 with TLSv1.3Red Hat Enterprise Linux (RHEL) 8.4 ServerSUSE Linux Enterprise Server 15 SP2Windows 10, version 21H1+Firefox ESR 78.8.0 browser (Only Refreshed Web Interface)Safari 14.0.2 browser on macOS BigSur 11.2 (Only Refreshed Web Interface)Safari on iPad OS 14.4+ (Only Refreshed Web Interface)SecurityLog4j2Closed Mail RelayThe following links require a Login.DocumentationRelease NotesSoftware MatrixHelp CenterDownloadPTC Software Download Site
it seems that in this version the font are smaller from the previous versions. We are hope might have a solution or tips to fix this issue. We are mainly using Windows 10. Thank you.
I have 10 requirements in a document having short text field with various values "free text" is a name of field which is of short text type and available on Requirement Type Ex. there are 5 RQ's are having free text value is Black, Que: How to count the REQ's which are with Black value free text ? the count is needed on Report's computation.REQ 1 --> free text = BlackREQ 2 --> free text = BlackREQ 3 --> free text = GreenREQ 4 --> free text = YellowREQ 5 --> free text = RedREQ 6 --> free text = BlackREQ 7 --> free text = BlackREQ 8 --> free text = PinkREQ 9 --> free text = GreenREQ 10 --> free text = Black I tried with some aggregate functions, Count of Req's having free text value --> possible, But how to count with specific text ? aggregate("Contains", ByDocument(false, false), sum((Category="Functional Requirement" and SelectionCount("free text")!=0)?1:0))
Hi Community,Anyone tried distributing Integrity Client without installation, i mean just copying over pre installed Integrity Client directory to end user machine and then adjusting environment variable and so and so?I know this works and there is no issue but i have only used this way for own machine or only for trial purpose but not in any customer environment where 1000 users are affected. 1.) Anyone is having such experience? or using this procedure to distribute Client on customer environment for long time? 2.) Any issues you can think of? Could be anything may be any integration or anything? 3.) Any suggestion from anyone? Vielen Dank / Many Thanks,Kapil Jain
Hi,I'm using the Java API_4_16.I'd like to add the sortDirection as option: ... command.addOption(new Option("sortField","Planned End Date")); command.addOption(new Option("sortDirection","Ascending")); ... when executing the command it throws this exception: com.mks.api.response.InvalidCommandOptionException: im: MKS124819: Invalid option: "sortDirection" So how to specifiy the sort direction 🤔 Regards,Simon
Hello, I have a issue in using Automation interface to 'Reconcile model' using vbscript error. I am using below coomand but getting error( cannot use parenthesis when calling a sub):---------------------Set objManager = CreateObject("Studio.ModelManager")objManager.ReconcileModel("\\SQL\MyServer@MODELER\MyDatabase\MyModel\0.0.1","C:\MyLogFiles\MyLogFile.txt")-----------------When i remove parenthesis, get a error ( wrong number of arguments or invalid property assignment). your feedback is appreciated. Thanks,
Hello,we are currently using Windchill RV&S Server 12.3.0.2 Build 1 API 4.16.1 connected to Oracle DB 12c R2.We would like to switch to Windchill RV&S Server 12.3.1.0 Build 4583 API 4.16.4583 connected to Oracle DB 19c. And later on switch from Windchill RV&S Server 12.3.1.0 Build 4583 API 4.16.4583 connected to Oracle DB 19c to Windchill RV&S Server 12.3.1.0 Build 4583 API 4.16.4583 connected to MS SQL 2017.Is there anyone with experience linked to this topics?What is your recommendation to proceed.
For the Test Session Result report, is it possible to display only failed tests instead of showing all the results . Each report we run is showing all test results in that session. Any way to configure this?
Has anyone connected Integrity to a data visualization tool such as Tableau? Is there an ODBC driver that can be used? I understand from reading other posts that certain fields are calculated on the fly so will likely not be available. Not sure if a 'live connection' can mitigate this. Thanks in advance.
Windchill Modeler Reviewer: Check if a problem exist which are not connected to anything and check which elements are linked to problemsThere are a lot of predefined reviews in Reviewer; most of them are around UML. When checking system models, I often use the SysML <<problems>> to indicate that there are things where it would be good to have a deeper look. You can find problems in the Requirements Browser, and going through them, you can find the annotated elements in the properties of the problem. However, I find it useful to have Reviewer checks as well when using <<problems>>. One custom review published here is showing all problems not connected to anything, and the other shows all elements annotated to a problem. Using both reviews, problems are fully covered in my mind. I've attached the reviews here, which can be placed in the User-defined folder of Reviewer. Before, change its extension to *.rev. Example: In the HSUV model, I added an unc
Greetings and Welcome to the Windchill Workgroup for OSLC IntegrationOpen Services primarily drives the concept of Digital Product Traceability for Lifecycle Collaboration (OSLC), an open community that defines a set of specifications to integrate software development. OSLC has evolved and emerged into Application Lifecycle Management and Product Lifecycle Management domains to ease product development by defining a set of rules for the tools used by these domains to share and present information. We are excited to provide an opportunity for you to participate in the "Windchill Workgroup for OSLC Integration". This working group is a collaboration between PTC and customers to review business cases or use cases related to the OSLC integration. This Workgroup intends to hear from all our customers about the use cases or end-to-end flows you would like to see in OSLC integration which is really beyond the asks of the OSLC Specification and delving into User Experience of Digita
Hi, is there a way to view a development path without creating a (variant) sandbox? I know that we can view a project revision - it can also be on a development path. But this is not the top of the development path. Any ideas?
Hey All, We would appreciate less than 3 minutes of your time to provide us input on the need for a formula editor to be included as part of authoring "Requirements & Test Cases". https://www.surveymonkey.com/r/wrvscommuninitquiz Thanks Kartik
Attached a document that explains the Windchill Modeler “reverse lookup” service API, which is a part of the Modeler OSLC Server. It’s designed to return Modeler items that have OSLC links to a remote item, such as an RV&S requirement, a DOORS requirement or a Windchill PLM part. An OSLC client needs to provide the OSLC Resource URI and the reverse lookup service returns any model items that are linked to it. regards,Patrick
Hello all, Does anyone know how to get the live item ID or the single item ID for the versioned item for a document in ptc integrity? Thanks for you help. RN
I want to stereotype Diagram as Asset just like a block, class etc.. and push it to Asset library and reuse. can we do that ? it seems that 'diagram' is not considered as asset! if so, can we customize that stereotype to include diagram also? urgent!! thanks, Elan
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.