Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / Status / archives / week_2007_10_28.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard">
4 <head>
5    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6    <meta name="generator" content="Movable Type 5.2.3" />
7
8    <link rel="stylesheet" href="http://defaria.com/blogs/Status/styles-site.css" type="text/css" />
9    <link rel="alternate" type="application/atom+xml" title="Atom" href="http://defaria.com/blogs/Status/atom.xml" />
10    <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://defaria.com/blogs/Status/index.xml"$>" />
11
12    <title>Status for Andrew DeFaria: October 28, 2007 - November  3, 2007 Archives</title>
13
14    <link rel="start" href="http://defaria.com/blogs/Status/" title="Home" />
15    <link rel="prev" href="http://defaria.com/blogs/Status/archives/week_2007_10_14.html" title="October 14, 2007 - October 20, 2007" />
16    <link rel="next" href="http://defaria.com/blogs/Status/archives/week_2007_11_11.html" title="November 11, 2007 - November 17, 2007" />
17 </head>
18 <body class="layout-one-column">
19    <div id="container">
20       <div id="container-inner" class="pkg">
21
22          <div id="banner">
23             <div id="banner-inner" class="pkg">
24                <h1 id="banner-header"><a href="http://defaria.com/blogs/Status/" accesskey="1">Status for Andrew DeFaria</a></h1>
25                <h2 id="banner-description">Searchable status reports and work log</h2>
26             </div>
27          </div>
28
29          <div id="pagebody">
30             <div id="pagebody-inner" class="pkg">
31                <div id="alpha">
32                   <div id="alpha-inner" class="pkg">
33                      
34                      <p class="content-nav">
35                         <a href="http://defaria.com/blogs/Status/archives/week_2007_10_14.html">&laquo; October 14, 2007 - October 20, 2007</a> |
36                         <a href="http://defaria.com/blogs/Status/">Main</a>
37                         | <a href="http://defaria.com/blogs/Status/archives/week_2007_11_11.html">November 11, 2007 - November 17, 2007 &raquo;</a>
38                      </p>
39                      
40                      
41                      <!--
42 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
43          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
44          xmlns:dc="http://purl.org/dc/elements/1.1/">
45 <rdf:Description
46     rdf:about="http://defaria.com/blogs/Status/archives/week_2007_10_28.html#entry-000690"
47     trackback:ping="http://defaria.com/mt/mt-tb.cgi/77"
48     dc:title="UCMWB 1.2.4"
49     dc:identifier="http://defaria.com/blogs/Status/archives/week_2007_10_28.html#entry-000690"
50     dc:subject="General Dynamics"
51     dc:description=" Releasing ucmwb 1.2.4 for a test drive..."
52     dc:creator=""
53     dc:date="2007-11-02T18:11:09-06:00" />
54 </rdf:RDF>
55 -->
56
57
58                      <h2 class="date-header">November  2, 2007</h2>
59                      <a id="a000690"></a>
60                      <div class="entry" id="entry-690">
61                         <h3 class="entry-header">UCMWB 1.2.4</h3>
62                         <div class="entry-content">
63                            <div class="entry-body">
64                               <ul>
65   <li>Releasing ucmwb 1.2.4 for a test drive</li>
66 </ul>
67                               
68                               <p>I've reached another milestone in ucmwb development and would like your input on the new features as well as any bugs you might encounter. Please consider this beta. You can access this new version as usual with ucmwbpre.</p>
69
70 <p>Here are some of the changes implemented:</p>
71
72 <ul>
73   <li><font color="#009900"><b>Progress dialogs work much better</b></font>.
74 As you know ucmwb is pretty slow starting up. Unfortunately until we
75 update our Oracle server from 9.x -&gt; 10.x I can do little to improve
76 start up time. Meantime, while start up is happening at least a
77 progress dialog box is shown to give the user some indication of where
78 are are in startup. Alas the majority of the start up is a large,
79 complicated query to get all WORs. One thing that is unknown is why a
80 query of 5000 records takes ~30 seconds whereas a query of 1000 records
81 in the test database happens in a few seconds.</li>
82   <li><font color="#009900"><b>Environment variables for testing.</b></font>
83 There are 4 environment variables that could be set to point ucmwb to
84 the test Clearquest database. If not set then things point to
85 production. To point things to the test Clearquest database do all of
86 the following:<br>
87     <br>
88     <font color="#3333ff"><tt>% setenv OCI_USER RANTS8<br>
89 % setenv OCI_PASSWORD RANTS8<br>
90 % setenv CQ_DBSET XTST3</tt></font><br>
91     <br>
92 Additionally, if you don't have a login to the XTST3 database you can
93 set:<br>
94     <br>
95     <tt><font color="#3333ff">% setenv CQ_USER ccadm<br>
96 % setenv CQ_PASSWORD ccadm</font><br>
97     </tt><br>
98   </li>
99   <li><b><font color="#009900">cqtool Perl script replaces unsupported
100 and going away in 7.0 cqtool by IBM/Rational</font></b>. The new cqtool
101 Perl script now covers all aspects of the old, unsupported and going
102 away, cqtool from IBM/Rational. This is used to transition WORs into
103 different states, update effort ours as well as adding new
104 functionality for creating new WORs, child WORs and Help Desk Tickets.
105 The new cqtool is also run along side of ucmwb so subsequent usage of
106 cqtool will not have to reopen the Clearquest database, etc.</li>
107   <li><b><font color="#cc0000">RANCQ0001589</font>: Allow state changes
108 from right-click menu in UCM Workbench</b>. You can now transition
109 state directly by right clicking on a WOR and selecting the next state
110 transition. Previously you need to to right click, bring up the
111 Properties and then click a button to get to the next state.</li>
112   <li><b><font color="#cc0000">RANCQ00014935</font>: Allow the UCM
113 Workbench to create WOR from Collector</b>. The previously
114 unimplemented <i>Create Child WOR</i> action now works.</li>
115   <li>Create WOR button/menu pick. With implementation of cqtool and
116 the Create Child WOR functionality comes the ability to create a plain
117 WOR. As such there is a new button on the tool bar for this as well as
118 a menu pick (<b>File: Create WOR</b>). Question: Should <b>Create WOR</b>
119 allow you to create a <i>Collector WOR</i>?</li>
120   <li><b><font color="#cc0000">RANCQ00018139</font>: Changes for the
121 View Browser in the UCM Workbench</b>. The <i>View Browser</i> now
122 lists all views for the current owner (as defined in the <b>Filter
123 Settings: Owner field</b>). This change necessitated a painstaking and
124 slightly long task of enumerating all views with cleartool lsview -long
125 and then collecting exactly who really owns which views. By default
126 ucmwb will show the current users views, however you can change the <b>Owner
127     </b>field in the <b>Filter Settings</b> to any user you want and
128 refresh the <i>View Browser</i> window. The collection of view owners
129 is determined whenever the <i>View Browser</i> window is opened or
130 after deletion of a view.<br>
131     <br>
132 By default then the <b>View List Filter</b> box in the <i>View Browser</i>
133 is set to blank. You can now further narrow down the list of views
134 presented by typing in that filter box. Given the list of owned views
135 then you can further narrow the list of views down to only those
136 containing whatever string you type into the <b>View List Filter</b>
137 box,<br>
138     <br>
139 Note you can deselect the <b>Filter Settings: Owner</b> field meaning
140 "all owners" and then the <i>View Browser</i> will start with a list
141 of all views, which you can further narrow down with the <b>View List
142 Filter</b> box.<br>
143     <br>
144 Finally, this ticket requests a mechanism to delete multiple views.
145 Multi selection is now available on the view list. Drag to select
146 multiple views or use Shift-Click to extend the selection or
147 Control-Click to select non contiguous items. Once the views have been
148 selected you can click on the <b>Delete View(s)</b> button. If
149 multiple views are selected you will be asked once if you really wish
150 to delete all of these views. Views will then be forcefully deleted
151 (i.e. no prompting). If, however, only one view is selected (i.e. the
152 old fashioned method) then you will be prompted as before for
153 confirmation and notifed of possible problems (i.e. this view has view
154 privates...) along the way.</li>
155   <li><font color="#009900"><b>Disable buttons for Change List and View
156 Private Files</b></font>. This was not officially submitted as a ticket
157 but Ken asked for it. You can now disable displaying of the <b>Change
158 List</b> and/or <b>View Private Files</b>. If both are disabled then
159 nothing is done. If either one of them are enabled then when a view is
160 selected it will be started and that <b>Change List</b> or <b>View
161 Private Files</b> area will be evaluated (i.e. ct lsact or ct lspriv).
162 This is useful if you have views that have lots of <b>Change List</b>
163 or <b>View Private Files</b> entries that will take time to evaluate.
164 If all you want to do is to delete these views, for example, then you
165 probably don't want to spend time enumerating the <b>Change List</b>
166 or <b>View Private Files</b> areas.</li>
167   <li><b><font color="#cc0000">RANCQ0001781</font>: UCM Workbench not
168 recognizing WOR view</b>. This was fixed before. The problem was that
169 the WOR was in the midst of a rebase or deliver. I had coded this up
170 but somehow those changes became lost! They are now back in.</li>
171 </ul>
172 <font color="#ff0000"><b>Important Note:</b></font> ucmwb stores the
173 path to cqtool in your ~/.ucmwbrc. Currently that points to
174 /opt/rational/clearquest/bin/cqtool, the unsupported and going away
175 version of cqtool. The new ucmwb 1.2.4 will sense this and replace it
176 with
177 /cleartrig/ent/SNSD/muos/ccadm_tools/vobs/ranccadm/scripts/clearquest/cqtool.
178 If you are a ucmwb user you will want to set this back before going
179 back to use the current ucmwb.<br>
180
181                               
182                               <p class="entry-footer">
183                                  <span class="post-footers">Posted by  at  6:11 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000690.html">Permalink</a>
184                                  
185                                  | <a href="http://defaria.com/blogs/Status/archives/000690.html#trackback">TrackBacks (0)</a>
186                               </p>
187                            </div>
188                         </div>
189                      </div>
190                      
191                   </div>
192                </div>
193             </div>
194          </div>
195       </div>
196    </div>
197 </body>
198 </html>