Quantcast
Channel: PTC Community : Popular Discussions - Integrity
Viewing all 3432 articles
Browse latest View live

testresult verdict in report

$
0
0

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 : &#160;<%currentdate%>&#160;<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&uuml;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%">

                                   

                                 <%begintestresultdetail%>

                                       <%testresult Verdict%> </br>                                               

                                  <%endtestresultdetail%>

                                   

                                 </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=&currentReportName";

    else

        document.all.RERUNLINK.href = "<%hosturl%>im/runreport?selection=&currentReportName&issues=" + REPORT_ISSUES;

</script>

</body>

</html>

 

which gives somehting like this

 

screen1.JPG

 

Any Ideas?


MKS Source changes binary files automatically, how to prevent this?

$
0
0
MKS Source changes binary files automatically, how to prevent this? (migrated thread) Posted: Dec 8, 2011 7:54 AM

   andreas.ulbricht2    Posts: 47   Registered: Nov, 2007

We made the experience that MKS Source changes content of binary files, probably since we have upgraded to MKS2009 version. The change of the regarded binary files seems to be triggered by the archive type of these files, which is set automatically to text by the MKS source system. The workaround provided by MKS to prevent change of (binary) files after standard check in and check out actions consists of inclusion of the type of file characterized by the file extension into a policy. This is absolutely not practicable for us, as we cannot check any file by extension whether it is changed by the MKS system or not and include it in a policy. Furthermore the described behaviour is absolutely not what we expect from a version control system. We expect from a version control system that whatever file is put under version control, this file is NEVER changed automatically or non-transparently by the system. Does anyone know a method how we can prevent generally the automated change of whatever files by the MKS Source system ?
Please be aware that the same can happen or happens on your MKS source system without that you notice it.
Re: MKS Source changes binary files automatically, how to prevent this? Posted: Dec 8, 2011 11:32 AM
Posted By:   mlizak    Posts: 72 /  Registered: Feb, 2011  
Hello Andreas,

Please contact Integrity Support so that we can assist you with this issue.

Regards,
Kael

# 

Re: MKS Source changes binary files automatically, how to prevent this? Posted: Dec 9, 2011 12:27 PM
Posted By:   mlizak    Posts: 72 /  Registered: Feb, 2011  
Hello Andreas,

Upon further research, I see that you have already contacted Integrity Support, and that you are already on the feature request, which I have resubmitted for review.

Regards,
Kael

#   

Re: MKS Source changes binary files automatically, how to prevent this? Posted: Dec 16, 2011 3:35 AM
Posted By:   andreas.ulbricht2    Posts: 47 /  Registered: Nov, 2007  
Hello Kael,

after several attempts to contact our key account for this subject, yesterday we had a TelCo with a senior supporter. After this conference our impression is that the problem is understood at MKS. A workaround that represents a solution for us could not be provided and in our understanding will not be provided until the RFC is implemented according to what we have understood in that TelCo. If an RFC is to be implemented and when this will happen is completely open. Anyway I do not understand why our key account or a substitute of him does not reply for two weeks when we have a major problem caused by MKS Source that endangers the delivery of our products.
The addressed topic is crucial for us. If the problem cannot be solved, MKS Source might be useless as version management tool in our company.
As support cannot provide a solution, any solution found by other users might be very helpful for us that's one reason why I post additionally here.
I assume that the problem we have detected casually might be as crucial for a whole lot of other MKS customers as it is for us. But the other customers probably do not know about this problems, because they still do not have detected it. That`s another reason why I post here.

Cheers !

       #   

Re: MKS Source changes binary files automatically, how to prevent this? Posted: Dec 20, 2011 4:15 AM
Posted By:   markus.dittrich    Posts: 1 /  Registered: Feb, 2008  
The initial description of the problem is not correct. The behavior is the same since a couple of releases.
Binary Archive Files get's never changed by us. The Line Terminator get's changed for text archives depending on the policy which is set globaly / per project or per sandbox or defined for a specific type (f.e *.bin) or by a trigger.
To prevent this the Users should be trained to check in Binary Files (f.e *.bin's) as binary archive and not as text archives. To prevent this there is a trigger which checks the extensions and could give a message that this archive which is going to be created by the user should be a binary archive instead of a text archive.
In addition there is the possibility to update/change the archive from text to binary (on db-backend) to prevent this behavior with the line terminators.

The algorithm checks every newly created archive as this is a text or a binary archive. It is not possible (never) to cover all files that this algorithm works as - depending on the customer- expected.

There are a couple of possibilitys to prevent this behavior which is known since a long long time.

We are currently working with you on a possible resolution for this behavior

       #   

Re: MKS Source changes binary files automatically, how to prevent this? Posted: Jan 18, 2012 3:37 AM
Posted By:   becker    Posts: 13 /  Registered: Nov, 2010  

Hi Andreas,

we have the same issue with source files (ASCII) which we secure before check-in using file checksums. I agree that non-transparent changes of files should at least be made optional using appropriate server settings. This issue is considered critical for us as well.

We started computing the checksums anew on check-out in our test automation. Files where the checksum differs from the stored value are reported as we need to make sure that changes are solely based on this whitespace issue and not due to other file manipulation.

We strongly urge MKS to resolve this issue by at least making it optional using an appropriate server setting.

       #     

Re: MKS Source changes binary files automatically, how to prevent this? Posted: May 25, 2012 5:45 AM
Posted By:   martin.bickel    Posts: 2 /  Registered: May, 2010  
If you don't want files to be modified by MKS, why not always check them in as binary files? This can be configured through a policy
si.AddMembers.dataFormat=binary

To make diffs and merges, use an external like BeyondCompare or WinMerge.

Keyword expansion is not possible with binary files, but that would be a modification of the file again, so I expect you want to avoid that anyway.

MKS Integrity 2009 Visual Studio Integration Share from many locations

$
0
0

Hello,

 

Computer 1 Location 1 : I create a subproject and share it. Visual Studio/File/Import Solution/ will show the share in the list.

Computer 2 Location 2 : Visual Studio/File/Import Solution/ doesn't show the Share in the list.

 

Any idea why ? Thank you

 

a+, =)

-=Clement=-

 

Configuration :

MKS Integrity Client 2009 Build: 4.10.0.9665

Service Pack: 007-01 Hotfixes: C041000007-05, C041000007-015

Visual Studio 2008

Someone has any experience on PTC Integrity data extraction?

$
0
0

I am working on a DW project now, and PTC integrity is my primary data source. Anyone has some experience? We can discuss here.

To implement trace matrix viewer

$
0
0

Hi all,

 

I am Daniel working at PTC Korea and having some issues to implement a kind of trace matrix viewer for the 4 depths of the selected document.

I am kinda new to ALM and Integrity, because I am one of the PLM Consultants, so hope to get some great guides from ALM experts.

 

It was ok when I tested with a small size of a document has under 200 nodes.

However, when I executed the program with a big one like over 1800 nodes, it just died and gave me errors below.

 

2013-06-27 04:33:07 [INFO ] API Command: im relationships --displayForwardFields --fields=Text,Document ID,Type --user=admin 13265
2013-06-27 04:34:45 [SEVERE ] com.mks.api.response.APIConnectionException: Unknown Blimp command request: command code=48
at
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
java.lang.reflect.Constructor.newInstance(Constructor.java:513)
java.lang.Class.newInstance0(Class.java:355)
java.lang.Class.newInstance(Class.java:308)
com.mks.api.response.APIExceptionFactory.getAPIExceptionObject(APIExceptionFactory.java:134)
com.mks.api.response.APIExceptionFactory.createAPIException(APIExceptionFactory.java:80)
com.mks.connect.AbstractCmdRunner.executeCommand(AbstractCmdRunner.java:317)
com.mks.connect.AbstractCmdRunner.executeCommand(AbstractCmdRunner.java:242)
com.mks.connect.AbstractCmdRunner.execute(AbstractCmdRunner.java:394)
com.ptc.integrity.traceview.command.IntegrityCommand.exec(IntegrityCommand.java:88)
com.ptc.integrity.traceview.controller.TraceController.loadData(TraceController.java:98)
com.ptc.integrity.traceview.ui.TraceMatrixUI.loadData(TraceMatrixUI.java:146)
com.ptc.integrity.traceview.ui.TraceMatrixUI.<init>(TraceMatrixUI.java:59)
com.ptc.integrity.traceview.TraceView.main(TraceView.java:59)

 

Actually, it had given me a java heap size error of the Integrity Client, so I resized the java heap size of the Integrity Client to 1024MB.

And then, I got a new one above. Please give me some expert advices.

 

When I tried to run the CLI at the command line, it worked fine with --gui command. However, with --xmlapi option, it gave me nothing or sometimes errors.

 

Thanks in advance, and I am looking forward to the great reponses from Integrity experts!

Integrity 10.3: Use Checksums as member filter?

$
0
0

Hello,

I read the Integrity 10.3 Release Notes and wondered if the new RevisionChecksumsEnabled policy and calulated checksum can be used to filter members.

At the moment, all members with a different timestamp are shown as deltas, with a text like

"Working file newer: 14.02.2013 16:10:55 vs. 08.02.2013 08:24:11"

There is no indication if the file is binary identical, but with different timestamp or if the file size is identical, but some characters changed so the file is not binary identical.

 

I would like to see only files that are binary different, like "any member deltas", but "any member checksum deltas".

Is this possible or planned?

Graphics Card for Lenovo S30 (SV754UK) ??

$
0
0

Hi,

 

I need to purchase an Lenovo S30 for a user running ProE (Wildfire 4.0) on Win 7 32bit.

 

Graphic card options are as follows and need to keep the budget low...can anyone tell me which graphic card will be compatiable with ProE / Win 7 combination ??

 

Nvidia.JPG

 

Thanks in advance for your comments and help.

 

Mark

output from "si viewprojects...", how to sort subprojects?

$
0
0

Hi @all,

 

we have a quite complex structure in our projects in Source Integrity. And sometimes our users are doing checkpoints with label, and then they realise that the label is wrong. And as you know, deleting a projectlabel doesnt work recursive (hmpf!). So we wanted to do this with a script via commandline. For this we want to know which subprojects are child-projects from this point in our structure where the label was set and (important) which of them are shares. If we look at it like this:

 

si viewproject --project=<name of the subproject which was checkpointed> -Y

 

then we get a text, in which the structure is shown by the numbers of spaces in front of each line (this is a very special idea i have to say). But even worse: this isnt very reliable (we filed this already as a bug to PTC-support), because sometimes it doesnt count correctly (there are not the right numbers of space-chars).

 

If we use the parameter --xmlapi we get a xml-structur, but i didnt found any information how the subproject-structure is mapped into this xml? All subprojects are laying parallel? And if i wanted to look which subproject is a child of another, i have to parse the attribute-entries?

 

An example. This is the output of "si viewproject --project=/Spielwiese/Test_NX2/test2/project.pj -Y" :

 

  test2_1/project.pj subproject

   share_test1/project.pj shared-subproject

     test1_1/project.pj subproject

     index.html.dk archived 1.1

     index.html.ee archived 1.1

     index.html.el archived 1.1

   test2_1_1/project.pj subproject

     index.html archived 1.1

   index.html.ca archived 1.1

 

I can see that "share_test1" is a share and "test1_1" is a child of it.

 

The output in xml with "si viewproject --project=/Spielwiese/Test_NX2/test2/project.pj -R --xmlapi" is attached to this posting.

 

In this xml-output i can see, in one workitem-element that share_test1 is a shared-subproject. The next element of type "Workitem" is test1_1, but it is shown as subproject. But this workitem-element is parallel to share_test1 and also to test2_1_1. How can i see which workitem is a childproject from another?

 

Thanks, Jens



Cannot obtain registry lock

$
0
0

What is the fix for the error message in MKS 2009 for the "Cannot obtain registry lock" error when you check in/check out a member?

Importing PDF Documents

$
0
0

Hi All,

 

I have a requirement where I need to import PDF documents into Integrity. Through Gateway configurations & mapper files I can Import word documents i.e docx files but when I am importing PDF files, there are no import configurations available.

 

Any help would be appreciated.

 

Regards

Nishant Kapoor

Timesheet reports and reporting

$
0
0

We are using integrity for software project management and have the timetracking function setup for recording the tasks that someone can work with. We now need to do some reporting and it seems that all timesheet reporting is focused on the time entered against an item, so I have to look at all items to determine what time was entered when.

 

Does any know have any report recipes or know of any way of reporting on time sheets in other ways' for example, show the time that was entered per day, who entered it and what item they were working on (maybe with an ability to pick the date?). Or show all the timesheets related to a project (even if the time was entered several relationships down from the project). Or Show all timesheets by person? I know I can extract this from the DB directly if I need to, and it will take me some time to make new report recipes myself, I was just wondering if anyone had any thing they would be willing to share.

testresult verdict in report

$
0
0

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 : &#160;<%currentdate%>&#160;<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&uuml;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%">

                                   

                                 <%begintestresultdetail%>

                                       <%testresult Verdict%> </br>                                               

                                  <%endtestresultdetail%>

                                   

                                 </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=&currentReportName";

    else

        document.all.RERUNLINK.href = "<%hosturl%>im/runreport?selection=&currentReportName&issues=" + REPORT_ISSUES;

</script>

</body>

</html>

 

which gives somehting like this

 

screen1.JPG

 

Any Ideas?

RIF Utility documentation?

$
0
0

Hello,

 

I am searching for documentation about RIF utility in MKS 10.1 context.

 

I am new on this forum and I could not find anything onthis topic.

 

Is there someone wotking with RIF?

 

Thanks in advance for any help.

 

Marc.

Relationship field

$
0
0

How we can do the self-Referencing from one relationship field to another.I want to display the Assigned group field in the Relationship field, so that direct connectivity from the item to user group can be done.

Will be gratified from instant help.

PTC Integrity CM - Jenkins Plugin-Version: 1.16

$
0
0

Hi guys

 

Can you please help me I have been struggling with an issue with the PTC Integrity CM - Jenkins Plugin-Version: 1.16 and MKS 4.1

It is logging the belwo information when I run it

 

May 28, 2013 2:27:09 PM [INFO] IntegritySCM - API Exception caught...

May 28, 2013 2:27:09 PM [INFO] IntegritySCM - Failed to establish a session: Ses

sion not authenticated/authorized.

May 28, 2013 2:27:19 PM [INFO] IntegritySCM - API Exception caught...

May 28, 2013 2:27:19 PM [INFO] IntegritySCM - Failed to establish a session: Ses

sion not authenticated/authorized.

 

The login information is fine , the policy on the server is fine as well , I have enabled all users and all IP's to access everything on the server

 

Did anybody run into this in the past

 

Thanks

 

Isaac


Adding Revision Description Into Source Files

$
0
0

We are in the process of migrating source code control from Serena ChangeMan Version Manager / PVCS to MKS Integrity. With these old

cm tools we had the ability to specify a token in a C comment field at the end of the file that when a change was committed the cm tool would add

the change revision comments/history into the C source file *** shown below.  The key token $Log: $ is updated with the revision history when checking in.

 

Is this possible with Integrity tool ?

 

 

/*****************************************************************************

* HISTORY: *

* *

* $Log: E:/VM/DEVEL2/archives/Vision/Projects/BENDIX_FLC/Code/BENDIX_FLC2/Application/exetimer.c-arc $

 

Rev 1.2 Oct 01 2012 17:15:36 jon.kuhn@xxxjon.kuhn@xxx.com.com

QAC Fixes

 

Rev 1.1 Oct 01 2012 10:01:46 jon.kuhn@xxx.com

Added ability to generate histograms of execution times.

 

* *

****************************************************************************

Intro to Configuration Management

$
0
0

Hello,

 

I have been tasked  with setting up configuraiton management in Integrity 10.2, mainly for use with version control of trigger scripts and properties files. Despite about a week of effort, I am still very lost in how to set it up on a server or how it works. I have found/been directed to all the detailed information on CLI commands, Best Practices, etc. but I still lack a clear picture of how configuration management works from a high level perspective. I am curious if there are any documents/videos/discussions that I could be directed to which would give me a general framework of how configuration management works in general and how it fits into the big picture of Integrity itself. Any tutorial or "How-to" type material would be a life saver at this point in time.

 

Also, if configuration management isn't the correct tool for version control within Integrity, please let me know so I can take this information to my team.

 

Much Appreciated,

Bryan R.

MKS Integrity Client 2009 SP5: linux vx Solaris performance comparision

$
0
0

Hi

 

I'm migrating my MKS Integrity Client 2009 SP5 on Solaris zoned server to a VMWARE ESX hosted Linux Debian 7 machine.

 

Suprise during testing performance beetwen the 2 machine using "si viewRevision command" (no I/O activity, only tcp connections to the same server) test cicle: Linux client is 8 time slower than Solarix box!

 

Any suggestion to improve Linux deployment?

 

Thanks

 

Carlo

MS word integration, any experienced user ?

$
0
0
MS word integration, any experienced user ? (migrated thread) Posted: Jun 17, 2008 6:57 AM

   andreas.ulbricht2    Posts: 47   Registered: Nov, 2007


I've tried to import requirements into MKS integrity using the MS word integration. I was successful in importing something, but the structure of the imported content differs strongly from what I want to have. I have tried integration using the RM solution templates, and I did not succeed using the buttons described in the integrations builder guide. My impression is that documentation is absolutely incomplete. Is there anyone who has experience with the word integration and can send me example files, from which I can see how to structure the word content in order to get structured items imported into MKS integrity.
Re: MS word integration, any experienced user ? Posted: Jun 18, 2008 4:43 PM
Posted By:   jlittle    Posts: 1 /  Registered: Apr, 2007  
The two Document Structure Definitions that we ship with the MS Word Integration provide a general-case import structure that will work for most users.  Some details about each DSD follow.

The "RQ 2007 Document Structure Definition" DSD is a non-condensing template, which means that every new paragraph, list bullet, etc is treated as a new requirement.

The "RQ 2007 Document Structure Definition (condensing text) DSD is a condensing template that looks for changes in the outline level of the document to indicate headers and nested positions of requirements. The condensing DSD does require headings to be present to separate the requirements.  If your document is importing as a single requirement, you may want to check your outline levels. (See the MS Word help information about outlining for more information).

If you still aren't able to get your documents importing in the way that you're expecting, can you please elaborate on what it's doing/not doing that is not expected.  Alternatively, you can always open up a service request with MKS Customer Care and we can help you further.

Jeremy Little
MKS Customer Care Representative

            #   

Re: MS word integration, any experienced user ? Posted: Jun 19, 2008 3:19 AM
Posted By:   andreas.ulbricht2    Posts: 47 /  Registered: Nov, 2007  
Thanks for you comment. I have already installed more then two different templates all distributed by MKS company. I also tried to structure a word document as described in Integrations Builder Guide as well as in MSWordIntegrationUserGuide. Unfortunately the result differed from what is promised in these manuals. It looks like the documentation is incomplete.
The easiest way would be to provide an example MSword-doc or docx file that works with the mentioned DSD, so I can learn the required word structure from this example file. The info about existing DSDs really doesn't help me, I tried these DSDs before and didn't get a satisfying result using the documentation that is present for these DSDs and the word integration.

          #   

Re: MS word integration, any experienced user ? Posted: Jun 26, 2008 1:17 PM
Posted By:   alew    Posts: 65 /  From: MKS Inc. - Waterloo, ON, CANADA /  Registered: Jan, 2006  
Hello Andreas,

At this point, it would be best if you open a new Service Request with MKS Customer Care so we can further assist. Please send us an email at support@mks.com or call +49.711.351775.7575.

Regards,

--
Alan Lew
Sr. Technical Support Representative
MKS Customer Care

          #   

Re: MS word integration, any experienced user ? Posted: Jul 2, 2008 1:31 PM
Posted By:   sue.retzer    Posts: 33 /  From: Denver CO /  Registered: Jan, 2007  
I worked with MKS Support to integrate with Excel. They were great and I ended up having to totally re-write the template - but it works like a charm now!

          #   

Re: MS word integration, any experienced user ? Posted: May 7, 2012 1:16 PM
Posted By:   Alice.Liang    Posts: 4 /  Registered: May, 2012  
Where is the MS Word help information about outlining located?

Thanks!

          #   

Re: MS word integration, any experienced user ? Posted: May 16, 2012 2:49 PM
Posted By:   mlizak    Posts: 72 /  Registered: Feb, 2011  
Hello Alice,

In what context are you looking for information about outlining?

Current versions of Integrity use the Gateway interface rather than the older MS Word Integration, so your question may not be relevant to this topic. If you are using the Gateway interface instead of the MS Word Integration with Integrity, please feel free to elaborate in a new post.

Regards,
Kael

          #     

Re: MS word integration, any experienced user ? Posted: Nov 7, 2008 4:17 PM
Posted By:   sue.retzer    Posts: 33 /  From: Denver CO /  Registered: Jan, 2007  
andreas, If you contact support they can walk you through how to get this running. You have to customize the template, but it isn't very intuitive. The documentation leaves a lot out of what you need to do... I was able to get the integration to work once I got Support involved.. They were very good at explaining what had to happen and all that...
Sue

Modular Client Side Triggers

$
0
0

I'm using client side triggers, and I'd like to modularize my js code, but I can't figure out how to include another js file from with in the js file called by the trigger.  For example:

 

File : /Custom/library/ValueAdd.js

<code>

function ValueAdd (key)

{

     var k = key;

 

     var obj =

      {

          getKey : function ()

          {

               return k;

          }

     };

     return obj;

}

</code>

 

File : /Custom/TriggerFile.js

<code>

load("/library/ValueAdd.js"); // Command used by Rhino to load external files, doesn't seem to work here

var va = new ValueAdd("something");

</code>

 

When the map a trigger to the TriggerFile.js and the trigger is executed, I get an error "load is not defined".  It's possible that I have the path to the file wrong, but it doesn't even get that far.  How do I "import" ValueAdd.js into TriggerFile.js?

Viewing all 3432 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>