Recently active
Anyone know a good way to do this, how to copy and paste fields from Integrity item types to excel
Hello everybody, We created specific attributes for documents : review deadlines and signature deadlines. We want to see all assigned documents to me where deadline is passed, late documents. I imagine to create a query with criterias - type of concerned document - concerned state : review or signature - documents assigned to me But impossible to create a criteria which filter "the deadline after today date". The image in attached shows taht I can filter on a date but not in relation with review deadline value. Maybe a computation field? But don't know how to do... If everyone has a better idea or a solution ! Thanks for your help. Eudes
I need a workaround for the gateway which cannot support office 2016, 64 bit . My largest need is for a document importer run by the admin (me). I think it would be similar to the create issue. I am new to writing scripts and could use a good tutorial. Any suggestions would be helpful. We have developed an versioned document PDF export with a third party support but didn't have budget to do the import.
i am very new to PTC applications and i want to learn PTC ILM (Integrity Life cycle Management) tool. But I couldnt find any download package or proper document to get started. Can somebody help me on this. I want to learn the administration part.
As an example, we have 10 existing change requests. I would like to input the words "Project 1" into the summary or title of each without opening each individually. Anyone know of a process to do that?
Hello, I am writing a script, to get the IM details like, 1.what is the Overall hours estimation and overall actual effort 2.How to get the details of the software artifacts(in hours) what is the estimated effort at each level like Requirements,design,code, unit test etc
Concept Idea We in PTC Consulting are currently working on a concept to enable Admin Staging without having the Stage System enabled. There are different options available, and we are reviewing them regarding flexibility, efficiency and stability. What we are looking for Your input and contribution is requested! If you have a good business case, and if you are interested in a contribution, then please drop me a personal message with your business contact details. Additionally, describe your concrete business case. I will contact you then shortly with some more material, that we have already collected. Thank you Volker ----------------------------------- Is "im createsolution" an alternative? "im createsolution" was designed to extract the current configuration completely into a single file (.imt) and deploy it into an empty Integrity Server. Common Use Cases are: Create fresh Training Environment, Create fresh Developm
While trying to create a new item of segment type using im createsegment command through SoapUI, I get the state of the newly created item as 'Unspecified'. Ideally, the new item created should automatically move to the state 'Proposed' as seen in the workflow diagram below but it's not happening. In the request below, the type 'Requirement Document' is a Segment type. I get a successful response and the item is created but the state is 'Unspecified' rather than 'Proposed'. Is this behaviour expected or are there any configuration changes that I need to do so that the new item I create moves to the 'Proposed' state automatically when it is created? <ns2:Envelope xmlns:ns4="http://webservice.mks.com/2009/Generic" xmlns:ns3="http://webservice.mks.com/2009/Generic/schema" xmlns:ns2="http://schemas.xmlsoap.org/soap/envelope/"> <ns2:Header/> <ns2:Body> <ns4:command> <arg0> <ns3:Username>myusername</ns3:Username> &l
The following c# code snippet gets all tests associated with a bug, but it is super slow and cannot be run in parallel. Is there a way in the WebApi to do the same thing? private string RunCommand(string bugId) { var proc1 = new ProcessStartInfo(); proc1.UseShellExecute = false; proc1.RedirectStandardOutput = true; proc1.CreateNoWindow = true; proc1.WorkingDirectory = @"C:\Windows\System32"; proc1.FileName = @"C:\Windows\System32\cmd.exe"; proc1.Verb = "runas"; proc1.Arguments = string.Format( "/c " + "im viewissue --showtestresults {0}", bugId); string result = string.Empty; using (Process process = Process.Start(proc1)) { using (StreamReader reader = process.StandardOutput) { result = reader.ReadToEnd(); } } return result; }
Hello, I am looking for an integration solution to couple Integrity and Jira. Does anyone has experience and can forward a link or material?Thanks!Volker
I am trying to convert a Windows Store App to a UWP. Since the Managed API (MKS.ManagedAPI.dll) seems to be based on .NET 4 and UWP is .NET Core, it's not completely straight forward. Is there a way to get the API to work with a UWP?
Hello, I'm new comer, I want to get some supports from here. We had some problems when learning Integrity system, we want to know it how to use third-party tools, such as, Redmine, Git, Preforce etc.1. Can be fulfilled in Integrity?2. If can, how do we do?Could you give us some advice or solution? Thanks!
Intention This document is intended to describe the current status of Integrity LM configuration reports and to collect related discussions and ideas. Configuration Reports for W&D Integrity Docs Custom developed offline solution creating static html pages about types and triggers for review and sharing Is provided as a JAR file to be executed on client One alternative is "Type Fields in Excel" Custom developed offline solution creating Excel Files instead of html files with similar information Especially helpful when you are in a workshop and like to track requested changes directly in Excel for later implementation Is provided as a JAR file to be executed on client IMConfig Custom developed Online solution for Admin reporting. For Type-Fields, the same java code is used here like in solution #2. And, it offers many more reporting, not only "Type-Fields-Workflows". For example, it offers also reporting for User-Group-Dynamic-Group details. Is provided as a single
Intention This tip lists different best practices how we are managing certain administrative use cases within Integrity LM. All of them are in production since some years, and very stable. Status The list below is a working list. Feel free to comment or even add more. I will update the main tip section accordingly. Best Practices with Use Cases Topics #1 to #10 are here Topic #11 Item Editability Restriction Use Case As a process responsible, I want to make sure that only specific persons are allowed to edit items. As a process responsible, I want to assign the current user as default value for "Assigned User", that any item has a value in this field. As a process responsible, I want to make sure that users assigned to a read-only group can not edit any item in Integrity. As a process responsible, I want to allow that Project Administrators and Team Leads can always edit an item. Best Practice Add the field "Assigned User" to any item type of interest
Hello everyone, suppose to have this scenario: A developer checks out (non exclusive lock) a file locally, and modifies it. Another developer checks out the same file (non exclusive lock), modifies it and makes a check in. The first developer tries to check in the file from local to remote after the other developer. Now the question is: If there are no conflict Integrity perform an automatic merge (as GIT do) highlighting the difference by compare the content? I take for granted that conflicts must be resolve manually. Thank you !
Hi, We have some constraints on basic/field relationsips e.g. of the field "category". We want the get the allowed values of this field via api/commandline. What we must do? Thanks in advance
Hello PTC ALM Support, in our setup PTC Plugin V2.1 and Jenkins 2.36 we face sporadic hang up of the Jenkins Master when a PTC Project is freshly checked out. My understanding is that the checkout commands are executed by the Jenkins master on the particular Jenkins node. In the error event the master gets stuck and completely unrelated Jobs currently executed get also stuck because of this. This seems to happen with a higher chance when a new Jobs is created and the master has to check out the very first time. Once a checkout went through the job seems not to get stuck anymore. Attached a log of Integrity PTC Plugin. You can see that for 50min (2:33PM to 3:20PM) nothing was logged until we finally had to force restart the server at 3:20pm. Let me know if I can provide any more logging information for further debugging. Best regards Alex
What is the best approach to deploy solution on another system? Like if we have created some fields, types etc on one system how to take them to different system in a efficient way ?
Has anyone successfully run Integrity PC Client in a Citrix or other VM environments?
Hi, I want to export items into a table (MS Word), where each item is one table row. The problem is, that there remains an empty line between the rows, which has to be deleted manually. We are using ILM 11.2. The release notes of ILM 11.0 says, that following issue was solved: HF-S150000000-016 CS241475 A line break is inserted between table headings and table content when a document is xported from Gateway to MS Word. According to CS243266 I am using the following property: <property name="ensureLineBeforeAndAfterTable">false</property> Since it is necessary to put the gateway commands between the rows, I need to split the table in the export template: ID Revision Category Assigned User <%beginContent%> <%beginLevel%> <%{ID}%> <%{Revision}%> <%{Category}%> <%{Assigned User}%> <%endLevel%> <%endContent%> The result looks like this: ID Revision Catego
Hey, Is there a nice way to view what exactly has changed when inspecting and clearing a suspect trace? The clear suspect dialog shows the current text of the suspect trace only. I can view the item detail and scroll through the history, but no where in the history does it flag when the suspect flag was set - which means you end up reviewing changes that are historical and nothing to do with the current suspect flag. Ideally, the dialog or a report could be generated that shows the changes to the item since the suspect flag was raised, maybe a side by side was / is. Is it possible to do the above, or is there another way to do what I'm looking for? Thanks!
Error connecting to magnalm-prd.ptcmscloud.com:7001: javax.net.ssl.SSLHandshakeException: General SSLEngine problem: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target, Any help with this would be appreciated
Hello, is it possible to access a PTC Integrity Server / Cloud directly through the JAVA API i.e. via https:// protocol without use of any other local PTC Client installation files? So far, i could not see any information about this in the documentation which is not using command line interface in the end. Thank you for your support! API Version of PTC 11.0 - 4.16.506 JRE 8 u172 is used for my own application
I am integrating Windchill 11.0 M010 with MKS integrity 10.9. I got stuck in field mapping hence unable to locate Windchill parts in Integrity and corresponding Integrity Documents in Windchill. What can be the solution for this?
If a user deleted a Content item (Test Case) from a Document (Test Suite) by mistake...How can I add that same Content item (with the same id) back into that Document?I can export the Test Suite "as of" a previous date to see the removed content (Test Cases) and relationships. How can I add those Test Cases back into the document...then re-establish relationships? We recently updated from 10.5 to 11.0...but have not yet enabled document/content versioning.
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.