Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / Status / archives / week_2006_01_15.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: January 15, 2006 - January 21, 2006 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_2006_01_08.html" title="January  8, 2006 - January 14, 2006" />
16    <link rel="next" href="http://defaria.com/blogs/Status/archives/week_2006_01_22.html" title="January 22, 2006 - January 28, 2006" />
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_2006_01_08.html">&laquo; January  8, 2006 - January 14, 2006</a> |
36                         <a href="http://defaria.com/blogs/Status/">Main</a>
37                         | <a href="http://defaria.com/blogs/Status/archives/week_2006_01_22.html">January 22, 2006 - January 28, 2006 &raquo;</a>
38                      </p>
39                      
40                      
41                      
42
43                      <h2 class="date-header">January 20, 2006</h2>
44                      <a id="a000520"></a>
45                      <div class="entry" id="entry-520">
46                         <h3 class="entry-header">CQ Web Email Problem</h3>
47                         <div class="entry-content">
48                            <div class="entry-body">
49                               <ul>
50   <li>Worked on problem with CQ Web sending email</li>
51 </ul>
52                               
53                               <h2>CQ Web Email Problem when in the DMZ</h2>
54
55 <p>OK, here's what's going on. As you know we were having a problem with the email being sent out with a date of 2001. I looked into this the best I could but could not figure out what was causing this. I don't claim to be an expert on VB or VB objects like the PAINET object that was being used to send email. I looked on the web for clues and saw somebody saying that they switched to using the CDO object for sending email as it was better. I also remembered that I had done some VBS at Ameriquest and I had sent email from those scripts. When I looked at it I saw that I too was using the CDO object.</p>
56
57 <p>Next I tried replacing the usage of the PAINET object to send email with the CDO object and the send date problem seemed to have corrected itself.</p>
58
59 <p>Now it's not working in one very specific and unfortunately one very critical place - nbu-cqweb!</p>
60
61 <p>Another thing I could not figure out with the PAINET object is that it never seemed to specify an SMTP server to use to send the email. It just did it somehow. (Turns out it actually uses the client's settings and is exactly the reason why the user must set these!) The CDO object, however, needs to have an SMTP server specified so I used one I thought was guaranteed to be available - smtphost.broadcom.com. This works... while in Broadcom but it does not work when in the DMZ and nbu_cqweb is in the DMZ.</p>
62
63 <p>I see two options at this point:</p>
64
65 <ol>
66   <li>Revert back to the old PAINET object and live with the send date of 2001 until we can figure out why that's happening (Considering that it's now known that it's the clients settings as to which SMTP server is used, it's quite possible that one user may generate email with a send date in the year 2001 while another user wouldn't) or</li>
67
68   <li>Figure out an SMTP host in the DMZ and implement code to use it when in the DMZ or use smtphost.broadcom.com when not in the DMZ.</li>
69 </ol>
70
71 <p>For the second approach the problem is that I need to dynamically use mms.broadcom.com while in the DMZ and smtphost.broadcom.com when not in the DMZ. How does one tell? I thought I could simply check the hostname or domainname but I don't see any easy ways of getting this information in VB. Does anybody else?</p>
72
73                               
74                               <p class="entry-footer">
75                                  <span class="post-footers">Posted by  at  7:57 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000520.html">Permalink</a>
76                                  
77                                  
78                               </p>
79                            </div>
80                         </div>
81                      </div>
82                      
83                      
84
85                      <h2 class="date-header">January 17, 2006</h2>
86                      <a id="a000519"></a>
87                      <div class="entry" id="entry-519">
88                         <h3 class="entry-header">Mobile Multimedia Clearquest Design</h3>
89                         <div class="entry-content">
90                            <div class="entry-body">
91                               <ul>
92   <li>Created initial mock up of MM CQ</li>
93 </ul>
94                               
95                               <h2>Mobile Multimedia Clearquest Design</h2>
96
97 <p>I've been working today coming up with a prototype/mock up of what Jean has proposed so far. Please remember this is a rough prototype and is
98 (very) subject to change. IOW things like state flow, requiredness of the fields, automatic and other action hooks and scripts are not in place. Also, after developing this for the Clearquest client I made it available on CQ Web so you can see it. Then I noticed that the alignment and fonts don't translate well to the web.</p>
99
100 <p>Feel free to play with this through the web and give me your initial impressions, but remember there's still a lot of work to be done - this is by no means polished.</p>
101
102 <p>To access it go to http://p4test/cqweb/login. Login as guest:guest and
103 then select the MM database.</p>
104
105                               
106                               <p class="entry-footer">
107                                  <span class="post-footers">Posted by  at  5:24 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000519.html">Permalink</a>
108                                  
109                                  
110                               </p>
111                            </div>
112                         </div>
113                      </div>
114                      
115                      
116
117                      <h2 class="date-header">January 16, 2006</h2>
118                      <a id="a000518"></a>
119                      <div class="entry" id="entry-518">
120                         <h3 class="entry-header">PQA CDO.Message</h3>
121                         <div class="entry-content">
122                            <div class="entry-body">
123                               <ul>
124   <li>Updated PQA to use CDO.Message to fix date/timestamp problem</li>
125
126   <li>Researched Clearquest: Help problem with Rational and came up with a fix. Turns out that the original solution I sent may have solved the problem as the problem exists on the Citrix server which is probably too tightly configured security-wise. Wish the user would have told me about that to start with...</li>
127 </ul>
128                               
129                               <p class="entry-footer">
130                                  <span class="post-footers">Posted by  at  3:41 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000518.html">Permalink</a>
131                                  
132                                  
133                               </p>
134                            </div>
135                         </div>
136                      </div>
137                      
138                   </div>
139                </div>
140             </div>
141          </div>
142       </div>
143    </div>
144 </body>
145 </html>