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