Hello
I presume that IMPLEMENTER user guides are available to be downloaded. Can someone point me to the right direction, please
Thanks
Hello
I presume that IMPLEMENTER user guides are available to be downloaded. Can someone point me to the right direction, please
Thanks
Has anyone connected Integrity to a data visualization tool such as Tableau? Is there an ODBC driver that can be used?
I understand from reading other posts that certain fields are calculated on the fly so will likely not be available. Not sure if a 'live connection' can mitigate this.
Thanks in advance.
Hi all,
Just started to work with the CLI for Integrity 2009 and I can't figure out how to get just the history for an item. im viewissue --showHistory 75941 includes the history with a bunch of other info, any way to get just the history info for the item?
My end goal is to get the history for every ID in a document which I would do by looping over the IDs in the document, is there a more elegant way to do this?
Thanks,
Eric
Hi guys,
Do you have support for creating a subquery or filter in CLI?
My current problem is as follows:
- I have a query that lists all open issues of several projects. Now I want to add a subquery or filter to list all open issues created in a specific period.
Also, I would like ask for a sample of a queryDefinitionFile. I tried using a txt file but it will result to an error.
Please advise.
Thanks
I try to add multi-line "work description" using command line interface?
Similar to the follwong:
im editissue --field="Work Description"="Hello\nThank"?
It seems to me that \n does not create and line feed.
Also can we add file from content in a file?
Thank you
We are on the System i (aka AS/400) using Implementer. We are transitioning from defining our physical and logical files using DDS to using SQL DDL to define SQL Tables and Views. I would like to get some thoughts and opinions from other users of Implementer that are using SQL DDL as to how they structure their SQL DDL script source members within Implementer and promote them through their various environments?
Any input/thoughts would be greatly appreciated.
I am trying to figure out how to share one file from a subproject into another subproject. I understand how to share a subproject and all the contents within by using Project -> Subproject-> AddShared. For example I have a subproject such as follows :
test\project.jp
ProjectSource ( folder )
ProjectExecutable ( folder )
Under the folder ProjectExectuable is a single executable file test.exe that I want to share into another project. How to do this ?
I tried Member -> Add From Archive and then chose this file but it does not seem to work. I think my IS department may
have locked down this operation and this is why it is not working.
Regards Dave
Hi to all,
I use Integrity Client 10 and would like to be able to get in a programmaticall way, the selected member informations (like name, path in the sandbox etc)
on each click done on a member in the client GUI.
I know that this is possible but I am not sure how to get the event "onClick" on the member in sandbox view.
The documentation for MKS Integrity 2010CLI Reference Guide does not help in this regards.
Please advise,
Adrian
Hi @all,
if i want to install an integrity-client with silent install i#m using the mksclient.properties-file. Since some weeks we're using a proxy, so i want to set the proxy-settings also at install-time. We have a split-setup: source at port 7001 and integrity at port 7003. The proxy is used only for source. But i didnt find an option to setup the client vie mksclient.properties for using the proxy only for source. MKS_PROXY_GLOBAL_USER=true is setting all connections to use the proxy, which we cannot use, because we want only one connection. There is no Option to set only one connection to the Proxy.
Any hints? Thanks,
Jens
We implemented Source Integrity a number of years ago when it was primarily a source control tool and have never transitioned to using the remainder of the product as we had already developed our own deployment processes, issue tracking, etc. Does anyone else only use the Source Integirty (Source Control) portion of Integirty and if so how do you go about training new users on the system?
Hi all,
I'd like to create a "Test Session Details" report that covers the follow content.
1. the sessions meta data (run-date, assigned user, test environment , etc.)
2. the used test case data (Text, Passed/Failed criteria, Category, etc. )
and
2.1 the concrete result (verdict) for this test case in this session
#1 and #2 are no problem, but I'm stuck with #2.1.
I cannot find a way to filter the results (related to the test case) for the one result (related to this test session)
The report run with a single Item selection (namely the Test Session's ID) and looks like this
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
<title>&reporttitle</title>
<%screenStyleSheet%>
<%printerStyleSheet%>
<style type="text/css" media="screen">
.embedded_table th {padding: 2px 8px; background-color: #60607A; color: #FFFFFF; font-weight: bold; text-align: center; vertical-align: top}
.embedded_table td {padding: 2px 8px; }
table.list {border: 0px;}
tr.list {border: 0px;}
td.list {border: 0px;}
table.border {border: 1px solid black; border-collapse:collapse;}
</style>
</head>
<script type="text/javascript">
var line_count=0;
var REPORT_ISSUES = "";
function writeEvenOddTRTag() {
line_count++;
if (line_count%2 == 0)
document.write("<tr class='even_row'>");
else
document.write("<tr class='odd_row'>");
}
</script>
<%subparams default="true" %>
<%dateformat%>
<%datetimeformat%>
<%sortby &sortby%>
<body>
<p class="header">&reportheader</p>
<p class="date">as of :  <%currentdate%> <a class="noPrint" id="RERUNLINK"><img title="Refresh this Report" src="<%hosturl%>RQ_MKS_ALM_2009/refresh.gif"></a></p>
<%begindetail%>
<script type="text/javascript">
if(REPORT_ISSUES == "") REPORT_ISSUES = <%<%builtin ID%>%>;
else REPORT_ISSUES = REPORT_ISSUES+","+<%<%builtin ID%>%>;
</script>
<table class="detailcols fullWidth">
<tr>
<td class="list">
<!-- start table per item -->
<table class="fullWidth">
<tr>
<th><%Type%>:</b> <a style="color:#FFFFFF" href="<%hosturl%>im/WebClient?IssueID=<%<%builtin ID%>%>"><%<%builtin ID%>%></a> - <%<%builtin Project %>%></th>
</tr>
<!-- Overview info -->
<tr class="detailheading">
<td>1.0 Test Session Overview</td>
</tr>
<tr class="list">
<td>
<b>1.1 Overview</b>
<!-- Overview info -->
<table class="fullWidth">
<tr>
<td colspan="2"><b>Zusammenfassung:</b> <%Summary%></td>
</tr>
<tr> <td colspan="2">
<b>betroffener Prüfling: </b>
<%beginrelationshipsdetail EPEC_relDeviceDesc%>
<a href="<%hosturl%>im/viewissue?selection=<%Relationship ID%>"><%Relationship ID%></a> <%Relationship Summary%>
<td>
</tr>
<tr>
<td width="50%"><b>Project:</b> <%Project%></td>
<td width="50%"><b>Assigned User:</b> <%<%builtin Assigned User%>%></td>
</tr>
<tr>
<td width="50%"><b>Test Objective:</b> <%RQ_Test Objective%></td>
<td width="50%"><b>State:</b> <%<%builtin State%>%></td>
</tr>
<tr>
<td width="50%"><b>Tests As Of Date:</b> <%<%builtin Tests As Of Date%>%></td>
<td width="50%"><b>Priority:</b> <%RQ_Priority%></td>
</tr>
<tr>
<td width="50%"><b>Session Type:</b> <%RQ_Session Type%></td>
<td width="50%"> </td>
</tr>
</table>
</td>
</tr>
<!-- Tests info -->
<tr class="detailheading">
<td>2.0 Tests</td>
</tr>
<tr >
<td >
<!-- Test Case info -->
<b>2.1 Tests</b>
<p>This session has the following tests:</p>
<script type="text/javascript">linecount=0;</script>
<table class="white_bg list">
<tr class="list"><td class="list"></td></tr>
</table>
<%beginrelationshipsdetail Query[(walktestsession[<%<%builtin ID%>%>])] %>
<table class="detailcols fullWidth">
<tr class="detailheading">
<span>
<td colspan="1" width="10%"><a href="<%hosturl%>im/WebClient?IssueID=<%Relationship ID%>"><%Relationship ID%></a></td>
<td colspan="3" width="70%"><%Relationship <%builtin Summary%>%></td>
<td colspan="1" width="10%"><%Relationship <%builtin Category%>%></td>
<td colspan="1" width="10%">
</td>
</span>
</tr>
<tr>
<span>
<td style="border: 1px solid grey;" colspan="3" width="50%" ><%Relationship RQ_Text%></td>
<td style="border: 1px solid grey;" colspan="3" width="50%" ><%Relationship TM_PassFail_Criteria%></td>
</span>
</tr>
</table>
<table class="white_bg list">
<tr class="list"><td class="list"></td></tr>
</table>
<%endrelationshipsdetail%>
</td>
</tr>
</table>
</td>
</tr>
</table>
<hr class="full_line">
<%enddetail%>
<center class="footer"></center>
<script type="text/javascript">
if (REPORT_ISSUES == "")
document.all.RERUNLINK.href = "<%hosturl%>im/runreport?selection=¤tReportName";
else
document.all.RERUNLINK.href = "<%hosturl%>im/runreport?selection=¤tReportName&issues=" + REPORT_ISSUES;
</script>
</body>
</html>
which gives somehting like this
Any Ideas?
Hi all,
I have automated some MKS functionalities using the CLI option im.exe. I would like to ask if it is also possible to automate the web client and how?
Thanks,
Hello
Is there a way by command line to get the working revision of a file in my sandbox and if it was modified from the original revision (means appear with Diff in the Sandbox View)?
Many thanks
Kind Regards
Thierry Dalon
Hello,
We use MKS Integrityi Client 9.6.
There is any possibility for users to import published&mandatory viewsets from server via command line (CLI/Java API) ?
Thanks
ids = new Array()
.
.
ids.concat(bean.getRelatedIssues("relationship");
does not work
I am trying to figure out how to share one file from a subproject into another subproject. I understand how to share a subproject and all the contents within by using Project -> Subproject-> AddShared. For example I have a subproject such as follows :
test\project.jp
ProjectSource ( folder )
ProjectExecutable ( folder )
Under the folder ProjectExectuable is a single executable file test.exe that I want to share into another project. How to do this ?
I tried Member -> Add From Archive and then chose this file but it does not seem to work. I think my IS department may
have locked down this operation and this is why it is not working.
Regards Dave
Is it me or does it seem like since the acquistion of MKS by PTC the support for MKS or quality of support has gone from 5 star to 1 star.
Intergity 10.4
Hi - What engine and version is used for processing the JavaScript ? If it is a internal engine was it built to a know JavaScript standard e.g. ECMA.... If yes what version?
Is javascript array.indexOf() supported in Integrity 10.4?
What edition of ECMAScript is used?
I'm trying to write a script to remove members when a change package. what is the command line for deleting or discarding entries from a change package ?