<?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>Tue, 15 Apr 2008 00:37:25 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2008-04-15T00:37:25Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>SQL LIKE statement to text field fomr CF MX 6.1</title>
      <link>https://forums.adobe.com/thread/28210</link>
      <description>&lt;!-- [DocumentBodyStart:ca193af3-2859-4244-ab37-0573f671f4d2] --&gt;&lt;div class="jive-rendered-content"&gt;Hi.
&lt;br/&gt;
&lt;br/&gt;Here's my scenario. I am running SQL Server 2000 SP4 on a
Windows 2003 Server running IIS 6. Using ColdFusion MX 6.1 Updater
version.
&lt;br/&gt;
&lt;br/&gt;I am storing HTML page code (some complete, some just clips)
in a text type field.
&lt;br/&gt;
&lt;br/&gt;I need to check to see if someone has already saved that
exact code already before. So I do the following query:
&lt;br/&gt;
&lt;br/&gt;&amp;lt;cfquery name="checkforexisting"
datasource="mydatasource"&amp;gt;
&lt;br/&gt;SELECT smallfieldtogetareturn
&lt;br/&gt;FROM MyTable
&lt;br/&gt;WHERE MyTextField LIKE '%#mystringoflongdata#%'
&lt;br/&gt;&amp;lt;/cfquery&amp;gt;
&lt;br/&gt;
&lt;br/&gt;Then to see if it posted:
&lt;br/&gt;
&lt;br/&gt;&amp;lt;cfif checkforexisting.RecordCount GT 0&amp;gt;
&lt;br/&gt;do the don't clip optional processing
&lt;br/&gt;&amp;lt;/cfif&amp;gt;
&lt;br/&gt;
&lt;br/&gt;What is killing me is that it finds the match SOMETIMES. Just
not ALL the time. I have tried no percent signs when passing the
ColdFusion variable, only one on the right (which has solved these
types of problems before).
&lt;br/&gt;
&lt;br/&gt;If I pull the record back OUT of the database in a page by
itself (retrieving it by key field), it finds every other copy of
the code EVERY time. 
&lt;br/&gt;
&lt;br/&gt;I have put this into a stored procedure, which seemed to help
(?).
&lt;br/&gt;
&lt;br/&gt;I even have resorted to creating a temp table first with the
clip, then running a query to retrieve the record that was just put
in, and comparing THAT to my primary table (both have text type
fields). The reason for this, is that if I write a single page that
has just the retrieval of the temp record, and that compare is run,
it finds EVERY copy of it in the primary table. I also thought that
maybe there was a strong problem (I had tried HTMLEditFormat,
HTMLCodeFormat, JavaCast since it was coming from a java program on
the browser end).
&lt;br/&gt;
&lt;br/&gt;I am not terribly familiar with using large text fields, or
dealing with these large pieces of HTML code as something to
compare!
&lt;br/&gt;
&lt;br/&gt;- Mike&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ca193af3-2859-4244-ab37-0573f671f4d2] --&gt;&lt;img src='/beacon?t=1415918087505' /&gt;</description>
      <pubDate>Tue, 15 Apr 2008 00:37:25 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/28210</guid>
      <dc:date>2008-04-15T00:37:25Z</dc:date>
      <clearspace:dateToText>6 years 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Max JVM Heap Size</title>
      <link>https://forums.adobe.com/thread/76011</link>
      <description>&lt;!-- [DocumentBodyStart:1dcd8f9c-42ec-4435-a3d7-787a8bb8ba71] --&gt;&lt;div class="jive-rendered-content"&gt;I upgraded the memory in my server today from 1GB to 4GB.
&lt;br/&gt;
&lt;br/&gt;Went to set max heap size to 2GB instead of 512MB, and CF
wouldn't restart.
&lt;br/&gt;
&lt;br/&gt;Manually edited config file and went back down to 1Gb (still
a doubling in size) and everything is fine.
&lt;br/&gt;
&lt;br/&gt;Tried manually editing to anything higher than 1GB, and CF
server wouldn't restart.
&lt;br/&gt;
&lt;br/&gt;I have done alot of searching on this, and found conflicting
info, etc.
&lt;br/&gt;
&lt;br/&gt;Is BKBK, Adam C., or anyone out there who knows the
suggested/best/reasoning for the setting?
&lt;br/&gt;
&lt;br/&gt;CF MX 6.1 updated; IIS 6, Windows 2003 server, SQL 2003 sp 4.
&lt;br/&gt;
&lt;br/&gt;Thanks,
&lt;br/&gt;
&lt;br/&gt;Mike&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1dcd8f9c-42ec-4435-a3d7-787a8bb8ba71] --&gt;</description>
      <pubDate>Wed, 18 Jul 2007 15:07:51 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/76011</guid>
      <dc:date>2007-07-18T15:07:51Z</dc:date>
      <clearspace:dateToText>7 years 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Optimum Max JVM Heap Size Question</title>
      <link>https://forums.adobe.com/thread/171771</link>
      <description>&lt;!-- [DocumentBodyStart:b359aa0d-3905-4c4d-8b6a-6b9f99a48aef] --&gt;&lt;div class="jive-rendered-content"&gt;I saw Ken running around, so I figured this would be a good
time to post.
&lt;br/&gt;
&lt;br/&gt;I am running CF 6.1, Windows 2003 Server, IIS 6.0, SQL2003;
all are on the same machine.
&lt;br/&gt;
&lt;br/&gt;This machine is a web-server that runs this particular
ColdFusion application ONLY. Nothing else.
&lt;br/&gt;
&lt;br/&gt;I have looked through a decent amount (although I'm sure not
all) of the white papers on this setting. I have left it at 512MB,
but since I have 2GB on the server, I thought about increasing it,
but didn't know how much CF would really use, if it would increase
garbage collection times, etc.
&lt;br/&gt;
&lt;br/&gt;So once my brain finally said "I don't know", I thought I'd
post on it.
&lt;br/&gt;
&lt;br/&gt;Thanks,
&lt;br/&gt;
&lt;br/&gt;Mike
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b359aa0d-3905-4c4d-8b6a-6b9f99a48aef] --&gt;</description>
      <pubDate>Thu, 15 Feb 2007 18:26:43 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/171771</guid>
      <dc:date>2007-02-15T18:26:43Z</dc:date>
      <clearspace:dateToText>7 years 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Scheduled Tasks Seems To Have Gone Haywire</title>
      <link>https://forums.adobe.com/thread/170315</link>
      <description>&lt;!-- [DocumentBodyStart:e85ee171-1132-48e9-92ba-f75a663b1911] --&gt;&lt;div class="jive-rendered-content"&gt;My configuration:
&lt;br/&gt;
&lt;br/&gt;MX 6.1, Windows Server 2003, SQL Server w/ SP4.
&lt;br/&gt;
&lt;br/&gt;Scheduled tasks have suddenly gone.. well, goofy! I have
scheduled tasks (setup from within the CF Admin) running for months
just fine.
&lt;br/&gt;
&lt;br/&gt;Today, if I pick just 1 tasks to run "manually" (i.e. - by
user request), around 1/2 of the OTHER scheduled tasks run as well!
&lt;br/&gt;
&lt;br/&gt;The only odd thing in the logs is under the "schduled tasks"
log (which I have turned on in CF Admin). For every scheduled task
that runs, there is a SECOND one, listing the name followed by
"Activating2", which is NOT part of any of the names of my tasks,
etc.
&lt;br/&gt;
&lt;br/&gt;I have searched the forums, and the Adobe CF Support for
this, and have found nothing.
&lt;br/&gt;
&lt;br/&gt;I have rebooted, restarted, archived the log files.
&lt;br/&gt;
&lt;br/&gt;I will be back at 8:30PM EST - anybody want to help out and
mull it over?
&lt;br/&gt;
&lt;br/&gt;I would REALLY appreciated any insight - I'm stumped.
&lt;br/&gt;
&lt;br/&gt;- Mike
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e85ee171-1132-48e9-92ba-f75a663b1911] --&gt;</description>
      <pubDate>Wed, 21 Feb 2007 23:36:26 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/170315</guid>
      <dc:date>2007-02-21T23:36:26Z</dc:date>
      <clearspace:dateToText>7 years 9 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

