<?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, 31 Jul 2014 11:02:40 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-07-31T11:02:40Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>JDBC connection error</title>
      <link>https://forums.adobe.com/thread/1536109</link>
      <description>&lt;!-- [DocumentBodyStart:2b89896b-6e6f-4ca9-999d-2e6cf6326892] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm trying to create a DSN in ColdFusion Standard v11 server using Sybase jConnect 6.05 JDBC driver connecting to a Sybase SQL AnyWhere 12 Server (running on another server machine). ColdFusion has been installed on a brand new Windows 2012 (Standard) Server and uses IIS 8 for the web server.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have done everything mentioned on this page (of course, the driver class and other details have been modified) &lt;a class="jive-link-external-small" href="http://helpx.adobe.com/coldfusion/kb/coldfusion-mx-configuring-sybase-jconnect.html" rel="nofollow"&gt;ColdFusion MX: Configuring the Sybase jConnect 5.5 driver&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I try to verify the connection in CF Administrator, it throws the following error:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: courier new,courier;"&gt;Connection verification failed for data source: ars_jdbc&lt;/span&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: courier new,courier;"&gt;java.sql.SQLException: The method com.sybase.jdbc3.jdbc.SybDatabaseMetaData.getJDBCMajorVersion() has not been completed and should not be called.&lt;/span&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: courier new,courier;"&gt;The root cause was that: java.sql.SQLException: The method com.sybase.jdbc3.jdbc.SybDatabaseMetaData.getJDBCMajorVersion() has not been completed and should not be called.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I know that, all the connection parameters are correct because I have been able to create a DSN on another CF instance (CF 9) to the same database that I am trying to create a DSN for from CF 11. Please guide me in the right direction to fix the problem. &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;Milind&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2b89896b-6e6f-4ca9-999d-2e6cf6326892] --&gt;&lt;img src='/beacon?t=1415921126079' /&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">jdbc</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">jconnect</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">jdbc_driver</category>
      <pubDate>Thu, 31 Jul 2014 11:02:40 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1536109</guid>
      <dc:date>2014-07-31T11:02:40Z</dc:date>
      <clearspace:dateToText>3 months 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>About HTTPService Result</title>
      <link>https://forums.adobe.com/thread/1173102</link>
      <description>&lt;!-- [DocumentBodyStart:fafd1678-a957-4fc8-9005-291d9bd6ba88] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi Friends, &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have an HTTPService that I am having problem trying to use the returned data. I have a ColdFusion Component that returns the data in an XML format. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I use dataProvider="{objService.lastResult.projdata.datarows}" it works fine and the linechart shows data. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But, when I try to use the returned data in the 'result' event with an event handler, the chart is blank. Can anyone tell me what might be going wrong? My code in the result handler looks like this&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;mx:ArrayCollection id = "acProjData" source="{ArrayUtil.toArray(event.result.projdata.datarows)}"/&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The variable 'acProjData' has already been declared as a bindable variable using &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;[Bindable]&lt;/p&gt;&lt;p&gt;private var acProjData:ArrayCollection;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am not very much familar with Flex 4.5 programming. I am just trying to learn it and hoping to get my prototype working. Thanks.&lt;/p&gt;&lt;p&gt;- Milind Joshi&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:fafd1678-a957-4fc8-9005-291d9bd6ba88] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">error</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">httpservice</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">arraycollection</category>
      <pubDate>Tue, 19 Mar 2013 06:47:50 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1173102</guid>
      <dc:date>2013-03-19T06:47:50Z</dc:date>
      <clearspace:dateToText>1 year 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to improve CFC performance</title>
      <link>https://forums.adobe.com/thread/529554</link>
      <description>&lt;!-- [DocumentBodyStart:3448e1e2-1385-4567-97de-ccc34e2e16a8] --&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;The database queries I had at the top of the page were moved into a CFC and now it is taking noticeable amount of time in displaying the data. How do I improve the performance of the CFC so that it does not take more amount of time for displaying the data.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm on CF 9 Standard version and the methods in the CFC return queries to the page that invoke the component.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Please help. Thanks.&lt;/p&gt;&lt;p&gt;- Milind&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3448e1e2-1385-4567-97de-ccc34e2e16a8] --&gt;</description>
      <pubDate>Tue, 24 Nov 2009 07:54:45 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/529554</guid>
      <dc:date>2009-11-24T07:54:45Z</dc:date>
      <clearspace:dateToText>4 years 12 months ago</clearspace:dateToText>
      <clearspace:replyCount>17</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CF 9 on Windows 7 (64 bit)</title>
      <link>https://forums.adobe.com/thread/518270</link>
      <description>&lt;!-- [DocumentBodyStart:cb506ec1-b413-41b9-90ce-7d9204ddbf58] --&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 would like to download the developer edition of CF 9 that needs to run on a new laptop that came with Windows 7 (64 bit version). Can any one point me to a location from where I can download the developer version?It needs to run on 64-bit Windows 7 OS.&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;- Milind&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:cb506ec1-b413-41b9-90ce-7d9204ddbf58] --&gt;</description>
      <pubDate>Wed, 04 Nov 2009 16:54:02 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/518270</guid>
      <dc:date>2009-11-04T16:54:02Z</dc:date>
      <clearspace:dateToText>4 years 12 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>AJAX Tab question</title>
      <link>https://forums.adobe.com/thread/504098</link>
      <description>&lt;!-- [DocumentBodyStart:5c9ee013-e96c-41ac-af14-edb837cce7d2] --&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 CF 8 Standard and have used the Ajax tabs (I suppose these are from Yahoo). I have been able to properly display tabs on my CFM page and the users are able to navigate using these tabs. Is there a way for me to know what tab the user clicks? I have a common area (like a &amp;lt;div&amp;gt;) above the tabs. I would like to show relevant information in the DIV depending on the tab the user clicks on.&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;- Milind Joshi&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5c9ee013-e96c-41ac-af14-edb837cce7d2] --&gt;</description>
      <pubDate>Fri, 09 Oct 2009 09:09:10 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/504098</guid>
      <dc:date>2009-10-09T09:09:10Z</dc:date>
      <clearspace:dateToText>5 years 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>AutomationException: 0x800a13e9</title>
      <link>https://forums.adobe.com/thread/231870</link>
      <description>&lt;!-- [DocumentBodyStart:edfccdba-a27c-4e5d-9808-2fde8afa2181] --&gt;&lt;div class="jive-rendered-content"&gt;Hi All, 
&lt;br/&gt;
&lt;br/&gt;I have been testing our new server Windows Server 2008
Standard Edition on which ColdFusion 8 was installed. After the
installation, I copied one of our applications and tested it. It
throws the COM object error "AutomationException: 0x800a13e9" The
error message is, "There is insufficient memory. Save the document
now in 'Microsoft Word'. Word Com object is used for creating
documents on-the-fly.
&lt;br/&gt;
&lt;br/&gt;The exact same application is running in production on a
ColdFusion 7 server running on a Windows Server 2003 Enterprise
Edition. On both the server machines Office 2003 is installed. 
&lt;br/&gt;
&lt;br/&gt;Can anybody tell me anything about the error? Why is it
throwing an error? Basically, first I would like to isolate if its
Windows Server 2008 problem or ColdFusion 8 problem. There is no
change in the version of MS Word being used. Please help. 
&lt;br/&gt;
&lt;br/&gt;Thanks.
&lt;br/&gt;- Milind Joshi&lt;/div&gt;&lt;!-- [DocumentBodyEnd:edfccdba-a27c-4e5d-9808-2fde8afa2181] --&gt;</description>
      <pubDate>Fri, 03 Oct 2008 21:28:54 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/231870</guid>
      <dc:date>2008-10-03T21:28:54Z</dc:date>
      <clearspace:dateToText>6 years 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Upload Error</title>
      <link>https://forums.adobe.com/thread/100626</link>
      <description>&lt;!-- [DocumentBodyStart:88b150d5-6f95-4cb1-93bc-7ee8d7b9f4d7] --&gt;&lt;div class="jive-rendered-content"&gt;I have a small app that uploads file to a CF page. This app
is unable to upload files at a certain client who is a bigger
organization and has a firewall setup. Other users outside the
particular office are able to upload just fine. 
&lt;br/&gt;
&lt;br/&gt;Please advise how to find out what is causing the problem. Is
there a way to create a log file and log messages to this file? 
&lt;br/&gt;
&lt;br/&gt;Thanks.
&lt;br/&gt;- Milind Joshi&lt;/div&gt;&lt;!-- [DocumentBodyEnd:88b150d5-6f95-4cb1-93bc-7ee8d7b9f4d7] --&gt;</description>
      <pubDate>Thu, 03 Apr 2008 04:01:04 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/100626</guid>
      <dc:date>2008-04-03T04:01:04Z</dc:date>
      <clearspace:dateToText>6 years 7 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>APssing argument to project file</title>
      <link>https://forums.adobe.com/thread/123942</link>
      <description>&lt;!-- [DocumentBodyStart:26ee8344-ad04-41fa-b293-d5f8dfd1b617] --&gt;&lt;div class="jive-rendered-content"&gt;Hi All,
&lt;br/&gt;
&lt;br/&gt;I have a small projector file (created using Flash 8), used
for uploading a file that the user wants to send. It works fine. I
want to modify it so that it does not prompt the user for a file
name. Instead, the filename will be passed to the project file. Is
it possible? If yes, please let me know how to do it.
&lt;br/&gt;
&lt;br/&gt;Something like this: sendfile.exe c:\temp\demotext.doc
&lt;br/&gt;Where sendfile.exe is my projector file and demotext.doc is
the name of the file to be uploaded.
&lt;br/&gt;
&lt;br/&gt;Thanks for your feedback.
&lt;br/&gt;- Milind&lt;/div&gt;&lt;!-- [DocumentBodyEnd:26ee8344-ad04-41fa-b293-d5f8dfd1b617] --&gt;</description>
      <pubDate>Fri, 19 Oct 2007 01:55:14 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/123942</guid>
      <dc:date>2007-10-19T01:55:14Z</dc:date>
      <clearspace:dateToText>7 years 4 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>passing argument to projector file</title>
      <link>https://forums.adobe.com/thread/122260</link>
      <description>&lt;!-- [DocumentBodyStart:5324e299-771b-4567-82e5-1f76ba8a66ea] --&gt;&lt;div class="jive-rendered-content"&gt;Hi All,
&lt;br/&gt;
&lt;br/&gt;I have a small projector file (created using Flash 8), used
for uploading a file that the user wants to send. It works fine. I
want to modify it so that it does not prompt the user for a file
name. Instead, the filename will be passed to the project file. Is
it possible? If yes, please let me know how to do it. 
&lt;br/&gt;
&lt;br/&gt;Something like this: sendfile.exe c:\temp\demotext.doc 
&lt;br/&gt;Where sendfile.exe is my projector file and demotext.doc is
the name of the file to be uploaded.
&lt;br/&gt;
&lt;br/&gt;Thanks for your feedback.
&lt;br/&gt;- Milind&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5324e299-771b-4567-82e5-1f76ba8a66ea] --&gt;</description>
      <pubDate>Thu, 18 Oct 2007 10:13:56 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/122260</guid>
      <dc:date>2007-10-18T10:13:56Z</dc:date>
      <clearspace:dateToText>7 years 4 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Application restart</title>
      <link>https://forums.adobe.com/thread/124446</link>
      <description>&lt;!-- [DocumentBodyStart:1b16a0a6-83df-4271-a4bf-c5c2dac9cf43] --&gt;&lt;div class="jive-rendered-content"&gt;Trying to restate/rephrase a posting I did around a week ago.
Here it goes ...
&lt;br/&gt;
&lt;br/&gt;Is there a way to shutdown/restart a selected application
from CF Admin pages? If yes, how do I do it (without rebooting the
server)? Thanks.
&lt;br/&gt;
&lt;br/&gt;- Milind&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1b16a0a6-83df-4271-a4bf-c5c2dac9cf43] --&gt;</description>
      <pubDate>Mon, 08 Oct 2007 14:34:57 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/124446</guid>
      <dc:date>2007-10-08T14:34:57Z</dc:date>
      <clearspace:dateToText>7 years 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Shutdown/Restart an application</title>
      <link>https://forums.adobe.com/thread/57081</link>
      <description>&lt;!-- [DocumentBodyStart:52560427-3b49-4d6c-b36b-5b83f7cfc291] --&gt;&lt;div class="jive-rendered-content"&gt;Hi,
&lt;br/&gt;
&lt;br/&gt;I need to a way to find out what applications currently are
running on currently, shut down a specific one or two of them.
Change the Data source settings and start them back up. How do I do
it without shutting the whole CF server down?
&lt;br/&gt;
&lt;br/&gt;Thanks.
&lt;br/&gt;- Milind&lt;/div&gt;&lt;!-- [DocumentBodyEnd:52560427-3b49-4d6c-b36b-5b83f7cfc291] --&gt;</description>
      <pubDate>Mon, 01 Oct 2007 13:57:23 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/57081</guid>
      <dc:date>2007-10-01T13:57:23Z</dc:date>
      <clearspace:dateToText>7 years 1 month ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>file upload dialog box</title>
      <link>https://forums.adobe.com/thread/190958</link>
      <description>&lt;!-- [DocumentBodyStart:0daa68e8-dfa0-463c-81cd-5edc0787b01a] --&gt;&lt;div class="jive-rendered-content"&gt;Hi All,
&lt;br/&gt;
&lt;br/&gt;I am able to upload files using Flash 8 Pro. I have a
question about the file dialog box. 
&lt;br/&gt;
&lt;br/&gt;Here's what documentation says, "The FileReference and
FileReferenceList classes do not let you set the default file
location for the dialog box generated by browse() and download()
calls. The default location shown in the dialog box is the most
recently browsed folder, if that location can be determined, or the
desktop."
&lt;br/&gt;
&lt;br/&gt;I would like to find out where the "most recently browsed
folder" is stored? I already have tried to search the windows
registry but could not find. Actually, I would like to set this to
a certain folder so that the users do not have to navigate to the
folder when they upload files. The location has to be there
somewhere, just don't know where it would be??
&lt;br/&gt;
&lt;br/&gt;Thanks.
&lt;br/&gt;- Milind Joshi&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0daa68e8-dfa0-463c-81cd-5edc0787b01a] --&gt;</description>
      <pubDate>Thu, 14 Dec 2006 16:10:11 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/190958</guid>
      <dc:date>2006-12-14T16:10:11Z</dc:date>
      <clearspace:dateToText>7 years 11 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

