Re: Where Can I find the download for the ColdFusion Builder 2.0.1 updgrade
Hi, Here is the link to download it. http://www.adobe.com/support/coldfusion/downloads_updates.html#cfb2 Regards,Priyank
View ArticleRe: Auto restart of additional CF instances
Hello Rick, Can you describe your environment? Did you find anything in the error logs. Regards,Anit Kumar
View ArticleRe: ColdFusion 10 intermittent "service not available"
Maybe Anit Kumar could chime in. I spoke with him on the phone and he seemed to have a good understanding of the bug in question as it related to Adobe/Tomcat and the process that is going on behind...
View ArticleRe: Auto restart of additional CF instances
Environment: CF9.02 on Server 2008 (fully patched). Have installed the latest CF patches. First instance starts automatically. Second instance was created from CFAdmin first instance. Did enable the...
View ArticleRe: cfselect bind not working
I would suggest applying the latest updates on ColdFusion.
View ArticleRe: Browser not seeing cf10 page css & jpg files
"... except for JPG and CSS files." How about other file types such GIF or PDF? Can you display them? If no, that means you have some restrictions on your Web Server what file types are allowed to be...
View ArticleRe: Auto restart of additional CF instances
If you can't locate the 2nd CF instance service in the services console, then it might be possible, that the instance is not created properly. Did you try creating a new instance. You can remove the...
View ArticleRe: Auto restart of additional CF instances
SInce the server is a production server, and the second instance is in use (although for test sites), creating the 3rd instance would require re-creating data sources, etc. I have a second (identical)...
View ArticleRe: cfselect bind not working
CF is fully patched and up to date - was there a particular patch you have in mind?
View ArticleRe: Auto restart of additional CF instances
Well Rick, you can try that. However, I am not sure if that is going to work or not. It may/may not break other settings. Regarding, creating the CF service, you may like to have a look at...
View ArticleCF 8, Client Sessions, & the Registry
Hello all! There are an abundance of posts in regards to storing the Client Session data in the Windows Registry. http://forums.adobe.com/message/4302560 being the most related to my issue....
View ArticleWeb service access error: javax.servlet.ServletException: https is forbidden
We have Coldfusion 10 configured on an IIS web site using a GoDaddy provided SSL certificate. When we try to access a web service we receive a 500 error from the server. When we look at the...
View ArticleAlias a field name in a join query
I have a database with spaces in the field names (not my fault). I am having a problem with the query because one of the fileds I am joining on has a space in its name. See bolded text. SELECT *FROM...
View ArticleRe: Alias a field name in a join query
The error is probably from the SELECT * - try listing all of the fields individually, including the [Employee ID] field. You can give it a new name to appear in the query results by aliasing it:...
View ArticleNeed CF vs SharePoint Talking Points
I have built and administer 2 CF servers for the government for over 12 years. The government has this idea that they can drop all of the said applications into a SP server/folder and it will all...
View ArticleRe: Browser not seeing cf10 page css & jpg files
Thanks for your help. I have 2 questions:Where would the options for filetypes live in CF10? What do you mean by codebase?
View Articlecfpdf merge unable to instantiate com.adobe...PDFBookmark object fr
Hello, I'm trying to merge two pdfs, one from a variable using cfdocument (A) and the other from an actual file (B). (A) would remains constant but (B) would change depending on what users upload....
View ArticleRe: Browser not seeing cf10 page css & jpg files
For the file types, the settings/permissions must be somewhere in your Web server app. What I meant by "code base" is your code. I might not use correct term. Does the CF9 and CF10 running on the same...
View ArticleRe: cfselect bind not working
I think I know what causing the error. For some reason, that "1" was included in the JSON output and caused the error. In CF Admin, there is a setting to debug AJAX. Turn it on and trace it by looking...
View Article