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

Revision number in MS Word documents

$
0
0

Is there any way to transfer Integrity information (creator, revision number, etc) into a Word document that is stored in the Integrity archive, in a similar way to keywords in source code? We are in the process of migrating to Integrity and this would be a very helpful function. For previous CM systems, check-in/out hook scripts were created that automatically update the properties of word documents. Is there an 'off the shelf' solution for this or have any of you done this before? If not, any tips on how to attempt it?


Copy field and do not make editable

$
0
0

All, I am currently copying a field from one item type to another via a relationship field. The issue I am having is implementing the copy so that the field is not editable in the copied form from the relationship field. The field is currently just copied and then locked once you perform the first state transition (Unspecified -> Draft). I am curious if any of you have had to implement something similar to this scenario and what your implementation was.

Visual Studio Integration

$
0
0
Visual Studio Integration (migrated thread) Posted: Apr 20, 2012 8:31 AM

   steven.williams    Posts: 2   Registered: Jan, 2011



When attempting to share a Visual Studio solution I get the following error:

"The solution you have chosen to share does not yet exist on disk.  Please save your solution before attempting to share it."

I don't understand what needs to be done.  The solution IS saved.  Has anyone seen and resolved this error?

Re: Visual Studio Integration Posted: Apr 20, 2012 1:06 PM
Posted By:   steven.williams    Posts: 2 /  Registered: Jan, 2011  
For anyone else who has this issue.  I contacted MKS Support and found that this is a bug in 2009 SP 2,3 and 4.  It is fixed in SP 5 and later.

Spell Checker

$
0
0

Is it possible to edit the list of words in the spell checker? I only

see a way to add words.

Traceability between PTC Integrity and Enterprise Architect

$
0
0

Hi,

 

we want to create a connection between Integrity Items from PTC and packages/ elements from Enterprise Architect. Both tools have IDs with which they can be identified clearly. In the forum I read that there are several possibilities to get data out of PTC Integrity such as using command line scripting, running reports, using gateways, web services, API or trigger scripts.

 

My question is, which of these possibilities would you suggest when you want to connect one integrity item with one or more Enterprise Architect package/s or element/ s. Is there a way using a standard feature of PTC Integrity which helps the developer to get that task done with less changes in Integrity or do you suggest a self-made program which writes in each tool the specific ID/s from the opponent's tool to help the user for example to find the suitable UML diagram in the Enterprise Architect for an already open requirement integrity item of PTC Integrity faster?

 

 

Thanking you in anticipation.

 

 

 

Regards

Dan

Restore default client settings

$
0
0

Hi everybody,

 

I errorneously configured a heap value in my Integrity Client that is obviously too big and which resulted in a "Could not create Java VM" error message. As the client does not start anymore, I'd appreciate any help that could tell me where this value can be changed without starting the client (registry, configuration file, ...) or tell me how to restore the client defaults without deinstallation.

 

Regards,

 

Markus

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.

 

* *

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

Logging of CLI commands

$
0
0

Hi,

Is it possible to configure server logging to log received CLI commands, e.g. im viewissue --hostname=ALMT 75941 ? This will be for 10.3 which we are in the process of upgrading to.  Did our testing on 2009 SP6.

 

Thanks,

Eric


IBM Rational Developer for i - version 9.0

$
0
0

Which version of Implementer (if any) has a plug-in that is compatible with version 9.0 of RDi?

propagation change package

$
0
0

Does anyone know how to propagate a change package from one project to a different project

Mail-Trigger: Confidential Flag for Outlook

$
0
0

Hi @all,

 

we're working intensively with trigger-generated mail-notifications for our users. Since some time more and more of the users are working at external suppliers and there is a company-directive, that we have to encrypt mails which are adressed to external persons. Our mail-gateway has an option to encrypt outgoing mails autmatically, if they have a confidential flag (in outlook-mails). Is it possible to set this flag from within (per example) the javamail-triggerscript? Thanks for your input...

 

regards, Jens

Multiple bars for one value on the x-axis

$
0
0

I would like to create a veritical bar chart that effectively has two queries.

 

For each "Build"  I would like a veritcal bar to represent - "Found in Build" and another bar for "Fixed in Build".

 

I have tried lots of different options and have not been able to get this.

 

Is it possible?  Thanks for your help,  -  Michelle

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?

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

Integrity Mylyn Versions Connector

$
0
0

Currently my team just uses excel spreadsheets to do code reviews for change packages which I think is very ineffiencent. I found that R4E (review for eclipse) is a great review tool built off of Mylyn Reviews and it even supports SCCM through Mylyn Versions. The version of the MKS Eclipse Plugin (4.10) that I have supports the Team platform, but It does not support Mylyn Versions. This makes it so SCCM support of Mylyn Reviews is not possible. It would be very useful if there was a Mylyn Version: Integrity Connector. Are there any plans in the future to support a connector for Mylyn Versions with the Eclipse Integration.

 

Thanks


MKS Integrity 2009 starup error

$
0
0

Hi,

 

The MKS Integrity Client 2009 produces an error when I try to open the application, and blocks out my computer. The error is an window with title "Error" and the only text "-1", and thats all. The application enters a loop showing this error, and have no other choise than reestart the computer.

 

I'm running MKS Integrity Client 2009 with service pack 6 in a Windows XP Pro computer for more that a year without any problem. The error started after I installed either the last Windows XP updates (around 8th to 10th -Oct-2013) or LabView 2010.

 

This is the error windows:

2013-10-13 10_45_09-MKS Source Integrity ViewSet - MKS Integrity 2009.png

 

I tried installing service pack 7, but the error persists.

 

Did someone have this error?

 

Cheers,

Pedro

Lock sandbox recursively by CLI without being prompted if already locked

$
0
0

I want to lock a whole sandbox recursively by CLI.

I use the command:

si lock --gui --filter=!file:*.html -R --revision=:member --sandbox=$MKS.sb

 

The problem is, if a member is already locked by me I will get a window mentioning it, that I have to click to continue the process.

How can I lock and not being prompted if files are already locked by me, by CLI?

 

Many thanks

Relationship/link from Integrity Item to Source Object?

$
0
0

It is possible to create a relationship or link from an Integrity Item to a Source Object?

How to Install Implementer Plug-in for RDP 8.5

$
0
0

I downloaded a trial for IBM RDP 8.5 and following the instructions to install the plug-in leads to an empty list.  Has anyone else tried this?

RDP 8.0.3 Implementer 2010 plugins question

$
0
0

We are running Implementer 2010 and I was wondering if we are able to install the plugins into RDP 8.0.3 or will it require us to upgrade to a new version of Implementer?

Viewing all 3432 articles
Browse latest View live


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