<?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>Thu, 26 Jun 2014 13:10:21 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-06-26T13:10:21Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>java.sql.SQLException: Timed out trying to establish connection</title>
      <link>https://forums.adobe.com/thread/1507731</link>
      <description>&lt;!-- [DocumentBodyStart:2f1f2de9-73fb-42b7-b5f0-a894afb5ae48] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #ffff99;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #ffff99;"&gt;I am trying to connect to SQL Server 2012 with flag MULTISUBNETFAILOVER=TRUE&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #ffff99;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #ffff99;"&gt;I have created the DSN and it works fine for some time and next day i will get the below erorr. I have verified the DB server and its up and working fine and able to connect to it from management studio. Once I restart the server the issue get fixed. Does any one had any idea on why this issue is happening. I am using the sqljdbc4.jar for this connection.&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #ffff99;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #ffff99;"&gt;The root cause was that: java.sql.SQLException: Timed out trying to establish connection&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2f1f2de9-73fb-42b7-b5f0-a894afb5ae48] --&gt;&lt;img src='/beacon?t=1415921142495' /&gt;</description>
      <pubDate>Thu, 26 Jun 2014 13:10:21 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1507731</guid>
      <dc:date>2014-06-26T13:10:21Z</dc:date>
      <clearspace:dateToText>4 months 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>9</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>which driver best for DB connection Native driver vs jdbc drivers</title>
      <link>https://forums.adobe.com/thread/1507737</link>
      <description>&lt;!-- [DocumentBodyStart:f7f6bb83-88a2-4280-92da-bb252b6e48cf] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;In ColdFusion we can create DSN in 2 ways. Either we can select the driver for the specific database or we can use the Other as the driver and we can create the DSN by specifying the connection string. Which is the best way in terms of the performance for apps. Any idea.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Here I am looking to create the DSN to SQL Server 2012 and I have create 2 DSN's, one with SQL Server&amp;nbsp; driver and one with other and mentioned the connection string.&amp;nbsp; I don't see any difference as of now. Please advise which one to user.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f7f6bb83-88a2-4280-92da-bb252b6e48cf] --&gt;</description>
      <pubDate>Thu, 26 Jun 2014 14:24:56 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1507737</guid>
      <dc:date>2014-06-26T14:24:56Z</dc:date>
      <clearspace:dateToText>4 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>how to connect to sql server 2012 multi-subnet failover clustering</title>
      <link>https://forums.adobe.com/thread/1477831</link>
      <description>&lt;!-- [DocumentBodyStart:1f70d54d-6e5c-4365-915f-6c6495af4783] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am looking to connect to the last sql server 2012 multi-subnet failover clustering which requires to mention the connection string MULTISUBNETFAILOVER=Yes.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Even though I have mention, its still failing to create the DSN, I am able to connect to it from SQL Server Management Studio. Does any able to connect it. do i need to install any JDBC drivers for this to success.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Here I am using ColdFusion 9 enterprise edition.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;Srinivas&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1f70d54d-6e5c-4365-915f-6c6495af4783] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">sql server 2012 multisubnetfailover</category>
      <pubDate>Mon, 19 May 2014 16:18:59 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1477831</guid>
      <dc:date>2014-05-19T16:18:59Z</dc:date>
      <clearspace:dateToText>4 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>cant get the font on PDF document and alignment</title>
      <link>https://forums.adobe.com/thread/1390735</link>
      <description>&lt;!-- [DocumentBodyStart:f5ec8c02-01dd-4585-9ce7-ec984bdd5fd7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I cant get the font on PDF document and alignment eventhough I have margins to 0 still getting some space from the top and left side.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have added fonts to CF Admin and restarted too still same issue. I am able to see fonts are added in CF Admin.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f5ec8c02-01dd-4585-9ce7-ec984bdd5fd7] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">coldfusion</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">cfdocument</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">pdf</category>
      <pubDate>Mon, 27 Jan 2014 15:51:21 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1390735</guid>
      <dc:date>2014-01-27T15:51:21Z</dc:date>
      <clearspace:dateToText>9 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Object instantiation exception</title>
      <link>https://forums.adobe.com/thread/928415</link>
      <description>&lt;!-- [DocumentBodyStart:a3161b64-d67c-483f-b731-18a8460cf7b5] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Intermittently i am getting the below error.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;h1 style="color: black;"&gt;Object instantiation exception. &lt;/h1&gt;&lt;p&gt;&amp;nbsp; &lt;span&gt;An exception occurred while instantiating a Java object. The class must not be an interface or an abstract class. If the class has a constructor that accepts an argument, you must call the constructor explicitly using the init(args) method. Error&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have an web service and using the java i am invkoing it. in CF i am creating object and calling the menthod which in turn invoke the web service. but i am getting the above error.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a3161b64-d67c-483f-b731-18a8460cf7b5] --&gt;</description>
      <pubDate>Wed, 23 Nov 2011 06:21:59 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/928415</guid>
      <dc:date>2011-11-23T06:21:59Z</dc:date>
      <clearspace:dateToText>2 years 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>coldfusion.runtime.TemplateNotFoundException: File not found: /appcheck/index.cfm</title>
      <link>https://forums.adobe.com/thread/1057362</link>
      <description>&lt;!-- [DocumentBodyStart:0bcba0ca-77e0-46f3-874c-d27a4dd8bdf4] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am getting the below error in Coldfusion, i am getting the HTML/image files but not getting the cfm files eventhough the files are there. i have verified the permissions issue and they are all good. Even the CF administrator is working fine and i am able to access it but if i upload a new file in it its not executing it.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;"Error","jrpp-22","08/29/12","10:13:50",,"File not found: /appcheck/test.cfm The specific sequence of files included or processed is: /opt/coldfusion9/apps/www/olp-dev.com/appcheck/test.cfm'' "&lt;/p&gt;&lt;p&gt;coldfusion.runtime.TemplateNotFoundException: File not found: /appcheck/test.cfm&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.filter.PathFilter.invoke(PathFilter.java:90)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:74)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:53)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.CfmServlet.service(CfmServlet.java:200)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42 )&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at jrun.servlet.FilterChain.service(FilterChain.java:101)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0bcba0ca-77e0-46f3-874c-d27a4dd8bdf4] --&gt;</description>
      <pubDate>Wed, 29 Aug 2012 14:23:16 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1057362</guid>
      <dc:date>2012-08-29T14:23:16Z</dc:date>
      <clearspace:dateToText>2 years 2 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Best way to build search functionality</title>
      <link>https://forums.adobe.com/thread/1049222</link>
      <description>&lt;!-- [DocumentBodyStart:476a6245-d168-4970-a9e2-2cd87ee5b42d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;we have a search functionality for the searching the order details. we have around 5 lacs+ orders and its taking so much time to get the details. we have indexed the DB fields but still too slow.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Now i am looking to buikd the search functionality with the verity, so i am checking how much helpful is this as everyday we get new orders and rerunning the query will take so much time. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;when building the indexes for the first do i need to get all the records from the DB, if that is the case it will take so much time in the production and may impact to the production DB server.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;can any one suggest best solution.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:476a6245-d168-4970-a9e2-2cd87ee5b42d] --&gt;</description>
      <pubDate>Tue, 14 Aug 2012 09:55:41 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1049222</guid>
      <dc:date>2012-08-14T09:55:41Z</dc:date>
      <clearspace:dateToText>2 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>search functionality in coldfusion</title>
      <link>https://forums.adobe.com/thread/1011556</link>
      <description>&lt;!-- [DocumentBodyStart:cff84b56-ba20-4d9b-9e4b-4681bb01acfc] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi All,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have a huge database and users try to thousands of data from the DB and its taking much type to retrive data and display it to users. to make it fast can i use the Verify/Solr search functionality. Previosly i used verity searchy for docs but not for DB. which search functionality is best verity/solr with DB.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:cff84b56-ba20-4d9b-9e4b-4681bb01acfc] --&gt;</description>
      <pubDate>Fri, 25 May 2012 14:41:28 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1011556</guid>
      <dc:date>2012-05-25T14:41:28Z</dc:date>
      <clearspace:dateToText>2 years 6 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Query returning different results from coldfusion</title>
      <link>https://forums.adobe.com/thread/970826</link>
      <description>&lt;!-- [DocumentBodyStart:c7a8f3b4-34d4-4cb5-a558-e533d2e9d9ef] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have below query which is returning the previous day results also. when i am executing the same query in query tool its returning the only today's orders. recently we have migrated the servers and coldfusion to newer versions, after the migration we are facing this issue.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;below the query:&lt;/p&gt;&lt;p&gt;select eoo_dist_organization, eoo_dist_po_no, eoo_insertdatetime, eoo_order_date, eoo_is_acknowledged from edi_orders &lt;/p&gt;&lt;p&gt; where eoo_insertdatetime &amp;gt;= '01-Mar-2012 00:00:00' AND&lt;/p&gt;&lt;p&gt; eoo_insertdatetime &amp;lt;= '01-Mar-2012 23:59:59' &lt;/p&gt;&lt;p&gt; order by eoo_insertdatetime desc&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Normally this query should return only todays' orders but its returning yesterday orders also. As per my observation this query works till 6:30PM EST(returns only today's orders) after 6:30 PM EST it also returns the yesterday's orders also. Does any one faced this issue. what could be the issue.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c7a8f3b4-34d4-4cb5-a558-e533d2e9d9ef] --&gt;</description>
      <pubDate>Mon, 05 Mar 2012 13:45:33 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/970826</guid>
      <dc:date>2012-03-05T13:45:33Z</dc:date>
      <clearspace:dateToText>2 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>getting Element DIST_NAME is undefined in FORM</title>
      <link>https://forums.adobe.com/thread/987115</link>
      <description>&lt;!-- [DocumentBodyStart:cc3e131f-79e4-4b1e-bcfd-9e0ba4cab71a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am getting below intermittent error in the coldfusion exception logs. when run the code, its working fine but for some users the below error is throwing. as per the exception.log from CF administrator. ( The variable form.DIST_NAME is exist and works fine when i run the file from the browser).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;coldfusion.runtime.UndefinedElementException: Element DIST_NAME is undefined in FORM.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at coldfusion.runtime.CfJspPage.resolveCanonicalName(CfJspPage.java:1724)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at coldfusion.runtime.CfJspPage._resolve(CfJspPage.java:1677)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at coldfusion.runtime.CfJspPage._resolveAndAutoscalarize(CfJspPage.java:1812)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at coldfusion.runtime.CfJspPage._resolveAndAutoscalarize(CfJspPage.java:1805)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at cfordersearchresultsReporting2ecfm1172240657._factor2(/opt/coldfusion9/apps/www/olpsales/ ordersearchresultsReporting.cfm:105)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at cfordersearchresultsReporting2ecfm1172240657._factor8(/opt/coldfusion9/apps/www/olpsales/ ordersearchresultsReporting.cfm:103)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at cfordersearchresultsReporting2ecfm1172240657.runPage(/opt/coldfusion9/apps/www/olpsales/o rdersearchresultsReporting.cfm:1)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:416)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:363)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at coldfusion.filter.PathFilter.invoke(PathFilter.java:87)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:53)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:126)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at coldfusion.CfmServlet.service(CfmServlet.java:200)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42 )&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at jrun.servlet.FilterChain.service(FilterChain.java:101)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:cc3e131f-79e4-4b1e-bcfd-9e0ba4cab71a] --&gt;</description>
      <pubDate>Mon, 09 Apr 2012 12:26:22 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/987115</guid>
      <dc:date>2012-04-09T12:26:22Z</dc:date>
      <clearspace:dateToText>2 years 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>timezone issues</title>
      <link>https://forums.adobe.com/thread/976486</link>
      <description>&lt;!-- [DocumentBodyStart:5d31b9df-d61c-4d4a-acd1-25d14edb8342] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am trying to execute the below query to get the today's information but its returning the data from yesterday's date. It looks the CF is taking GMT instead of EST and query is returning the values from the yesterdays also. how to avoid this. I am looking to return the only today's orders. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;when i am trying to set the Duser.timezone=UTC, its still retunring the results, but the for the returned data its adding the difference. How to set the CF to take OS tz instead of GMT.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am using the Ingres DB.Even I have tried giving the TZ in the JDBC URL, still the same issue.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;select eoo_dist_organization, eoo_dist_po_no, eoo_insertdatetime, eoo_order_date, eoo_is_acknowledged from edi_orders &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;where eoo_insertdatetime &amp;gt;= '17-Mar-2012' AND&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;eoo_insertdatetime &amp;lt;= '17-Mar-2012 23:59:59'&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;sample date returned is of 2012-03-16 21:20&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5d31b9df-d61c-4d4a-acd1-25d14edb8342] --&gt;</description>
      <pubDate>Sat, 17 Mar 2012 07:31:41 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/976486</guid>
      <dc:date>2012-03-17T07:31:41Z</dc:date>
      <clearspace:dateToText>2 years 8 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>session getting timeout</title>
      <link>https://forums.adobe.com/thread/961189</link>
      <description>&lt;!-- [DocumentBodyStart:05eb0efa-a640-4814-ad54-a45cbe508501] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;we have an application in CF5. after we migrating the IE6 to IE8, we are getting intermittent error that session is getting timeout due to the cookie is getting expired automatically or not saving in the users pc. do the people are aware of this issue.&amp;nbsp; before upgrading to IE6 it was working fine. how we can avoid this or what are the alternatives.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:05eb0efa-a640-4814-ad54-a45cbe508501] --&gt;</description>
      <pubDate>Fri, 10 Feb 2012 15:20:34 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/961189</guid>
      <dc:date>2012-02-10T15:20:34Z</dc:date>
      <clearspace:dateToText>2 years 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CFquery cachedwithin</title>
      <link>https://forums.adobe.com/thread/944672</link>
      <description>&lt;!-- [DocumentBodyStart:5894a8b7-4451-4f8b-9b64-973d9b0a3409] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have custom page for all the query executions. to the custom page i am sending the db credentials and&amp;nbsp; cachedwithin parameter.&lt;/p&gt;&lt;p&gt;i am checking what will happen&amp;nbsp; if i set the timespan to 0,0,0,0 (which is default in the code). for all the queries the query name is same,so will that take same data results for all the queries. is there any option as no cache in cfquery. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;ex: i am executing a query where it will take the control id for increment. i am executing this many no of times will this take the same results or will it fetches the data each time from the database when i given the cachewithin as 0,0,0,0.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5894a8b7-4451-4f8b-9b64-973d9b0a3409] --&gt;</description>
      <pubDate>Wed, 04 Jan 2012 18:15:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/944672</guid>
      <dc:date>2012-01-04T18:15:47Z</dc:date>
      <clearspace:dateToText>2 years 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>going into idle state?</title>
      <link>https://forums.adobe.com/thread/932827</link>
      <description>&lt;!-- [DocumentBodyStart:3d812d54-a257-4187-9ad9-302b24ec400a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am migrating our apps to apache2.0/Coldfusion9. The migration is still in testing phase. I facing an issues where if we&amp;nbsp; have not accessed sites for some times then it looks they are going into an idle state. where in once come and access its taking a little time to start off the application and display home page. Either apache/CF does not show any logs. any comments.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3d812d54-a257-4187-9ad9-302b24ec400a] --&gt;</description>
      <pubDate>Mon, 05 Dec 2011 09:31:40 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/932827</guid>
      <dc:date>2011-12-05T09:31:40Z</dc:date>
      <clearspace:dateToText>2 years 11 months ago</clearspace:dateToText>
      <clearspace:replyCount>9</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Server Error</title>
      <link>https://forums.adobe.com/thread/928857</link>
      <description>&lt;!-- [DocumentBodyStart:e66d9523-6a8b-4964-b145-48ae5a54da43] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am getting the below error intermittently in the CF9.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Server Error&lt;/p&gt;&lt;p&gt;The Server encountered an internal error and was unable to complete your request.&lt;/p&gt;&lt;p&gt;Application server is busy. Either there are too&amp;nbsp; many concurrent requests&amp;nbsp; or&amp;nbsp; the server still is starting up.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I see that there are not many connections but still i am getting this error. can you please let me know whats the issue.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;Srinivas&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e66d9523-6a8b-4964-b145-48ae5a54da43] --&gt;</description>
      <pubDate>Thu, 24 Nov 2011 10:45:57 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/928857</guid>
      <dc:date>2011-11-24T10:45:57Z</dc:date>
      <clearspace:dateToText>2 years 12 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>SchedulerService JRun service is not available. error</title>
      <link>https://forums.adobe.com/thread/929155</link>
      <description>&lt;!-- [DocumentBodyStart:af48864a-0912-4bbe-8135-3974df5ef6f3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;getting below error in CF runtime logs.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;11/25 00:43:38 error SchedulerService JRun service is not available.&lt;/p&gt;&lt;p&gt;jrunx.kernel.ServiceException: SchedulerService JRun service is not available.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at jrunx.kernel.ServiceAdapter.scheduleRunnable(ServiceAdapter.java:748)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at jrun.servlet.session.SessionService.scheduleRunnable(SessionService.java:1007)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at jrun.servlet.session.SessionHolder.reschedule(SessionHolder.java:167)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at jrun.servlet.session.JRunSession.setMaxInactiveInterval(JRunSession.java:135)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at jrun.servlet.session.SessionService.createSession(SessionService.java:1250)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at jrun.servlet.ForwardRequest.getSession(ForwardRequest.java:384)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at com.oreilly.servlet.multipart.MultipartParser.&amp;lt;init&amp;gt;(MultipartParser.java:146)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at com.oreilly.servlet.multipart.MultipartParser.&amp;lt;init&amp;gt;(MultipartParser.java:99)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.filter.FormScope.fillMultipart(FormScope.java:190)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.filter.FusionContext.SymTab_initForRequest(FusionContext.java:369)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:33)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:53)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:126)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.CfmServlet.service(CfmServlet.java:200)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42 )&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at jrun.servlet.FilterChain.service(FilterChain.java:101)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:af48864a-0912-4bbe-8135-3974df5ef6f3] --&gt;</description>
      <pubDate>Fri, 25 Nov 2011 10:25:26 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/929155</guid>
      <dc:date>2011-11-25T10:25:26Z</dc:date>
      <clearspace:dateToText>2 years 12 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Getting empy spaces in the resultset</title>
      <link>https://forums.adobe.com/thread/913512</link>
      <description>&lt;!-- [DocumentBodyStart:8857af19-500a-4147-a1d7-8ae49d014a5c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;we are migrating CF from 5 to 9. out app is working fine in CF5. but when we are running the same code in CF9, for all the result sets we are getting the empty sapce for each field.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Ex:&lt;/p&gt;&lt;p&gt;CF5:&amp;nbsp; field1: order_id , value="OL123456"&lt;/p&gt;&lt;p&gt;CF9:&amp;nbsp; field1: order_id , value="OL123456&amp;nbsp;&amp;nbsp;&amp;nbsp; "&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;we are getting the empty sapce for each field in the result sets. i know we can use the trim but we have so many pages in the application and we cant do that. can any one help how to fix this issue. I am using Ingres database and connecting to it using the other datasource in CF Admin.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Srinivas&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8857af19-500a-4147-a1d7-8ae49d014a5c] --&gt;</description>
      <pubDate>Fri, 14 Oct 2011 13:58:23 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/913512</guid>
      <dc:date>2011-10-14T13:58:23Z</dc:date>
      <clearspace:dateToText>2 years 12 months ago</clearspace:dateToText>
      <clearspace:replyCount>13</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Object Instantiating error</title>
      <link>https://forums.adobe.com/thread/916813</link>
      <description>&lt;!-- [DocumentBodyStart:d59e3793-6e26-4b9c-afb9-b5f6432627e0] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have an working java code which invokes the SAP webserivce and the code is working fine. i am looking to use the same code in CF9 and getting the below error.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;An exception occurred while instantiating a Java object. The class must not be an interface or an abstract class. If the class has a constructor that accepts an argument, you must call the constructor explicitly using the init(args) method. Error : ''&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;it looks the CF9 jars getting the conflicted with my jave classes. does any has knowledge on this error realted to webservice jars.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d59e3793-6e26-4b9c-afb9-b5f6432627e0] --&gt;</description>
      <pubDate>Sun, 23 Oct 2011 16:09:59 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/916813</guid>
      <dc:date>2011-10-23T16:09:59Z</dc:date>
      <clearspace:dateToText>3 years 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>undefined in a Java object of type class coldfusion.filter.FormScope</title>
      <link>https://forums.adobe.com/thread/885776</link>
      <description>&lt;!-- [DocumentBodyStart:4eeb1a6e-f094-4ef7-90a4-b5da8a8db32e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have CF 5 version application and planning for migration to&amp;nbsp; CF9. when i was testing the application in CF9 i am getting the below error. the application is working fine in CF5. i have dynamic form variables and i am trying to evaluate them using the evaluate function, but i am getting the below error. when i am dump the form variable i can see the variable "QTY_CAXOARW125WU41C" in it with the some value.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfset AddedProduct.quantity = Evaluate("Form.qty_" &amp;amp; "#Replace(child_sku,"-","_","ALL")#")&amp;gt; &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Element QTY_CAXOARW125WU41C is undefined in a Java object of type class&amp;nbsp; coldfusion.filter.FormScope.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;can you please let me know how to fix this issue. i tried with the below code also still same error.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;form["QTY_#child_sku#"]&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4eeb1a6e-f094-4ef7-90a4-b5da8a8db32e] --&gt;</description>
      <pubDate>Wed, 03 Aug 2011 14:43:48 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/885776</guid>
      <dc:date>2011-08-03T14:43:48Z</dc:date>
      <clearspace:dateToText>3 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>how to connect to Ingres DB</title>
      <link>https://forums.adobe.com/thread/885777</link>
      <description>&lt;!-- [DocumentBodyStart:60162056-90fd-48b1-871a-8ab9bfa1a779] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;i see that CF9 does not have supporting drivers for Ingres DB. does any one know how to connect to Ingres database.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:60162056-90fd-48b1-871a-8ab9bfa1a779] --&gt;</description>
      <pubDate>Wed, 03 Aug 2011 14:45:39 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/885777</guid>
      <dc:date>2011-08-03T14:45:39Z</dc:date>
      <clearspace:dateToText>3 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>display japanese characters in CF9 for ingres database</title>
      <link>https://forums.adobe.com/thread/527787</link>
      <description>&lt;!-- [DocumentBodyStart:9155c391-9d52-4b3c-a5db-89837c7b5015] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can any one please let me know how to display japanese characters in CF9. I am using the CF5 &amp;amp; Ingres and its working fine. I am looking to upgrade to CF9. but i am not sure if i can able to display the japan chars. i am using a custom tag in cf5 in unix. I dont have the same in windows.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am looking to display japan text in windows for the ingres database.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Srinivas&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9155c391-9d52-4b3c-a5db-89837c7b5015] --&gt;</description>
      <pubDate>Fri, 20 Nov 2009 12:11:02 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/527787</guid>
      <dc:date>2009-11-20T12:11:02Z</dc:date>
      <clearspace:dateToText>4 years 12 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Array of Struct values to Java.</title>
      <link>https://forums.adobe.com/thread/450091</link>
      <description>&lt;!-- [DocumentBodyStart:93ed37ba-b4d6-4e64-ac80-b7e994aa8780] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am looking to send the array of struct values to the Java method. Whats the better way to do it?&lt;/p&gt;&lt;p&gt;For a simple paratmeter i am able to call method. but i am looking to send the array of struct values to java mthod. but its not working as there is such thing in java.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;does any have&amp;nbsp; any solution for this.&lt;/p&gt;&lt;p&gt;This is what i am looking:&lt;/p&gt;&lt;p&gt;&amp;lt;cfset myBook = ArrayNew(2)&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfset myBook1 = StructNew()&amp;gt; &lt;br/&gt;&amp;lt;cfset a = StructInsert(myBook1, "title", "Title", 1)&amp;gt; &lt;br/&gt;&amp;lt;cfset a = StructInsert(myBook1, "author", "Author", 1)&amp;gt; &lt;br/&gt;&amp;lt;cfset a = StructInsert(myBook1, "description", "Book Description", 1)&amp;gt; &lt;br/&gt;&amp;lt;cfset a = StructInsert(myBook1, "publishyear", "Publish Year", 1)&amp;gt; &lt;br/&gt;&amp;lt;cfset a = StructInsert(myBook1, "isbn", "ISBN Number", 1)&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfset myBook2 = StructNew()&amp;gt; &lt;br/&gt;&amp;lt;cfset a = StructInsert(myBook2, "title", "More ColdFusion", 1)&amp;gt; &lt;br/&gt;&amp;lt;cfset a = StructInsert(myBook2, "author", "David Medlock", 1)&amp;gt; &lt;br/&gt;&amp;lt;cfset a = StructInsert(myBook2, "description", "More ColdFusion Info", 1)&amp;gt; &lt;br/&gt;&amp;lt;cfset a = StructInsert(myBook2, "publishyear", "2005", 1)&amp;gt; &lt;br/&gt;&amp;lt;cfset a = StructInsert(myBook2, "isbn", "321654DCBA", 1)&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfset myBookArray = ArrayNew(1)&amp;gt;&lt;br/&gt;&amp;lt;cfset myBookArray[1] = myBook1&amp;gt;&lt;br/&gt;&amp;lt;cfset myBookArray[2] = myBook2&amp;gt;&lt;br/&gt;&amp;lt;cfdump var="#myBookArray#"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfobject action = "create" type = "java" class = "SimpleMethod" name = "objSimpleMath"&amp;gt;&lt;br/&gt;&amp;lt;cfset retval = objSimpleMath.test(myBookArray )&amp;gt;&lt;/p&gt;&lt;p&gt;I cant able to pass the myBookArray&amp;nbsp; to the java method test. what kind parameter should it be. ?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Srinivas&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:93ed37ba-b4d6-4e64-ac80-b7e994aa8780] --&gt;</description>
      <pubDate>Thu, 18 Jun 2009 09:48:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/450091</guid>
      <dc:date>2009-06-18T09:48:47Z</dc:date>
      <clearspace:dateToText>5 years 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>11</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Migrating from CF5 to CF7 or CF8</title>
      <link>https://forums.adobe.com/thread/429063</link>
      <description>&lt;!-- [DocumentBodyStart:b708860c-1943-4ccb-8996-9a0529021bb4] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We are planned to migrate from CF 5&amp;nbsp; to CF 8. Can any help me on the process of steps and issues we may face. we have couple of c++ custom tags, do will they have any impact in the CF8.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b708860c-1943-4ccb-8996-9a0529021bb4] --&gt;</description>
      <pubDate>Wed, 06 May 2009 07:01:19 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/429063</guid>
      <dc:date>2009-05-06T07:01:19Z</dc:date>
      <clearspace:dateToText>5 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>3 cfselect with &amp;quot;loading please wait&amp;quot; information</title>
      <link>https://forums.adobe.com/thread/35729</link>
      <description>&lt;!-- [DocumentBodyStart:aa01e99f-e6d1-46f2-b628-8c663f239580] --&gt;&lt;div class="jive-rendered-content"&gt;Hi
&lt;br/&gt;
&lt;br/&gt;I have 3 cfselect boxes bind to a component. 2nd select box
is depend on the 1st and 3rd is depend on the 2nd.
&lt;br/&gt;Its taking much time to load the select boxes and before
loading all the information user is submitting the page, giving the
errors. and not only that if the internet is slow, its taking much
time to load the data.
&lt;br/&gt;
&lt;br/&gt;So for this i want to display the word "page loading please
wait..." how can i do this? can I do this in CF or i need to use
the seperate AJAX for displaying it.&lt;/div&gt;&lt;!-- [DocumentBodyEnd:aa01e99f-e6d1-46f2-b628-8c663f239580] --&gt;</description>
      <pubDate>Wed, 19 Nov 2008 10:36:24 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/35729</guid>
      <dc:date>2008-11-19T10:36:24Z</dc:date>
      <clearspace:dateToText>5 years 12 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>cfupload failures</title>
      <link>https://forums.adobe.com/thread/36851</link>
      <description>&lt;!-- [DocumentBodyStart:ba019a0f-03e5-4dc4-81b2-0e3cf8f8f154] --&gt;&lt;div class="jive-rendered-content"&gt;Hi,
&lt;br/&gt;
&lt;br/&gt;my users are uploading the images, which are bigger sometimes
(arpprox.1-2MB).
&lt;br/&gt;once the user clicked on the submit button, it taking much
time and users getting time our error.
&lt;br/&gt;Is there any way to display an errorpage or something else to
the users. Because once the images are failing, users are leaving
my site. How to track the uploaded files. sometimes even small
image uploads also failing.
&lt;br/&gt;does any one have any idea.&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ba019a0f-03e5-4dc4-81b2-0e3cf8f8f154] --&gt;</description>
      <pubDate>Wed, 19 Nov 2008 11:13:21 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/36851</guid>
      <dc:date>2008-11-19T11:13:21Z</dc:date>
      <clearspace:dateToText>5 years 12 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>cfinput with date field</title>
      <link>https://forums.adobe.com/thread/49205</link>
      <description>&lt;!-- [DocumentBodyStart:77a18088-feee-4278-8873-d0321932cbe0] --&gt;&lt;div class="jive-rendered-content"&gt;Hi
&lt;br/&gt;
&lt;br/&gt;I am using cfinput for date field display.
&lt;br/&gt;In my local system its displaying properly but online its not
displaying properly.
&lt;br/&gt;I am not getting the right/left arrows to select the
months/dates and the display also is not correct.
&lt;br/&gt;What will be the problem? Is this problem with any
stylesheet?
&lt;br/&gt;does any faced the same problem.&lt;/div&gt;&lt;!-- [DocumentBodyEnd:77a18088-feee-4278-8873-d0321932cbe0] --&gt;</description>
      <pubDate>Tue, 29 Jul 2008 13:28:46 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/49205</guid>
      <dc:date>2008-07-29T13:28:46Z</dc:date>
      <clearspace:dateToText>6 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Result  not returning  Identity value.</title>
      <link>https://forums.adobe.com/thread/99772</link>
      <description>&lt;!-- [DocumentBodyStart:e2765dc3-6dfb-447e-9b37-5416230360b8] --&gt;&lt;div class="jive-rendered-content"&gt;Hi,
&lt;br/&gt;
&lt;br/&gt;I am using the CF8, and i am executing an insert statement to
the SQL DB.
&lt;br/&gt;In that table i have a Identity column.
&lt;br/&gt;I am trying to display the newly inserted value from that
table.
&lt;br/&gt;Presently I am using the query to fetch the new value.
&lt;br/&gt;
&lt;br/&gt;By using the result in the cfquery i want to get this value.
but its returning.
&lt;br/&gt;what will be the cause.
&lt;br/&gt;
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e2765dc3-6dfb-447e-9b37-5416230360b8] --&gt;</description>
      <pubDate>Wed, 09 Apr 2008 08:03:35 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/99772</guid>
      <dc:date>2008-04-09T08:03:35Z</dc:date>
      <clearspace:dateToText>6 years 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>ERROR! -- (50003) optimizer ran out of  memory before generating execution plan</title>
      <link>https://forums.adobe.com/thread/105585</link>
      <description>&lt;!-- [DocumentBodyStart:12f3c782-6fed-4c9e-9d5f-bd24d8512b57] --&gt;&lt;div class="jive-rendered-content"&gt;Hi
&lt;br/&gt;
&lt;br/&gt;I am getting below error in my server log .
&lt;br/&gt;
&lt;br/&gt; ERROR! -- (50003) optimizer ran out of memory before
generating execution plan.
&lt;br/&gt;The database is Ingres.
&lt;br/&gt;
&lt;br/&gt;what is meant by this error?
&lt;br/&gt;
&lt;br/&gt;-Srinivas&lt;/div&gt;&lt;!-- [DocumentBodyEnd:12f3c782-6fed-4c9e-9d5f-bd24d8512b57] --&gt;</description>
      <pubDate>Thu, 21 Feb 2008 08:17:43 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/105585</guid>
      <dc:date>2008-02-21T08:17:43Z</dc:date>
      <clearspace:dateToText>6 years 9 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CF 5 server getting restarted automatically.</title>
      <link>https://forums.adobe.com/thread/105584</link>
      <description>&lt;!-- [DocumentBodyStart:6d4450e8-02e3-4541-9b6c-8a6333eae7ec] --&gt;&lt;div class="jive-rendered-content"&gt;Hi
&lt;br/&gt;In one my production servers we have ColdFsuion 5. From the
last week , its automatically getting restarted.
&lt;br/&gt;I have observed the Server logs i found this issue. due to
this all my users are getting frustated, as they are missing the
data in the middle.
&lt;br/&gt;Ex:
&lt;br/&gt;"Information","1","02/20/08","11:03:32",,"The ColdFusion
Application Server started."
&lt;br/&gt;"Information","1","02/20/08","12:09:32",,"The ColdFusion
Application Server started."
&lt;br/&gt;
&lt;br/&gt;how to overcome this? In what scenarios this issue will
happen?
&lt;br/&gt;could any one have an idea on this.
&lt;br/&gt;
&lt;br/&gt;Srinivas&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6d4450e8-02e3-4541-9b6c-8a6333eae7ec] --&gt;</description>
      <pubDate>Thu, 21 Feb 2008 08:15:33 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/105584</guid>
      <dc:date>2008-02-21T08:15:33Z</dc:date>
      <clearspace:dateToText>6 years 9 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CFImage Captcha error.</title>
      <link>https://forums.adobe.com/thread/104417</link>
      <description>&lt;!-- [DocumentBodyStart:494ee0de-f347-4965-be91-b1c45f5d90d5] --&gt;&lt;div class="jive-rendered-content"&gt;I am getting error when i am trying to display the captcha i
am getting the below error.
&lt;br/&gt;
&lt;br/&gt;java.security.AccessControlException: access denied
(java.io.FilePermission
C:\Coldfusion8\tmpCache\CFFileServlet\_cf_captcha read) 
&lt;br/&gt;
&lt;br/&gt;In my local system its working fine. but after uploading the
file to the server, then i am getting that error. This be because
the CF server is trying to create a temp captacha file in the
folder which I dont have access to that shared folder.
&lt;br/&gt;But i could able to give the destination to the captcha. If i
am giving the destination, its not at all displaying anything.
&lt;br/&gt;how to overcome this issue?.
&lt;br/&gt;
&lt;br/&gt;Srinivas.&lt;/div&gt;&lt;!-- [DocumentBodyEnd:494ee0de-f347-4965-be91-b1c45f5d90d5] --&gt;</description>
      <pubDate>Tue, 19 Feb 2008 14:28:34 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/104417</guid>
      <dc:date>2008-02-19T14:28:34Z</dc:date>
      <clearspace:dateToText>6 years 9 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CFImage Captcha error.</title>
      <link>https://forums.adobe.com/thread/104416</link>
      <description>&lt;!-- [DocumentBodyStart:963bb146-a5fc-4f13-91f4-13b3e09c18dc] --&gt;&lt;div class="jive-rendered-content"&gt;I am getting error when i am trying to display the captcha i
am getting the below error.
&lt;br/&gt;
&lt;br/&gt;java.security.AccessControlException: access denied
(java.io.FilePermission
C:\Coldfusion8\tmpCache\CFFileServlet\_cf_captcha read) 
&lt;br/&gt;
&lt;br/&gt;In my local system its working fine. but after uploading the
file to the server, then i am getting that error. This be because
the CF server is trying to create a temp captacha file in the
folder which I dont have access to that shared folder.
&lt;br/&gt;But i could able to give the destination to the captcha. If i
am giving the destination, its not at all displaying anything.
&lt;br/&gt;how to overcome this issue?.
&lt;br/&gt;
&lt;br/&gt;Srinivas.&lt;/div&gt;&lt;!-- [DocumentBodyEnd:963bb146-a5fc-4f13-91f4-13b3e09c18dc] --&gt;</description>
      <pubDate>Tue, 19 Feb 2008 14:28:31 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/104416</guid>
      <dc:date>2008-02-19T14:28:31Z</dc:date>
      <clearspace:dateToText>6 years 9 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Error In &amp;lt;cflock&amp;gt;</title>
      <link>https://forums.adobe.com/thread/104455</link>
      <description>&lt;!-- [DocumentBodyStart:ff7350a9-ffcd-46b0-ae87-195323cdfbdc] --&gt;&lt;div class="jive-rendered-content"&gt;I keep on getting the below error from the last week.
&lt;br/&gt;
&lt;br/&gt;Timed out while waiting to obtain exclusive access&amp;lt;P&amp;gt;
&amp;lt;p&amp;gt;The error occurred while processing an element with a
general identifier of (CFLOCK), occupying document position (8:1)
to (8:82) in the template file.
&lt;br/&gt;
&lt;br/&gt;I checked the CF server and DB server administrators. But
they said that they did not find any issues with the servers. till
before last it was working fine. but from the last this is
happening. Its impacting for so many users.
&lt;br/&gt;
&lt;br/&gt;what will be the reason?
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ff7350a9-ffcd-46b0-ae87-195323cdfbdc] --&gt;</description>
      <pubDate>Mon, 18 Feb 2008 11:07:41 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/104455</guid>
      <dc:date>2008-02-18T11:07:41Z</dc:date>
      <clearspace:dateToText>6 years 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>product names in the URL</title>
      <link>https://forums.adobe.com/thread/105230</link>
      <description>&lt;!-- [DocumentBodyStart:d2ad28b9-bc17-47ff-986e-d5ca416f5e57] --&gt;&lt;div class="jive-rendered-content"&gt;Hi
&lt;br/&gt;
&lt;br/&gt;I am developing an shopping cart. If the user enterers the
product name in the url, i want to display the product. rather than
using the product ID. like 
&lt;br/&gt;
&lt;br/&gt;
&lt;a class="jive-link-external-small" href="http://www.mysite.com/book" rel="nofollow"&gt;http://www.mysite.com/book&lt;/a&gt;
&lt;br/&gt;
&lt;a class="jive-link-external-small" href="http://www.mysite.com/pen" rel="nofollow"&gt;http://www.mysite.com/pen&lt;/a&gt;
&lt;br/&gt;
&lt;a class="jive-link-external-small" href="http://www.mysite.com/computers" rel="nofollow"&gt;http://www.mysite.com/computers&lt;/a&gt;
&lt;br/&gt;
&lt;br/&gt;rather than 
&lt;a class="jive-link-external-small" href="http://www.mysite.com/product.cfm?productid=3." rel="nofollow"&gt;http://www.mysite.com/product.cfm?productid=3.&lt;/a&gt;
&lt;br/&gt;
&lt;br/&gt;how would i do this...I am using the IIS 6 and CF8.
&lt;br/&gt;
&lt;br/&gt;Regards
&lt;br/&gt;Srinivas
&lt;br/&gt;
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d2ad28b9-bc17-47ff-986e-d5ca416f5e57] --&gt;</description>
      <pubDate>Wed, 13 Feb 2008 09:57:58 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/105230</guid>
      <dc:date>2008-02-13T09:57:58Z</dc:date>
      <clearspace:dateToText>6 years 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Product Name in URL</title>
      <link>https://forums.adobe.com/thread/102558</link>
      <description>&lt;!-- [DocumentBodyStart:9477151c-5d1b-42b1-af96-580449e7a4b8] --&gt;&lt;div class="jive-rendered-content"&gt;Hi
&lt;br/&gt;
&lt;br/&gt;I am developing an shopping cart. If the user enterers the
product name in the url, i want to display the product. rather than
using the product ID. like 
&lt;br/&gt;
&lt;br/&gt;
&lt;a class="jive-link-external-small" href="http://www.mysite.com/book" rel="nofollow"&gt;http://www.mysite.com/book&lt;/a&gt;
&lt;br/&gt;
&lt;a class="jive-link-external-small" href="http://www.mysite.com/pen" rel="nofollow"&gt;http://www.mysite.com/pen&lt;/a&gt;
&lt;br/&gt;
&lt;a class="jive-link-external-small" href="http://www.mysite.com/computers" rel="nofollow"&gt;http://www.mysite.com/computers&lt;/a&gt;
&lt;br/&gt;
&lt;br/&gt;rather than 
&lt;a class="jive-link-external-small" href="http://www.mysite.com/product.cfm?productid=3." rel="nofollow"&gt;http://www.mysite.com/product.cfm?productid=3.&lt;/a&gt;
&lt;br/&gt;
&lt;br/&gt;how would i do this...I am using the IIS 6 and CF8.
&lt;br/&gt;
&lt;br/&gt;Regards
&lt;br/&gt;Srinivas
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9477151c-5d1b-42b1-af96-580449e7a4b8] --&gt;</description>
      <pubDate>Wed, 13 Feb 2008 09:32:13 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/102558</guid>
      <dc:date>2008-02-13T09:32:13Z</dc:date>
      <clearspace:dateToText>6 years 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Impact of Daylight Saving Time (DST)</title>
      <link>https://forums.adobe.com/thread/172382</link>
      <description>&lt;!-- [DocumentBodyStart:f6c61f1e-7f35-42b6-8319-eecae8d9c56a] --&gt;&lt;div class="jive-rendered-content"&gt;Hi
&lt;br/&gt;
&lt;br/&gt;I want to know the impact of the Daylight Saving Time (DST).
In next month some states going to change their timings, by
adjustings 1 hour. 
&lt;br/&gt;How this is going be effect on the CF applications as well as
batch jobs.
&lt;br/&gt;I have an time entry system, will there is any effect on
this?
&lt;br/&gt;could any one can explain on this.
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f6c61f1e-7f35-42b6-8319-eecae8d9c56a] --&gt;</description>
      <pubDate>Tue, 20 Feb 2007 06:51:05 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/172382</guid>
      <dc:date>2007-02-20T06:51:05Z</dc:date>
      <clearspace:dateToText>7 years 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>9</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Display Product Name in URL with out Extension</title>
      <link>https://forums.adobe.com/thread/172681</link>
      <description>&lt;!-- [DocumentBodyStart:43900d1e-2acd-46b5-9b6c-8ba8b7583658] --&gt;&lt;div class="jive-rendered-content"&gt;Hi
&lt;br/&gt;
&lt;br/&gt;I want to display the product name in the URL, with out
giving the product id and the file extension like below
&lt;br/&gt;
&lt;br/&gt;I want like this : www.mysite.com/category/productname
instead of
www.mysite.com/category/display.cfm?pid=123&amp;amp;catid=345
&lt;br/&gt;
&lt;br/&gt;I dont want to give the ext and whole query string, becuase
my clients getting confuion with this query string.
&lt;br/&gt;does any one have any idea on this?
&lt;br/&gt;can any one explain how to do this.
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:43900d1e-2acd-46b5-9b6c-8ba8b7583658] --&gt;</description>
      <pubDate>Mon, 19 Feb 2007 11:18:17 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/172681</guid>
      <dc:date>2007-02-19T11:18:17Z</dc:date>
      <clearspace:dateToText>7 years 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to send sortorder info to Store Proc</title>
      <link>https://forums.adobe.com/thread/91539</link>
      <description>&lt;!-- [DocumentBodyStart:a187cd23-8385-43fe-a0ed-9aff29159dc0] --&gt;&lt;div class="jive-rendered-content"&gt;Hi
&lt;br/&gt;
&lt;br/&gt;I have a Store Proc in SQL Server
&lt;br/&gt;Now i want to give the Sort Order dynamically for this Store
Proc.
&lt;br/&gt;When i am trying to send the SortOrder, in the query it is
saying that i cant give the parameter.
&lt;br/&gt;It is forcing me to give field names directly.
&lt;br/&gt;i cant able to give the Order by dynamically.
&lt;br/&gt;
&lt;br/&gt;how can i do this.?
&lt;br/&gt;i need to change the Order By dynamically in Store Proc.
&lt;br/&gt;i can send the paramter to Store Proc, but its not accespting
in the query.&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a187cd23-8385-43fe-a0ed-9aff29159dc0] --&gt;</description>
      <pubDate>Tue, 07 Nov 2006 10:36:12 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/91539</guid>
      <dc:date>2006-11-07T10:36:12Z</dc:date>
      <clearspace:dateToText>8 years 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CF training Slides</title>
      <link>https://forums.adobe.com/thread/92625</link>
      <description>&lt;!-- [DocumentBodyStart:b9d1eac8-f605-4696-bb21-240e8e218743] --&gt;&lt;div class="jive-rendered-content"&gt;Hi
&lt;br/&gt;
&lt;br/&gt;i am going to start CF training in my office.
&lt;br/&gt;Does any one have CF training presentation slides.
&lt;br/&gt;can you send me at : 
&lt;a class="jive-link-email-small" href="mailto:vksrinur@rediffmail.com"&gt;send me&lt;/a&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b9d1eac8-f605-4696-bb21-240e8e218743] --&gt;</description>
      <pubDate>Tue, 24 Oct 2006 05:30:08 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/92625</guid>
      <dc:date>2006-10-24T05:30:08Z</dc:date>
      <clearspace:dateToText>8 years 3 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CF Flex license</title>
      <link>https://forums.adobe.com/thread/109483</link>
      <description>&lt;!-- [DocumentBodyStart:5ca18f94-8546-410e-b9e1-02cf4888537c] --&gt;&lt;div class="jive-rendered-content"&gt;Hi
&lt;br/&gt;
&lt;br/&gt;i have a CF license. now i have configured my CF to work with
flex. so now i am able to integrate both flex and CF.
&lt;br/&gt;If i am going to host my site does i require to buy license
for Flex also?. i am calling CFC's from Flex.
&lt;br/&gt;
&lt;br/&gt;Please let me know abt this, if any one knows.
&lt;br/&gt;
&lt;br/&gt;i am able to run Flex locally on my CF server.&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5ca18f94-8546-410e-b9e1-02cf4888537c] --&gt;</description>
      <pubDate>Wed, 12 Jul 2006 12:04:29 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/109483</guid>
      <dc:date>2006-07-12T12:04:29Z</dc:date>
      <clearspace:dateToText>8 years 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>how i could access my client sys CF server?</title>
      <link>https://forums.adobe.com/thread/141684</link>
      <description>&lt;!-- [DocumentBodyStart:5c61c9f1-5200-4c0a-8a22-ceede04e2161] --&gt;&lt;div class="jive-rendered-content"&gt;hi
&lt;br/&gt;
&lt;br/&gt;i have CF in my system. and also i am successfully accesing
CF administrator also.
&lt;br/&gt;
&lt;br/&gt;now howcan i connect to the my Client CF server using the my
CF administrator.
&lt;br/&gt;is there any way to acess it.?
&lt;br/&gt;i mean i want to connect to the my client CF server through
my cf adminstrator.
&lt;br/&gt;is it possible?&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5c61c9f1-5200-4c0a-8a22-ceede04e2161] --&gt;</description>
      <pubDate>Fri, 16 Jun 2006 13:44:24 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/141684</guid>
      <dc:date>2006-06-16T13:44:24Z</dc:date>
      <clearspace:dateToText>8 years 5 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Updating Sort Order on a field?</title>
      <link>https://forums.adobe.com/thread/224754</link>
      <description>&lt;!-- [DocumentBodyStart:6e23a299-deda-4da7-9b92-d22a18069a7f] --&gt;&lt;div class="jive-rendered-content"&gt;Hi
&lt;br/&gt;
&lt;br/&gt;i have a customer table. i am displaying them in sorted
order. but now i have added 1 field call SortID.
&lt;br/&gt;now when ever if i add a new entry ...i want to sort it and i
want to assign the sorted it for that.
&lt;br/&gt;
&lt;br/&gt;ex:
&lt;br/&gt;
&lt;br/&gt;aaaa &amp;gt; 1
&lt;br/&gt;bbb &amp;gt; 2
&lt;br/&gt;ccc &amp;gt; 3
&lt;br/&gt;
&lt;br/&gt;if i add aaa1 ..then its sort has to become 2 and goes
one....
&lt;br/&gt;
&lt;br/&gt;how to update this...using and update command....
&lt;br/&gt;
&lt;br/&gt;thx in adv.&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6e23a299-deda-4da7-9b92-d22a18069a7f] --&gt;</description>
      <pubDate>Fri, 19 May 2006 14:11:33 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/224754</guid>
      <dc:date>2006-05-19T14:11:33Z</dc:date>
      <clearspace:dateToText>8 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Error connecting to Client Sys. DB</title>
      <link>https://forums.adobe.com/thread/17088</link>
      <description>&lt;!-- [DocumentBodyStart:11b10caf-df24-42be-9cdf-572118e7526a] --&gt;&lt;div class="jive-rendered-content"&gt;Hi
&lt;br/&gt;
&lt;br/&gt;i am trying to create Datasource in my my localhost for the
client's database.
&lt;br/&gt;i am able to connect to through the SQL Server Enterprise
Manager, but when i am creating datasource i am getting following
error:
&lt;br/&gt;
&lt;br/&gt;Connection verification failed for data source: dev1
&lt;br/&gt;java.sql.SQLException: [Macromedia][SQLServer JDBC
Driver][Macromedia][SQLServer JDBC Driver]The requested instance is
either invalid or not running.
&lt;br/&gt;The root cause was that: java.sql.SQLException:
[Macromedia][SQLServer JDBC Driver][Macromedia][SQLServer JDBC
Driver]The requested instance is either invalid or not
running.&lt;/div&gt;&lt;!-- [DocumentBodyEnd:11b10caf-df24-42be-9cdf-572118e7526a] --&gt;</description>
      <pubDate>Mon, 08 May 2006 09:52:31 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/17088</guid>
      <dc:date>2006-05-08T09:52:31Z</dc:date>
      <clearspace:dateToText>8 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to get more than 1000 rec from Oracle?</title>
      <link>https://forums.adobe.com/thread/214390</link>
      <description>&lt;!-- [DocumentBodyStart:0eba68bb-9acf-4167-ab05-e060a80c8e7a] --&gt;&lt;div class="jive-rendered-content"&gt;Hi
&lt;br/&gt;
&lt;br/&gt;i got this issue from 1 of my fnd.
&lt;br/&gt;can any one tell me how to over come this issue?
&lt;br/&gt;
&lt;br/&gt;I need help in solving the issue 
&lt;br/&gt;
&lt;br/&gt;This is the oracle error coming when we try to export
&lt;br/&gt;the records to the excel sheet.
&lt;br/&gt;
&lt;br/&gt;Macromedia][Oracle JDBC Driver][Oracle]ORA-01795:
&lt;br/&gt;maximum number of expressions in a list is 1000
&lt;br/&gt;
&lt;br/&gt;This error is due to the limitation in oracle db list
&lt;br/&gt;query.
&lt;br/&gt;
&lt;br/&gt;example:
&lt;br/&gt;
&lt;br/&gt;select * from FEEDBACK_IN Where feedback_in.case_id 
&lt;br/&gt;IN ( (param 1) , (param 2) , (param 3) , (param 4) ,
&lt;br/&gt;(param 5) , (param 6) , (param 7) , (param 8) , (param
&lt;br/&gt;9) , (param 10) , (param 11) , (param 12) , (param
&lt;br/&gt;13)&amp;hellip;&amp;hellip;&amp;hellip;&amp;hellip;&amp;hellip;&amp;hellip;&amp;hellip;&amp;hellip;&amp;hellip;.(param
5000))
&lt;br/&gt;
&lt;br/&gt;If the list exceeds 1000, we will get the following
&lt;br/&gt;error from the database. And there is a limitation in
&lt;br/&gt;oracle db to 1000.
&lt;br/&gt;
&lt;br/&gt;We need to rewrite the query to avoid the list error
&lt;br/&gt;if the list exceeds more then 1000 records.
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0eba68bb-9acf-4167-ab05-e060a80c8e7a] --&gt;</description>
      <pubDate>Wed, 03 May 2006 04:03:43 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/214390</guid>
      <dc:date>2006-05-03T04:03:43Z</dc:date>
      <clearspace:dateToText>8 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

