Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / Status / archives / 000451.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: PQA Clearquest: Resolving remaining issues with bad data</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/000450.html" title="PQA Merge - Action Hooks &amp; Attachments" />
16    <link rel="next" href="http://defaria.com/blogs/Status/archives/000452.html" title="PQA Clearquest:: Spacing out" />
17
18    
19
20    
21
22    <script type="text/javascript" src="http://defaria.com/blogs/Status/mt-site.js"></script>
23 </head>
24 <body class="layout-one-column" onload="individualArchivesOnLoad(commenter_name)">
25    <div id="container">
26       <div id="container-inner" class="pkg">
27
28          <div id="banner">
29             <div id="banner-inner" class="pkg">
30                <h1 id="banner-header"><a href="http://defaria.com/blogs/Status/" accesskey="1">Status for Andrew DeFaria</a></h1>
31                <h2 id="banner-description">Searchable status reports and work log</h2>
32             </div>
33          </div>
34
35          <div id="pagebody">
36             <div id="pagebody-inner" class="pkg">
37                <div id="alpha">
38                   <div id="alpha-inner" class="pkg">
39
40                      <p class="content-nav">
41                         <a href="http://defaria.com/blogs/Status/archives/000450.html">&laquo; PQA Merge - Action Hooks & Attachments</a> |
42                         <a href="http://defaria.com/blogs/Status/">Main</a>
43                         | <a href="http://defaria.com/blogs/Status/archives/000452.html">PQA Clearquest:: Spacing out &raquo;</a>
44                      </p>
45
46                      <a id="a000451"></a>
47                      <div class="entry" id="entry-451">
48                         <h3 class="entry-header">PQA Clearquest: Resolving remaining issues with bad data</h3>
49                         <div class="entry-content">
50                            <div class="entry-body">
51                               <p>This is to document all of the issues related with bad data in the source databases that is impeeding the PQA Merge process. Along with the issues I will present what I did to work around the problems and what I suggest we should do to provide a smooth transition of these databases</p>
52                            </div>
53                            <div id="more" class="entry-more">
54                               <h2>Resolving Data Conversion Problems in PQA Database Merge</h2>
55
56 <h3>New fields that are mandatory</h3>
57
58 <p>The following fieilds are new in the destination database (Cont) and are also mandatory thus must be filled in with something:</p>
59
60 <ul>
61   <li><b>Cont:Found_On_Gold:</b> This field is defaulted to <i>No</i>.</li>
62 </ul>
63
64 <h3>Fields with blank or invalid data</h3>
65
66 <p>The following fields have blank or invalid data in the source database thus fail validation when added to the new database:</p>
67
68 <ul>
69   <li><b>TO:SQATestCase:</b> This field, when blank, is set to the string "N/A". This field is also renamed to <b>Cont:PQATestCase</b>.</li>
70
71   <li><b>TO:Title_2:</b> This field, when blank, is set to the string "N/A". This field is also renamed to <b>Cont:TItle</b>.</li>
72
73   <li><b>Prod:Software_Version:</b> This field, when blank, is set to the string "N/A".</li>
74
75   <li><b>Prod:HUT_Version:</b> This field, when blank, is set to the string "N/A". This field is also renamed to <b>Cont:Board_Revision</b>.</li>
76
77   <li><b>Prod:Software_Version:</b> This field, when blank, is set to the string "N/A".</li>
78
79   <li><b>Prod:SQATestCase:</b> This field, when blank, is set to the string "N/A". This field is also renamed to <b>Cont:PQATestCase</b>.</li>
80 </ul>
81
82 <h3>Fields with data that are no longer valid in new database</h3>
83
84 <p>The following fields have data in the source database but fail validation when added to the new database due to reasons like not being on the list of acceptable values for the field in question:</p>
85
86 <ul>
87   <li><b>Prod:Category</b> This field sometimes has the value of <i>Hardware</i> or <i>System Bios</i> which are not valid choices in the new database. For now I am changing <i>Hardware</i> -> <i>Hardware - Chip</i> and <i>System Bios</i> -> <i>Software</i>. I suggest we add <i>Hardware</i> and <i>System Bios</i> to the constant list as <i>HARDWARE</i> and <i>SYSTEM BIOS</i> (Capitalized) so we can easily find and correct these later.</li>
88
89   <li><b>Prod:Issue_Classification:</b> This field sometimes has the value of <i>Hardware</i> which is not a valid choice in the new database. For now I'm changing <i>Hardware</i> -> <i>Requirement</i>. I suggest we add <i>Hardware</i> to the constant list as <i>HARDWARE</i> (Capitalized) so we can easily find and correct these later.</li>
90
91   <li><b>Prod:Resolution:</b> This field sometimes has the value of <i>HW Fix</i> or <i>MAC Core</i> which are not valid choices in the new database. For now I am changing <i>HW Fix</i> -> <i>HW - Fix</i> and <i>MAC Core</i> -> <i>SW Fix</i>. I suggest we add <i>HW - Fix</i> and <i>MAC Core</i> to the constant list as <i>HW - FIX</i> and <i>MAC CORE</i> (Capitalized) so we can easily find and correct these later.</li>
92
93   <li><b>Prod:HUT_Revision:</b> This field is sometimes set to "n/a". This is translated to "N/A" (note capitalization).</li>
94 </ul>
95
96 <h3>Fields that need truncating</h3>
97
98 <p>The following fields have data that is too large to fit in the size of the corresponding field in the destination database:</p>
99
100 <ul>
101   <li><b>Prod:ActionNotes:</b> This field is defined with a maximum length of 50 characters in the TO database, 250 characters in the Prod database and 50 characters in the Cont database. Some entries in the Prod database are greater than 50 characters thus require truncation. I suggest that we increase the maximum length of <b>Cont:ActionNotes</b> to 250 characters to avoid this problem.</li>
102 </ul>
103                            </div>
104                         </div>
105                         <p class="entry-footer">
106                            <span class="post-footers">Posted by  on October 15, 2005  6:41 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000451.html">Permalink</a>
107                         </p>
108                      </div>
109
110                      
111
112                      
113                   </div>
114                </div>
115             </div>
116          </div>
117       </div>
118    </div>
119 </body>
120 </html>