Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / Status / archives / 000491.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: Stripmime/Cleardiffmrg/CharacterSetValidation</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/000489.html" title="Cleardiffmrg/bin_merge problems" />
16    <link rel="next" href="http://defaria.com/blogs/Status/archives/000492.html" title="BinMerge Module &amp; Perl Issues" />
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/000489.html">&laquo; Cleardiffmrg/bin_merge problems</a> |
42                         <a href="http://defaria.com/blogs/Status/">Main</a>
43                         | <a href="http://defaria.com/blogs/Status/archives/000492.html">BinMerge Module & Perl Issues &raquo;</a>
44                      </p>
45
46                      <a id="a000491"></a>
47                      <div class="entry" id="entry-491">
48                         <h3 class="entry-header">Stripmime/Cleardiffmrg/CharacterSetValidation</h3>
49                         <div class="entry-content">
50                            <div class="entry-body">
51                               <ul>
52   <li>Fixed stripmime</li>
53
54   <li>Worked with Shivdutt regarding the cleardiffmrg problem. Turns out to be a leading "/". Shivdutt fixed UCMCustom.pl</lI>
55
56   <li>Turned off character set validation on p4test for PQA. Have not implemented this on production yet</li>
57 </ul>
58                            </div>
59                            <div id="more" class="entry-more">
60                               <h2>Stripmime</h2>
61
62 <p>After banging my head against stripmime all day I finally figured it out. It would work from the command line but not from sendmail! It turned out to be the fact that I was not setting output_dir rather deferring to cwd and in the context of sendmail and aliases I guess that won't do. Changed stripmime to call $parser->output_dir ("/tmp"). Ravi needs to test this then we can implement.</p>
63
64 <h2>Cleardiffmrg</h2>
65
66 <p>Tommy Kee was having problems with merging where the cleardiffmrg tool would not come up stating instead that it encountered and error. I had seen this sort of error before at Ameriquest but it was specifically with snapshot views and with views that were tagged with forward slashes (something that mktag allows but cleardiffmrg has a problem with). But here we were dealing with dynamic views and the view tags were with all backslashes (\).</p>
67
68 <p>However, UCMCustom.pl would call cleartool findmerge with a leading forward slash (e.g. /andy\path\to\search). I suspected that this leading slash might be causing the problem and eventual showed that it was indeed the problem. Shivdutt changed UCMCustom.pl to use a leading blackslash.</p>
69
70 <h2>CharacterSetValidation</h2>
71
72 <p>I called IBM/Rational support this morning to raise the priority on this one. The priority has been raised and IBM/Rational is investigating this more fully. Meantime they suggested, as a temporary workaround, to turn off checking of code pages. I've tried this:</p>
73
74 <div class="code"><pre>
75     $ installutil setdbcodepagetonochecking -dbset 2005.02.00 admin <password>
76     *********************************************************
77     Starting test setdbcodepagetonochecking
78     *********************************************************
79     Note: setting the code page to 'no checking' can result
80     in data corruption. Please refer to the ClearQuest Release
81     Notes for more information.
82     Successfully set the code page to 'no checking'.
83
84     *********************************************************
85     Exit code 0 for test setdbcodepagetonochecking
86     *********************************************************
87 </pre></div>
88
89 <p>Note that this does not stop the CharacterSetValidation package from complaining! Turning off the CharacterSetValidation requires a schema change to return FALSE from enable_char_set_validation.</p>
90
91                            </div>
92                         </div>
93                         <p class="entry-footer">
94                            <span class="post-footers">Posted by  on December  6, 2005  5:20 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000491.html">Permalink</a>
95                         </p>
96                      </div>
97
98                      
99
100                      
101                   </div>
102                </div>
103             </div>
104          </div>
105       </div>
106    </div>
107 </body>
108 </html>