Recently active
Hello everybody,i´am trying to set up a Word-Export-Configuration to generate an variant-specific Export, but unfortunately it doesn´t work out. My document has got an attribute called "Device ID" used to assign variants to the requirements. On the tab "properties" we have another attribute called "Export ID" used to define the needed variant for the Export. (see figure)In this case i want to make an Export for variant "C0101" How can this be implemented? Many thanks in advance!
I see that there are many ways to create tables within Process Director: copy/paste from Excel, Word and other text fields and creating within the software. I am looking for a way to create a usable dropdown table within PD. The one I created shows the options, but once you select an option other than the first, it reverts back. Any suggestions?
One of my users has a question about Revision History. I see how you can compare previous revisions but that seems to be it. Is there an Admin option somewhere? REVISION HISTORYI see the revision history. What I've not been able to figure out how to use the revision history. I've not seen a 'Revert to Previous Version" function anywhere. Seems like version control is only about seeing what changed.Is it possible to roll back to previous revisions?
What is PTC IM and PTC SI ?
We intend to migrate PTC integrity 10.9 to Windchill 13. Could you please share the source code repository migration strategy/steps? How do we move checked-in source codes from PTC integrity 10.9 to Windchill 13?
Hi Everyone,Have anyone installed Integrity in Docker?Your feedback is appreciated😉Regards,Khushboo
Dear Customers, This note is to inform you that we have now made available Windows 11 Clients for the currently supported releases.You can find more information on the PTC Software Download Site and in the Release Advisortool for those specific releases. ThanksKartik Oak TIP! The download site has been activated and may take up to 48hrs to start reflecting for all customers. The information in Release Advisor will also get updated shortly.
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 ?
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.