Re: Alias a field name in a join query
Should be ON employee_passwords.Employee_ID=employee_general_info.[Employee ID]
View ArticleRe: Web service access error: javax.servlet.ServletException: https is forbidden
Can you access a CFM inside the directory? It might be IIS configuration issue.
View ArticleRe: How to best count failed login attempts
I had actually considered tracking usernames as well but dismissed that early on (and of course I realize now that was foolish of me) thinking that it would be better for overall site security to try...
View ArticleRe: How to best count failed login attempts
After thinking about this more here is what I'm thinking now. I have a table that tracks failed login attempts. When such an event occurs I trackThe timeUsernameIPCFID When someone tries to login to...
View ArticleRe: Cfdocs in Coldfusion 10 missing?
I'm guessing that this has not been addressed by Adobe? They are sticking by their "use the PDF docs" statement? What a farse! I guess it is because Adobe is a document company rather than a web...
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 ArticleRe: feed
At least ONE of the references to docs. For the benefit of anyone wanting to find them, they're here: http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461 172e0811cbec22c24-7675.html...
View ArticleRe: Cfdocs in Coldfusion 10 missing?
"farse" is a rather pleasing & poignant mash-up of "farce" and "arse". And it made me smile :-) -- Adam
View Articlefarcry problem
I'm using an old version of farcry as a cms. It's been working fine ut now i can't get in to update and i get this message: [Macromedia][SQLServer JDBC Driver][SQLServer]Could not allocate space for...
View ArticleRe: Web service access error: javax.servlet.ServletException: https is forbidden
Yes, I can. Also, when the SSL requirement is removed for the site it works as expected. The error suggests a specific issue with the java component and https. Unfortunately, I'm not a CF expert and...
View ArticleRe: Web service access error: javax.servlet.ServletException: https is forbidden
I'm almost certain that the issue is related to Web server configuration with SSL installed. Try this and see if that works. In the CF Admin, there is a way to flush out generated CFC files.
View ArticleRe: farcry problem
http://www.petri.co.il/extend-disk-partition-vista-windows-server-2008 .htm
View ArticleRe: Web service access error: javax.servlet.ServletException: https is forbidden
The SSL certificate is supplied by a GoDaddy and is installed correctly and the CF site is working using https. It's specific to the web service but the developer was able to get it to work by...
View ArticleMoving from CF 8 directly to CF 10?
Hello,We currently have multiple applications written in Coldfusion 8, using Postgresql 8.4 on a server running Redhat Linux 5, and it all needs to be upgraded. I am currently building a new server...
View ArticleHas Adobe abandoned CF in Dreamweaver CC?
Decided to try Dreamweaver CC today and it appears it does not support Coldfusion page? They have removed CF integration and Live view (even preview) appears to be broken for CF pages? Can someone...
View ArticleRe: How to best count failed login attempts
Two other things I just remembered, only send your "someone is hacking" email once or twice at a specific counts. You don't want to fill someone's email inbox with hundreds or thousands of automated...
View ArticleSQLServer JDBC Driver][SQLServer]Login failed for user 'xxxx'
In a test environment using CF 10 Developer Edition and a SQL Server on Windows 7, I get the above error locally every time a CFQUERY specifies a username and password (if I strip those out, the page...
View ArticleRe: Has Adobe abandoned CF in Dreamweaver CC?
Yep, this is the bitter truth. Adobe has also removed support for CF includes if you still happen to open a CFM file and keyboard shortcuts are very buggy – half of those don’t work. I dare say the new...
View ArticleTroubleshooting common problems
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/Developing/WSc3ff6d0ea7785 9461172e0811cbec0d04c-7ff8.html
View ArticleRe: Troubleshooting common problems
These preformance issue with ColdFusion 10 are real. The same code I used in version 6,7,8 and 9 worked just fine, but in ver10 it is now timing out without processing simple queries and form...
View Article