Recently active
Does Source Code Management support an integration to IAR?
What do I use as MKS Product Keys when installing Xelus?
How to get the Jar files for https://change.unigroupinc.com/documentation/javadocs/triggers/index.htmlHow can we get the complete history with all modifications done in a particular field for a particular issue using java api of MKS ?Command issuehistory = new Command(Command.IM, "viewissue"); issuehistory.addSelection(actIssue); issuehistory.addOption(new Option("showHistory"));Response response = cmdRunner.execute(issuehistory);Iterator f = response.getWorkItem(actIssue).getFields(); WorkItem i = response.getWorkItem(actIssue); while ((f).hasNext()) { Field temp = (Field) f.next(); System.out.println(temp.getDisplayName()+":"+temp.getValueAsString()); } System.out.println(i.getField("MKSIssueHistory").getDisplayName()+":"+i.getField("MKSIssueHistory").getValueAsString());MKSIssueHistory:17,16,15,14,13,12,11,10,9,8,7,6,5,4,3,2,1,0But i cannot get the whole history i.e who modified the issue on what date what all fields were changed
Our word documents have a lot of tables that auto-update based on the information in the document.Is this functionality retained when the document is imported into Integrity?Ie. if the numbers the table references are changed, the table should auto update.I don't think it's currently worked in the manner I have imported the document, but is there any way to set this up?Also, while linking to an Integrity item, you have the option of choosing to "Display Text" and manually entering what you want it to look like.Unless you manually type the name of the item, it shows the item type and the item ID (ie. System Requirement Document 12345).Is there any way to change this to automatically show the title of the document or the text of the requirement?Thanks!
Does anyone know how to "Expand All / Collapse All" in a Relationship View of a query? Relationship View is very cool... but who wants to click each and every item and related item to display all data?!
Hi Team,Can I use scripts to update custom keyword values or is there any way to add member property value (like member change package ID, working archive etc) as keywords.Is there any document for creating Custom keywords ?Regards,Arun
How can I create a scheduled trigger that sends a report or query link in an eMail at a given time? Not an email of each item. Simply an email with a link to a query or report that is sent via a scheduled trigger. Thank you.
Does Integrity support embedded visio diagrams, images, excel tables, formulas in requirements
Can you please let me know from where I can get the good installation file for mksclient.bin(PTC Client 10 version)The current files that I am having is giving below error: Invalid install file:-rw-r--r-- 1 root root 170540233 Aug 11 20:17 mksclient.bin
I have not found a way to diff 2 separate dev paths in Integrity. With other systems it is as simple as diff <path1 at some tag> <path2 at some tag> How is this done in Integrity? How can you tell the differences in the content between dev paths?
I have my custom java packages, I have to import these packages in js file which is located at integrity server. How can i do these.Regards,Ketan
We at TRW receive quite a few data from our customers in xml format. I would prefer to push this information from customer into one of item type, namely Open Point. To achieve this i have a script in place to push data into a Longtext fieldwhich supports rich content. The script works fine, but my issue is how I insert line-breakers (/n or something like that) in Integrity into the longtext field; so that the data is readable and formatted properly, than having them all in one line!
Hello, Is there a way to delete or deactivate a test step in Integrity 10 on GUI or eith CLI? In Workfloww it has 2 status: unspesified and active, but there is no way from status "active".
I have legacy protocols that loop on the test procedure (that is, several test steps (as a group) are repeated after changing a device or software parameter). What is the best way to migrate these protocols into Integrity?
I am able to import a word document (test specification document) in to PTC Integrity Test management (test Document and test Cases) but into not able to map contents into Test steps. What am I missing here?
Hi...I have a script that executes the command: "aa user --groups myuserid" but I'm not able to extract all of the output. I get the first line (which is the userid), but none of the groups. Can someone provide and example for how to do this? I can't help but think that this has been solved several times already. Below is the function-snippet from our trigger that has the core logic.I have a very similar function that performs the command "aa groups" that works just fine. So I'm at a loss as to why this doesn't work.Kind regards,-Seanfunction GetGroupsForUser(theuser) { var readResult = new Array(); var cmd = new Packages.com.mks.api.Command("aa","users"); cmd.addOption(new Packages.com.mks.api.Option("groups")); cmd.addSelection(theuser); var response = api.executeCmdAs(theuser, cmd); if( response.getExitCode() == 0 ) { &nbs
Currently there is an understanding that a trace/link between two data objects can be created through a drag and drop. Is there any other functionality within the tool that uses this drag/drop? (other than standard windows functions like moving files or attachments)
Within the Requirements Management module, whenimporting requirements into a project, will PTC do text compare againstexisting requirements within the project to determine duplicity? What aboutcomparing Unique IDs for the requirements? What methods of reconciliation isavailable in the case of duplicity?
Can I edit image files within Integrity?
How does Source Integrity indentify that a member has been modified and can be checked-in? As per my understanding this happens when: * the contents of the members have been updated/changed; * the member file's modification date has been changed. Please let me know if my understanding is correct? I am trying to understand how the source integrity decides when to update a member’s revision with default policies in place.
In Integrity presentation templates I insert an image URL to an image on the server (correct location). The image displays correctly. Later I come back to edit the template, and broken-link icon displays in place of image. Integrity will not allow to save template unless broken-link icons are deleted and new image links created. This has happened to me many times!! Very frustrating. Especially since the archaic grid interface practically requires you to use transparent images to control column-widths.How do you get around this issue? When will the bug be fixed? (I think I reported it a few months ago...can't remember).
Is there a guide or any other references that could help explain the functional differences between Integrity's web and thick client intrefaces?This would be for version 10.7
Hi,Is there any API function to write data on local file.Ex: I want to write 'Hello Word' in the file located on my machine through Script.
I have a project that was moved into another project using Integrity client. After the move, our auto merge scripts have been failing whenever it tries to merge those members from the old project. Usually the error says something like "it doesn't belong in the project variant" and the change package doesn't get propagated which results on continuous errors. Is there a way around this ?
Hi,I want to write a Python-Program for monitoring the PTC Integrity server. Since i haven't found a way to read the gc.out file directlyI settled for using <im diag --diag=metrics --target=server> but I am a little confused regrading the returned information. For each part of the Heap there is a "current" and "peak" value: is this current in use/ currently available and is peak the total storage or the peak of the used storage in the past? I am also interested in knowing if the multiple values for the "average response time" were takenjust for this command/result or were they collected over a longer period and so only the last value gives information about thecurrent state?I hope that someone has already some experience with this kind of output and can help. 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.