Recently active
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?
Hello,we would like to disable access (openproject, fetchrevision) to a subproject for all except a special group.Example:project_A |- (sub)project_B |- (sub)project_Cgroup_A and group_B have access to project_A and project_C.Only group_B should have access to project_B.Our first approach was to allow the permissions for project_A for both groups and simply deny the permissions for group_A in project_B.The problem is that some users may be members of both groups and so the deny overrides the permission.We thought this might be a common configuration management task and so this should be possible, so maybe we overlooked something?Is there another solution?
Hello,I would like to know if it is possible to remove a suspect flag of item (requirement) using CLI?I tried: im editissue --query="MyQuery" --removeRelationships=XXXBut the syntax seems to be bad. I am not sure that i use the good one, could you help me please?Regards,Bruno
Hello!we have questions regarding item information fetched via the Java CLI API. Basically we're doing the following: Firstly we're initializing a Java POJO structure based on the results of im_issues commands for each item type and its fields we are interested in. (e.g. for Features, Requirements & Tests) In a second step we are initializing the relationships between the fetched items by reading values out of their relationship fields. (e.g. "Feature Includes Req", "Validated By").As a next step we also want to provide the suspect information for relationships between e.g. Feature -> Requirement within our simple POJO structure. I already had a look into the documents but couldn't find a proper solution to fetch 'relationship flags'. To avoid performance issues i would prefer using the im_issues command and keep the count of executed commands low. is it possible to do it with the im_issues command? What is the best way to fetch suspect information for concrete traces between it
I'd like to know si commands for retrieving a list of files and their versions from a Project based on labels on the files themselves. So I'm after a list of all files with a label from a project.I'd like to know a similar cli means of retrieving the files/versions from a Project if the Project checkpoint itself is what is labeled, which might first mean getting the Checkpoint based on the label, then getting the files based on the checkpoint.
Hi @all,it seems that i cannot use siproject-fields in the query-builder. Is there any other way to filter over such fields?thanks, Jens
We are using MKS Integrity 2009 SP5. Yes, I know we need to upgrade, but we are under-staffed.I am trying to make a calculation (Computed expression Integer type field) work. When I try to edit an item I get an error "Division by zero has been detected processing the query on the server". I understand the error. I don't know how I can resolve it. What I am doing is dividing 2 integer fields to return a percentage. Example: field3 (Integer) computed expression: "field1" / "field2". These 2 fields are divided to give a percentage.If field1 = 10 and field2 = 100 then field3 should display 10%.However, if field1 and/or field2 has zero (default) then the division error is displayed. I understand you cannot divide a number by zero.If field1 = 0 and field2 = 100 then field3 should display 0%.How can I get it to simply calculate or say 0%, because that is what it should be?Thank you,
In other tools that I have used, I could create a prompt to the user to provide input for the query. For queries, I have found that there is a project filter option that will do what I need in some cases. However, if I try to create a chart based off of that query, I have not found a way to allow the user to filter by their project. Furthermore, if I want to filter the query results based on another field besides the project field based on user input, I have not found a good way to do this.Any help would be appreciated.
Hello,I use Integrity 10.4 and I would create traces between a current document and another that is already baselined. Is is possible to do that? If no, how do you manage the fact that it is better to trace to a baseline document (because nobody is modifying it), and the person who has baselined his document can continue to work on the next document version?Regards.
Hello,I use Integrity 10.4 and I would create traces between a current document and another that is already baselined. Is is possible to do that?
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.