Recently active
Does anyone have a valid link to the PTC plug ins so I can download the latest files for integrations?
Hi,how to branch an item? I had already enabled the type attribute of "may have branched", but it didnot work
Hi,we would like to offer default document filter options to our users.This could be done via custom command in the custom toolbar.I found the CLI command "im viewsegment" that might work for us.Unfortunately, the filter options (f.e. im viewsegment -g --filterrule=(field[Category]="Document") 4711) are not valid for use via CLI.Is there another way to get predefined filters / a filtered document (other than manually selecting "show items containing...where")?
We are attempting to add some required functionality for our users and need to perform nested if-statements in computed fields. How do we do this?Example that we cannot make work:A short text field. Syntax indented/format to make the logic a bit more readable.:(Type == "Program Requirement") ? getFieldValue(ID, "Program Requirement Statement") : ( (Type == "Product Requirement") ? getFieldValue(ID, "Product Requirement Statement") : getFieldValue(ID, "Synopsis") )It addition... I appears that computed short text field has inconsisent results when it refers to a long text field with rich content. Sometimes the <-- MKS HTML> tags are showing up and sometimes not. How do we fix this problem?
Hello all,my problem:I create four trigger for different reports. Every trigger need approximately 4 hours. Now i start all trigger on the same time but the trigger will work sequentially. Ther are a possibility to start all trigger at the same time?With the normal settings it this not possible.For any help I'm thankful.M. Hiersche
Hi.We've replaced the "Satisfies/Satisfied By" and "Verfies/Verified By" relationship fields with our versions of these relationships. With that done, we would like to remove them from the Specification item type because they are not used. When we remove these fields from the "Visible Fields" we get "Fields does not exist" errors when trying to create Specification Documents. I've searched the scripts and all the properties and couldn't find any references to these fields.What do I need to do to be able to remove these fields from the "Visible Fields" of the Specification document.Note: Please don't suggest simply "hiding" these fields. We are currently doing that and are trying to physically remove them from this item, and then the Solution.-Sean
Hi, I need to generate report to show previous releases between 2 releases. And those 2 releases needs to passed as arguments using CLI.Could you please help me how should I pass arguments using CLI and generate previous releases based on the arguemnts.Thanks,Gajanan
Hi @all,we want to have some checkboxes in our Integrity-Items. With setting these Checkboxes the user should give his statement that he has done some work. So as an example an item could have three checkboxes, is it possible to do a query-rule which is showing what the last set checkbox was?Thank you,kind regards, Jens
Hi,Our users would like the ability to open an edit-window based on an href. Is there something that we can add to the query string that will only the editable version of a window instead of the read-only window?Example:We have this working to open a read-only window for an item.<a href="integrity://localhost:7001/im/viewissue?selection=12362">We are looking for something like the following to open an editable window:<a href="integrity://SPA-CL-B34FYW1.corp.irco.com:7001/im/viewissue?selection=12362,edit=1">Is this possible? And if so, what is the syntax?-Sean
Hello @ all,I am in an apprenticeship in the 3rd year and now I have to do my final project.For this project I'm installing dynaTrace for monitoring our Integrity servers.What I want to know is which protocol is using by PSM?I already know the SNMP - Simple Network Management Protocol.Is this protocol also used by the PSM?Thank you very much for your help.Regards,Florian
Our users would like to have a "Solution Build/Version Number" displayable on the Presentation Template on all Item Types.What is the recommended approach for doing this?I would like to utilize a custom property in the MKS Solution item type, but I'm not sure how I can reference that type of property from a field. Please advise.
Hello, I am trying to run "viewprojecthistory" using mksapi (java api - mksapi.jar version 4.11.3238) but even if I set required fields it doesnt return the values of these fields.In the response I see only "revisions" as the field returned. (Please find the comment in the code where it fails)The code looks as follows. Command command = new Command(Command.SI, "viewprojecthistory"); SelectionList selectionList = new SelectionList(); OptionList optionList = new OptionList(); optionList.add(new Option("project", mksProjectName)); optionList.add(new Option("yes")); MultiValue mv = new MultiValue(","); mv.add("labels"); mv.add("name"); mv.add("memberrev"); mv.add("state"); optionList.add(new Option("fields", "labels,name,memberrev,state")); command.setOptionList(optionList); command.setSelectionList(selectionList); Response resp = api.runCommand (command); for (WorkItemIterator i = resp.getWorkItems();i.hasNext();) { WorkItem wi = i.next(); String labels = wi.getField("labels").getValueAs
HelloIn my Sandbox view I haven't a Diff displayed for a file with a different timestamp (even after a Refresh).For my colleagues it is the case.Do you know of any reason / maybe different setting/configuration for that behaviour?Many thanksKind RegardsThierry
Per the recommendations of experts, we have switched some of our FVA fields to Computed Fields that use the getFieldValue() function. With queries, the performance is significantly slower using the Computed Fields vs. FVA; and by significant the performce changes from almost instant with FVAs to 10's of seconds for the Computed Fields.What are the guidelines for using Computed Fields and getting as much performance as possible?
I'm trying to fetch data from Integrity via web services. To get a better picture of the data (), I use SoapUI to call the web services. However, every method I call fails with NoCredentialsException as answer. I have the needed rights on the project, my request envelope for a call of "getSubprojectList" looks like this one:<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sour="http://webservice.mks.com/2009/7/Source" xmlns:sch="http://webservice.mks.com/2009/7/Source/schema"> <soapenv:Header/> <soapenv:Body> <sour:getSubprojectList> <!--Optional:--> <arg0 transactionId=""> <sch:Username>user1</sch:Username> <sch:Password>xxx</sch:Password> <!--Optional:--> <sch:ImpersonatedUser>user1</sch:ImpersonatedUser> <sch:Project>/repository/test.pj</sch:Project> </arg0> </sour:getSubprojectList> </soapenv:Body></soapenv:Envelope>Here is the complete
Hi All,We implimented requirement within Integrity before we fully understood the way that branching works within the system. During the migration of requirements, we created temporary holding areas before branching these to our main product.Now that the holding areas have been removed, we have a number of items which have a "Root ID" which is incorrect and inaccessable.What I'd like to do is to unlink all items in my main product area from their parent branch and reset the Root ID field to the current ID. This would help us branch correctly in the future. Is there anyway of doing this through the UI, CLI or API? (API is preferred due to the number of items that will need to be checked).Your help is greatly appreciated!Regards,Rich
Hello All,I searched the forum and did not see any threads addressing this question, please refer me to a previous thread if this has already been discussed.Our group is looking to extend use of a single Integrity 10.4 Production Server instance to groups who do not speak english or have trouble with english. Our build of Integrity has been developed/configured in English only. I've been tasked with brainstorming ways to present all field names on all item types in different languages, within the same Integrity instance. By this, I mean that Users must have a means of viewing a ticket and having the ability to see the field names in languages other than English. Field values are currently out of scope. My current thoughts are rather basic:Present each field name in all possible languages on the same item presentation template.Example (English, Spanish, French): Field Name | Nombre del Campo | Nom de domaine = Field ValueCons: stretches out the field names of each fieldmakes the present
Is it possible to rename a user name using MKS Domain? If so how...? We use MKS Integrity 2009.
Hello,we have two MKS servers in our company. I need to migrate several projects from one server (v10.5) to the another (v10.4).Is there anyway to migrate the projects while keeping the complete change history?RegardsDaniel
Hi all,Here the scenario:All tests are performed manually using the Test Result Editor, there is no automation framework involved.All our Test sessions are related to a "Device Description" Item that holds the detailed Hardware and Software Setup Information of the tested device used in the Session (where a "device" is one specific combination of several electronic units each with individual Hard and Software).Our test case items contain an optional field "required environment" that basically holds information on what electronic unit(s) must be part of the tested device, so that the testcase is applicable.The test cases are organized in TestSuite Documents e.g. based on function groups.To increase productivity for the Test engineers I would like to have a "default" test result (verdict = NA -not applicable) created automatically for every test case in a session where the "required environment" of the testcase is defined and the values do not match the values defined in the session's "D
Can wer use PTC Integrity API in Report recipe
Hi,I keep getting this error when running my code:com.mks.api.response.APIConnectionException: Remote host closed connection during handshakeimport com.mks.api.CmdRunner;import com.mks.api.Command;import com.mks.api.IntegrationPoint;import com.mks.api.IntegrationPointFactory;import com.mks.api.Option;import com.mks.api.Session;import com.mks.api.response.APIException;import com.mks.api.response.Response; public class MksMain { @SuppressWarnings("deprecation") public static void main(String[] args) { String host = ""; int port = 7001; boolean secure = true; String user = ""; String password = ""; try { IntegrationPoint ipf = IntegrationPointFactory.getInstance().createIntegrationPoint(host, port, secure, 4, 11); Session session = ipf.createSession(user, password); CmdRunner cmd = session.createCmdRunner(); cmd.setDefaultHostname(host); cmd.setDefaultPort(port); cmd.setDefaultHostname(user); cmd.setDefaultPassword(password); Command connect = new Command(Command.SI, "connect")
Here's our situation...We have multiple Integrity servers that are running the same, or completely compatible, solutions.We create a ViewSet on one server and it works great.We use that same ViewSet to view items on a different server and the colums in ViewDocument, Queries, and the "Relationship Fields" display the wrong fields.We update the ViewSet on the this different/second server, and things would well.We that ViewSet is used on the first server, the columns in ViewDocument, Queries, and the "Relationship Fields" display the wrong fields again.It appears that ViewSets are "bound" to the server on which they were created.How do we create a ViewSet that works on multiple servers in our situation?
We need to perform some procesing logic when an item is moved from one document into another. We have setup a trigger rule that contrians Document ID != Document ID[New Value], but the script never fires when I cut-content and paste-content. With a little debugging, I'm finding that tne Document ID of the destination document is not available to me in scripts.Can someone explain to me how to setup a trigger that fires when the Document ID changes for an Item?Note: In the Trane Solution, the Document model is mostly disabled in this context. No branching, versioning, etc. The document is merely a container and there is no hierarchy to the node items.
Here is my situatioin: I open a document to the Word using Edit-in-Word functionality. There are default styles shown in the inline view of Word. If I make changes to these styles and reopen the document again to the Word, all the changes that I made are overridden by the default styles.Where can I found these default styles? Where is the style file located?
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.