Recently active
I signed up for the 30 day trial, but did not receive the email for verifying my email address. Facing challenge to access free trail.
Today user if user wants to know which checkpoint is working , the user is left with the option of opening the project history to find the details of checkpoint or open project information to find detail, instead easy way is in project view there is label column , integrity can show the details in sandbox or project view so that user dont need to open project history or project information.
Hi Everyone, Greetings!!! How many of you going from ILM previous version to latest one 12.2.1 version. As i have seen everyone who is trying ,facing different sets of issues or minor problems. How it looks to you all if we all whosever is going on 12.2.1 shares there issues / bugs / minor problems / improvements here (In Comments) it will surely help other stakeholders though. Looking forward to your thoughts on this ? Happy Upgrade and Testing of 12.2.1 😀 Vielen Dank / Many Thanks Kapil Jain
Hello All, If a Visio file (containing macros) is included in Integrity, only the Visio-icon is displayed instead of the usual preview. Other Visio files (without macros) are previewed as desired. Can't Integrity handle macros or why is there no preview displayed? Many thanks in advance!
I am using c# but I would like to put in a segment ID and get a ID listing of all the documents that were branched from that item. Is that
Hi PTC community, I went through the Requirement Connector 3.4 user guide. The entire document seems to talk only about roundtrip configurations, which is for two-way synchronizing of Requirements between Integrity and Doors. What we require is just a plain export of requirements from Integrity in ReqIF format (so that it can be imported onto Matlab Simulink). The exported requirements from Integrity are not going to be imported back again in Integrity. The document does not seem to explicitly specify about such possibility. If any user who has used Requirement Connector can comment/answer, it would be highly helpful. I do not have access to raise support case and hence approaching the community.
Hello All, To make it easier to create notification rules, I would like to provide our users a batch file they just need to run. Creating and running the file is no problem and works fine, but "Set Email Notifications" should look like this: Unfortunately, I have not yet been able to find out how to set up "New Value" via the CLI. When I output the above settings in the CLI (via "Im viewuser") I get the following NotificationRule: ((((field["Assigned User"] <> "me") and (field'["Assigned User"] = "me") and (field["Modified By"] != "admin")) and ((field["Type"] = "Request for Change") or (field["Type"] = "Change Order") or (field["Type"] = "Defect")))) The "New Value" of "Assigned User [New Value]" is completely missing here. If I would use this in the batch file, I would not get the desired notifications. How can I set the "New Value" in the CLI? What do I have to enter? Many thanks in advance!
Hello [Problem] From a selection of Items, I want which items are changed since a given date. The selection of items must be user definable (via the query builder UI) and we will call this the Items-Of-Interest Query (IOI) . The changed since query (CS). The execution of the command/query will be done via the Java-CLI API. From a functional viewpoint I want to de following CS(IOI, timestamp) . Note, the timestamp will be increment every 5 minutes or so. What would be the best solution. 1) im viewquery IOI and modify it 2) get the result of the IOI query and put it as the selection of the CS query 3) insert the IOI query into the CS query 4) ... Any help is highly appreciated! Thanks in advance Arjen
Hello All, This is regarding a recent announcement by Microsoft regarding the New Microsoft Edge Browser based on the Chromium Engine. This new version of Edge was released in January 2020 and is based on the Chromium Engine (same engine as used by Google Chrome browser). As of today, Microsoft has not forced this as an update in its Windows 10 Client versions, but we believe this will be rolling out as a default in a future version of Windows 10. Customers can download the chromium-based version from the Microsoft download site and on install it replaces the Microsoft Edge Browser on your machine with the new Edge Browser. How does this impact your Windchill RV&S deployments? Windchill RV&S would be shifting support to the Microsoft Edge Browser based on the Chromium Engine with 12.3.1 and dropping support for the Microsoft Edge that is based on the Microsoft EdgeHTML Engi
Hello Everyone, I'm looking for a place, where Integrity store changes/differences when you promote something between stage and production while using Admin Migration Wizard. Thanks.
Hello I have a purpose to create a trigger which will be invoked after checkbox usage on the document This trigger has to call the jar with parameters like (user who hit apply button on the document, id of that document) Can you give me an idea of how this should be implemented
Hello everybody, I'm trying to create a copy of a Document with different type and different content type. - importsegment is not a case, because we have mandatory fields and it produces an error. - importconetent throws this : com.mks.api.response.ItemModificationException: MKS124711: The item 2xxxx to be imported already has a parent. It there any other inbuild commands or options for this or it has to be done manually reading all of the information from existing content and creating new, based on this data? Thanks
Hello, Windchill Requirements, Validation & Source 12.4 is available for download. There are many new and exciting features in Windchill RV&S 12.4. Please find below the Key Highlights of this release– Web User InterfaceContinuing with our UI/UX improvement program and delivering on our plans Cross Cutting PerspectivesCross-Cutting Perspective are collections of any chosen Windchill RV&S data Items i.e. Virtual Documents with Lightweight Reference Links to any Requirement(s), Test(s), etc. Provides smaller & easier to use (virtual) documents Combines Items of different types into (virtual) documents Foundation for Product Line Engineering configurations/variants Create by picking Items, optionally using filters Cross-Cutting Perspectives have their own Item sequence Items are not copied or moved and remain in their original Document Share with specific users – allow them to view or modify Cross-Cutting Perspectives Can also be created by other tools, vi
I have a picklist that is not required on an item and I want to create a computed field to count the number of items where the picklist has no value yet. I tried to use the "Unspecified" value, but the following error is returned: MKS124543: The field Result is a picklist field. It may only be compared against a picklist value from that field. Unspecified is not a known picklist value.Thank you,Paul Hartwig
Hello All, Need a help on computation part of relationships. How to display the traced relationship count on report ? Example: Lets say Requirement Document have 100 contents(Meaningful) out of that 80 were Decomposed From Input, 50 requirements Satisfied By Specification and 80 Requirements Validated By Testcase. Integer Count % count All Content Count # 100 Total Decomposed From # 80 80% Total Satisfied By # 50 50% Total Validated By # 80 80% Thanks in advance Chittaranjan
Hi All, Need a help on computation definition, How to Display a "%" OR "count" of contents having no traces in the document in PTC Integrity Report via computation only. Untraced Percentage Count in Integrity Report Example: Requirement Document having 100 RQ's 1) 40 requirements are Satisfied by Specification and Validated By Testcase. 2) Remaining 60 requirements have no any traceability 3) How we achieve the count 60 OR 60% ? Please let me know!! Thanks in advance for solution.
Hello All, I am trying to create a query using the client which should give me a list of all contents (all children and grandchildren) of a certain segment/document as well as the children and grandchildren of included subdocuments. Example: Main document (ID123456) is structured as follows 1 Heading 1.1 Description 1.2 Requirement 1.3 Subdocument 1 1.3.1 Heading (SubDoc1) 1.3.2 Requirement (SubDoc1) 2 Subdocument 2 2.1 Heading (SubDoc2) 2.1.1 Requirement (SubDoc2) 2.2 Heading 2.2.1 Heading 2.2.1.1 Subdocument 3 2.2.1.1.1 Requirement (SubDoc3) 2.2.1.1.2 Requirement (SubDoc3) The query should now list all children/grandchildren (also the children/grandchildren of the included subdocuments) of document ID123456. Children and grandchildren of other documents that are not included in this document or nodes that have been deleted should not be listed. Can anyone here help me? How do I have to build the query filter so that the correct list is displayed? Ma
Hello, We are using Integrity Lifecycle Manager version 11.2.0.1413 Using the SoapUI tool, we can successfully call web service methods over https to our server. For example, calling the getItem() web method is successful from SoapUI over https: https://server:port/webservices/10/2/Integrity <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:int="http://webservice.mks.com/10/2/Integrity" xmlns:sch="http://webservice.mks.com/10/2/Integrity/schema"><soapenv:Header/><soapenv:Body><int:getItem> <arg0 transactionId="?" sch:ItemId="123581"> <sch:Username>uuuu</sch:Username><sch:Password>pppp</sch:Password> <sch:InputField>Attachments</sch:InputField> </arg0></int:getItem></soapenv:Body></soapenv:Envelope> But if we create a SOAP client in Java from the Eclipse IDE and then we call the getItem() web method, we get an exception: com.sun.xml.internal.
All, I need to display a short text field of the first Item related on an Item (similar to an FVA but on a multiple to multiple relationship). Is is possible to us a computed field to accomplish this? I know that the short text is easily displayed, but I have not been able to find how to navigate the relationship to display it. A trigger will not work in my case because once the item is released, it cannot be updated, preventing the trigger from updating the value. I also do not want the history updated because the related item was updated. Thank you, Paul
How to display a Traced/Relationship items on the same Item ? Example Release Spawns Task and Task Spawned By Release, here Task-456 is in relationship with Release-123. So Release-123 should be visible on Task Type with new field as a Related Spawned By Releases [Release-123]. How can we achieve this? Is there any trigger ? We can see Similar to "Document ID" on Contents. Thank you in advance.
Hello All, I am facing an issue with document export via Gateway-> Export wizard. Please find the screenshot Is .bmp file supports in gateway? Please suggest an appropriate way to export.
Is it possible to transfer parameters from one project to another? And with parameters I mean the feature that replaces strings with values which are defined on project or document level. Use Case: There are parameters defined in project Item A. I create a new project Item B I want to transfer the defined parameters from project A to project B. I tried to export the parameters and the only way I can find is to mark the values in the GUI, and paste them to a text or excel file. I could not find a way to import any parameters. I know If I just copy paste the project item the parameters might be tranfered but that does not cover the case when I want to update parameters!
Hi, I am retrieving the Test Cases from Test Session(sessionId) using the code below. It generates an exception when the "Tests as of Date" (sessionAsOfDate) is older than the creation date of the test session. The exception generated is MKS124584: Request for item(s) <ID> prior to their creation Any idea how I could get this working for any value of "Tests As Of Date" ? I have seen these articles https://www.ptc.com/en/support/article/CS145501 https://www.ptc.com/en/support/article/CS290554 I cannot use the solution proposed by CS145501 because I am not allowed by regulations to change the dates. The solution of CS290554 is not related to the api. Thanks, Leandro ======================================================================== Command cmdTestCases = new Command(Command.IM, "relationships");cmdTestCases.addOption(new Option("expandRelationshipFields", "Tests,References,Contains"));cmdTestCases.addOption(new Option("field
I want to launch the gateway using the java api.Using a console prompt I can generate a report using the following command.Gateway export --user=leandro --hostname=ilm.ta.com --port=7001 --config="System Requirements Specification" --silent --file="C:\Users\leandro\Desktop\RequirementSpecificationDocument" 12345How can I call the Gateway using the java mks api?Thanks,Leandro
Hello, Does anyone know if the symbols in the image bellow are in this product? CTQ Metrics? Thanks
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.