Re: Coldfusion : Developer Version
Hello balumohan, Thank you for your post. Yes, you can use a developer version for development purpose and then move the code to Production/live environment irrespective of ColdFusion edition...
View ArticleRe: Coldfusion : Developer Version
Thanks Ray, Adam and Anit. Very very happy to know that we can use the development version. Was having a big argument regarding its usage for development. All because of this line in the Adobe license...
View ArticleRe: Lockdown CF10 says update JVM, but admin info still shows old version:...
You can block the unused file types using Request Filtering file extensions. You will need a /CFIDE virtual directory for the admin site, but you only need to allow the URI /CFIDE/administrator/ you...
View ArticleProtecting integrity of data records
I have a MS Access database that is accessed over the web via Coldfusion pages developed in Dreamweaver. A big portion of activities concerning the database records is the update of fields within the...
View ArticleProblem Merging PDF files using CFPDF
I need to merge a pdf file that was created as a scanned document, with a normal pdf file, but keep getting the generic Adobe Acrobat error, "An error exists on this page...". I am using cfpdf...
View ArticleRe: Protecting integrity of data records
If data integrity is one of your top five objectives, stop using Microsoft Access for a web database immediately. Move to something that is up to the task such as SQL Server or MySQL. This is...
View ArticleRe: Protecting integrity of data records
Thank you for the reply. I was fearing that the question would go unanswered. I appreciate what you are saying, but I am dealing with an existing database that is used by multiple web programs. At...
View ArticleRe: CompilationFailedException consuming web services on CF10
Perhaps incompatibility issues between Axis 1 and Axis 2 web services? What happens when you put the following at the beginning of your Application.cfc, testing them in turn: <cfset...
View ArticleRe: Accessing the web service
Invoke HTTP method OPTIONS on the service. http://www.raymondcamden.com/index.cfm/2012/12/6/ColdFusion-10-REST-an d-SelfDocumentation
View ArticleRe: CompilationFailedException consuming web services on CF10
I went ahead and did the uninstall route, got rid of all java, even ran CCleaner to get rid of any java related entries in the registry. Now after applying the keystore, the error is back. When I...
View ArticleRe: Has Adobe abandoned CF in Dreamweaver CC?
This isn't the first time Adobe has treated like the proverbial "red headed stepchild" so I guess we should not be too shocked. If you are standing on the tracks and hear the whistle blowing, getting...
View ArticleRe: Protecting integrity of data records
I agreed with tclaremont's suggestion about moving to enterprise level database system. I also understand your situation because it happened to me before. I'm not an expert in Access, but adding STATUS...
View ArticleRe: Clear All Session Variables at end of day
The answer is Yes. I wondered, why you didn't try it? It's a simple code and you could test it by yourself.
View ArticleRe: Clear All Session Variables at end of day
The answer is No, that code will not clear all of your sessions, only the current session. To clear all the sessions, you will have to go into some undocumented features of CF to get access to the...
View ArticleRe: Clear All Session Variables at end of day
Peter is correct. It will clear the current session. My bad.
View ArticleRe: How to see if version 9 or 10 can run our platform
Is it possible to get a reply on this?
View ArticleRe: CompilationFailedException consuming web services on CF10
There is something not quite right happening on your development server. Could you follow a clean procedure right from the start? By this I mean, install ColdFusion, letting it use the JVM that ships...
View ArticleManaging bad URL: .../
Last couple of months I have been getting a lot of hits from a Synapse bot. I think whoever coded it must have made an error, as some of the links are truncated to url/.../index.cfm. (oddly Bing bot...
View Article