ColdFusion 10 on Solaris 10 (sparc)
I have a large number of solaris 10 servers we use at work. We are moving to CF 10, so on my first attempt to install it, the connector blows up: There was an error while running the connector...
View ArticleHow to kill a coldfusion cookie??
I set cookies like this: <cfcookie name="ckwhatever" value="hello"> I try to kill the cookie like this: <cfcookie name="ckwhatever" expires="now"> This does NOT work. the cookie remains....
View ArticleRegEx Help
Hello, I have the following function: <cffunctionname="stripHREFs"access="public"returntype="array"output="no"hint="seperate Links from given HTML string, output as a array">...
View ArticleInstallation error
Hello all! I'm tryin to reinstall coldfusion 10 x64 on windows 2008 R2 64 after uninstall.The installer show me this warning and error. I manualy delete installation folder and all registry entries....
View ArticleProblem upgrading from CF8.01 to CF10
I have a problem when it come to upgrade my CF. My server is windows 2008 with IIS 7.0 Installation end with a warning that migration has fail. After that I can't even open my CF administrator, it...
View ArticleDownload hot fix for later installation
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/Admin/WSe61e35da8d318518-3 3adffe0134c60cd31c-7ffe.html
View ArticleHow to best count failed login attempts
If I want to count the number of failed login attempts what might be the best course of action? Off the top of my head I figure I could:Have a session variable that counts up to number X Have a cookie...
View Articlecfselect bind not working
I have the following code in a template called test.cfm:- <cfform name="MoveDomain" method="post"> Accounts:-<cfselect bind="cfc:cfc.accounts.Function_SearchAccounts()"...
View Article500 error - Element MAIN.NAKEDPATH is undefined in SERVER.
Has anyone seen this error? Running CF 9 Enterprise. This happens on every page, every time. That's all of the info I have, but I have never seen this type of error, I thought someone might have an...
View ArticleBrowser not seeing cf10 page css & jpg files
Hi, I need help. My problem is this: Browser does not read *.css and <img> files output by CF10, but browser does read page created by CF9. I will lay out the information in steps. 1. When I...
View ArticleApplication variables are undefined?
Hi All, These days I am getting some weird errors like, Element DATASOURCE is undefined in APP.Element DATASOURCE is undefined in SESSION.Variable LANG_LOC is undefined. (that UDF is included in...
View ArticleWhere Can I find the download for the ColdFusion Builder 2.0.1 updgrade
Please indicate the URL for the ColdFusion Builder 2.0 to Coldfusion Builder 2.0.1 upgrade. All I can find is the CFB trial download site wich does not indicate if it is the upgrade or the version.
View ArticleAuto restart of additional CF instances
I added a second CF instance to the CF9 server. It runs fine, but does not 'survive' a server restart. A manual restart via the jRun Launcher does not always work properly; it often takes several...
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 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 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 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 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 Articlefeed
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSd160b5fdf5100e8f- 4439fdac128193edfd6-7f75.html
View ArticleCfdocs in Coldfusion 10 missing?
I have recently installed CF10 and found that the local copy of the documentation is nowhere to be found. It's still an installation option when you install CF, but I cannot find the folder cfdocs...
View Article