Recently active
Windchill Requirements Validation & Source 13.1 has been Released! Key HighlightsWindchill RV&S Refreshed Web UIDigital Product TraceabilityReverse Lookup into Windchill PLMDocStudioField EditorsUser, Group, IBPL, Parameters, Attachments & Logging TextBookmarks & Cross ReferencesCopy DocumentAuto-ApplyImproved Item View & EditWorkflow tabList ViewEnhanced editing of Relationships, Users, Groups & Item Backed Pick ListsImproved Home PageColumn ManagerProject FilterReplace TablesMiscellaneousReduced clicks with new UI/UX componentsThe table & row heights, font…etc. has been updatedBetter space utilization to reduce scroll lengthsUpdated Tab designThe radio button for ID Search auto toggles to “Text” when characters are keyed-inExport from Relationship ViewColumn Filter ResetClear All Column FiltersWindchill RV&S CoreDigital Product TraceabilityEnhanced Query ServiceDelete Documents & Content APIHTTP2 Protocol for R&V Swing & CLI UsersDocu
How to identify the PTC integrity 10.9 server source code db repository configured location?
Hi All, PTC integrity 10.9 will be migrated to Windchill 13. Please advise on how to move the workspace/source code from PTC integrity 10.9 to Windchill 13.
Dear all, i´m trying to Export an Document via Gateway Wizard but there is no export configuration selectable. The window is empty. Does anybody know what is necessery to see the Export configuration templates? Thanks in advance!
Hi, how can i add a requirement with command prompt to a created test case ? In other words, how to link a requirement to a test case ?
Hi All, My client expected to manage the source code in PTC without using integrity manager & creating any workflows. is there any possibility to get only Integrity Lifecycle Manager Source Concurrent license for managing source code without Integrity Lifecycle Manager Workflow Concurrent license. or kindly advice on the solution. Thanks, Sasikumar
Hi All, One of my client expected to manage the source code alone in PTC without creating any workflows in integrity manager.is there any possibility to get only Integrity Lifecycle Manager Source Concurrent license for managing source code without Integrity Lifecycle Manager Workflow Concurrent license. or kindly advice on the solution. Thanks,Sasi
Per the post, what was the solution for this database issue, i may have a similar problem
Hello All,Installing and configuring PTC Integrity Lifecycle Manager. I'll prepare the database instance and database, as well as the port number, before starting the installation. During installation, the relevant tables will be created automatically based on the database connection details provided, or please advise on the database and table component. Thanks,Sasi
Hello, I am a junior developer and I develop triggers in java for Integrity and I would like to know how I can send parameters from a java trigger to another. Let me explain:I have 2 triggers, let's call them trigger A and trigger B.My 2 triggers are triggered according to rules.My trigger B is an automatic numbering trigger and is triggered during trigger A and I need to bypass part of the code of trigger B for functional reasons.To do this I would have liked to send a parameter from trigger A to trigger B to have the information in trigger B when A is triggered.I had thought of doing this in the A :ScriptServerBean serverBean = getScriptServerBean();Map<String, String> serverMap = serverBean.getTransactionContext();serverMap.put("parameter", ""); I have the parameter information in my trigger A but I can't get the information in my B trigger, maybe they don't belong to the same transaction ? If you have any clue of solution I'm interested, thanks.Alex
Beginning migration to IBMi DDL source for the enhanced features, but we need guidance for the existing DDS conversion to SQLTABL source using DDL. Is there a document available? PTC v12.1 installed.
Hi All,One of my client expected to manage the source code alone in PTC without creating any workflows in integrity manager. is there any possibility to get only Integrity Lifecycle Manager Source Concurrent license for managing source code alone without Integrity Lifecycle Manager Workflow license? or kindly advise on the solution. Thanks,Sasi
As per this thread, similar issue: I am getting same error while create requirement document using PTC integrity GUI windows. please look into it error is "Could not save item:MKS124312:Can not create item type of requirement document"
Hi, I have a few problems understanding ims api documentation. I want to ask you how to :1. Create a new/empty Test Case 2. Link created Test Case to a Test Suite3. Update the Verdict of the Test Case (set it to Passed/Failed) I think i have to use im createcontent but I don't know what do I need to write.Can you please post detailed -working- examples ? Thanks for your attention! Regards,Andrei.
We are on the System i (aka AS/400) using Implementer. We are transitioning from defining our physical and logical files using DDS to using SQL DDL to define SQL Tables and Views. I would like to get some thoughts and opinions from other users of Implementer that are using SQL DDL as to how they structure their SQL DDL script source members within Implementer and promote them through their various environments?Any input/thoughts would be greatly appreciated.
Hello everyone,This is Windchill API-related. I am trying to get a Project2 object and try to get all its documents/parts that are shared.And also try to share/unshare their associated documents. Doing all of these programmatically through Java code but I can not find the method to do all of these. Any help or suggestions? Thank you! This is my code: String oid = "project oid";try {//Get document (WTDocument)ReferenceFactory referencefactory = new ReferenceFactory();WTReference wtreference = (WTReference) referencefactory.getReference(oid);if (wtreference != null) {// If wtreference exists.Project2 project = (Project2) wtreference.getObject();WTContainerRef ref = (WTContainerRef) referencefactory.getReference(oid);} else{// If wtfreference not exists.}} catch ( WTException ex ) {System.out.println("Exception: " + ex);}
Introduction:-Item tagging is a custom developed solution which helps user to mark their own favorite items which could be an document, item or even individual content without any manual efforts. (As we know user can always make their own query but it's not easy for everyone to make their own query definition from day 1 of working with Windchill RV&S)This is a java based customized solution which can be executed by any user and no precondition is required. Use Case:-Windchill RV&S has the option to mark any query as user own favorite query and this is an OOTB solution provided by PTC. But in this condition entire query result will be displayed.E.g. Let’s say user X marks “All Test Plan” as his/her favorite query then whenever user X will open his/her favorite query “All Test Plan” will be displayed but at the end entire query result items are user X favorite items.We need an possibility where User X can choose any of document/content/item which he/she has permission as his
Hi im viewsegment -g --filterrule=((relationship["Summary"] forwards using ["Field1"] contains "TestVar") and ((field["ID"] = 12345) or (field["ID"] = 32432))) How to get the advanced filter work from im commands , the above command shows this error"MKS124814: Cannot show view information: MKS978530: This command accepts a selection of exactly one item id." Is it not possible to get the Advanced Filter which works from gui , in im commands ?
Hi, I have a normal sandbox, where I'm checking-out, modifying and then checking-in various files, and also I can add files or I can drop files. The question is:How could I bring in this normal sandbox, all the files that belong to a particular checkpoint I've made in the past ? After bringing the files from the checkpoint in my normal sandbox, of course I want to be able to continue my work, i.e modify, check-in, add, drop files etc. Thank you!
Sample scenario:- Project A contains member X at revision 1.1.- Project B contains member X shared from archive. At present it's at Rev 1.1.In Project A, I rename X to Y, this creates Rev 1.2.In Project B, the history of X shows rev 1.2 and that it's the result of renaming but nothing has changed yet.Now in B, I perform "update member revision" on X. This results in 1.2 being the new revision, but the name doesn't change: Project A contains Y at Rev 1.2 and B contains X at Rev 1.2.But really, by updating member revision in B I wanted to accept the result of creating Rev 1.2 which was the new name Y.Now, if I want the new name in project B, I have to rename the member and I get Y at Rev 1.3 in B.Project A still shows Y at Rev 1.2, so I have to update member revision there.In the end, I have two revisions for one shared member just because I want to keep them in sync.Is there a better way to rename a shared member that avoids creating too many revisions?I've tried to see if using a
I am trying to create a mapping template that would extract from a Test Suite all its Test Cases and related Test Steps. I have a template that I can run over the Test Suite to extract all the test cases and I have another template that can extract all Test Steps based on a query. I would like to be to use the Excel integration to populate a spreadsheet with each test cases and its related test steps. Then be able to update them in Excel and upload them back into Integrity. I can't seem to be able to combine the two templates so the Document ID is inputted in configuration template - Document Properties and the test cases are populated into a spreadsheet along with their related Test Steps. I am currently using Integrity 9 SP7. Thanks
HiI want to open multiple elements ( types ) in a single view , something like a query(customised) this opens a single itemGUI: url:integrity://test.server.com:port/im/viewissue?selection=12345 How to create a link where i can open multiple elements
Hi everybody! I am looking for an advice or your experience. How do you support the procedure of requirements deletion? I mean that I need to store a record of rationale for deletion of each requirement (Change Request ID or other information in text format) and when the spec is being exported to Word the list of deleted requirements in current revision should be generated.
Hi ,Can anyone guide me how can i extract content of a requirement using command line in Windchill Rv& S 12.4 version. Thanks for your help!
Hi I know we can use im viewsegment to display a document view with some content of interestThis opens a new window with the filter Is there any im command where the user can simply update the existing view ( for eg, im gui will open the current view ). i.e just refresh or update the current view with a new filter ( using im commands ) ? Best regards
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.