<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community : All Content - All Communities</title>
    <link>https://forums.adobe.com/</link>
    <description>All Content in Adobe Community</description>
    <language>en</language>
    <pubDate>Sat, 13 Sep 2014 22:06:09 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-09-13T22:06:09Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>How can you determine from within CF if cookies are enabled in the browser you are using?</title>
      <link>https://forums.adobe.com/thread/1574656</link>
      <description>&lt;!-- [DocumentBodyStart:17387699-5079-4ef3-815e-d27c96efc067] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I need to know if the user has cookies enabled when he logs into my website so I can tell him/her to enable them.&amp;nbsp; If they are not enabled, the SessionID will be lost and session vars will not work.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:17387699-5079-4ef3-815e-d27c96efc067] --&gt;&lt;img src='/beacon?t=1415919210356' /&gt;</description>
      <pubDate>Sat, 13 Sep 2014 22:06:09 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1574656</guid>
      <dc:date>2014-09-13T22:06:09Z</dc:date>
      <clearspace:dateToText>1 month 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>after installing CF10, I get this error msg,"This page can't be displayed"</title>
      <link>https://forums.adobe.com/thread/1333117</link>
      <description>&lt;!-- [DocumentBodyStart:2a529c6f-93cf-4724-a6f6-46318a0c8eb6] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;After installing CF10, I get this error msg when I try to access the Administrator page,"This page can't be displayed"&lt;/p&gt;&lt;p&gt;I'm running Window Server 2003, 64 bit version with IIS 6.0.&lt;/p&gt;&lt;p&gt;Before I installed CF10, I uninstalled CF8.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2a529c6f-93cf-4724-a6f6-46318a0c8eb6] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">install</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">64bit</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">cf10</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">coldfusion10</category>
      <pubDate>Mon, 11 Nov 2013 22:28:13 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1333117</guid>
      <dc:date>2013-11-11T22:28:13Z</dc:date>
      <clearspace:dateToText>1 year 20 hours ago</clearspace:dateToText>
      <clearspace:replyCount>9</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Adding browser setting instructions to cflocation</title>
      <link>https://forums.adobe.com/thread/857626</link>
      <description>&lt;!-- [DocumentBodyStart:ce3a6e47-1206-4727-81e7-8e28063e8201] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span&gt;I need to be able to hide the StatusBar in the browser when I open a new window using a &amp;lt;cflocation...&amp;gt;. &lt;/span&gt;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span&gt;If I am opening a PopUP window using JavaScript, it is very straight forward; e.g, &lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span&gt;&amp;lt;&lt;span&gt;a class="showHand" onclick="JavaScript: newWindow=openWin('Reports/RptInterface.cfm?PID=#nProbID# &amp;amp;Top', 'Reports', 'left=0,top=0,width=250,height=250,toolbar=0, location=0,directories=0,&lt;span&gt;status=0&lt;/span&gt;,menuBar=0, scrollBars=1, resizable=1'); newWindow.focus();"&amp;gt;,&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span&gt; the status bar is shown, status=1, or hidden, status=0. &lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span&gt;The only parameters that I know of that you can pass with a &amp;lt;cflocation&amp;gt; are the url parameters, which are only read by the new page while building the new window.&amp;nbsp; &lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span&gt;Does anyone know of a way to hide the &lt;span&gt;StatusBar &lt;/span&gt;in the IE browser when opening a new window with &amp;lt;cflocation&amp;gt;???&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span&gt;Thanks in advance for your help.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span&gt;:-}&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span&gt;Len&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ce3a6e47-1206-4727-81e7-8e28063e8201] --&gt;</description>
      <pubDate>Fri, 27 May 2011 17:14:41 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/857626</guid>
      <dc:date>2011-05-27T17:14:41Z</dc:date>
      <clearspace:dateToText>3 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Using cookies and JavaScript to create a page to page timer.</title>
      <link>https://forums.adobe.com/thread/756015</link>
      <description>&lt;!-- [DocumentBodyStart:f95b502a-118a-44f1-9e18-79ee5971a5c2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span&gt;&lt;strong&gt;I have long wanted to be able to measure the time it takes to get from one page to another.&amp;nbsp; While reading in my JavaScript reference the other day, I came across cookies.&amp;nbsp; I've long known about cookies but have never used them.&amp;nbsp; The thing that looked attractive was that you can access cookies from both JavaScript and CF.&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span&gt;&lt;strong&gt;So I put together the procedures to store the "start time" (startTimeP8D) for the transition and activated it on the onUnload event of a 1&lt;sup&gt;st&lt;/sup&gt;page.&amp;nbsp; After a few rewrites I got it working.&amp;nbsp;&amp;nbsp; Here is the JavaScript to do that: it consists of two functions: doTimer which is the input section and setCookie, which writes to the cookie.&amp;nbsp; Not the two numbered alert statements.&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span&gt;&lt;strong&gt; &lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-3294379-48942/doTimer11-22-2010+21-38-12.jpg"&gt;&lt;img alt="doTimer11-22-2010 21-38-12.jpg" class="jive-image jive-image-thumbnail" height="202" onclick="" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-3294379-48942/490-202/doTimer11-22-2010+21-38-12.jpg" width="490"/&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span&gt;&lt;strong&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-3294379-48934/setCookie11-22-2010+21-38-12.jpg"&gt;&lt;img alt="setCookie11-22-2010 21-38-12.jpg" class="jive-image jive-image-thumbnail" height="230" onclick="" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-3294379-48934/476-230/setCookie11-22-2010+21-38-12.jpg" width="476"/&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;p&gt;&lt;span&gt;&lt;strong&gt;doTimer - results for "start" from the doTimer function called from page 1 when it unloads. (See doTimer below)&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span&gt;&lt;strong&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-3294379-48938/start-+37-11-22-2010+21-05-07.jpg"&gt;&lt;img alt="start- 37-11-22-2010 21-05-07.jpg" class="jive-image" height="142" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-3294379-48938/start-+37-11-22-2010+21-05-07.jpg" width="384"/&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-3294379-48943/start-38-11-22-2010+21-05-07.jpg"&gt;&lt;img alt="start-38-11-22-2010 21-05-07.jpg" class="jive-image" height="178" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-3294379-48943/start-38-11-22-2010+21-05-07.jpg" width="416"/&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Please note that the two startTime8D values are the same immediately after they are stored.&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span&gt;&lt;strong&gt;&lt;span&gt; &lt;/span&gt;On the 2nd page in the sequence, I run the corresponding code to determine the "end time", compute the delta and write it out to the page.&amp;nbsp; It didn't all run on the first try, but it now seems to be running without a crash, which can be misleading.&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; second set of outputs from page 2:&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span&gt;&lt;strong&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-3294379-48944/end-37-11-22-2010+21-05-07.jpg"&gt;&lt;img alt="end-37-11-22-2010 21-05-07.jpg" class="jive-image" height="145" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-3294379-48944/end-37-11-22-2010+21-05-07.jpg" width="375"/&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span&gt;&lt;strong&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-3294379-48945/end-38-11-22-2010+21-05-07.jpg"&gt;&lt;img alt="end-38-11-22-2010 21-05-07.jpg" class="jive-image" height="191" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-3294379-48945/end-38-11-22-2010+21-05-07.jpg" width="416"/&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Please not that while the endTimeP8D match, the startTimeP8D value no longer matches the previously stored value.&amp;nbsp; &lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span&gt;&lt;strong&gt;There is one major hitch in the get along which has me stymied:&amp;nbsp; As you can see, when you compare the startTimeP8 in the setCookie &amp;#8211; results above and the "startTimeP8" in the doTimer results below the startTimeP8 is not the value that I wrote to the cookie @ unload of page 1.&amp;nbsp; I have checked and checked and do now see anywhere that the startTimeP8D value is being overwritten.&amp;nbsp; Based upon my limited experience with JavaScript cookies, it seems to me that you get an entry for each time you set the cookie.&amp;nbsp; So I would expect to see to startTimeP8D entry for each setCookie event, not a different value.&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The result of the failed computation is shown on the bottom of the page.&amp;nbsp; As you can see, the Total Elapsed Time is negative, which is never a good sign.&amp;nbsp; The other time shown, Page build time, is the run time from the server.&amp;nbsp; The whole purpose is to be able to show folks that the reason the code might be show is because of their overloaded network and not our code.&amp;nbsp; We had one client whose had users running on 56k modems.&amp;nbsp; It was so slow their VPN software was timing out!!!&amp;nbsp; Still the had the never to blame us!!!&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span&gt;&lt;strong&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-3294379-48937/PageOutput11-22-2010+21-58-36.jpg"&gt;&lt;img alt="PageOutput11-22-2010 21-58-36.jpg" class="jive-image jive-image-thumbnail" height="120" onclick="" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-3294379-48937/532-120/PageOutput11-22-2010+21-58-36.jpg" width="532"/&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" onclick="" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousedown="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span&gt;&lt;strong&gt;I am using SQLServer 2005, CF8, IE8 on W7.&amp;nbsp; &lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" onclick="" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousedown="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" onclick="" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousedown="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span&gt;&lt;strong&gt;I'm not married to this way of doing this so if anyone has a better/easier way of doing a "page to page timer", I'm up for it.&amp;nbsp; I'd prefer to fix this one since I've been working on it for the past 3 days. &lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" onclick="" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousedown="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" onclick="" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousedown="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span&gt;&lt;strong&gt;Thanks in advcance for your help.&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" onclick="" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousedown="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" onclick="" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousedown="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span&gt;&lt;strong&gt;:-}&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" onclick="" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousedown="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span&gt;&lt;strong&gt;Len, PHRED SE&lt;br/&gt;.&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f95b502a-118a-44f1-9e18-79ee5971a5c2] --&gt;</description>
      <pubDate>Tue, 23 Nov 2010 04:45:19 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/756015</guid>
      <dc:date>2010-11-23T04:45:19Z</dc:date>
      <clearspace:dateToText>3 years 12 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>ajax cfc issue -- indeterminent error msg</title>
      <link>https://forums.adobe.com/thread/700112</link>
      <description>&lt;!-- [DocumentBodyStart:8a58e530-eab9-4aaf-8de7-55c5b6d7deb5] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p class="MsoNormal" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="margin: 0in 0in 10pt;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span style="font-family: Calibri; color: #000000; font-size: 12pt;"&gt;I have one ajax cfc app that works fine.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;This app uses the file name from the browse button on the file input object that is passed to my proxy.cfc, which in turn, queries the attachments table in my db to see if this file has already been uploaded for this project.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;If the file is not there, then I upload it to the server.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;If it is there, I pop-up an error message to the user giving him/her the date/time it was uploaded and by whom.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;These values are returned by testing code in the cfc. &lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;It works great.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="margin: 0in 0in 10pt;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span style="font-family: Calibri; color: #000000; font-size: 12pt;"&gt;I am now working on another app that will populate a lower-order select box in a hierarchy of select boxes based upon the new value in the current select box that has just been selected.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;It seems doable, but there is an immediate error that I cannot seem to get past an error thrown by the IE error handler as an unhandled error.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;This error is a &amp;#8220;throw msg&amp;rdquo; error within the core Adobe code, which I&amp;#8217;ve pasted in below:&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="margin: 0in 0in 10pt;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span style="font-family: Calibri; color: #000000; font-size: 12pt;"&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-3051672-37610/throw_msg.jpg"&gt;&lt;img alt="throw_msg.jpg" class="jive-image" height="116" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-3051672-37610/throw_msg.jpg" width="230"/&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span style="font-family: Calibri; color: #000000;"&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 10pt;"&gt;&lt;span style="font-size: 12pt;"&gt;I have modeled the new app after the one that I have working.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;In a effort to figure out this cause of this problem, I have even housed it in the original proxy.cfc to eliminate any question about having it in the correct location on the server.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 10pt;"&gt;&lt;span style="font-size: 12pt;"&gt;At the current point, I am only trying to return an input value from the app, getAreasRmt.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;Here are the calling and called code.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;The line in the calling code that generates the error is the one where I call the cfc function: &amp;#8220;alert (&amp;lsquo;Rtnd BuGrpID: &amp;lsquo; + areaProxy.getAreasRmt(&amp;hellip;.)));&amp;rdquo;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 10pt;"&gt;&lt;span style="font-size: 12pt;"&gt;Calling JS:&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="margin: 0in 0in 10pt;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-3051672-37612/CallingJS.jpg"&gt;&lt;img alt="CallingJS.jpg" class="jive-image jive-image-thumbnail" height="203" onclick="" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-3051672-37612/666-203/CallingJS.jpg" width="666"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 10pt;"&gt;&lt;span style="font-size: 12pt;"&gt;getAreasRmt:&lt;/span&gt;&lt;/p&gt;&lt;/p&gt;&lt;p class="MsoNormal" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="margin: 0in 0in 10pt;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="font-size: 12pt;"&gt;This code will eventually pass back a structure containing all of the areas whose Business Group ID is sBuGrpID.&amp;nbsp; &lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="margin: 0in 0in 10pt;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span style="font-size: 12pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-3051672-37613/apsAreasRmt.jpg"&gt;&lt;img alt="apsAreasRmt.jpg" class="jive-image jive-image-thumbnail" height="143" onclick="" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-3051672-37613/580-143/apsAreasRmt.jpg" width="580"/&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="margin: 0in 0in 10pt;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span style="font-size: 12pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am running CF8 on a W2003 x64 server with IIS 6.0.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="margin: 0in 0in 10pt;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="font-size: 12pt;"&gt;Thanks in advance for any help/suggestioins.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="margin: 0in 0in 10pt;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span style="font-size: 12pt;"&gt;:-}&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="margin: 0in 0in 10pt;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span style="font-size: 12pt;"&gt;Len&lt;/span&gt;&lt;/p&gt;&lt;span style="font-color: #000000; font-family: Calibri; font-id: function(){return A.apply(null,[this].concat($A(arguments)))}; font-lang: function(){return A.apply(null,[this].concat($A(arguments)))}; font-title: function(){return A.apply(null,[this].concat($A(arguments)))};"&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;p class="MsoNormal" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;p class="MsoNormal" lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8a58e530-eab9-4aaf-8de7-55c5b6d7deb5] --&gt;</description>
      <pubDate>Fri, 13 Aug 2010 18:55:10 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/700112</guid>
      <dc:date>2010-08-13T18:55:10Z</dc:date>
      <clearspace:dateToText>4 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>What are the required settings to enable HTTP Compression?</title>
      <link>https://forums.adobe.com/thread/695349</link>
      <description>&lt;!-- [DocumentBodyStart:c19ec9a9-6d18-4334-96f7-9dff472c6327] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;I am running into download speed issues with some of my clients.&amp;nbsp; I am looking for ways to improve download response without having to rewrite my system(s).&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;On the server side, I am using CF 8.01 on a W2003 system.&amp;nbsp; I have enable HTTP Compression for the web site in IIS 6.0 for both static and dynamic files. &lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;On the client side where I am doing my testing, I am using IE 8.0 on a W7 professional system.&amp;nbsp; In I.E., I have enabled HTTP 1.1 under advanced options and am using Automatic mode as the download methodology for Temporary Files.&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;It is my understanding that there is nothing that I have to do to CF to enable HTTP Compression.&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;It does not appear to work because the downloaded cfm files (5717 and 694389) are the same size regardless of these setting.&amp;nbsp; In addition, I am using HttpWatch to determine all of the time and size parameters for each request. HttpWatch tells me in the summary that there are no HTTP Compression savings; i.e., HTTP Compression saving: 0 bytes.&amp;nbsp; Based upon some of the info I've read on the web, I would have expected 50% to 75% savings since the two files being downloaded are both dynamic text files.&amp;nbsp; All of the graphics, javascript, css files are cached so they do not figure into the equation. &lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;Is there something else beyond the IIS and IE settings that needs to be done to implement HTTP Compresssion???&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;Thanks in advance for your suggestions/help.&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;:-)&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;Len&amp;nbsp; &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c19ec9a9-6d18-4334-96f7-9dff472c6327] --&gt;</description>
      <pubDate>Fri, 06 Aug 2010 19:43:21 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/695349</guid>
      <dc:date>2010-08-06T19:43:21Z</dc:date>
      <clearspace:dateToText>4 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Javascript alert boxes are wrapped in Windows 7 with IE 8</title>
      <link>https://forums.adobe.com/thread/662748</link>
      <description>&lt;!-- [DocumentBodyStart:f450b680-47e1-44da-8367-d21a0c483f42] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;I can't count the number of JavaScript alert boxes I have throughout my systems and they have always made the transition between IE browsers from 6 to 8 without a hitch.&amp;nbsp; Without a hitch until I setup my first Windows 7 machine.&amp;nbsp; It is a 64 system that has both 32 &amp;amp; 64 bit IE browsers.&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;It doesn't matter which of the two versions I use, the JavaScript messages that I have so carefully crafted with just the proper layout are now wrapped.&amp;nbsp; The resultant text in the new W7 popups is almost unintelligible because it is so badly scrambled/wrapped on the new white background.&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;Since an alert box is simplicty itself, there is no way that I can think of to change the inherent size of the box. &lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;Has anyone else notice this phenomena???&amp;nbsp;&amp;nbsp; If so, do you have a way around it short of redoing all of the text in the effected boxes???&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;span aria-label="Angry" class="emoticon-inline emoticon_angry" style="height:16px;width:16px;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;Len&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;XP machine's JavaScript Alert popup in IE 8&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-2906240-31374/xpAlert.jpg"&gt;&lt;img alt="xpAlert.jpg" class="jive-image jive-image-thumbnail" height="486" onclick="" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-2906240-31374/576-486/xpAlert.jpg" width="576"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;W7 machine's JavaScript Alert popup in IE 8 with wrapped text&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-2906240-31373/W7Alert.jpg"&gt;&lt;img alt="W7Alert.jpg" class="jive-image" height="723" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-2906240-31373/W7Alert.jpg" width="415"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f450b680-47e1-44da-8367-d21a0c483f42] --&gt;</description>
      <pubDate>Fri, 18 Jun 2010 04:55:08 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/662748</guid>
      <dc:date>2010-06-18T04:55:08Z</dc:date>
      <clearspace:dateToText>4 years 5 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Is there an easy way to run an Ajax function from &lt;input type=file&gt; to test the file name in DB?</title>
      <link>https://forums.adobe.com/thread/635900</link>
      <description>&lt;!-- [DocumentBodyStart:ffaa6e2b-76a0-4778-9e61-c1fcb0a9b550] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p style="text-indent: 0.5in;"&gt;&lt;span style="font-size: 10pt; color: #333333; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;"&gt;I've had the &amp;lt;input type="file"&amp;gt;&amp;nbsp; ... &amp;lt;cffile ...&amp;gt; thing going for a &lt;span style="background: #f8fafd;"&gt;few years now.&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-size: 10pt; color: #333333; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="text-indent: 0.5in;"&gt;&lt;span style="font-size: 10pt; background: #f8fafd; color: #333333; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;"&gt;There is a database where the uploaded file names are stored once the files are uploaded to the server.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;It sees things in terms of problems and stores uploaded file name accordingly with the ProbID prepended onto the file name; e.g., MyPicture.jpg would end up in the designated directory and databawe as P416_MyPicture.jpg.&amp;nbsp; This allows user to store pictures with the same name in different problems without a conflict.&amp;nbsp; There has been an issue with certain characters (e.g., spaces, +, #, etc.) causing problems when they are in file names so we have come up with a way using the &amp;lt;cffile ... rename&amp;gt; to replace these chars with _.&amp;nbsp; This means that MyPic+.jpg would end up being P416_MyPic_.jpg.&amp;nbsp; &lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-size: 10pt; color: #333333; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; background: #f8fafd; color: #333333; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; This is where the problem appears.&amp;nbsp; If someone were to upload MyPic+.jpg after someone else uploaded MyPic_.jpg in the same problem, then the + file would overwrite the _ file before the system knew they had a problem.&amp;nbsp; And there is now way to restore the original file without going to the system backup and doing so &amp;#8211; which is a whole other story &amp;hellip; especially, if the person doesn&amp;#8217;t tell anyone.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-size: 10pt; color: #333333; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; background: #f8fafd; color: #333333; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The logical solution would be to be able to test the new final file name (the name after making the substitutions mentioned above) against the existing files in the database before you went from the page where the &amp;lt;input type=file&amp;gt; control to the associated _action.cfm page where the &amp;lt;cffile&amp;gt; object is located.&amp;nbsp; Given that this seems to be the province of Ajax, this would seem like a natural use of the really interesting technology.&amp;nbsp; I have can determine the file name from the onChange action on the &amp;lt;input type=File&amp;gt; so that this would be the place for Ajax to come to the rescue by looking up the final file name and then letting the user know whether the resultant name is a unique within the database or not.&amp;nbsp; If so, I'll just enable the Add button which sets right next to the &amp;lt;input &amp;gt; control and let them upload it.&amp;nbsp; If not, I'll put up an error message telling them that this file already exists in the system.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-size: 10pt; color: #333333; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; color: #333333; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="background: #f8fafd;"&gt;This would be the perfect solution.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;It would let me do some Ajax stuff like I've wanted to do for the past year, but never have had the time to do because this is the project that won't go away.&amp;nbsp; This is, in fact, the last thing of any consequence that remains to do on this 2-1/2 year nightmare &amp;#8211; be careful what you wish for.&amp;nbsp; If I can get this done this week, then maybe I can finally take a weekend off &amp;hellip; maybe it will finally come to an end.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-size: 10pt; color: #333333; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; background: #f8fafd; color: #333333; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Which finally leads to my question:&amp;nbsp; I'm looking for some tips on how to get this thing going since I can barely spell Ajax.&amp;nbsp; I've got a book and looked at some stuff online about CF and Ajax, but a good example or two or three would be worth a day's worth of poking around on the web and in my books.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-size: 10pt; color: #333333; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; color: #333333; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks in advance for any suggestions, ideas, help, whatever.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-size: 10pt; color: #333333; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; color: #333333; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;"&gt;:-}&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; color: #333333; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;"&gt;Len&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ffaa6e2b-76a0-4778-9e61-c1fcb0a9b550] --&gt;</description>
      <pubDate>Mon, 10 May 2010 23:56:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/635900</guid>
      <dc:date>2010-05-10T23:56:38Z</dc:date>
      <clearspace:dateToText>4 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Conditional use of &lt;cftry&gt; ... &lt;cfcatch&gt;</title>
      <link>https://forums.adobe.com/thread/606804</link>
      <description>&lt;!-- [DocumentBodyStart:9413079b-dfa8-4433-934c-42e120c116f3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 3pt;"&gt;&lt;span style="font-size: 10pt; color: windowtext; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;"&gt;I have been using the &amp;lt;cftry&amp;gt;&amp;hellip;&amp;lt;cfcatch&amp;gt; methodology for over 5 years.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;It generally works very well.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;When there is a case where we need to trap an error and put out a friendly error message that works well also. &lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt;When we need to know the actual problem, we have been commenting out the &amp;lt;cftry&amp;gt; &amp;hellip; &amp;lt;cfcatch&amp;gt; mechanism and letting the CF detailed error message appear on the page.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;Since we are working on a test server, it doesn&amp;#8217;t hurt anything to have the CF Robust error capability turned on.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;One would never do this on a production server, however.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px; margin: 0in 0in 3pt;"&gt;&lt;span style="font-size: 10pt; color: windowtext; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 3pt;"&gt;&lt;span style="font-size: 10pt; color: windowtext; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;"&gt;We have recently decided that we do not want to continue to comment out these items because then the file dates get out of wack with the comment/note dates. There is a big push on, and rightly so, to keep these in synch so that we will know if folks are forgetting to note their changes at the top of the file.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px; margin: 0in 0in 3pt;"&gt;&lt;span style="font-size: 10pt; color: windowtext; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 3pt;"&gt;&lt;span style="font-size: 10pt; color: windowtext; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;"&gt;So it occurred to me that if I could surround the &amp;lt;cftry&amp;gt; and &amp;lt;cfactch&amp;gt; with &amp;lt;cfif&amp;gt; statements, then I could make this a conditional thing and enable (include) and disable (hide) them at run-time by changing the setting of a Session varable.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px; margin: 0in 0in 3pt;"&gt;&lt;span style="font-size: 10pt; color: windowtext; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 3pt;"&gt;&lt;span style="font-size: 10pt; color: windowtext; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;"&gt;Here is a simplified version of what I tried.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;I would set Session.UserRobustErrMsgs to false or true depending upon what I wanted the system to do.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;Normally is we be set to False: do not use robust error messages. &lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 3pt;"&gt;&lt;span style="font-size: 10pt; color: windowtext; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;"&gt;&amp;lt;cfif #Session.UseRobustErrMsgs# Is False&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 3pt; tab-stops: .25in .5in .75in 1.0in;"&gt;&lt;span style="font-size: 10pt; color: windowtext; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;"&gt;&lt;span style="mso-tab-count: 1;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&amp;lt;cftry&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 3pt; tab-stops: .25in .5in .75in 1.0in;"&gt;&lt;span style="font-size: 10pt; color: windowtext; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;"&gt;&amp;lt;/cfif&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px; margin: 0in 0in 3pt; tab-stops: .25in .5in .75in 1.0in;"&gt;&lt;span style="font-size: 10pt; color: windowtext; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 3pt; tab-stops: .25in .5in .75in 1.0in;"&gt;&lt;span style="font-size: 10pt; color: windowtext; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;"&gt;&lt;span style="mso-tab-count: 1;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Do something here&amp;hellip;.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px; margin: 0in 0in 3pt; tab-stops: .25in .5in .75in 1.0in;"&gt;&lt;span style="font-size: 10pt; color: windowtext; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 3pt;"&gt;&lt;span style="font-size: 10pt; color: windowtext; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;"&gt;&amp;lt;cfif #Session.UseRobustErrMsgs# Is False&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 3pt; tab-stops: .25in .5in .75in 1.0in;"&gt;&lt;span style="font-size: 10pt; color: windowtext; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;"&gt;&lt;span style="mso-tab-count: 1;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&amp;lt;cfcatch&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 3pt; tab-stops: .25in .5in .75in 1.0in;"&gt;&lt;span style="font-size: 10pt; color: windowtext; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;"&gt;&lt;span style="mso-tab-count: 2;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Do friendly error message here&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 3pt; tab-stops: .25in .5in .75in 1.0in;"&gt;&lt;span style="font-size: 10pt; color: windowtext; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;"&gt;&lt;span style="mso-tab-count: 1;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&amp;lt;/cfcatch&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 3pt; tab-stops: .25in .5in .75in 1.0in;"&gt;&lt;span style="font-size: 10pt; color: windowtext; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/cftry&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 3pt; tab-stops: .25in .5in .75in 1.0in;"&gt;&lt;span style="font-size: 10pt; color: windowtext; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;"&gt;&amp;lt;/cfif&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px; margin: 0in 0in 3pt; tab-stops: .25in .5in .75in 1.0in;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 3pt; tab-stops: .25in .5in .75in 1.0in;"&gt;&lt;span style="font-size: 10pt; color: windowtext; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;"&gt;Note that there is nothing between the &amp;lt;/cfcatch&amp;gt; and the &amp;lt;/cftry&amp;gt;.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px; margin: 0in 0in 3pt; tab-stops: .25in .5in .75in 1.0in;"&gt;&lt;span style="font-size: 10pt; color: windowtext; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 3pt; tab-stops: .25in .5in .75in 1.0in;"&gt;&lt;span style="font-size: 10pt; color: windowtext; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;"&gt;While it might have been a good idea, CF didn&amp;#8217;t like it. CF threw the following error message:&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px; margin: 0in 0in 3pt; tab-stops: .25in .5in .75in 1.0in;"&gt;&lt;span style="font-size: 10pt; color: windowtext; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;"&gt; &lt;/span&gt;&lt;span style="font-size: 10pt; color: windowtext; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 3pt; tab-stops: .25in .5in .75in 1.0in;"&gt;&lt;span style="font-size: 10pt; color: windowtext; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;"&gt;&lt;strong style="color: #ff0000;"&gt;The start tag must have a matching end tag.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;This could be because&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 3pt; tab-stops: .25in .5in .75in 1.0in;"&gt;&lt;span style="font-size: 10pt; color: windowtext; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;"&gt;&lt;strong style="color: #ff0000;"&gt;&amp;lt;cfcatch&amp;gt; is not the last tag nested in the &amp;lt;cftry&amp;gt;.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt;&amp;lt;cfcatch&amp;gt; must&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 3pt; tab-stops: .25in .5in .75in 1.0in;"&gt;&lt;span style="font-size: 10pt; color: windowtext; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;"&gt;&lt;strong style="color: #ff0000;"&gt;Be the last tag insde a &amp;lt;cftry&amp;gt; tag.&lt;/strong&gt; &lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px; margin: 0in 0in 3pt; tab-stops: .25in .5in .75in 1.0in;"&gt;&lt;span style="font-size: 10pt; color: windowtext; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 3pt; tab-stops: .25in .5in .75in 1.0in;"&gt;&lt;span style="font-size: 10pt; color: windowtext; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;"&gt;If anyone knows of a conditional &amp;lt;cftry&amp;gt; &amp;hellip; &amp;lt;cfcatch&amp;gt; technique/methodology, I would appreciate your shaping it with me.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px; margin: 0in 0in 3pt; tab-stops: .25in .5in .75in 1.0in;"&gt;&lt;span style="font-size: 10pt; color: windowtext; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 3pt; tab-stops: .25in .5in .75in 1.0in;"&gt;&lt;span style="font-size: 10pt; color: windowtext; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;"&gt;Thank you in advance for your help.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px; margin: 0in 0in 3pt; tab-stops: .25in .5in .75in 1.0in;"&gt;&lt;span style="font-size: 10pt; color: windowtext; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 3pt; tab-stops: .25in .5in .75in 1.0in;"&gt;&lt;span style="font-size: 10pt; color: windowtext; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;"&gt;:-}&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 3pt; tab-stops: .25in .5in .75in 1.0in;"&gt;&lt;span style="font-size: 10pt; color: windowtext; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;"&gt;Len &lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9413079b-dfa8-4433-934c-42e120c116f3] --&gt;</description>
      <pubDate>Mon, 29 Mar 2010 19:50:02 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/606804</guid>
      <dc:date>2010-03-29T19:50:02Z</dc:date>
      <clearspace:dateToText>4 years 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Browse text file within CF to determine if there are any &lt;scripts&gt;'s inside</title>
      <link>https://forums.adobe.com/thread/559300</link>
      <description>&lt;!-- [DocumentBodyStart:eb765b35-d4cf-40e5-aaf2-1645e86c8faa] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="color: #000066; font-family: Comic Sans MS;"&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 3pt;"&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px; margin: 0in 0in 3pt;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 3pt;"&gt;&lt;span style="font-size: 12pt;"&gt;We have run into a security situation where we need to browse through all text files that users &lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt;are going to load into an Attachments directory using &amp;lt;cffile&amp;gt; before we allow anyone to have access to these files because of the danger of cross site scripting (xss).&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px; margin: 0in 0in 3pt;"&gt;&lt;span style="font-size: 12pt;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 3pt;"&gt;&lt;span style="font-size: 12pt;"&gt;&lt;span&gt;We have tested the potential for something like &amp;#8220;&amp;lt;cfscript&amp;gt; document.location.replace(&amp;#8220;&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.badsite.com&amp;rdquo;" rel="nofollow"&gt;http://www.badsite.com&amp;rdquo;&lt;/a&gt;&lt;span&gt;) &amp;lt;/cfscript&amp;gt; being run within a browser when the user opens the file in their browser moving the user to this site, which could open them up to downloading a Trojan onto their PC.&lt;/span&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;This just happened to him a couple of few weeks ago and his hard drive was destroyed.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;(I suppose there is a way to block xss within IE, FireFox, etc., but I can&amp;#8217;t count on every user having xss blocked so I have to do it for them.)&lt;br/&gt;&lt;br/&gt;Although I haven&amp;#8217;t done it yet, it appears that you can use the &amp;lt;cfloop&amp;gt; function to open a file and loop through it line by line so that you could process this file in CF 8 to ensure that &amp;#8220;&amp;lt;cfscript&amp;gt;&amp;rdquo; is not contained anywhere within the file.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;I&amp;#8217;m going to do a proof of concept later today or tomorrow.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;If this works, then I&amp;#8217;m OK for all my systems that run CF8 or CF9, but that is it.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px; margin: 0in 0in 3pt;"&gt;&lt;span style="font-size: 12pt;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 3pt;"&gt;&lt;span style="font-size: 12pt;"&gt;What I really need is a way that would be compatible with previous versions of CF as well.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;My first instinct was to try something with the FileOpen function within &amp;lt;cfscript&amp;gt; but there does not seem to be anyway to easily parse a file once I have it open in &amp;lt;cfscript&amp;gt;.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;I&amp;#8217;ve done a ton of JavaScript code and I know that &amp;lt;cfscript&amp;gt; is somewhat of a subset of that, but the documentation I&amp;#8217;ve found on &amp;lt;cfscript&amp;gt; is so poorly written as to be almost useless.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;(Forta&amp;#8217;s CF8 books give it very short shrift even in the downloadable PDF.) &lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px; margin: 0in 0in 3pt;"&gt;&lt;span style="font-size: 12pt;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 3pt;"&gt;&lt;span style="font-size: 12pt;"&gt;Does anyone know of a third way to do this that would be compatible with CF6 through CF9???&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px; margin: 0in 0in 3pt;"&gt;&lt;span style="font-size: 12pt;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 3pt;"&gt;&lt;span style="font-size: 12pt;"&gt;Thank you in advance for your suggestions.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px; margin: 0in 0in 3pt;"&gt;&lt;span style="font-size: 12pt;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 3pt;"&gt;&lt;span style="font-size: 12pt;"&gt;:-}&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 3pt;"&gt;&lt;span style="font-size: 12pt;"&gt;Len &lt;/span&gt;&lt;/p&gt;&lt;span style="font-color: #000066; font-family: 'Comic Sans MS';"&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:eb765b35-d4cf-40e5-aaf2-1645e86c8faa] --&gt;</description>
      <pubDate>Tue, 19 Jan 2010 23:35:35 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/559300</guid>
      <dc:date>2010-01-19T23:35:35Z</dc:date>
      <clearspace:dateToText>4 years 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>ColdFusion Security Best Practices</title>
      <link>https://forums.adobe.com/thread/555275</link>
      <description>&lt;!-- [DocumentBodyStart:8a1e04ae-b51a-4ba9-a1db-f50105efd26f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I want to make sure that my systems are in tune with the current thinking on security best practices.&amp;nbsp; I have been reviewing and planning on implementing new features as proposed in the Adobe White Paper titled "ColdFusion 8 developer security guildelines" by Erick Lee, Ivan Lelven, and Sarge Sargent, dated Octobe 2007.&amp;nbsp; While this is a great white paper, I'm wondering if this is the state-of-the-art in terms of security.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Does anyone know of a better/newer/more comprehensive reference?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance for your help in this matter.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;:-}&lt;/p&gt;&lt;p&gt;Len&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8a1e04ae-b51a-4ba9-a1db-f50105efd26f] --&gt;</description>
      <pubDate>Wed, 13 Jan 2010 16:13:05 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/555275</guid>
      <dc:date>2010-01-13T16:13:05Z</dc:date>
      <clearspace:dateToText>4 years 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Encode and Decode, DES/DESEDE algorithm conumdrum</title>
      <link>https://forums.adobe.com/thread/496113</link>
      <description>&lt;!-- [DocumentBodyStart:f40c29e8-38da-4a6a-bed5-3f5508278153] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Times New Roman;"&gt;Because of a customer requirement, we cannot use Session variable to pass things like item ID values.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;As a result, I&amp;#8217;ve been using encrypted URL&amp;#8217;s to do this kind of thing.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;We discovered by chance the other day, that you could change the HEX encoded (using CFMX_COMPAT algorithm) URL values and change the item ID, which would let the user move to a place he isn&amp;#8217;t supposed to go.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;OOOOps.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Times New Roman;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Times New Roman;"&gt;I have been using the Session.SessionID as a basis for the key of the CFMX_COMPAT encryption for about 18 months now and no one has discovered this hole in the system, but I guess it is only a matter of time before someone does.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;Today I tried to figure out how to use the DESEDE algorithm but the thing that has me stymied is how you pass are supposed to pass the key value across to the Decrypt code.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;In all the manuals and all the examples they show only, they cheat; i.e., the work both sides of Encrypt/Decrypt process from the same form.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;Well, you can&amp;#8217;t do that when you are going across the URL bridge.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;I suppose I could encrypt the DESEDE key that I generate using the generateSecretKey(&amp;#8220;DESEDE&amp;rdquo;) using CFMX_COMPAT and then decode it across the other side of the URL bridge using the Session.SessionID, but this seems to be getting out of hand.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Times New Roman;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Times New Roman;"&gt;One other issue, I have to pass things via email between systems so I do have to pass the Session.SessionID value between different Cold Fusion systems, but I have come up with a way treat a passed in Session.SessionID value as a one-time, throw-away key. &lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Times New Roman;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt;"&gt;&lt;span style="color: #000000;"&gt;&lt;span style="font-family: Times New Roman;"&gt;Note: I can only get by using the Session.SessionID value because it remains the same throughout the user&amp;#8217;s whole session and is not related to any particular item as it would be if I were still using Session.ItemID&amp;#8217;s.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Times New Roman;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt;"&gt;&lt;span style="color: #000000;"&gt;&lt;span style="font-family: Times New Roman;"&gt;As a stop-gap measure I am doubly encrypting the ItemID before I assign it to the URL.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;After the 1&lt;sup&gt;st&lt;/sup&gt; encryption I append a known string to the 1&lt;sup&gt;st&lt;/sup&gt; encrypted value and then do my 2&lt;sup&gt;nd&lt;/sup&gt; encryption:&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;url_DblStr=&amp;rdquo;#EnCrypt(#1stEnCryptStr#wxyz)#&amp;rdquo;.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;After I&amp;#8217;ve done my 1&lt;sup&gt;st&lt;/sup&gt; decryption on the other side, I ensure that the &amp;#8220;wxyz&amp;rdquo; string is still intact on the end of the 1stEnCryptStr.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;If it has been changed, then I know that someone changed something in the URL and I can send them to a place where they can do no harm.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Times New Roman;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Times New Roman;"&gt;So here is my simple question: How can you use DES/DESEDE/etc. algorithms, which seems to require you to use the generateSecureKey() function, &lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt;when you can not directly share the key through Form or Session variables? &lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Times New Roman;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Times New Roman;"&gt;There must be a simple way to do this thing that has not occurred to me even though I have given it a considerable amount of though over the last 24 hours. &lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Times New Roman;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Times New Roman;"&gt;Thank you in advance for your help and suggestions.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; padding: 0px; margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Times New Roman;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Times New Roman;"&gt;:-}&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Times New Roman;"&gt;Len&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Times New Roman;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f40c29e8-38da-4a6a-bed5-3f5508278153] --&gt;</description>
      <pubDate>Tue, 22 Sep 2009 23:20:48 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/496113</guid>
      <dc:date>2009-09-22T23:20:48Z</dc:date>
      <clearspace:dateToText>5 years 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Error establishing socket to host: Reason: Connection refused: connect</title>
      <link>https://forums.adobe.com/thread/477860</link>
      <description>&lt;!-- [DocumentBodyStart:89eaee28-159a-44bb-ae50-97441918c0b3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am in the process of moving from an old x32 server to a new x64 bit server.&amp;nbsp; With the help of Adobe support, I have finally gotten CF8.0.1 up and running on the new server: &lt;a class="jive-link-thread-small" data-containerId="2222" data-containerType="14" data-objectId="470337" data-objectType="1" href="https://forums.adobe.com/thread/470337?tstart=0"&gt;http://forums.adobe.com/thread/470337?tstart=0&lt;/a&gt;,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am now trying to connect CF8.0.1 Standard on the new x64 machine to SQLServer 2005 x64 bit. All of the databases I'm trying to setup on the new server are currently running on a x32 system with CF8.0.1 and SQLServer 2005 x32.&lt;/p&gt;&lt;p&gt; &lt;a href="http://forums.adobe.com/servlet/JiveServlet/downloadImage/9343/CFVerInfo.JPG"&gt;&lt;img alt="CFVerInfo.JPG" class="jive-image jive-image-thumbnail" onclick="" src="http://forums.adobe.com/servlet/JiveServlet/downloadImage/9343/CFVerInfo.JPG" width="450"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt; Using the SQLServer drive type I get the following error:&lt;/p&gt;&lt;p&gt;"Connection verification failed for data source: PHREDsevenSQL&lt;br/&gt;java.sql.SQLException: [Macromedia][SQLServer JDBC Driver]Error establishing socket to host and port: DELLx64Server:1433. Reason: Connection refused: connect&lt;br/&gt;The root cause was that: java.sql.SQLException: [Macromedia][SQLServer JDBC Driver]Error establishing socket to host and port: DELLx64Server:1433. Reason: Connection refused: connect."&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Using the ODBC Socket type I do not get a ODBC DSN name in the select box so I can't actually try this type of connection. I've tried both x32 and x64 bit ODBC System setups.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="http://forums.adobe.com/servlet/JiveServlet/downloadImage/9356/P7SQL_def.JPG"&gt;&lt;img alt="P7SQL_def.JPG" class="jive-image jive-image-thumbnail" height="232" onclick="" src="http://forums.adobe.com/servlet/JiveServlet/downloadImage/9356/P7SQL_def.JPG" width="843"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have verified the following:&lt;/p&gt;&lt;p&gt;SQLServer configuration: the port is set to 1433.&lt;/p&gt;&lt;p&gt;Account user name and password are correct. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have looked for a x64 bit SQLServer driver for CF8 on Adobe, but couldnt find one. Perhaps one is already installed.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If anyone has a suggestion or solution, I would appreicate your help.&amp;nbsp;&amp;nbsp; Thanks in advance for your help.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;:-}}}&lt;/p&gt;&lt;p&gt;Len&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:89eaee28-159a-44bb-ae50-97441918c0b3] --&gt;</description>
      <pubDate>Sat, 15 Aug 2009 17:23:03 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/477860</guid>
      <dc:date>2009-08-15T17:23:03Z</dc:date>
      <clearspace:dateToText>5 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CF8 standard upgrade installation failed: ODBC services not installed.</title>
      <link>https://forums.adobe.com/thread/470337</link>
      <description>&lt;!-- [DocumentBodyStart:4e4c965d-916d-49c3-9121-8de51e2e73e2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am upgrading from a 32 bit server to a new 64 bit server.&amp;nbsp; I have had my CF8 Standard Upgrade installed on my 32 bit server for well over a year.&amp;nbsp; I just installed my CF8 Standard Upgrade onto my new 64 bit server. Note: when it didn't work the first time, I uninstalled and then reinstalled -- no change.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;There are two problems:&lt;/p&gt;&lt;p&gt;1. The two ODBC services, Agent and Server, were NOT installed.&lt;/p&gt;&lt;p&gt;2. The Inetpub/wwwroot/CFDocs directory and associated files were not installed even though I had CFDocumentation checked on the install setup sheet.&amp;nbsp; &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've attached a graphic showing the CF services that were installed on the 64 bit server.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you in advance for your help and suggestions.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;:-}&lt;br/&gt;Len&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;P.S. I've been installing CF since version 3.1 so this is not my first time around the block.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Message was edited by: PHRED-SE: &amp;#13;
I should add that my operating system is Windows Server 2003 R2 Standard x64, version 5.2.3790 SP2.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4e4c965d-916d-49c3-9121-8de51e2e73e2] --&gt;</description>
      <pubDate>Thu, 30 Jul 2009 20:47:20 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/470337</guid>
      <dc:date>2009-07-30T20:47:20Z</dc:date>
      <clearspace:dateToText>5 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Data Source definition question when using SQL Server</title>
      <link>https://forums.adobe.com/thread/425140</link>
      <description>&lt;!-- [DocumentBodyStart:59bda701-1efd-4ab4-94b5-63da86e4282f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="font-family: comic sans ms,sans-serif;"&gt;I am trying to setup a data source connection on a SQL Server database that is on a server that is on a different network from the one that my ColdFusion 8 system is running on.&amp;nbsp; &lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-family: comic sans ms,sans-serif;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: comic sans ms,sans-serif;"&gt;It seems like this is a simple, straight forward thing: define the &lt;strong&gt;CD Data Source Name&lt;/strong&gt;: MyTestData, &lt;strong&gt;Database&lt;/strong&gt;: TestData, &lt;strong&gt;Server&lt;/strong&gt;: 123.45.78.145\TestServer, &lt;strong&gt;User Name&lt;/strong&gt;: my Name, &lt;strong&gt;Password&lt;/strong&gt;: *****.&amp;nbsp; See my attached jpg for more detail.&amp;nbsp; Note: the IP address is bogus so don't fixate on that.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-family: comic sans ms,sans-serif;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: comic sans ms,sans-serif;"&gt;I can remotely log into that server using Terminal Server and bring up the SQL Server database so I know that both the IP address and the SQL Server names are correct.&amp;nbsp; I know that both the User Name and Password are correct so this leaves on the &lt;strong&gt;Server&lt;/strong&gt; format.&amp;nbsp; &lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-family: comic sans ms,sans-serif;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: comic sans ms,sans-serif;"&gt;My question is what is the correct Server naming convention/format if this is not the correct format???&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-family: comic sans ms,sans-serif;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: comic sans ms,sans-serif;"&gt;Thanks in advance for your help in this matter.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-family: comic sans ms,sans-serif;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-family: comic sans ms,sans-serif;"&gt;&lt;span aria-label="Confused" class="emoticon-inline emoticon_confused" style="height:16px;width:16px;"&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: comic sans ms,sans-serif;"&gt;Len&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:59bda701-1efd-4ab4-94b5-63da86e4282f] --&gt;</description>
      <pubDate>Mon, 27 Apr 2009 19:02:19 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/425140</guid>
      <dc:date>2009-04-27T19:02:19Z</dc:date>
      <clearspace:dateToText>5 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>window.opener.location.replace(xxx) - does not always work</title>
      <link>https://forums.adobe.com/thread/221928</link>
      <description>&lt;!-- [DocumentBodyStart:29091481-045f-467a-bed8-5bcf045c2376] --&gt;&lt;div class="jive-rendered-content"&gt;I open a PopUp window from my main page using a JavaScript
&amp;#8220;open.&amp;rdquo; I can do several things from this PopUp. When I
am done with whatever I need to do on the PopUP, I close it. In the
&amp;lt;body&amp;gt; of this page I have embedded a simple onUnload
statement that refreshes the calling page so that I can
automatically show changes that were made while on the PopUp. 
&lt;br/&gt;
&lt;br/&gt;This code has worked successfully for a number of months on
my development server as well as our production server. We recently
moved the code to a client's server where it doesn't work. When the
client clicks on the close button, the PopUp does not close. I
believer it is because the onUnload code does not work and this
error halts the close process. 
&lt;br/&gt;
&lt;br/&gt;I have searched the web and have found several folks who are
using similar code, but there is no reference so similar behavior. 
&lt;br/&gt;
&lt;br/&gt;Since the PopUp is popping up and seems to be working
correctly, I have to believe that all the IE settings are correct.
There has been no mention of a JavaScript error message, so I'm
thinking that they must have these error features turned off. I've
requested that they turn them on, but it may be a day or two before
I get an answer back from the client. 
&lt;br/&gt;
&lt;br/&gt;I've reviewed all my JavaScript books and can find nothing
that would indicate that this code is temperamental, or needs
anything special.
&lt;br/&gt;
&lt;br/&gt;So here is my question: Does anyone out there know of any
quirks that would cause this line of code from working.
&lt;br/&gt;
&lt;br/&gt;Server Systems: Windows 2003 or greater
&lt;br/&gt;CF: CF8
&lt;br/&gt;Clients: Windows XP Pro or Vista
&lt;br/&gt;SQLServer 2005
&lt;br/&gt;Required Browser: IE 6+ (most users have IE 7+)
&lt;br/&gt;
&lt;br/&gt;Thanks in advance for your help/suggestions with this
mystery.
&lt;br/&gt;
&lt;br/&gt;:-}
&lt;br/&gt;Len
&lt;br/&gt;
&lt;br/&gt;(Code follows)
&lt;br/&gt;
&lt;br/&gt;Note: "window.opener.location" is an object that contains the
full URL including all of the original URL paramters.&lt;/div&gt;&lt;!-- [DocumentBodyEnd:29091481-045f-467a-bed8-5bcf045c2376] --&gt;</description>
      <pubDate>Wed, 25 Feb 2009 06:48:32 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/221928</guid>
      <dc:date>2009-02-25T06:48:32Z</dc:date>
      <clearspace:dateToText>5 years 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Using CF8 with a BlackBerry as display device</title>
      <link>https://forums.adobe.com/thread/21379</link>
      <description>&lt;!-- [DocumentBodyStart:743e4df9-580b-4dd3-bca0-5d6eab02e45b] --&gt;&lt;div class="jive-rendered-content"&gt;We have a CF8 based system that we want to be able to access
from a BlackBerry and possible an IPhone rather than from a Windows
PC w/IE or FireFox. Since we only have the idea at this point and
not even a BlackBerry, I'm wondering how large a task it will be to
convert everything over to be compatible with the BlackBerry. What
I'm particularly worried about is the many JavaScript modules that
are interspersed throughout the system. The JavaScript is all IE 6+
and FireFox compatible. I've even run through the system with
Safari and didn't see any huge problems, but a BlackBerry is a very
foreign animal to me.
&lt;br/&gt;
&lt;br/&gt;Thanks in advance for your help and suggestions.
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;:-}
&lt;br/&gt;Len&lt;/div&gt;&lt;!-- [DocumentBodyEnd:743e4df9-580b-4dd3-bca0-5d6eab02e45b] --&gt;</description>
      <pubDate>Thu, 07 Aug 2008 01:40:04 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/21379</guid>
      <dc:date>2008-08-07T01:40:04Z</dc:date>
      <clearspace:dateToText>6 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>10</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Software Configuration Management</title>
      <link>https://forums.adobe.com/thread/48294</link>
      <description>&lt;!-- [DocumentBodyStart:f86a92f6-1363-4beb-a36f-66efacd30bdd] --&gt;&lt;div class="jive-rendered-content"&gt;We have come to a point where we need to start doing Software
Configuration Management (SCM). We are using DreamWeaver 8 as our
development tool. 
&lt;br/&gt;
&lt;br/&gt;We have found some good books and tools, but most SCM
systems/references seem to be oriented towards compiled/built
systems. Obliviously, a lot of things that are aimed at "real"
systems, don't pertain to CF systems so I'm really interested in
SCM in a CF environment. 
&lt;br/&gt;
&lt;br/&gt;I'm looking for recommendations:
&lt;br/&gt;1. The best management software tool; e.g. MS VSS,
SubVersion, etc. Want it to be compatible with DW8.
&lt;br/&gt;2. How to reference books
&lt;br/&gt;3. Any other ideas / tips on the SCM process.
&lt;br/&gt;
&lt;br/&gt;Thank you in advance for your help/recommendations/insight.
&lt;br/&gt;
&lt;br/&gt;:-}
&lt;br/&gt;Len&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f86a92f6-1363-4beb-a36f-66efacd30bdd] --&gt;</description>
      <pubDate>Thu, 24 Jul 2008 20:46:02 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/48294</guid>
      <dc:date>2008-07-24T20:46:02Z</dc:date>
      <clearspace:dateToText>6 years 4 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CFFTP Error in CF 8.0.1</title>
      <link>https://forums.adobe.com/thread/48987</link>
      <description>&lt;!-- [DocumentBodyStart:732e8d1a-f52e-4513-858a-596318e4705f] --&gt;&lt;div class="jive-rendered-content"&gt;I have just gotten my &amp;lt;cfftp&amp;gt; function working properly
after few false starts -- I'm transferring files between two
servers. One of the things that I have to do is to transfer files
with Chinese characters in their names. 
&lt;br/&gt;
&lt;br/&gt;&amp;lt;cfftp&amp;gt; crashes when the file to be uploaded has
Chinese characters in the file name. This is the error message that
I get:
&lt;br/&gt;
&lt;br/&gt;FTP File transfer failed: 550 P_10_English-????.doc: The
filename, directory name, or volume label syntax is incorrect. 
&lt;br/&gt;
&lt;br/&gt;Local File:
D:\Data\Data\Allaire\Dev\PHREDintel\Attachments\P_8_English-技术支持.doc
&lt;br/&gt;Remote File:
P_8_English-技术支持.doc. 
&lt;br/&gt;
&lt;br/&gt;It takes exception to the Remote File name, which in this
case is "P_8_English-技术支持.doc."
&lt;br/&gt;
&lt;br/&gt;The CF function &amp;lt;cffile&amp;gt; uploaded this same file from
my PC to the server originally. After a two month effort, Adobe was
able to figure out why the &amp;lt;cfdocument&amp;gt; would not import
Chinese characters into the PDF file. So it appears that some parts
of CF speak Chinese while other parts do not.
&lt;br/&gt;
&lt;br/&gt;If anyone has any ideas how I can get &amp;lt;cfftp&amp;gt; to speak
Chinese, I would greatly appreciate your knowledge on this matter.
&lt;br/&gt;
&lt;br/&gt;Thank you in advance for your support
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:732e8d1a-f52e-4513-858a-596318e4705f] --&gt;</description>
      <pubDate>Wed, 23 Jul 2008 17:27:20 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/48987</guid>
      <dc:date>2008-07-23T17:27:20Z</dc:date>
      <clearspace:dateToText>6 years 4 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>File transfer between servers</title>
      <link>https://forums.adobe.com/thread/48572</link>
      <description>&lt;!-- [DocumentBodyStart:4cf71d87-210e-4b15-8288-6a5805d9f1ff] --&gt;&lt;div class="jive-rendered-content"&gt;I've been using CF for 10 years, but this is the first time
I've had occasion to transfer files between servers under CF
control. The only way that I can figure out how to do this is to
use CFFTP. 
&lt;br/&gt;
&lt;br/&gt;After reading the section on CFFTP in "COLDFUSION 8, Advanced
Application Development", it seems to me that I'm going to have to
transfer the file(s) from server A to my PC, and then from my PC to
server B. 
&lt;br/&gt;
&lt;br/&gt;Is there any better way to do this than I've described???
&lt;br/&gt;
&lt;br/&gt;Thanks in advance for your help and suggestions.&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4cf71d87-210e-4b15-8288-6a5805d9f1ff] --&gt;</description>
      <pubDate>Sat, 19 Jul 2008 19:15:10 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/48572</guid>
      <dc:date>2008-07-19T19:15:10Z</dc:date>
      <clearspace:dateToText>6 years 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>&amp;lt;cfdocument&amp;gt; not showing Chinese character</title>
      <link>https://forums.adobe.com/thread/254733</link>
      <description>&lt;!-- [DocumentBodyStart:eb2cbccd-cd37-4574-b8be-3b32d62bb7e2] --&gt;&lt;div class="jive-rendered-content"&gt;We have a system that uses a mixture of English and
Simplified Chinese on almost every page. After properly installing
the Simplified Chinese fonts (gb2312) on all of the users
PC&amp;#8217;s via the Regional and Language setting, the pages display
both languages properly.
&lt;br/&gt;
&lt;br/&gt;We have just started using the &amp;lt;cfdocument&amp;gt; to create
PDF documents. We were eager to convert to &amp;lt;cfdocument&amp;gt; in
order to be able to use CSS and to be able to display the Chinese
characters in the PDF document as they are displayed in the HTML.
We tried it first on a CF MX 7 test bed. Once we created the
cffont.properties.cn in the cf_root/Lib directory, it worked like a
champ. 
&lt;br/&gt;
&lt;br/&gt;In order get this feature into production, we moved the .cfm
files and the cffont.properties files from out CF 7 test bed to our
CF8 development system. No matter what we do, all we see in the PDF
file where the Chinese characters should be are &amp;#8220;?&amp;rdquo;. 
&lt;br/&gt;
&lt;br/&gt;We can&amp;#8217;t find any information on anything else that we
need to do to make the Chinese characters appear besides creating
the cffont.properties files in the cf_root/Lib directory as we did
in CF 7. Using the CF Administrator&amp;#8217;s Font Manager, I can see
that the required Simplified Chinese fonts (NSimSun, SimSun &amp;amp;
Simhei) are installed on the server. The bare bones code seems
simple enough:
&lt;br/&gt;&amp;lt;cfdocument format=&amp;#8220;pdf&amp;rdquo;
fontembed=&amp;rdquo;selective&amp;rdquo;&amp;gt;
&lt;br/&gt; Page text&amp;hellip;
&lt;br/&gt; &amp;lt;/cfdocument.
&lt;br/&gt;
&lt;br/&gt;If you have done this, or know what we need to do to port
form CF7 to CF8, I would appreciate your sharing. 
&lt;br/&gt;
&lt;br/&gt;Thank you in advance for your help.
&lt;br/&gt;
&lt;br/&gt;:-}
&lt;br/&gt;Len 
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:eb2cbccd-cd37-4574-b8be-3b32d62bb7e2] --&gt;</description>
      <pubDate>Tue, 22 Jan 2008 05:29:14 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/254733</guid>
      <dc:date>2008-01-22T05:29:14Z</dc:date>
      <clearspace:dateToText>6 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>9</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Charts not displaying in ColdFusion 8</title>
      <link>https://forums.adobe.com/thread/128851</link>
      <description>&lt;!-- [DocumentBodyStart:ad0d3343-e6cd-428a-95d8-88041ef65c58] --&gt;&lt;div class="jive-rendered-content"&gt;
&lt;br/&gt;We have two servers: one development and one production. The
development system was upgraded to CF8 several months ago. The
productions server was just upgraded to CF8 last month. All of the
various CF systems that are running on the development server
display charts correctly. However, charts do not display correctly
on any of the CF systems running on the production server. Both
servers run the same CF code. Both servers are running Windows 2003
(std) with IIS6. Both CF8 systems are standard.
&lt;br/&gt;
&lt;br/&gt;When any chart on any of the various systems is created on
the production server, the page shows html objects (buttons, text,
etc.) around where the graphic should be, but the space where the
chart normally resides is blank. No errors are indicated.
&lt;br/&gt;
&lt;br/&gt;By viewing the source file for the page in question, you can
find the name of the swf file that was created and is supposed to
be displayed. This swf file is, in fact, in the CF8 cache on the
server. Here is the big gotcha: the xxx.swf file IS NOT being
downloaded on the user&amp;#8217;s PC; i.e., it is not in the temporary
internet directory when the user is building a chart on the
production server!!! It is there when accessing the development
server. It works the same way whether the user is on the Intranet
with the production server or across the Internet. ??????
&lt;br/&gt;
&lt;br/&gt;We have compared the CF8 setting in CF Admin on both systems
and can find no differences as relates to Charts. There are trivial
differences in other places, but most of the setting on both
production and development servers are the out-of-the-box values.
&lt;br/&gt;
&lt;br/&gt;If anyone has a clue as to what might be wrong, we&amp;#8217;d
appreciate hearing from you. Thank you in advance for your help and
insight.
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ad0d3343-e6cd-428a-95d8-88041ef65c58] --&gt;</description>
      <pubDate>Thu, 10 Jan 2008 22:25:34 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/128851</guid>
      <dc:date>2008-01-10T22:25:34Z</dc:date>
      <clearspace:dateToText>6 years 10 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Verity error</title>
      <link>https://forums.adobe.com/thread/136277</link>
      <description>&lt;!-- [DocumentBodyStart:145f4939-659e-4c9c-a70b-3a03207f34f5] --&gt;&lt;div class="jive-rendered-content"&gt;We recently moved from CF6 to CF8. Other than Verity indexing
being extremely slow, I thought all was going well until I tried to
run my Create Collections procedure. These collections were to be
populated under program control from MSAccess database(s). I have
been running this procedure for over 5 years on CF6 and earlier
versions without a hitch. I was setting up my 5th system under CF8
when this successful string ended.
&lt;br/&gt;
&lt;br/&gt;My procedure crashed with the error message, "Unable to
register collection [collection name]". I had seen this error a
couple of times previously, but just running the procedure again
had always sorted things out successfully. It didn't work this
time. I rebooted the server but nothing changed. I modified my code
so that each of the 21 &amp;lt;cfcollections&amp;gt; in the procedure was
with it's own &amp;lt;cftry&amp;gt;&amp;lt;cfcatch&amp;gt; routine. Having each
contained like this, enabled me to power thorugh all the of
creation procedures regardless of how many "failed". If one
creation failed, the next might fail or might work so one failure
didn't guarantee all failures.
&lt;br/&gt;
&lt;br/&gt;It turns out, that creations didn't fail completely. The
collections were actually being created and seemed to work onced
they were populated under program control (&amp;lt;cfindex&amp;gt;) with
data from an MSAccess database. So I assumed that whatever this
message meant, it wasn't a fatal error. I continued to make changes
to procedure to see if there was some further info I could get to
tell me what was going on. I finally learned something when there
was a new error: "Unable to connect to the ColdFusion Search
service." 
&lt;br/&gt;
&lt;br/&gt;This time rather than reboot the server, which never seemed
to help anyway, I restarted each of the 5 ColdFusion services one
at a time from the bottom up; i.e., CF8 Search Server, CF8 ODBC
Server, ..., CF8 Application Server. I have gotten serveral clean
creations since this.
&lt;br/&gt;
&lt;br/&gt;So, does anyone out there know what these errors are all
about and how you can prevent them?
&lt;br/&gt;
&lt;br/&gt;Thanks in advance for your help.
&lt;br/&gt;
&lt;br/&gt;:-}}}
&lt;br/&gt;Len&lt;/div&gt;&lt;!-- [DocumentBodyEnd:145f4939-659e-4c9c-a70b-3a03207f34f5] --&gt;</description>
      <pubDate>Mon, 10 Dec 2007 01:02:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/136277</guid>
      <dc:date>2007-12-10T01:02:38Z</dc:date>
      <clearspace:dateToText>6 years 11 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CF8 Verity Indexing</title>
      <link>https://forums.adobe.com/thread/135821</link>
      <description>&lt;!-- [DocumentBodyStart:c73c86ae-8257-4c72-94f1-f825d70c6e01] --&gt;&lt;div class="jive-rendered-content"&gt;I've been using Verity to build collection of data from my
database systems for several years now using CF5 and CF6.1. I
recently upgraded my system to CF8. While searching these
collections is 5 to 6 times faster, indexing these collections is
SIGNIFICANTLY slower. 
&lt;br/&gt;
&lt;br/&gt;My system has some 50+ screens that I use to collect and
store data into either MSAccess or SQL Sever databases. There are
26 different collections that I use to store this data in. After
the data from each screen is stored in the datbase, I then update
the pertinent collection based upon the screen and database
table(s) where the data is being stored. The collections are a
compromise between number of screens and tables. This enables users
to always be searching the most current data. Every night we run a
scheduled task to rebuild all of the collections because this
continual add/dropping of data during the day chops up the Verity
collections. 
&lt;br/&gt;
&lt;br/&gt;I noticed two thing after creating the new CF8 collections:
Indexings is 2 to 3 times slower that it was in CF8. Searching is 5
to 6 time faster than it was. I'm wondering two things at this
point:
&lt;br/&gt;1. Is this a common experience amoung CF6 to CF8 users?
&lt;br/&gt;2. Is there some different technique that you have to use to
index collections using CF8 that will improve the indexing speed?
&lt;br/&gt;
&lt;br/&gt;Thank you in advance for your insight in this matter.
&lt;br/&gt;
&lt;br/&gt;:-}
&lt;br/&gt;Len&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c73c86ae-8257-4c72-94f1-f825d70c6e01] --&gt;</description>
      <pubDate>Fri, 07 Dec 2007 21:41:04 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/135821</guid>
      <dc:date>2007-12-07T21:41:04Z</dc:date>
      <clearspace:dateToText>6 years 11 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Unable to create Data Source when CF and SQL Server on different servers</title>
      <link>https://forums.adobe.com/thread/120190</link>
      <description>&lt;!-- [DocumentBodyStart:679772b2-4e01-4bed-b4dc-255d1c88f2f4] --&gt;&lt;div class="jive-rendered-content"&gt;I have just setup CF8 on a new server running Windows 2003
Std. 
&lt;br/&gt;
&lt;br/&gt;SQL Server is running on the old server running W2K Server.
It also has CFMX6.1 running on the old server. I made the
DataDirect JDBC drivers (version 3.5) update several months ago to
the old server and set all CF services to run under the
domain\Administrator account. Everything is running fine on the old
server.
&lt;br/&gt;
&lt;br/&gt;The problem appeared when I tried to create a new Data Source
in CF8 server (using the Microsoft SQL Server Driver) that would
link back to a SQL Server table on the old server. The error
message I receive is: "Connection verification failed for data
source: GAISSQL
&lt;br/&gt;java.sql.SQLException: [Macromedia][SQLServer JDBC
Driver][SQLServer]Login failed for user 'XENONX2\GAIS'.
&lt;br/&gt;The root cause was that: java.sql.SQLException:
[Macromedia][SQLServer JDBC Driver][SQLServer]Login failed for user
'XENONX2\GAIS'." 
&lt;br/&gt;
&lt;br/&gt;SQL Server on the old server is running in mixed mode right
now, but you get the same error message regardless of the mode. I
setup the XENONX2\GAIS account specifically to link back the the
GAIS table SQL Server. The passwords are the same on both machines;
i.e., in both the Windows account and SQL Server Account. 
&lt;br/&gt;
&lt;br/&gt;I'm afraid the rub might be that I'm still using work groups
rather than a Domain with Active Directory. But it seems to me that
as long as I pass back the domain\accountName for the system/SQL
Server that I want to log onto the it shouldn't matter that they
are not on the same domain. 
&lt;br/&gt;
&lt;br/&gt;I tried setting up a ODBC connection from the new server back
to the old server and essentially got the same error. 
&lt;br/&gt;
&lt;br/&gt;If anyone knows how to get this going I would appreciate it
if you would share the secret. Thanks in advance for sharing.
&lt;br/&gt;
&lt;br/&gt;:-}
&lt;br/&gt;Len&lt;/div&gt;&lt;!-- [DocumentBodyEnd:679772b2-4e01-4bed-b4dc-255d1c88f2f4] --&gt;</description>
      <pubDate>Thu, 01 Nov 2007 19:26:29 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/120190</guid>
      <dc:date>2007-11-01T19:26:29Z</dc:date>
      <clearspace:dateToText>7 years 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Verity Collections in CF8</title>
      <link>https://forums.adobe.com/thread/117972</link>
      <description>&lt;!-- [DocumentBodyStart:f5ad0d43-b80e-45d8-bcbb-fc2066b7778c] --&gt;&lt;div class="jive-rendered-content"&gt;I just installed CF8 on a new server. The Verity Collections
are being created in a Verity subdirectory in a new CFusionMX
directory. There is also a Verity subdirectory in the ColdFusion8
directory that isn't being used. Anyone know why this is???
&lt;br/&gt;
&lt;br/&gt;Also, it takes over twice as long to create CF8 indexes on my
new server as it did on my old server running CFMX. I did some
comparisons between old and new just to see how my new server with
CF8 was doing: indexing on CF 8 took 160.992 seconds and 83.232
seconds on my old server with MX. Both systems built 14 indexes
from 22 MSAccess database tables. 
&lt;br/&gt;
&lt;br/&gt;The payback for the longer indexing comes when you search:
CF8 - 422 milliseconds, and CFMX - 7.563 seconds. They both
returned 58 records for the same search. I'm guessing that they are
using more complex indexing algorithm so that they can do faster
searches. Does anyone know the real answer???
&lt;br/&gt;
&lt;br/&gt;Thanks for your insight in advance.
&lt;br/&gt;
&lt;br/&gt;:}
&lt;br/&gt;Len
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f5ad0d43-b80e-45d8-bcbb-fc2066b7778c] --&gt;</description>
      <pubDate>Sat, 03 Nov 2007 20:59:19 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/117972</guid>
      <dc:date>2007-11-03T20:59:19Z</dc:date>
      <clearspace:dateToText>7 years 1 week ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CF8 Error Messages</title>
      <link>https://forums.adobe.com/thread/119242</link>
      <description>&lt;!-- [DocumentBodyStart:33bd3b23-7a24-4d7b-b0a4-b0a5b7a3318e] --&gt;&lt;div class="jive-rendered-content"&gt;I've just upgraded from CFMX 6.1 to CF8. So far all seems to
be going well. 
&lt;br/&gt;
&lt;br/&gt;One annoying thing is that the very informative error
messages created by MX are gone. CF8 gives a very generic error
message telling the user to cantact website administrator. This is
all well and good for the user, but I'm the website
administrator/developer and there is a big difference between
knowing that "sCEChecked" is undefined, and knowing that
"sCDChecked" is undefined on line 862 in a particular expression. 
&lt;br/&gt;
&lt;br/&gt;Is there any way to go back to the old error message
format??? 
&lt;br/&gt;
&lt;br/&gt;One last thing, 99% of all the errors that happen in a
production environment are handled by custom error messages within
a &amp;lt;CFTry&amp;gt; &amp;lt;Catch&amp;gt; so the users would not normally see a
raw CF error message. During development or maintenance, I comment
out the &amp;lt;CFTry&amp;gt; and let the raw CF message point me to the
actual error. These new CF8 message don't point anywhere so it can
be very difficult to find the actual point of the error. 
&lt;br/&gt;
&lt;br/&gt;Thanks in advance for your help.
&lt;br/&gt;
&lt;br/&gt;:-}
&lt;br/&gt;Len&lt;/div&gt;&lt;!-- [DocumentBodyEnd:33bd3b23-7a24-4d7b-b0a4-b0a5b7a3318e] --&gt;</description>
      <pubDate>Wed, 31 Oct 2007 16:22:51 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/119242</guid>
      <dc:date>2007-10-31T16:22:51Z</dc:date>
      <clearspace:dateToText>7 years 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>MX Installation error</title>
      <link>https://forums.adobe.com/thread/122647</link>
      <description>&lt;!-- [DocumentBodyStart:bd06a008-bc18-4344-934b-0034e20b41d3] --&gt;&lt;div class="jive-rendered-content"&gt;I am reinstalling an upgrade copy of CFMX on a replacement
server. I've installed this version on several different Windows
2000 servers over the past few years. This is the first time I've
installed in on Windows 2003 Std Ed. I have selected IIS and am now
on the directory setup page. The "Install CFMX files to" selection
is set to c:\CFusionMX, which is correct. The problem comes with
the "Install Web Files to" selection. It is pointing to just a
plain backslash, "\". No disk drive and no directory. I would
expect it to be pointing at c:\Inetpub, since it knows I want to
use IIS. When I click the Change button, I get the following error
msg: "Error 1314. The specified path \ is unavailable". I'll buy
that, but I can't do anything about that because it crashes when I
try to do something about it. To top it off, it then takes me out
of the installation procedure with no way back. You have to go back
to the start of the installation and reenter the serial numbers,
etc. 
&lt;br/&gt;
&lt;br/&gt;Like I said, I've installed CF (3.1 to MX) probably a dozen
times on W2K servers over the past 6 or 7 years and never had a
problem like this before.
&lt;br/&gt;
&lt;br/&gt;I'd greatly appreciate any suggestions, if anyone has one,
because i'd dead in the water at this point. Thanks in advance for
your hep.
&lt;br/&gt;
&lt;br/&gt;:-}}}
&lt;br/&gt;Len
&lt;br/&gt;
&lt;br/&gt;P.S. I tried it 4 times and got the same result each time....
Does this meet the definiton of insanity yet???&lt;/div&gt;&lt;!-- [DocumentBodyEnd:bd06a008-bc18-4344-934b-0034e20b41d3] --&gt;</description>
      <pubDate>Thu, 18 Oct 2007 01:59:48 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/122647</guid>
      <dc:date>2007-10-18T01:59:48Z</dc:date>
      <clearspace:dateToText>7 years 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CF search using &amp;quot;LIKE&amp;quot; SQL operator</title>
      <link>https://forums.adobe.com/thread/112599</link>
      <description>&lt;!-- [DocumentBodyStart:8b36db3b-5fce-4f91-97c9-ea9b2830ad57] --&gt;&lt;div class="jive-rendered-content"&gt;I've been doing limited keyword searches of selected fields
in both MS Access and SQL Server for several years now. My searches
have always been in this format: "WHERE Title LIKE '%#sKeyword#%'."
They seem to always work. The only downside to this method is than
any word that contains the sKeyword is returned because there is a
% on both ends. 
&lt;br/&gt;
&lt;br/&gt;What I discovered today was that this form will also work:
WHERE Title LIKE '%#sKeyword#'; i.e. returns any word that ends in
the Keyword. But that the other variant (WHERE Title LIKE
'#sKeyword#%'), where the % is on the end, will not work.
&lt;br/&gt;
&lt;br/&gt;Anyone have any idea why the version with the % on the end
will not work???
&lt;br/&gt;
&lt;br/&gt;As a related item, does anyone have any idea how you would
search a long text field for just the sKeyword; i.e., it would be
like doing a WHERE Title LIKE '#sKeyword#'. I know that a LIKE
search without any %'s will not return anything and I'm already
doing Verity searchs so I know about that method. I'm just looking
for a simple way to find a whole word within a group of words in a
single field.&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8b36db3b-5fce-4f91-97c9-ea9b2830ad57] --&gt;</description>
      <pubDate>Wed, 08 Aug 2007 21:33:51 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/112599</guid>
      <dc:date>2007-08-08T21:33:51Z</dc:date>
      <clearspace:dateToText>7 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>14</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>TimeFormat(Now(),'h:mm tt')</title>
      <link>https://forums.adobe.com/thread/158010</link>
      <description>&lt;!-- [DocumentBodyStart:ec91ebe5-c2f2-4afb-bc87-512c9debd124] --&gt;&lt;div class="jive-rendered-content"&gt;I've been using TimeFormat(Now(), 'h:mm tt') for over 8
years. Suddenly TimeFormat is returning GMT time rather than local
time. I know that it is returning GMT time rather than local time
because I have some JavaScript code, which I have embedded along
side the TimeFormat, that returns both local and GMT time, and the
TimeFormat time matches the JavaScript GTM time. 
&lt;br/&gt;
&lt;br/&gt;To my knowledge there is no setting within CF 6, or any other
version of CF, that allows you to specify whether you want local or
GMT time. 
&lt;br/&gt;
&lt;br/&gt;It has to be something going on with my development system
(Windows 2000 Server, IIS) because the same code running on our
production server returns the local time rather than GMT time. 
&lt;br/&gt;
&lt;br/&gt;The only thing that I can think of that has changed on my
server is that I modified the system with Microsoft's utility to
reset the Start and Stop dates for the recent Daylight Saving Time
change. Of course, this worked correctly for the new start date but
then the time got pushed up again at the old start date. I've since
reset the system time to the correct value.
&lt;br/&gt;
&lt;br/&gt;Thanks in advance for shedding light on this problem.
&lt;br/&gt;
&lt;br/&gt;:-}
&lt;br/&gt;Len&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ec91ebe5-c2f2-4afb-bc87-512c9debd124] --&gt;</description>
      <pubDate>Thu, 12 Apr 2007 16:36:08 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/158010</guid>
      <dc:date>2007-04-12T16:36:08Z</dc:date>
      <clearspace:dateToText>7 years 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

