Recently active
Hi,I'm wondering about the availability of a plug-in for eclipse 4.2 or superior.regards
We are using PTC Integrity for our DO-178 project and think that viewer licenses would be helpful in the Document Review process that is required.
Hey,I am new to PTC and needed to work with PTC since 2 month.I have 2 years of experience with TortoiseSVN and now i have to get in the new PTC Environment. I wonder where the very simple basic functions which TortoiseSVN comes up with are in PTC.In TortoiseSVN i can simply see in the WindowsExplorer in which Folder is a Change in a file.I can right click the Folder in the Explorer and will get instantly the Option to see all differences in the Folder lokally compared to the repository .I will only see the effected Folder and below them the files. Everything else is hidden, because its not interesting.Then i can also right click in the Explorer on a Folder and see the Log.I will then see all changes since the Sourcecode got introduced as a new Project in SVN.I can see each check-In, or in PTC-Language: Change-packages.I can see a comment to the check-In and i also can see which files changed.I also can simply see, what Revision i got and what the current Revision is.Ok in PTC, first o
How would you write a computed expression in logical field "xyz" of Requirements Type, that evaluates the traces in the Mitigates field, and returns a count of Mitigates traces that are flagged as true in the Mitigates > "Essential" field?
We are having some problems with server performance when using the API. I don't know if it's due to the way I am using the API or some settings on the server or something else. We have several tablets running Windows 8.1. On each tablet, we have an app (written in C#) which downloads project data and allows us to execute our procedures offline. If only one tablet is downloading project data (and making API calls) then things seem to work fine. Once multiple apps try to download project data at the same time, everything slows down. Sometimes, one app might stop receiving downloading all together.The way the app works is that I get the list of segments in a project using the code below. Then, I loop through the returned segments and make a new API call for each one to download the nodes. There doesn't seem to be any specific type of node or node content which causes things to slow down.I am working adding some things into the app for the sake of debugging it to see if I can track down sp
What Integrity Lifecycle Manager functions can not be executed through the Web Interface?
Will the system allow the user to save documents generated out of the system in any location?
I am going to be integrating Excel spreadsheets into Integrity for risk management. If my Excel spreadsheet contains Macros, Formulas, ect., will these still function in Integrity?
I have several legacy protocols that use the same set of test steps. What is the best way in Integrity to leverage a common set of test steps across several test protocols without having to individually include each test step within a test case?
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
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.