[ACFUG Discuss] CFMail strips whitespace

2017-01-11 Thread Troy Jones
Hope everyone's doing ok, remembered that there were still folks looking at 
these emails! :)

I have encountered something in ColdFusion2016 that is troublesome and can't 
seem to find anything definitive on. When generating mail, CFMail will strip 
formatting whitespace. It does not appear to strip whitespace from form inputs 
but only where the coder has attempted to format. For example, the email code 
should have generated "word1 word2" but instead generated "word1word2".

I found something that indicated that it had been fixed at some point on this 
site: https://bugbase.adobe.com/index.cfm?event=bug=4187127. However, even 
though the ticket says closed, I can demonstrate that it has not been fixed 
with Update 2 or Update 3.

On a separate note, the bugbase isn't working correctly either but that's 
another discussion for another group of folks.

Does anyone have any information on this or otherwise have a workaround?

Thank you,

Troy Jones
Technical Manager
Third Wave Digital
www.thirdwavedigital.com<http://www.thirdwavedigital.com>
478-750-7136



RE: [ACFUG Discuss] Hopefully this list still exists

2016-08-31 Thread Troy Jones
I’m glad to see this list still exists. I leaned on it heavily in my earlier 
career ☺

Thank you,

Troy Jones
Technical Manager
Third Wave Digital
1841 Hardeman Ave.
Macon, GA 31201
t...@thirdwavedigital.com<mailto:t...@thirdwavedigital.com>
www.thirdwavedigital.com<http://www.thirdwavedigital.com/>

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Charlie Arehart
Sent: Wednesday, August 31, 2016 6:17 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] Hopefully this list still exists

Dude, they’re getting the band back together! :-)

So Frank, on your observation, can you offer a simple 2-3 line proofcase? I 
realize you gave us code, but not with the values you’re really using for the 
vars.

Sometimes, when you create such an example, you find out that it’s not what you 
thought. But if it is, then others could at least readily try it on their own 
systems, and if there’s no solution found, you could then include it in a bug 
report to Adobe.

I’ve not heard of this problem you report, so I’m inclined to think there may 
be another explanation. But let’s see. Hope that’s helpful.

/charlie

From: ad...@acfug.org<mailto:ad...@acfug.org> [mailto:ad...@acfug.org] On 
Behalf Of Cameron Childress
Sent: Wednesday, August 31, 2016 05:03 PM
To: discussion@acfug.org<mailto:discussion@acfug.org>
Subject: Re: [ACFUG Discuss] Hopefully this list still exists

Folks are still on the list, though I am not sure the list management tool are 
visible anymore.

The acfug.org<http://acfug.org> domain actually just auto-renewed - so I think 
we are still good as long as the list software is actually running

-Cameron

On Wed, Aug 31, 2016 at 5:23 PM, Ajas Mohammed 
<ajash...@gmail.com<mailto:ajash...@gmail.com>> wrote:
Thanks for the email. I for one used to enjoy the challenges in this group with 
people sending their issues.

I hope we can bring it back through this group emails or any other means as 
long as we are actively getting requests.

Thanks,


On Wednesday, August 31, 2016, Frank Moorman 
<stretch...@franksdomain.net<mailto:stretch...@franksdomain.net>> wrote:
As the subject line states... hopefully this mail list still exists...

I came across something interesting today... (and very stressful before I 
figured it out...)

I migrated code from a CF10 server to a CF11 server. And I had a major bug 
because of it. It seems like the function of ListAppend changed.

The Migration docs mentioned how there were changes to the CFScript way of 
using list functions... but I did not see any mention of changes to the CFML 
tag functionality.

I had this code inside a loop:



But it turns out that where CF10 and before would append UpdateString with the 
additional value and store nonsense in devnull, CF11 changes the way it works. 
In the above function in now stores the combination in the devnull variable.



The above does work in CF11 also which seems to be how to change it to work on 
a minimal level.

Hope everyone is well if this maillist still gets out,
Enjoy all,

Frank Moorman


--

iUseDropbox(http://db.tt/63Lvone9)
http://ajashadi.blogspot.com
We cannot become what we need to be, remaining what we are.
No matter what, find a way. Because thats what winners do.
You can't improve what you don't measure.
Quality is never an accident; it is always the result of high intention, 
sincere effort, intelligent direction and skillful execution; it represents the 
wise choice of many alternatives.




--
Cameron Childress
--
p:   678.637.5072
im: cameroncf
facebook<http://www.facebook.com/cameroncf> | 
twitter<http://twitter.com/cameronc> | 
google+<https://profiles.google.com/u/0/117829379451708140985>


No virus found in this message.
Checked by AVG - www.avg.com<http://www.avg.com>
Version: 2016.0.7752 / Virus Database: 4647/12850 - Release Date: 08/21/16
Internal Virus Database is out of date.


[ACFUG Discuss] QuickBooks credit card payment processing

2015-10-26 Thread Troy Jones
Hey all,

Has anyone ever worked with Quickbooks credit card payments, especially the 
payments API using oAuth? Has anyone done it successfully?

If so, I'd like to talk to you off-list.

Thank you,

Troy Jones
Technical Manager
Third Wave Digital
1841 Hardeman Ave.
Macon, GA 31201
t...@thirdwavedigital.com<mailto:t...@thirdwavedigital.com>
www.thirdwavedigital.com<http://www.thirdwavedigital.com>



RE: [ACFUG Discuss] htaccess dilemma

2015-02-09 Thread Troy Jones
Michael,

I have done this type of thing many times but not using the web server 
machinery but instead using DNS. Most major DNS providers support 301 
redirection in some form (it will usually have some type of proprietary 
branding). I have found that when I want to redirect an entire domain that it 
is usually more efficient to use DNS to perform the redirect rather than make 
my web server and/or ColdFusion have to handle the request . Of course, this 
will depend on your level of access to the domain’s DNS zone in the first place.

I realize that isn’t necessarily what you asked but I just thought I’d throw it 
out there as an idea for you.

Thank you,

Troy Jones
Technical Manager
Third Wave Digital
1841 Hardeman Ave.
Macon, GA 31201
t...@thirdwavedigital.commailto:t...@thirdwavedigital.com
www.thirdwavedigital.comhttp://www.thirdwavedigital.com

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Cameron Childress
Sent: Monday, February 09, 2015 1:35 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] htaccess dilemma

I just saw this list and thought about your question. Might be helpful.

It's A collection of useful .htaccess snippets, all in one place. I decided to 
create this repo after getting so tired (and bored) with Googling everytime 
there's a need of forcing www for my new website.

https://github.com/phanan/htaccess#force-https

-Cameron

On Thu, Feb 5, 2015 at 9:30 PM, Michael Brown 
singleconce...@gmail.commailto:singleconce...@gmail.com wrote:
Good Evening,

I recently created site the requires a 301 redirect.  I would like to redirect 
all files with https://www.oldsite.com/*.* to https://secure.newsite.com.  
Currently using the following in the htaccess however it's not redirecting.  
Any suggestions?

RewriteEngine on
RewriteCond %{HTTP_HOST} !^secure\.newsite\.com [NC]
RewriteCond %{HTTP_HOST} ^oldsite\.com [NC,OR]
RewriteCond %{HTTP_HOST} ^www\.oldsite\.com [NC]
RewriteRule ^(.*)$ https://secure.newsite.com/$1 [R=301,L]

Thanks in advance for your help.

--
Michael Brown

Do a Common Thing Uncommonly Well

Direct Line - 770-605-5240tel:770-605-5240

[http://singleconcepts.com/images/logo4links.png]

We Get Your Business Moving
http://www.techillo.com

[https://d2q0qd5iz04n9u.cloudfront.net/_ssl/proxy.php/http/www.linkedin.com/img/webpromo/btn_viewmy_160x25.png]http://www.linkedin.com/in/hotdeals

Twitter: http://www.twitter.com/singleconcepts


Skype ID: hotdealer





--
Cameron Childress
--
p:   678.637.5072
im: cameroncf
facebookhttp://www.facebook.com/cameroncf | 
twitterhttp://twitter.com/cameronc | 
google+https://profiles.google.com/u/0/117829379451708140985



RE: [ACFUG Discuss] Using caching and threading to load a page quickly

2014-09-29 Thread troy
Chris,

I recently did a similar project (albeit not with Wordpress) where I imported a 
XML feed from another website into a ColdFusion powered site. What I found out, 
at least for the project I was doing, was that writing the file to my machine 
and using that for my output was significantly more manageable than trying to 
manage cache. This was especially true when having to debug something that came 
from the imported data. While I'm sure that Wordpress's RSS feed is stable, the 
main thing is that you're getting content from a source that you do not have 
direct control over and this can create some issues outside of what you're 
already experiencing.

I think your idea is solid, I'd just simply think about writing the import to a 
file for use by your application. I do have one other small recommendation. If 
you are planning to update every two minutes, I'd recommend setting the timeout 
on your cffeed to something below 120 (ideally below 100) as it seems to me 
that you could be creating collision or recursion with the current value of 180.

Just my two cents.

Thank you,

Troy Jones
Technical Manager
Third Wave Digital
1841 Hardeman Ave.
Macon, GA 31201
t...@thirdwavedigital.commailto:t...@thirdwavedigital.com
www.thirdwavedigital.comhttp://www.thirdwavedigital.com

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Chris
Sent: Monday, September 29, 2014 1:35 AM
To: discussion@acfug.org
Subject: [ACFUG Discuss] Using caching and threading to load a page quickly

Hi All,

I have a main index page which is in ColdFusion which gets a RSS feed from 
another website(Newswebsite which is a WordPress 3.9.2 website running on 
shared hosting). The Newswebsite is on shared hosting so takes about 7 seconds 
to load(a little slow, I know, but the decision to go with a shared hosting was 
done to save on costs by the purchasing people).

Now, people don't want the main index page to take 7 seconds to load. I 
estimate using caching of the RSS feed so that updates are retrieved from the 
feed only every 2 minutes and having a thread so that the main index page 
loads(in 2 seconds or less) without waiting for the RSS feed can alleviate the 
issue. The thread which fetches the data from RSS feed can display the feeds on 
the main index page after the data is retrieved.

1. If the idea is on the right track, would something like the below work?

-

The full implementation is at http://collabedit.com/dgraj/history

!--- Caching the RSS feed from newssite so that it is checked every 2 minutes 
only---


!--- Start a thread and wait for it to read the RSS feed from newssite ---

!--- Wait for the thread for 7 seconds---


!--- Check if there are any entries from RSS feed of newswebsite and display 
the feed information on main index page if it was obtained in 7 seconds ---




2. Are there other better ways to tackle the issue?

I want the other parts of the main index page which is in ColdFusion to load 
quickly and not get delayed because getting data from the RSS feed of news 
website takes 7 seconds.

Any suggestions would be appreciated.

Thanks

P.S. I used ColdFusion code and Yahoo e-mail did not allow me to send it. I 
heard Yahoo Mail flags messages containing code as spam so does not allow such 
messages. So, just had to explain it in text and provide a link to Collabedit.


RE: [ACFUG Discuss] Issue with cftry and Query of Queries

2014-08-06 Thread troy
Here is the method that is throwing the uncaught error:

https://gist.github.com/anonymous/f6ea0c785e50f930deb1

It’s really just an abstraction of a cfquery dbtype=”query” and nothing more.

This is the query string that gets passed as the queryCondition argument (or 
something along these lines, there were 200+ instances of this particular SQL 
injection event).

id=4418616039%22%20and(select%201%20from(select%20count(*),concat((select%20(select%20(SELECT%20distinct%20concat(0x7e,0x27,%27ololo%27,0x27,0x7e)%20FROM%20information_schema.schemata%20LIMIT%201))%20from%20information_schema.tables%20limit%200,1),floor(rand(0)*2))x%20from%20information_schema.tables%20group%20by%20x)a)%20and%20--%20%22x%22=%22x

As far as the rest of the error dump goes, it’s just stack trace information. 
There is no additional information available that makes anything any clearer.

The error is thrown in the above method. As you can see, there is no try/catch 
in that method so the wrapping try/catch statement should have caught anything 
coming from it.

Thank you,

Troy Jones
Technical Manager
Third Wave Digital
1841 Hardeman Ave.
Macon, GA 31201
t...@thirdwavedigital.commailto:t...@thirdwavedigital.com
www.thirdwavedigital.comhttp://www.thirdwavedigital.com

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Cameron Childress
Sent: Wednesday, August 06, 2014 12:24 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] Issue with cftry and Query of Queries

On Wed, Aug 6, 2014 at 12:17 PM, troy 
t...@thirdwavedigital.commailto:t...@thirdwavedigital.com wrote:
Here is the current code snip:

Okay, still not all the code.

This is the error that was reported:

Not the entire error.

But my real question is why the error escaped the try/catch block at all. 
cfcatch type=”any” should have caught anything regardless of whether the 
error originated in the contained logic block or some other method called by 
it, yes?

As I said, there could be other catch blocks in the other libraries. *That* 
catch would trap error and prevent *your* catch from catching it.

But answering this question really requires the rest of the code and full error.

If anyone sees something else, perhaps they will speak up.

-Cameron

--
Cameron Childress
--
p:   678.637.5072
im: cameroncf
facebookhttp://www.facebook.com/cameroncf | 
twitterhttp://twitter.com/cameronc | 
google+https://profiles.google.com/u/0/117829379451708140985



[ACFUG Discuss] DNS hosting

2014-04-14 Thread troy
Wasn't sure if this was the right mailing list for this question but here goes 
anyways

My DNS provider has been recently purchased by a competitor and we now will 
have to move our inventory to another host. So far, I've checked out Dyn and 
Enom but am not terribly excited about either one.

My question to the group is, can anyone recommend a good DNS provider/ domain 
registrar that is inexpensive and offers a simple DNS management interface?

Thank you,

Troy Jones
Technical Manager
Third Wave Digital
1841 Hardeman Ave.
Macon, GA 31201
t...@thirdwavedigital.commailto:t...@thirdwavedigital.com
www.thirdwavedigital.comhttp://www.thirdwavedigital.com



RE: [ACFUG Discuss] Embedding Wordpress into CF

2014-01-17 Thread troy
Wordpress has an embedded RSS/XML feed in every site that can be found at:

http://domain.com/feed/

You could do an XML import of that file into your CF application.


Thank you,

Troy Jones
Technical Manager
Third Wave Digital
1841 Hardeman Ave.
Macon, GA 31201
t...@thirdwavedigital.commailto:t...@thirdwavedigital.com
www.thirdwavedigital.comhttp://www.thirdwavedigital.com

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Michael Brown
Sent: Friday, January 17, 2014 5:12 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] Embedding Wordpress into CF

Does anyone have a solution for embedding WORDpress into a CF page?  Or a cf 
solution that I can include into a cf page.  I have a need for a robust blog, 
but already have an established cf website.

Thanks for your help group members!

--
Michael Brown
Direct Line - 770-605-5240

[Image removed by sender.]

We Get Your Business Moving
http://www.techillo.com

[Image removed by sender.]http://www.linkedin.com/in/hotdeals

Twitter: http://www.twitter.com/singleconcepts






Skype ID: hotdealer





-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-


inline: ~WRD000.jpg

RE: [ACFUG Discuss] CFLDAP intermittent error

2014-01-15 Thread troy
Maya,

While I’m not familiar with your network setup, I’m guessing that your LDAP 
server is a network/shared/public resource of some kind? If this is the case, 
I’m thinking some type of DNS issue or possibly a network connectivity issue, 
especially if the problem is intermittent and you’re seeing no other supporting 
evidence of any other issues.

Thank you,

Troy Jones
Technical Manager
Third Wave Digital
1841 Hardeman Ave.
Macon, GA 31201
t...@thirdwavedigital.commailto:t...@thirdwavedigital.com
www.thirdwavedigital.comhttp://www.thirdwavedigital.com

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Maya Tulchinsky
Sent: Wednesday, January 15, 2014 8:26 AM
To: discussion@acfug.org
Subject: [ACFUG Discuss] CFLDAP intermittent error

Hello,

We have ColdFusion 8 installed on the Windows Server 2003.  Since yesterday 
LDAP query code is working intermittent.  Same code will work for 15 minutes 
and site will be down for next 20.  Error message we get is “Connection to LDAP 
server failed.”  There are several servers with same install and all experience 
this issue and not at the same time.
I would appreciate any suggestions.

Thanks,

Maya
MCIC Vermont



-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLinkhttp://www.fusionlink.com
-


RE: [ACFUG Discuss] resetting admin password on CF10

2013-11-06 Thread troy
I did in fact run it using double-click. I wasn't aware of the run as 
administrator issue being in play here but that makes sense that that could 
have affected the process.

Good to know, hopefully I don't run into this again.

-Troy

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Charlie Arehart
Sent: Wednesday, November 06, 2013 9:16 AM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] resetting admin password on CF10

Troy, since you refer to passwordreset.bat, we know you're on Windows. So did 
you run that by double-clicking on it as shown within Windows Explorer? If so, 
there are two problems with that.

First, that would mean you didn't use run as administrator, which may be very 
important, and an error may have reflected that.

Second, though, by running it from within Windows Explorer like that, you won't 
have seen if indeed there was an error or other response after the command 
completed, because the temporary command prompt window that is opened is closed 
after the bat file runs. It's always a good idea to avoid running bat files 
from Windows Explorer if there's any chance they may have output you need to 
see that's displayed after the bat file runs.

So try opening a command prompt yourself-and don't forget to do it by 
right-clicking and choosing run as admin (or if you see an option in your 
Start menu for CMD as Admin, choose that.) If you get an error reporting 
java.io.FileNotFoundException: ..\lib\password.properties (Access is denied), 
that confirms that you needed to run it as admin. (All this is something I've 
been meaning to blog on, as they're easy mistakes to make.)

Let us know how it goes, and if indeed there still seems something else amiss. 
That would be more fodder for the blog entry. :-)

/charlie

From: ad...@acfug.orgmailto:ad...@acfug.org [mailto:ad...@acfug.org] On 
Behalf Of troy
Sent: Tuesday, November 05, 2013 10:28 AM
To: discussion@acfug.orgmailto:discussion@acfug.org
Subject: RE: [ACFUG Discuss] resetting admin password on CF10

Charlie,

As it turns out, I was able to determine that the password had been physically 
changed and I located the new password and was able to log in successfully. So, 
while my initial problem is solved, it begs another question about why the use 
of the passwordreset.bat file did not prove effective. I used the process of 
resetting the password with this utility, restarting both CF and WWW and the 
admin password still was not ever altered. This seems a bit problematic to me 
but like I said, at least the immediate problem is resolved.

I did read your links and will probably test that out on a development 
environment as time allows.

Thanks for the info.

-Troy

From: ad...@acfug.orgmailto:ad...@acfug.org [mailto:ad...@acfug.org] On 
Behalf Of Charlie Arehart
Sent: Monday, November 04, 2013 8:07 PM
To: discussion@acfug.orgmailto:discussion@acfug.org
Subject: RE: [ACFUG Discuss] resetting admin password on CF10

Troy, it Is true that when you add a new CF Admin user, even one with all admin 
roles allowed, it does NOT give them the security roles, so only that 
original Admin user can add a new user.

No, you say that after running the passwordreset you still can't get in, but 
did you restart CF? You do need to, as that modified a file that is then read 
during startup.

If you did do a restart, then I would propose something else could be at issue. 
While the password reset does reset the password for that initial admin user, 
it is possible (through other manual file modification) to change that username 
to something else.  The following technote discusses it, and though for CF8, 
the concept should still apply for CF10:

http://helpx.adobe.com/coldfusion/kb/coldfusion-8-change-root-administrator.html

FWIW, I also discuss that and much more on the multi-user capability for the CF 
Admin in an article I did for Adobe, listed on my articles page at:

http://www.carehart.org/articles/#2009_1

Let us know if any of that helps.

/charlie
From: ad...@acfug.orgmailto:ad...@acfug.org [mailto:ad...@acfug.org] On 
Behalf Of troy
Sent: Monday, November 04, 2013 5:48 PM
To: discussion@acfug.orgmailto:discussion@acfug.org
Subject: [ACFUG Discuss] resetting admin password on CF10

I have encountered an issue on one of my production CF10 servers. I have 
created a user for the CF Admin for use outside of the admin user. However, I 
can no longer log in with the admin user and can not see any of the user 
manager properties with my new user.

I have tried resetting the password with the passwordreset.bat file located in 
[coldfusionhome]\cfusion\bin and it does not resolve the issue.

Does anyone have any tricks on how to reset the admin password?

Thank you,

Troy Jones
Technical Manager
Third Wave Digital
1841 Hardeman Ave.
Macon, GA 31201
t...@thirdwavedigital.commailto:t...@thirdwavedigital.com
www.thirdwavedigital.comhttp://www.thirdwavedigital.com

RE: [ACFUG Discuss] resetting admin password on CF10

2013-11-05 Thread troy
Charlie,

As it turns out, I was able to determine that the password had been physically 
changed and I located the new password and was able to log in successfully. So, 
while my initial problem is solved, it begs another question about why the use 
of the passwordreset.bat file did not prove effective. I used the process of 
resetting the password with this utility, restarting both CF and WWW and the 
admin password still was not ever altered. This seems a bit problematic to me 
but like I said, at least the immediate problem is resolved.

I did read your links and will probably test that out on a development 
environment as time allows.

Thanks for the info.

-Troy

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Charlie Arehart
Sent: Monday, November 04, 2013 8:07 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] resetting admin password on CF10

Troy, it Is true that when you add a new CF Admin user, even one with all admin 
roles allowed, it does NOT give them the security roles, so only that 
original Admin user can add a new user.

No, you say that after running the passwordreset you still can't get in, but 
did you restart CF? You do need to, as that modified a file that is then read 
during startup.

If you did do a restart, then I would propose something else could be at issue. 
While the password reset does reset the password for that initial admin user, 
it is possible (through other manual file modification) to change that username 
to something else.  The following technote discusses it, and though for CF8, 
the concept should still apply for CF10:

http://helpx.adobe.com/coldfusion/kb/coldfusion-8-change-root-administrator.html

FWIW, I also discuss that and much more on the multi-user capability for the CF 
Admin in an article I did for Adobe, listed on my articles page at:

http://www.carehart.org/articles/#2009_1

Let us know if any of that helps.

/charlie
From: ad...@acfug.orgmailto:ad...@acfug.org [mailto:ad...@acfug.org] On 
Behalf Of troy
Sent: Monday, November 04, 2013 5:48 PM
To: discussion@acfug.orgmailto:discussion@acfug.org
Subject: [ACFUG Discuss] resetting admin password on CF10

I have encountered an issue on one of my production CF10 servers. I have 
created a user for the CF Admin for use outside of the admin user. However, I 
can no longer log in with the admin user and can not see any of the user 
manager properties with my new user.

I have tried resetting the password with the passwordreset.bat file located in 
[coldfusionhome]\cfusion\bin and it does not resolve the issue.

Does anyone have any tricks on how to reset the admin password?

Thank you,

Troy Jones
Technical Manager
Third Wave Digital
1841 Hardeman Ave.
Macon, GA 31201
t...@thirdwavedigital.commailto:t...@thirdwavedigital.com
www.thirdwavedigital.comhttp://www.thirdwavedigital.com


-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLinkhttp://www.fusionlink.com
-

-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLinkhttp://www.fusionlink.com
-



-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-




[ACFUG Discuss] resetting admin password on CF10

2013-11-04 Thread troy
I have encountered an issue on one of my production CF10 servers. I have 
created a user for the CF Admin for use outside of the admin user. However, I 
can no longer log in with the admin user and can not see any of the user 
manager properties with my new user.

I have tried resetting the password with the passwordreset.bat file located in 
[coldfusionhome]\cfusion\bin and it does not resolve the issue.

Does anyone have any tricks on how to reset the admin password?

Thank you,

Troy Jones
Technical Manager
Third Wave Digital
1841 Hardeman Ave.
Macon, GA 31201
t...@thirdwavedigital.commailto:t...@thirdwavedigital.com
www.thirdwavedigital.comhttp://www.thirdwavedigital.com




-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-




RE: [ACFUG Discuss] cfwindow style issue

2013-09-19 Thread troy
Jeff,

One thing I've encountered when using certain CF goodies like cfinput 
type=datefield is that there can be a good amount of collision with the 
site's styling, for example, on td and th elements. One thing you might try 
is to load your site's style sheet last, immediately before the /body. Or, 
something I've done in the past is to identify the colliding classes/styles and 
drop the !important keyword into my styles to override the ones provided by CF. 
Unfortunately I don't have any example of this that isn't behind a login but I 
think you should be able to use one of those tricks to fix the problem.

Thank you,

Troy Jones
Technical Manager
Third Wave Digital
1841 Hardeman Ave.
Macon, GA 31201
t...@thirdwavedigital.commailto:t...@thirdwavedigital.com
www.thirdwavedigital.comhttp://www.thirdwavedigital.com

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Jeff Howard
Sent: Thursday, September 19, 2013 3:57 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] cfwindow style issue

This is probably something discussed prior or a well known issue and work 
around but my searches have not yielded any results for me.

I'm trying to add a cfwindow (a tag that I've not used in some time) on a CF9 
server. My issue is that when I add the window it overwrites a lot of my 
styles/classes for the page I'm displaying it on.

Does anyone have a solution or a link to a solution so I can actually fix the 
issue rather than searching all afternoon?

Any help would be greatly appreciated.

Thanks!!
Jeff

No virus found in this message.
Checked by AVG - www.avg.comhttp://www.avg.com
Version: 2013.0.3408 / Virus Database: 3222/6678 - Release Date: 09/18/13



-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-




RE: [ACFUG Discuss] ColdFusion Builder freezes abruptly

2013-08-16 Thread troy
That's been my experience with it for the most part as well, Cameron. I used CF 
Builder 2 for some time at my last job and just found that there were too many 
foibles to want to invest in it when moving to my current job. I am back to 
using the free IDE that I started with many years ago that has a few problems, 
but it's free.

That said, I'd love to see the product become more reliable and more reasonably 
priced as I'd consider using it again with those caveats.

Thank you,

Troy Jones
Technical Manager
Third Wave Digital
1841 Hardeman Ave.
Macon, GA 31201
t...@thirdwavedigital.commailto:t...@thirdwavedigital.com
www.thirdwavedigital.comhttp://www.thirdwavedigital.com

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Cameron Childress
Sent: Friday, August 16, 2013 7:42 AM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] ColdFusion Builder freezes abruptly

On Thu, Aug 15, 2013 at 8:27 PM, Chris wrote:
My ColdFusion Builder 2 has decided to be finicky again. From the heap monitor 
the memory used is 250M of 358M.

Apologies if this was already suggested, but Eclipse in general can be a little 
bit hangy if you have a whole bunch of projects open. The more files you have 
open the more Eclipse has to crawl through when it's rebuilding your workspace. 
I'd check to make sure any projects you aren't currently using are closed. 
Also, I'd recommend against mapping to a giant central location on your drive 
to avoid having to use projects the way Eclipse intended. I think there is an 
option to close unrelated projects from the right click menu in Eclipse to 
cleanly close everything else.

Not sure this is your problem, but Building Workspace is what happens when 
it's crawling through everything. Sleeping probbaly means it's not actually 
crawling, but who knows.

Again, this is why I stopped using CFBuilder. I am 100% sure I could have 
followed advice of folks like Charlie and gotten CFBuilder to hum along without 
any trouble, but I personally don't feel like using an IDE should be that much 
work. Any technology I have to constantly fight just to use it goes into my 
trash bin pretty quickly now-a-days.

-Cameron

--
Cameron Childress
--
p:   678.637.5072
im: cameroncf
facebookhttp://www.facebook.com/cameroncf | 
twitterhttp://twitter.com/cameronc | 
google+https://profiles.google.com/u/0/117829379451708140985




-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-




RE: [ACFUG Discuss] Out of Memory?!?

2013-08-08 Thread troy
I'm looking at your error and seeing that it is merely reporting back that the 
server is busy but does not give a definitive cause. While it could be memory, 
I think I'd be looking for CPU usage issues. What does the CPU usage look like 
during this event?

I ran into a similar problem a couple of years back when the company I worked 
for at the time went to virtual machines (albeit we were using 32 bit Windows 
and not Linux). A process was running that had nothing to do with Jrun or 
IIS/WWW that was sucking up the CPU all the way to 100% and there was no CPU 
left to process requests. I was getting the same 503 error that you get when 
you try to request a page from the server. Restarts only postponed the problem 
and our fix was simply to spin up a new virtual machine (a 64bit instance). We 
never could completely isolate the exact process that was eating up the CPU.

Just a thought, hope you're able to find the problem quickly!

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Ajas Mohammed
Sent: Thursday, August 08, 2013 11:56 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] Out of Memory?!?

My first question will be do you have 1. FusionReactor or are you using CF 
built in monitoring. See what requests were running or are running when this 
happens.

Ajas Mohammed /
iUseDropbox(http://db.tt/63Lvone9)
http://ajashadi.blogspot.com
We cannot become what we need to be, remaining what we are.
No matter what, find a way. Because thats what winners do.
You can't improve what you don't measure.
Quality is never an accident; it is always the result of high intention, 
sincere effort, intelligent direction and skillful execution; it represents the 
wise choice of many alternatives.

On Thu, Aug 8, 2013 at 8:23 PM, Frank Moorman 
stretch...@franksdomain.netmailto:stretch...@franksdomain.net wrote:
FYI...

This is what the user gets on their end:

Server Error
The server encountered an internal error and was unable to complete your 
request.
Application server is busy. Either there are too many concurrent requests or 
the server is still starting up.


Also, I have not received any CF template errors at the times the 503 errors 
occur, nor any java.outofmemory errors etc. The server is running and available 
except for the one or two requests. Looking in the apache access log, There is 
no pattern to the pages that were requested, (but I know that I need to dig 
deeper and see what pages were requested right before the errors occur.)

Thanks in advance for any help,
Frank



On 08/08/2013 07:41 PM, Frank Moorman wrote:
All,

I'm trying to figure out and determine a Jrun Out of Memory error. I get the 
following in my logs:





[Thu Aug 08 14:40:14 2013] [notice] jrApache[2937: 31182]  returning error page 
for JRun too busy or out of memory

[Thu Aug 08 15:50:09 2013] [notice] jrApache[1787: 63699]  returning error page 
for JRun too busy or out of memory

It doesn't happen often, (maybe once or occasionally twice a business day) but 
as everyone understands, users aren't happy when it happens to them.

This is a linux box, 64bit Centos 6, CF9 Enterprise, 64bit jvm version 1.7. 
(The jvm was installed separately from CF for security and coldfusion uses it.)

I doubt it is actually an out of memory condition (though I could be wrong) The 
server has 6GB of physical memory and another 6GB of swap. It rarely needs to 
use swap. (i.e. I have not observed it.)

The jvm is given significant memory to use as well. It is using a 64bit jvm 
with the settings of 1GB min JVM heap, as well as a 3GB max. When I look 
through the server monitor, it is normal to see 1 to 1.5GB allocated and 
between 100-750MB used. (I see a normal sawtooth pattern with the memory usage, 
so it looks like what I would expect from the garbage collection routing. It 
does spike occasionally but I have never seen it close to the 3GB max. (I've 
never even seen it hit 2GB used.)

The server is set for 40 template requests (I recently upped it from 10 to see 
if that was the problem and it still occurred with the same frequency.)
Flash remoting is set to 2, webservice 1, CFC 1. (These remote settings are 
only set for the monitor, as the server does not provide any webservices 
outside the running application) Jrun is set to 50 requests, and 1000 queued. 
(Enough to cover the CF requests.)

I looked at Charlie's blog...  I have checked the logs, and other than the 
apache error log (above) I do not see anything. I've check the system 
/var/log/messages, I've checked all the CF logs (I also archived everything 
yesterday, and the cf logs are practically empty even after today's 
occurrence.) I did not find any jvm abort logs that Charlie mentioned in his 
blog. (I checked in the CF directory mentioned as well as the system logs and 
the actual JVM directory)  I also checked the Jrun log (in 
/opt/jrun4/logs/cfusion-event.log ) and was surprised because the only entries 
were months ago. (Because of the age of the log, I'm 

RE: [ACFUG Discuss] ColdFusion Builder freezes abruptly

2013-08-07 Thread troy
Chris,

I ran into a similar issue with CFB2 when I was using it. Have a look at this 
and see if it helps you:

http://forums.adobe.com/thread/847461



Thank you,

Troy Jones
Technical Manager
Third Wave Digital
1841 Hardeman Ave.
Macon, GA 31201
t...@thirdwavedigital.commailto:t...@thirdwavedigital.com
www.thirdwavedigital.comhttp://www.thirdwavedigital.com

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Cameron Childress
Sent: Wednesday, August 07, 2013 4:24 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] ColdFusion Builder freezes abruptly

On Wed, Aug 7, 2013 at 3:29 PM, Chris wrote:
This has happened few times in a week. ColdFusion Builder freezes before I can 
save my changes. I have to forcibly close it due to which I lose my changes.
What could be causing this and how can I fix it?

Chris-

Try what's Charlie described and see if it helps. If it doesn't...

I've found that any Eclipse based IDE is super memory hungry. Flex Builder was 
the same. If you can't get CFBuilder working to your satisfaction, you might 
also take a look at Sublime Text 2, which I started using exclusively about a 
year ago. It uses way less memory, is very snappy, and has CFML extensions 
available.

http://www.sublimetext.com/

I'd gotten to the point that I had to give CFBuilder/Eclipse about a third of 
my whole machine's memory for it to run and it still paused all the time for 
garbage collection. Sublime Text is crazy awesome compared to CFBuilder in that 
regard.

-Cameron

--
Cameron Childress
--
p:   678.637.5072
im: cameroncf
facebookhttp://www.facebook.com/cameroncf | 
twitterhttp://twitter.com/cameronc | 
google+https://profiles.google.com/u/0/117829379451708140985




-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-




RE: [ACFUG Discuss] Getting Connection Refused

2013-05-16 Thread Troy Jones
I'd be curious to know what happens if you try to open the URL that you are
attempting to access with a browser. That might give you a strong clue about
what is happening, or at least help you narrow down if something is amiss
with the remote server or your code/server.

 

Thank you,

 

Troy Jones

Technical Manager

Third Wave Digital

1841 Hardeman Ave.

Macon, GA 31201

 mailto:t...@thirdwavedigital.com t...@thirdwavedigital.com

 http://www.thirdwavedigital.com www.thirdwavedigital.com

 

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Wilson, Brooks
Sent: Thursday, May 16, 2013 11:20 AM
To: discussion@acfug.org
Subject: [ACFUG Discuss] Getting Connection Refused

 

Greetings:

 

I'm using a CFFEED tag to retrieve an RSS feed. It has suddenly stopped
working. Nothing has changed. When we trace the request - nothing happens. I
was reading the CF caches DNS entries - but I don't see any information on
how to clear the cache. Does anyone have any experience with misbehaving
CFFEED/CFHTTP tags?

 

Sincerely, Brooks

  _  

Brooks Wilson  |  Senior Web Developer Programmer/Analyst
Technology Solutions Services  |  Application Delivery Services

Federal Reserve Bank of Atlanta  |  1000 Peachtree Street,  Atlanta, GA
30309-4470

Phone: 404.498.8178 | Fax: 404.498.8239 | Mobile: 404.985.9270

Email:  mailto:brooks.wil...@atl.frb.org brooks.wil...@atl.frb.org

 


- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink http://www.fusionlink.com  
- 




-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



RE: [ACFUG Discuss] CF 9 64 bit installer file

2013-04-10 Thread Troy Jones
I believe that is correct. The installer handles all versions.

 

Thank you,

 

Troy Jones

Technical Manager

Third Wave Digital

1841 Hardeman Ave.

Macon, GA 31201

 mailto:t...@thirdwavedigital.com t...@thirdwavedigital.com

 http://www.thirdwavedigital.com www.thirdwavedigital.com

 

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Ajas Mohammed
Sent: Wednesday, April 10, 2013 5:17 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] CF 9 64 bit installer file

 

Hi,

Just checking if the installer available on adobe's site for CF 9 64 bit
would work with Enterprise license.

I downloaded one earlier named ColdFusion_9_WWE_win64.exe which is 443,876KB
in size and was wondering if the installer is same for standard and
enterprise or even developer and the license key would trigger the actual
type of installation i.e. standard license vs enterprise license.




Ajas Mohammed / 

iUseDropbox( http://db.tt/63Lvone9 http://db.tt/63Lvone9) 
http://ajashadi.blogspot.com
We cannot become what we need to be, remaining what we are.
No matter what, find a way. Because thats what winners do.
You can't improve what you don't measure.
Quality is never an accident; it is always the result of high intention,
sincere effort, intelligent direction and skillful execution; it represents
the wise choice of many alternatives.




-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



[ACFUG Discuss] Anomalies with dayOfWeekAsString

2013-01-09 Thread Troy Jones
I'm struggling with something here and can't figure out of I'm doing
something wrong or if I've encountered a nasty bug. I am trying to extract
the day of week (both numeric and string) with the following lines:

 

cfscript

writeOutput(now()  br /);

writeOutput(dateFormat(now(),'mm/dd/')  'br /');

writeOutput(dayOfWeek(day(dateFormat(now(),'mm/dd/')))  'br /');

 
writeOutput(dayOfWeekAsString(dayOfWeek(day(dateFormat(now(),'mm/dd/')))
));

/cfscript

 

Here is my output:

 

{ts '2013-01-09 16:21:22'}

01/09/2013

2

Monday

 

It Seems that we're ok until the third line, where it return the numeric day
of week (today, 01/09/2013) as 2 and string value of Monday when the
expected return is 4 and Wednesday. 

 

I admit it's entirely possible I'm missing a minor detail or something
(wouldn't be the first time), but I can't figure out what's going on here.

 

Anyone have ideas?

 

Thank you,

 

Troy Jones

Technical Manager

Third Wave Digital

1841 Hardeman Ave.

Macon, GA 31201

t...@thirdwavedigital.com

www.thirdwavedigital.com

 




-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



RE: [ACFUG Discuss] Anomalies with dayOfWeekAsString

2013-01-09 Thread Troy Jones
In case anyone has replied to this and I haven't yet gotten it, I figured
out what the issue was. The dayOfWeek() function needed a date and not an
integer. I removed the day() function wrapping the dateFormat() function and
all works as intended now.

 

Hopefully that's helpful to someone else.

 

Thank you,

 

Troy Jones

Technical Manager

Third Wave Digital

1841 Hardeman Ave.

Macon, GA 31201

 mailto:t...@thirdwavedigital.com t...@thirdwavedigital.com

 http://www.thirdwavedigital.com www.thirdwavedigital.com

 

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Troy Jones
Sent: Wednesday, January 09, 2013 4:25 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] Anomalies with dayOfWeekAsString

 

I'm struggling with something here and can't figure out of I'm doing
something wrong or if I've encountered a nasty bug. I am trying to extract
the day of week (both numeric and string) with the following lines:

 

cfscript

writeOutput(now()  br /);

writeOutput(dateFormat(now(),'mm/dd/')  'br /');

writeOutput(dayOfWeek(day(dateFormat(now(),'mm/dd/')))  'br /');

 
writeOutput(dayOfWeekAsString(dayOfWeek(day(dateFormat(now(),'mm/dd/')))
));

/cfscript

 

Here is my output:

 

{ts '2013-01-09 16:21:22'}

01/09/2013

2

Monday

 

It Seems that we're ok until the third line, where it return the numeric day
of week (today, 01/09/2013) as 2 and string value of Monday when the
expected return is 4 and Wednesday. 

 

I admit it's entirely possible I'm missing a minor detail or something
(wouldn't be the first time), but I can't figure out what's going on here.

 

Anyone have ideas?

 

Thank you,

 

Troy Jones

Technical Manager

Third Wave Digital

1841 Hardeman Ave.

Macon, GA 31201

t...@thirdwavedigital.com

www.thirdwavedigital.com

 


- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink http://www.fusionlink.com  
- 




-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



RE: [ACFUG Discuss] testing list email please respond

2012-09-18 Thread Troy Jones
Received

Troy Jones

[da_logo_70x263]
___

Troy Jones  |  Director of Technical Services  |  Dynapp Inc  |  1-800-830-5192 
 ext. 603  |  dynapp.comhttp://www.dynapp.com/  |  
facebook.com/dynapphttp://www.facebook.com/dynapp

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Dusty Hale
Sent: Tuesday, September 18, 2012 6:02 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] testing list email please respond

I can't seem to get an email to 
disscus...@acfug.orgmailto:disscus...@acfug.org. If you receive this please 
reply. I get messages from the list just can't seem to get on to the list.

Thanks,
Dusty




-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-


inline: image001.jpg

RE: [ACFUG Discuss] Communicating with a data source moved to on another server

2012-09-08 Thread Troy Jones
Chris,

I think what you're asking is that you want a cfc that is hosted on a remote 
server to access your datasource, hosted on your server? If so,  I do not know 
of a way to do that although it may be possible and I'm just not aware of it. 
I'd recommend one of two things:

1). Move your local datasource and database to the remote server and all will 
be good as before.

2). If this is not possible, then create a datasource on the remote server and 
point the connection to your server's MySQL database.

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Chris
Sent: Saturday, September 08, 2012 3:55 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] Communicating with a data source moved to on another 
server

Initially, we had on the same box, a MySQL server, a Coldfusion server so when 
a MySQL database named mydatabase was referenced in the Coldfusion component 
file, the application worked.
The application is a Flex front end, Coldfusion middle tier and MySQL back end. 
The Flex component communicates with Coldfusion using remoting services.

Now, the Coldfusion is provided by a off-site hosting provider to avoid costs 
of a Coldfusion license. However, the datasource named mydatabase
cannot be accessed by the Coldfusion component since it is on the on-site 
server. The error message is Unable to invoke CFC operation failed on the 
orf2344_cfvars data source

What needs to be done so that the Coldfusion component can access the 
datasource named mydatabase? Our server administrator who changed the servers 
does not
have time to look into this so I need to find out what could have gone wrong 
and inform him how to fix it.

Any suggestions would be appreciated.

Thanks



No virus found in this message.
Checked by AVG - www.avg.comhttp://www.avg.com
Version: 2012.0.2197 / Virus Database: 2437/5256 - Release Date: 09/08/12

-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLinkhttp://www.fusionlink.com
-



-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-




RE: [ACFUG Discuss] cfdocument

2012-07-13 Thread Troy Jones
Jeff,

I drove myself crazy a while back with this very item. I was not able to figure 
out how to do it (I do not believe it's possible) but what you may be able to 
do is to serve it in a pop-up and you can control the initial display size of 
the window that loads it.

However, I am fairly certain that the size percentage is completely a 
client-side setting and cannot  be affected. I'd be interested to know 
different as well.

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Jeff Howard
Sent: Friday, July 13, 2012 6:09 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] cfdocument

Is there a way to control how large a cfdocument created is when it is 
displayed in the browser? I have two different reports using the exact same 
cfdocument tag and one of them displays the report as a page on a gray 
background in the browser while the other one initially displays at about 175% 
- 200% of the document size and fills the browser and looks terrible due to 
pixelization of some elements.

Here is the cfdocument tag:

 cfdocument format=PDF pagetype=letter scale=95 marginright=.50 
marginleft=.50 orientation=portrait encryption=128-bit marginbottom=.8 
margintop=1.75 permissions=allowprinting backgroundvisible=yes 
overwrite=no fontembed=yes


This is running on a CF8 server.

Thanks,
Jeff



-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-




RE: [ACFUG Discuss] CFC path - bind autosuggest issue

2012-06-28 Thread Troy Jones
Is it possible that there is a virtual directory in IIS that is the culprit?

Troy Jones

[da_logo_70x263]
___

Troy Jones  |  Director of Technical Services  |  Dynapp Inc  |  1-800-830-5192 
 ext. 603  |  dynapp.comhttp://www.dynapp.com/  |  
facebook.com/dynapphttp://www.facebook.com/dynapp

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Ajas Mohammed
Sent: Thursday, June 28, 2012 1:12 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] CFC path - bind autosuggest issue

ok, it happened again. Charlie, to answer your question, this time I did not 
create error. I just added a extra space and saved the cfc file and refreshed 
the .cfm page and the error was gone.

We are not using application specific mappings at all i.e this.mappings in 
application.cfc. We dont have any app-specific mappings for the app.

The only weird thing I have noticed is, we have this app setup as website. So 
the error happens when i access the site page like this 
qa.charlie.com/test.cfmhttp://qa.charlie.com/test.cfm. It doesnt happen if I 
access it like this 10.10.10.x/XYZ/test.cfm i.e. thats the ip address of our 
qa/dev server followed by code folder located at C:\inetpub\wwwroot\XYZ. The 
error when called via URL 
qa.charlie.com/test.cfmhttp://qa.charlie.com/test.cfm says XYZ/Employee.cfc 
not found.

So why does direct 10.10.10.x/XYZ/test.cfm works and not 
qa.charlie.com/test.cfmhttp://qa.charlie.com/test.cfm? When accessed via URL, 
its looking for that CFC under another sub XYZ 
folder(C:\inetpub\wwwroot\XYZ\XYZ\Employee.cfc) when the site has been defined 
to use C:\Inetpub\wwwroot\XYZ as home directory in IIS 6.0.

To make matters more interesting, we have atleast 20 cfcs under XYZ and this 
error happens only on 2 CFCs. All others called from cfm pages work just fine. 
Perhaps any error in 2 CFC's that might be causing this behavior?

Weird stuff.

Ajas Mohammed /
iUseDropbox(http://db.tt/63Lvone9)
http://ajashadi.blogspot.com
We cannot become what we need to be, remaining what we are.
No matter what, find a way. Because thats what winners do.
You can't improve what you don't measure.
Quality is never an accident; it is always the result of high intention, 
sincere effort, intelligent direction and skillful execution; it represents the 
wise choice of many alternatives.


On Wed, Jun 27, 2012 at 11:34 AM, Charlie Arehart 
char...@carehart.orgmailto:char...@carehart.org wrote:
I'm curious: you refer to creating an error to somehow force things loose. I 
assume you refreshed the page after creating the error, right?

But did you try also just making a change of any sort to the file, then 
refreshing it, then removing it, to see if that solved things? If you did do 
that, and it did not solve things, that would be interesting and also different 
from just creating an error. (If you did it, and it DID solve things, then it 
would point again to just being a matter of template caching, it would seem.)

Here are some other thoughts: are you using an application-specific mapping 
(this.mappings in application.cfc) to point to this CFC? And even if not, do 
you have any app-specific mappings for the app in question?

Just offering thoughts to move you toward a resolution.

/charlie
From: ad...@acfug.orgmailto:ad...@acfug.org 
[mailto:ad...@acfug.orgmailto:ad...@acfug.org] On Behalf Of Ajas Mohammed
Sent: Tuesday, June 26, 2012 2:46 PM

To: discussion@acfug.orgmailto:discussion@acfug.org
Subject: Re: [ACFUG Discuss] CFC path - bind autosuggest issue

Ok, I had another of these again, i.e. XYZ/Employee.cfc not found. Nothing had 
changed from last month or so.


All I did was create an error in Employee.cfc and then remove it and the 
problem went away. Did the same with 2nd cfc XYZ/Department.cfc that was 
causing not found issue and both are working fine now.

How weird is that?

Ajas Mohammed /


-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLinkhttp://www.fusionlink.com
-




-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-


inline: image001.jpg

RE: [ACFUG Discuss] Re: Odd CreateDate error

2012-06-26 Thread Troy Jones
Howard,

One thing I might suggest is to try/catch the logic and dump the cfcatch scope 
into an email. This will probably yield you a more robust error report than 
what you see here.

I took your function and modified it just a bit to see if I could find 
something out. It looks like that, when you set the date as “31oct2012”,  the 
reason its yielding an error is because of your list being out of chronological 
order. Oct and Nov are switched. I fixed them up; the function returns the 
expected data.


From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Howard Fore
Sent: Tuesday, June 26, 2012 9:25 PM
To: ACFUG Discussion
Subject: [ACFUG Discuss] Re: Odd CreateDate error

Actually that date string works ok. But 31Oct2011 does not. 30Oct2011 is 
ok, Halloween isn't. Grr.

--
Howard Fore, howard.f...@hofo.commailto:howard.f...@hofo.com
“What people say, what people do, and what they say they do are entirely 
different things.” - Margaret Mead


On Tue, Jun 26, 2012 at 9:04 PM, Howard Fore 
howard.f...@hofo.commailto:howard.f...@hofo.com wrote:
I'm sure there's some blindingly obvious thing I'm doing wrong here, but I 
can't see it. Any ideas would be extremely helpful.

cffunction name=dateConverter
cfargument name=strDate required=yes
cfargument name=strFormat required = yes
cfset var rtnDate = createDate(1900,1,1)

cfif arguments.strFormat is ddmmm
!--- example: 31jan2012 ---
cfset var dateParts = 
RefindNoCase('([0-9]{1,2})([a-z]{3,3})([0-9]{4,4})',arguments.strDate,1,true)
cfif dateparts.pos[2] neq 0
cfset var theDate = {}

cfset theDate.days = mid(arguments.strDate,dateParts.pos[2],dateParts.len[2])

cfset theDate.month = mid(arguments.strDate,dateParts.pos[3],dateParts.len[3])
cfset var theMonthsList = 'jan,feb,mar,apr,may,jun,jul,aug,sep,nov,oct,dec'
cfset theDate.monthNumber = ListFind(theMonthsList,theDate.month)

cfset theDate.year = mid(arguments.strDate,dateParts.pos[4],dateParts.len[4])

cfset rtnDate = createDate(theDate.year, theDate.monthNumber, theDate.days)
/cfif

/cfif
cfreturn rtnDate
/cffunction


cfset theDate = 12oct2012
cfoutput#dateConverter(theDate,'ddmmm')#/cfoutput

gives me (in CF 9.0.1) an extremely unhelpful error (line 37 in the stack trace 
below is the cfset rtnDate line towards the end of the above function:

struct

Message

MONTH

StackTrace

java.lang.IllegalArgumentException: MONTH at 
java.util.GregorianCalendar.computeTime(GregorianCalendar.java:2482) at 
java.util.Calendar.updateTime(Calendar.java:2469) at 
java.util.Calendar.getTimeInMillis(Calendar.java:1088) at 
java.util.Calendar.getTime(Calendar.java:1061) at 
coldfusion.util.DateUtils.createDate(DateUtils.java:959) at 
coldfusion.runtime.CFPage.CreateDate(CFPage.java:1009) at 
cfindex2ecfm2067856441$funcDATECONVERTER.runFunction(D:\frba\pages\research\inflationproject\dashboard\index.cfm:37)
 at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472) at 
coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368)
 at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55) 
at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321) at 
coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:220) at 
coldfusion.runtime.CfJspPage._invokeUDF(CfJspPage.java:2582) at 
cfindex2ecfm2067856441._factor2(D:\frba\pages\research\inflationproject\dashboard\index.cfm:1251)
 at 
cfindex2ecfm2067856441._factor11(D:\frba\pages\research\inflationproject\dashboard\index.cfm:1242)
 at 
cfindex2ecfm2067856441._factor12(D:\frba\pages\research\inflationproject\dashboard\index.cfm:1156)
 at 
cfindex2ecfm2067856441._factor13(D:\frba\pages\research\inflationproject\dashboard\index.cfm:1154)
 at 
cfindex2ecfm2067856441._factor14(D:\frba\pages\research\inflationproject\dashboard\index.cfm:1146)
 at 
cfindex2ecfm2067856441._factor24(D:\frba\pages\research\inflationproject\dashboard\index.cfm:1137)
 at 
cfindex2ecfm2067856441._factor32(D:\frba\pages\research\inflationproject\dashboard\index.cfm:13)
 at 
cfindex2ecfm2067856441.runPage(D:\frba\pages\research\inflationproject\dashboard\index.cfm:12)
 at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231) at 
coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:416) at 
coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65) at 
coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:360) at 
coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48) at 
coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40) at 
coldfusion.filter.PathFilter.invoke(PathFilter.java:94) at 
coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70) at 
coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:79) at 
coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
 at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38) at 
coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46) at 

RE: [ACFUG Discuss] cfwindow - how to change the grey border in the header?

2012-04-27 Thread Troy Jones
I've done that a few times with the datefield input calendar window. Works 
pretty well if you can't find anything else that does it.

Troy Jones

[cid:image001.jpg@01CD245E.0FA72370]
___

Troy Jones  |  Director of Technical Services  |  Dynapp Inc  |  1-800-830-5192 
 ext. 603  |  dynapp.comhttp://www.dynapp.com/  |  
facebook.com/dynapphttp://www.facebook.com/dynapp

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of 
brooks.wil...@atl.frb.org
Sent: Friday, April 27, 2012 10:09 AM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] cfwindow - how to change the grey border in the 
header?

Dusty:

First off, I can't seem to get cfwindow to work properly, it looks like CF9 
has messed that tag up. I've seen that with cflayoutarea as well.

That being said, I think the solution to your problem can be accomplish by 
overriding the x-window-header and x-window-body styles that ColdFusion is 
using. I would try to wrap the cfwindow tag in a named div element like 
this:

div id='myStuff'
  cfwindow name=window1
blah, blah, blah
  /cfwindow
/div

Then include a stylesheet entry like

#myStuff .x-window-header {
border: 1px solid blue; /* or whatever */
}

#myStuff .x-window-body {
border: 1px solid blue; /* or whatever */
}

Firefox - FireBug plugin is really good at letting you see (and dynamically) 
change the styles for a page element. This should get you started.

Sincerely, Brooks

[cid:image002.jpg@01CD245E.0FA72370]

ADS develops  supports effiective, efficient and secure software solutions
--
Federal Reserve Bank of Atlanta ∙ Application Delivery Services
1000 Peachtree Street NE ∙ Atlanta,Georgia ∙ 30309-4470 * 404-498-8178





From:Dusty Hale du...@dustyhale.commailto:du...@dustyhale.com
To:discussion@acfug.orgmailto:discussion@acfug.org,
Date:04/26/2012 12:08 PM
Subject:[ACFUG Discuss] cfwindow - how to change the grey border in the 
header?
Sent by:ad...@acfug.orgmailto:ad...@acfug.org




Does anyone know how to change the grey curvy border in the headerStyle of a 
cfwindow? Changing the border for the body using CSS is no problem but when 
when I add CSS for the border in the headerStyle attribute it does nothing. I'm 
able to change the background color of the header no problem but it looks 
really funny with the default grey curvy border. I'm trying to get it to match 
the border color I set for the bodyStyle attribute.

Thanks in advance for any help or advice!!

Dusty






-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-


inline: image001.jpginline: image002.jpg

RE: [ACFUG Discuss] allrequestsallowed.com/home.cfm - Hack attempt Perhaps?

2011-10-03 Thread Troy Jones
Yeah, I think I'd agree with you, Ajas. Especially if there were a number of 
attempts passing strange URL variables. Maybe not even so much a hack attack as 
someone just playing around or being annoying. I've seen url strings like that 
pop up in error logs when my sites start doing funny things.

In either case, sounds like you're right on to me.

Troy Jones

[cid:image001.jpg@01CC81A8.37D645A0]
___

Troy Jones  |  Director of Technical Services  |  Dynapp Inc  |  1-800-830-5192 
 ext. 603  |  dynapp.comhttp://www.dynapp.com/  |  
facebook.com/dynapphttp://www.facebook.com/dynapp

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Ajas Mohammed
Sent: Sunday, October 02, 2011 11:51 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] allrequestsallowed.com/home.cfm - Hack attempt Perhaps?

We use FusionReactor to monitor our CF sites and I saw this url in request 
history as I was just monitoring my server tonight.It looks like a hack attempt 
for sure

The url was
http://allrequestsallowed.com/home.cfm?
PHPSESSID=5gh6ncjh00043VVMTWU_FAD%5CUAP

Any ideas people?

Ajas Mohammed /
http://ajashadi.blogspot.com
We cannot become what we need to be, remaining what we are.
No matter what, find a way. Because thats what winners do.
You can't improve what you don't measure.
Quality is never an accident; it is always the result of high intention, 
sincere effort, intelligent direction and skillful execution; it represents the 
wise choice of many alternatives.



-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-


inline: image001.jpg

RE: [ACFUG Discuss] Update Query Problem

2011-07-04 Thread Troy Jones
I'm guessing in your output loop, you are trying to revalue institution with a 
new value i.e. cfset queryname.institution = newString(value)? 


___

Troy Jones  |  Developer/Support Technician  |  Dynapp Inc  |  1-800-830-5192  
ext. 603  |  dynapp.com  |  facebook.com/dynapp

-Original Message-
From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Forrest C Gilmore
Sent: Tuesday, July 05, 2011 12:42 AM
To: ACFUG Discussion
Subject: [ACFUG Discuss] Update Query Problem

I have a problem which seems like it should have a simple answer, but I 
cannot seem to find it!

I have a Coldfusion datasource using a MS Access table with a field 
named Institution that can have multiple values. I need to replace some 
of the values in this field with new values. For example, everywhere the 
Value A occurs, I want to replace it with ABC, so that if Institution = 
'A', it will become 'ABC', and if Institute= 'A, G' it will become 'ABC, G'.

I am able to use the ColdFusion Replace function to create a new string 
containing the proper replacement value, but I cannot seem to replace 
the records from the database with this new string. I've tried CFUpdate 
as well as the SQL Update, but neither seems to work.

Using CFQuery, I pull the ID and Institution values from the records I 
want to update from the database. Inside a CFOutput loop based on the 
query, I then use Replace to compute the NewString that will replace the 
old value of Institution. But CFSet will not cause Institution to take 
on this new value, so CFUpdate does not work, and if I try to use the 
standatd SQL Update statement inside a CFQuery, it throws a syntax error.

What am I missing here?

Forrest C. Gilmore




-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





RE: [ACFUG Discuss] Update Query Problem

2011-07-04 Thread Troy Jones
I think it's something to do with a conflict with trying to reset a query 
object value. Try setting the value to a variable with a different name and 
inserting the new value. 

cfoutput query='queryname'
cfset newVarName = [your calculated string based on the replaced value of 
institution]
cfquery name=insQuery datasource=myDSN
UPDATE tableName
SET institution = '#newVarName#'
/cfquery
/cfoutput

or something to that effect. Maybe you've already tried it but that's what 
comes to mind.

Going to bed, I'll check email in the morning to see if you've had any success.

Best of luck!


___

Troy Jones  |  Developer/Support Technician  |  Dynapp Inc  |  1-800-830-5192  
ext. 603  |  dynapp.com  |  facebook.com/dynapp


-Original Message-
From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Forrest C Gilmore
Sent: Tuesday, July 05, 2011 1:04 AM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] Update Query Problem

Yes. I have discovered I must use

cfset queryname.institution = newString(value)

in order to get Institution to be set to the new value, but I still cannot get 
that value to update the database record.

Forrest
===

On 7/5/2011 12:46 AM, Troy Jones wrote:
 I'm guessing in your output loop, you are trying to revalue institution with 
 a new value i.e.cfset queryname.institution = newString(value)?


 ___

 Troy Jones  |  Developer/Support Technician  |  Dynapp Inc  |  1-800-830-5192 
  ext. 603  |  dynapp.com  |  facebook.com/dynapp

 -Original Message-
 From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Forrest C Gilmore
 Sent: Tuesday, July 05, 2011 12:42 AM
 To: ACFUG Discussion
 Subject: [ACFUG Discuss] Update Query Problem

 I have a problem which seems like it should have a simple answer, but I
 cannot seem to find it!

 I have a Coldfusion datasource using a MS Access table with a field
 named Institution that can have multiple values. I need to replace some
 of the values in this field with new values. For example, everywhere the
 Value A occurs, I want to replace it with ABC, so that if Institution =
 'A', it will become 'ABC', and if Institute= 'A, G' it will become 'ABC, G'.

 I am able to use the ColdFusion Replace function to create a new string
 containing the proper replacement value, but I cannot seem to replace
 the records from the database with this new string. I've tried CFUpdate
 as well as the SQL Update, but neither seems to work.

 Using CFQuery, I pull the ID and Institution values from the records I
 want to update from the database. Inside a CFOutput loop based on the
 query, I then use Replace to compute the NewString that will replace the
 old value of Institution. But CFSet will not cause Institution to take
 on this new value, so CFUpdate does not work, and if I try to use the
 standatd SQL Update statement inside a CFQuery, it throws a syntax error.

 What am I missing here?

 Forrest C. Gilmore




 -
 To unsubscribe from this list, manage your profile @
 http://www.acfug.org?fa=login.edituserform

 For more info, see http://www.acfug.org/mailinglists
 Archive @ http://www.mail-archive.com/discussion%40acfug.org/
 List hosted by http://www.fusionlink.com
 -





 -
 To unsubscribe from this list, manage your profile @
 http://www.acfug.org?fa=gin.edituserform

 For more info, see http://www.acfug.org/mailinglists
 Archive @ http://www.mail-archive.com/discussion%40acfug.org/
 List hosted by http://www.fusionlink.com
 -






-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





[ACFUG Discuss] cf based forum/kb software

2011-06-24 Thread Troy Jones
Hey all,

Does anyone know of a ColdFusion based forum and/or knowledge base solution? I 
have found quite a few hosted and (cough) .php applications. My client is 
requesting something along these lines and I'm not readily finding much to show 
them. I'd appreciate any input.

Troy Jones

[cid:image001.jpg@01CC325A.5B68C4E0]
___

Troy Jones  |  Director of Technical Services  |  Dynapp Inc  |  1-800-830-5192 
 ext. 603  |  dynapp.comhttp://www.dynapp.com/  |  
facebook.com/dynapphttp://www.facebook.com/dynapp




-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-


inline: image001.jpg

RE: [ACFUG Discuss] CFThread name issue

2011-05-25 Thread Troy Jones
Can threads be referenced with the request scope?

Troy Jones

[cid:image001.jpg@01CC1AF4.D22D5370]
___

Troy Jones  |  Director of Technical Services  |  Dynapp Inc  |  1-800-830-5192 
 ext. 603  |  dynapp.comhttp://www.dynapp.com/  |  
facebook.com/dynapphttp://www.facebook.com/dynapp

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Mischa Uppelschoten
Sent: Wednesday, May 25, 2011 3:30 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] CFThread name issue

Running into a headscratcher with cfthread. CF 8 Ent, Win 2k3

This works:

cfthread action=RUN name=thread1
 cfset thread.myvar = rand()
/cfthread
cfthread action=JOIN name=thread1/cfthread
cfdump var=#thread1.myvar#


this throws an error Element THREAD1.MYVAR is undefined in REQUEST:

cfthread action=RUN name=request.thread1
 cfset thread.myvar = rand()
/cfthread
cfthread action=JOIN name=request.thread1/cfthread
cfdump var=#request.thread1.myvar#

What gives? How do I prevent scope hunting when referencing the result of my 
threads?
Thanks!
Mischa.


No virus found in this message.
Checked by AVG - www.avg.comhttp://www.avg.com
Version: 10.0.1375 / Virus Database: 1509/3659 - Release Date: 05/25/11

-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLinkhttp://www.fusionlink.com
-



-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-


inline: image001.jpg

RE: [ACFUG Discuss] CFThread name issue

2011-05-25 Thread Troy Jones
I'm thinking that when you send something to thread, you have divorced it from 
the request scope entirely, hence, your inability to reference it as a request 
scope variable even with a syntactically correct var name. Based on what you're 
posting, I'd say scoping it into variables would solve the problem, yes? Or am 
I misunderstanding what you're saying completely? J

Troy Jones

[cid:image001.jpg@01CC1AFF.E3F44180]
___

Troy Jones  |  Director of Technical Services  |  Dynapp Inc  |  1-800-830-5192 
 ext. 603  |  dynapp.comhttp://www.dynapp.com/  |  
facebook.com/dynapphttp://www.facebook.com/dynapp

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Mischa Uppelschoten
Sent: Wednesday, May 25, 2011 4:13 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] CFThread name issue

That's another way of phrasing my question :-)  Stuffing them into a struct 
works, so it's not some sort of issue w/ dot notation

cfthread action=RUN name=MyStruct.thread1   works.









From: t...@dynapp.com
To: discussion@acfug.org
Date: Wed, 25 May 2011 15:00:08 -0500
Subject: RE: [ACFUG Discuss] CFThread name issue
Can threads be referenced with the request scope?

Troy Jones

Error! Filename not specified.
___

Troy Jones  |  Director of Technical Services  |  Dynapp Inc  |  1-800-830-5192 
 ext. 603  |  dynapp.comhttp://www.dynapp.com/  |  
facebook.com/dynapphttp://www.facebook.com/dynapp

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Mischa Uppelschoten
Sent: Wednesday, May 25, 2011 3:30 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] CFThread name issue

Running into a headscratcher with cfthread. CF 8 Ent, Win 2k3

This works:

cfthread action=RUN name=thread1
 cfset thread.myvar = rand()
/cfthread
cfthread action=JOIN name=thread1/cfthread
cfdump var=#thread1.myvar#


this throws an error Element THREAD1.MYVAR is undefined in REQUEST:

cfthread action=RUN name=request.thread1
 cfset thread.myvar = rand()
/cfthread
cfthread action=JOIN name=request.thread1/cfthread
cfdump var=#request.thread1.myvar#

What gives? How do I prevent scope hunting when referencing the result of my 
threads?
Thanks!
Mischa.


No virus found in this message.
Checked by AVG - www.avg.comhttp://www.avg.com/
Version: 10.0.1375 / Virus Database: 1509/3659 - Release Date: 05/25/11

-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserformhttp://www.acfug.org/?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ 
http://www.mail-archive.com/discussion%40acfug.org/http://www.mail-archive.com/discussion@acfug.org/
List hosted by FusionLinkhttp://www.fusionlink.com/
-

-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserformhttp://www.acfug.org/?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ 
http://www.mail-archive.com/discussion%40acfug.org/http://www.mail-archive.com/discussion@acfug.org/
List hosted by FusionLinkhttp://www.fusionlink.com/
-

No virus found in this message.
Checked by AVG - www.avg.comhttp://www.avg.com
Version: 10.0.1375 / Virus Database: 1509/3659 - Release Date: 05/25/11

-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLinkhttp://www.fusionlink.com
-



-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-


inline: image001.jpg

RE: [ACFUG Discuss] FckEditor Image Browse

2011-04-28 Thread Troy Jones
One other thing about CKEditor over FckEditor is that the image upload 
functions are a very slick AJAX package with in-line resizing and all kinds of 
other goodies. The application is called CKFinder and is configurable with 
either FckEditor or CKEditor but I believe it is a part of CKEditor by default.

Anyways, just throwing that out there. 

Troy Jones


___

Troy Jones  |  Director of Technical Services  |  Dynapp Inc  |  
1-800-830-5192  ext. 603  |  dynapp.com  |  facebook.com/dynapp


-Original Message-
From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of 
szwedo...@epamail.epa.gov
Sent: Thursday, April 28, 2011 9:17 AM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] FckEditor Image Browse

That's a very good point.

I just checked and found out that the version of FCKEditor that comes
with CF 9.0.1 did indeed change the name of the fileUpload function to
FCKeditorFileUpload.

But we were still pointing to an old version whose function is named
fileUpload.

Also, we have several copies of FCKEditor. Many apps use their own copy.
I believe we did this so as to segregate files (images in our case)
uploaded by an app to that app.

We didn't want app A to be able to see app B's images.  Plus, the image
list is uncluttered and specific to one app this way.

We'll be re-examining how we do things moving forward.

ed

__
Ed Szwedo
Web Development Team Lead
ECS Team - ITS-EPA II Contractor

109 TW Alexander Drive, Building NCC, Mail Drop N176-05, Research
Triangle Park, NC 27711
Information Technology Infrastructure Solutions | Office: (919)541-3955
| Fax: (919)541-3641 | szwedo...@epa.gov | www.ecs-federal.com



From:   Charlie Arehart char...@carehart.org
To: discussion@acfug.org
Date:   04/27/2011 09:54 PM
Subject:RE: [ACFUG Discuss] FckEditor Image Browse
Sent by:ad...@acfug.org



Yes, thanks for sharing, Ed. But the question would seem: why was it in
conflict? And do you recall perhaps if this directory was one changed by
a
hotfix?

Either way, it may be useful to report this to Adobe, if it's something
that
now two of you have hit. Or do you (or someone else) have a blog where
you
might report it, to help others who may think to search for things in
the
future? If not, let me know and I can do it (crediting you, of course).

/charlie


 -Original Message-
 From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of
 szwedo...@epamail.epa.gov
 Sent: Wednesday, April 27, 2011 2:18 PM
 To: discussion@acfug.org
 Subject: RE: [ACFUG Discuss] FckEditor Image Browse

 I fixed it.

 Used the CF function getFunctionList( ) to list all the functions on
 the
 server.  Cross checked the functions in
 FCKEditor/editor/filemanager/connectors/cfm/cf_commands.cfm against
 this
 list.

 Found one conflicting name:  fileUpload

 Changed the name in the following files from fileUpload to
 fileUploadFck

 FCKEditor/editor/filemanager/browser/default/frmupload.html

 FCKEditor/editor/filemanager/connectors/test.html

 FCKEditor/editor/filemanager/connectors/cfm/cf_commands.cfm

 FCKEditor/editor/filemanager/connectors/cfm/cf_connector.cfm

 FCKEditor/editor/filemanager/connectors/cfm/cf_io.cfm

 FCKEditor/editor/filemanager/connectors/cfm/cf_upload.cfm

 FCKEditor/editor/filemanager/connectors/cfm/config.cfm


 Thanks again to everyone for their help.

 ed




-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-







-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-




-
No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1325 / Virus Database: 1500/3602 - Release Date: 04/28/11


-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





RE: [ACFUG Discuss] CF Submits Function Behavior

2011-04-28 Thread Troy Jones
There have been many times when I though I had initiated variables/UDF's on the 
action side of a file when, in fact, I had not.


Assuming that everything is in order with what Charlie has suggested,  if I'm 
seeing something that looks like code is never being run, the first thing I'd 
be looking for is to make sure I've put it in a place where it can be executed. 
If I'm not seeing any error being thrown or some other kind of output, it's 
usually something fairly simple.like referring to something in the form 
scope that yields an unexpected result or testing for an incorrect value.

Without seeing specific code, it'd be hard to say. But I'd start simple. :)

Hope that helps.

I can't

[cid:image001.jpg@01CC05E2.4B5919A0]
___

Troy Jones  |  Developer/Support Technician  |  Dynapp Inc  |  1-800-830-5192  
ext. 603  |  dynapp.comhttp://www.dynapp.com/  |  
facebook.com/dynapphttp://www.facebook.com/dynapp

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Charlie Arehart
Sent: Thursday, April 28, 2011 7:05 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] CF Submits  Function Behavior

By the blocks of code that fires on the submit back to the page, let's be 
clear: do you mean something on a CFM page? That is called as the ACTION of the 
form? And is there any code on that page that might be set to run differently 
based on what the current cgi.request_method value is? If so,  you'd want to do 
it in code that runs if the request_method is post. Finally, another easy 
mistake to make is that the FORM you are submitting may not have Method=post. 
In that case, it defaults to Method=get, and you may therefore be processing 
the page differently because of that.

If that doesn't help, share some more info and perhaps we can help.

/charlie

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Matthew Nicholson
Sent: Thursday, April 28, 2011 6:46 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] CF Submits  Function Behavior

Evening All!

So, I'm trying to make my life a little bit easier with an auditing module on 
this application.

I'm a little be confused though with a behavior I'm experiencing on a submit 
post back to the page. (The user clicks a buttons and we reload the page and 
perform a bunch of logic.)

Here's the behavior:

I've written my function and tied to a stored procedure. If I declare it upon 
load and call it immediately, everything works swimmingly.
However, if I try to make the same function call in one of the blocks of code 
that fires on the submit back to the page, the function doesn't fire (nor 
crash).

Where I'm feeling quite n00bish is the same pattern is being employed on the 
page for a different module and I'm not seeing what's the issue.

Any suggestions would be greatly appreciated!

Matthew R. Nicholson
SolTech, Inc.
Cell: 770-833-5326
www.soltech.nethttp://www.soltech.net/
To find what you seek in the road of life, the best proverb of all is that 
which says: Leave no stone unturned.
  ~Edward Bulwer Lytton


-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLinkhttp://www.fusionlink.com
-


No virus found in this message.
Checked by AVG - www.avg.comhttp://www.avg.com
Version: 10.0.1325 / Virus Database: 1500/3602 - Release Date: 04/28/11

-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLinkhttp://www.fusionlink.com
-



-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-


inline: image001.jpg

[ACFUG Discuss] RE: Blank html page in Dreamweaver using IE8

2011-04-27 Thread Troy Jones
What is the extension of the filename that is causing issues? Can you test 
through DW using a different IE version or other browser?

Assuming that the file that is causing issues is also a .htm extension, I'd be 
looking for a tag that isn't closed or some other incorrect syntax.


Troy Jones

[cid:image001.jpg@01CC04E1.8B4724F0]
___

Troy Jones  |  Director of Technical Services  |  Dynapp Inc  |  1-800-830-5192 
 ext. 603  |  dynapp.comhttp://www.dynapp.com/  |  
facebook.com/dynapphttp://www.facebook.com/dynapp

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Martin, Donna M
Sent: Wednesday, April 27, 2011 1:41 PM
To: 'discussion@acfug.org'
Subject: [ACFUG Discuss] Blank html page in Dreamweaver using IE8

Good afternoon, everyone!

I cannot get a standard html page to show up when viewed in IE8 from 
Dreamweaver CS4 within any of my sites.  However, if I browse to the 
Inetpub/wwwroot folder, I CAN view the iisstart.htm page.  Also, I can view it 
directly outside of Dreamweaver with no problem.

I have set up my sites with the same info I always have, and am stumped.  The 
source code shows all code EXCEPT what is inside the body tag.  Cfm files 
come up fine.

Now for my setup:  This is a brand new install on my new Windows7, 64-bit 
laptop.  I installed CF9-64 after installing the full Adobe CS4 suite, which 
includes Dreamweaver.  I have made a few changes to the IIS settings, and all 
is well...except for not being able to view standard html stuff.

Any suggestions?  Would appreciate any guidance you can give.

Many thanks.
Donna





This e-mail message (including any attachments) is for the sole use of
the intended recipient(s) and may contain confidential and privileged
information. If the reader of this message is not the intended
recipient, you are hereby notified that any dissemination, distribution
or copying of this message (including any attachments) is strictly
prohibited.

If you have received this message in error, please contact
the sender by reply e-mail message and destroy all copies of the
original message (including attachments).


No virus found in this message.
Checked by AVG - www.avg.comhttp://www.avg.com
Version: 10.0.1325 / Virus Database: 1500/3600 - Release Date: 04/27/11

-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLinkhttp://www.fusionlink.com
-



-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-


inline: image001.jpg

RE: [ACFUG Discuss] FckEditor Image Browse

2011-04-25 Thread Troy Jones
Yes, I've had a similar problem. 

It's a function call that has changed in CF9 from CF8 (can't remember the name 
of the function but it is native to CF9 where it was not to CF8) and I want to 
say it's specific to the image upload feature(s). This is what caused the 
conflict in my case.

I believe you'll find your issue with FckEditor.

Troy Jones


___

Troy Jones  |  Director of Technical Services  |  Dynapp Inc  |  
1-800-830-5192  ext. 603  |  dynapp.com  |  facebook.com/dynapp

-Original Message-
From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of 
szwedo...@epamail.epa.gov
Sent: Monday, April 25, 2011 4:58 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] FckEditor Image Browse


 Insert/Edit Image is not working in FckEditor. It's broken on
Development and on the QA server.  It works on the Production server.

We re-installed CF9 on DEV and QA and applied the 9.01 patch.  Haven't
touched production yet.  Production is CF9.

DEV pops up a JS alert  where it dumps HTML code.  Pertinent parts of
the message are:

1.  One parameter to the requested URL is command=GetFoldersAndFiles

2.  The names of user-defined functions cannot be the same as built-in
ColdFusion functions.

3.  The server didn't send back a proper XML response. ...  XML request
error: OK (200)

QA pops up a different JS alert.  Pertinent parts are:

1.  One parameter to the requested URL is command=GetFoldersAndFiles

2.  The server didn't send back a proper XML response. ...  XML request
error: Access denied (403)

Anyone encounter this same problem?

Thanks,

ed

__
Ed Szwedo
Web Development Team Lead
ECS Team - ITS-EPA II Contractor

109 TW Alexander Drive, Building NCC, Mail Drop N176-05, Research
Triangle Park, NC 27711
Information Technology Infrastructure Solutions | Office: (919)541-3955
| Fax: (919)541-3641 | szwedo...@epa.gov | www.ecs-federal.com



-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-




-
No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1321 / Virus Database: 1500/3596 - Release Date: 04/25/11


-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





RE: [ACFUG Discuss] .NET calling Coldfusion 9 Webservice Date issue 1900-01-01T00:00:00Z

2011-04-07 Thread Troy Jones
I think it's posssibly an interpretation thing. If you look a little closer, 
you see that 1899-12-31 COULD be considered the same as 1900-01-01 if you 
consider that one could be interpreted as complete 24 hour peroid and one as 
empty 24 hour period.  Of course, in ColdFusion, they are one day apart and 
will be treated as such.

When you say the .NET client uses the value 1900-01-01T00:00:00Z, at what 
point can you confirm that that is the actual value being passed? I'm guessing 
that there is some type of variable manipulation happening somewhere between 
the calculation of the variable and your web service's attempt to consume it.

Just a thought, I have no proof, but that's where I'd start looking.

[cid:image001.jpg@01CBF55E.A0C07710]
___

Troy Jones  |  Developer/Support Technician  |  Dynapp Inc  |  1-800-830-5192  
ext. 603  |  dynapp.comhttp://www.dynapp.com/  |  
facebook.com/dynapphttp://www.facebook.com/dynapp

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Ajas Mohammed
Sent: Thursday, April 07, 2011 6:27 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] .NET calling Coldfusion 9 Webservice Date issue 
1900-01-01T00:00:00Z

Hi,

I am working on a project that involves .NET calling my ColdFusion Webservice. 
One of the arguments is varDate of type Date. When client (.NET) user is 
calling my webservice with a date of 1900-01-01T00:00:00Z, it came across as 
1899-12-31 00:00:00.000

1899-12-31 00:00:00.000 is one day before 1900-01-01T00:00:00Z. I have been 
stumped by this behavior.

What would have caused this?

Also, what is a good practice, should I have kept varDate as string instead of 
Date?

Ajas Mohammed /
http://ajashadi.blogspot.com
We cannot become what we need to be, remaining what we are.
No matter what, find a way. Because thats what winners do.
You can't improve what you don't measure.
Quality is never an accident; it is always the result of high intention, 
sincere effort, intelligent direction and skillful execution; it represents the 
wise choice of many alternatives.


No virus found in this message.
Checked by AVG - www.avg.comhttp://www.avg.com
Version: 10.0.1209 / Virus Database: 1500/3557 - Release Date: 04/07/11



-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-


inline: image001.jpg

RE: [ACFUG Discuss] cfselect selected chooses last match not first -- really? Eh, ok.

2011-04-01 Thread Troy Jones
I agree with the assertion that it is behaving as cfset inside of cfloop. 
However, I think you've hit on the real problem with the query and it's 
malformation. I don't think there is any problem with the behavior of 
cfselect in this case.

Troy Jones

[cid:image001.jpg@01CBF061.FB8EE110]
___

Troy Jones  |  Director of Technical Services  |  Dynapp Inc  |  1-800-830-5192 
 ext. 603  |  dynapp.comhttp://www.dynapp.com/  |  
facebook.com/dynapphttp://www.facebook.com/dynapp

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Phillip Senn
Sent: Friday, April 01, 2011 11:39 AM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] cfselect selected chooses last match not first -- 
really? Eh, ok.


Are you using preservedata in the cfform?


On Thu, Mar 31, 2011 at 4:19 PM, Steven steve...@gmail.com wrote:
 Hi All. I'm in the middle of investigating an app-side bug, and ran into a
 weird issue. We have a cfselect that is currently populated by a query doing
 a select with distinct on agency_id.
 This source query has no sorting on it and I'm in the process of fixing it
 as it's returning multiple records for the same agency_id.  But CFSELECT has
 a certain behavior to it.. which struck me as odd. (ok, maybe it shouldn't
 but for some reason it does, today.)
 The SELECTED param is set to the agency_id. While researching the initial
 problem, In the particular case found, 2 records were produced in the result
 set. CFSELECT decided to SELECT the last record, not the first. I was just
 curious, Why? Is this because it truly behaves more like a cfset within a
 cfloop mentality of.. Hey I found the ID, set it, Hey I found the ID set
 it again  ??   I don't particularly use cfselect, and will typically do a
 normal select with cfif logic around it, and was just curious.
 result set (2375 is agency_id):
 Neighbor to Family 2375 Neighbor to Family - (Active) 1
 Neighbor to Family 2375 Neighbor to Family - (Closed) 2   --- CFSELECT
 wants this one as SELECTED.
 -Steve
 I'd rather be last, selected :P
 TGIT!


-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=gin.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





No virus found in this message.
Checked by AVG - www.avg.comhttp://www.avg.com
Version: 10.0.1209 / Virus Database: 1500/3544 - Release Date: 04/01/11



-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-


inline: image001.jpg

RE: [ACFUG Discuss] error trap emails -- html format for gmail?

2011-03-24 Thread Troy Jones
It looks to me like gmail doesn't like the styling. Maybe instead of just a 
straight cfdump you could use the cferror or cfcatch structure in a styled 
output table or div of your own. That's the only thing that readily comes to 
mind.

Troy Jones

[cid:image001.jpg@01CBEA13.C7926750]
___

Troy Jones  |  Director of Technical Services  |  Dynapp Inc  |  1-800-830-5192 
 ext. 603  |  dynapp.comhttp://www.dynapp.com/  |  
facebook.com/dynapphttp://www.facebook.com/dynapp

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Steven
Sent: Thursday, March 24, 2011 10:54 AM
To: discussion@acfug.org
Subject: [ACFUG Discuss] error trap emails -- html format for gmail?

Hey all,
We do some error trapping via email for one of our apps, and the formatting 
doesn't come over quite right for gmail. We're just dumping out the error 
struct in a cfmail of type html. Anyone run into this and have a workround for 
gmail? Something in the html output isn't quite right for gmail. I know it's a 
picky, pet-peevy thing.. :P  but I haven't had enough coffee yet this morn, and 
this silly formatting issue is bothering me.

See screenshot of what I'm talking about at:  
http://blueboltservers.com/error_trapping.jpg
(biz gmail on left, owa on right)

Thx.

-Steve


No virus found in this message.
Checked by AVG - www.avg.comhttp://www.avg.com
Version: 10.0.1204 / Virus Database: 1498/3526 - Release Date: 03/24/11



-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-


inline: image001.jpg

RE: [ACFUG Discuss] Problems with Errors and Quotes

2011-03-14 Thread Troy Jones
I'd just dump the cfcatch structure in cfmail or cferror if done through an 
error handling script, as John suggests.

[cid:image001.jpg@01CBE294.17A35B50]
___

Troy Jones  |  Developer/Support Technician  |  Dynapp Inc  |  1-800-830-5192  
ext. 603  |  dynapp.comhttp://www.dynapp.com/  |  
facebook.com/dynapphttp://www.facebook.com/dynapp

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of John Youngman
Sent: Monday, March 14, 2011 6:07 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] Problems with Errors and Quotes

Could u not just use cfmail in a global error handler script?

Sent from my iPhone

On Mar 14, 2011, at 5:54 PM, Matthew Nicholson 
matthew.nichol...@soltech.netmailto:matthew.nichol...@soltech.net wrote:
Evening All!

I’d love your thoughts on a sort of odd-ball problem.

Here’s the situation:

I’m attempting to capture all error messages generated from my code and then 
send an email. I do this by passing all the information into an HTML form and 
then shooting off a CFMail with all the necessary information in it.

Here’s the problem:

During this translation into HTML, text like this;

Error Executing Database Query. [Macromedia][SQLServer JDBC 
Driver][SQLServer]The DELETE statement conflicted with the REFERENCE constraint 
FK_name. The conflict occurred in database QA-tracker, table dbo.table, 
column 'column_id’.
The error occurred on line 131.

truly does a number on the HTML form and escapes out displaying a portion of 
the error to the users.

I’ve tried the following to try to clean up this mess but have yet to find a 
viable solution (or my syntax can be horrendously off… either way)

HTMLCodeFormat(Error.Diagnostics)
HTMLEditFormat(Error.Diagnostics)
Replace(Error.Diagnostics,   , , All)
CFSET variable = REReplaceNoCase(#Error.Diagnostics#, '[^[:alnum:]]', '', 
'all')

Any thoughts or suggestions would be greatly appreciated at this point!

Thanks!

Matthew R. Nicholson
To find what you seek in the road of life, the best proverb of all is that 
which says: Leave no stone unturned.
  ~Edward Bulwer Lytton


-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLinkhttp://www.fusionlink.com
-


No virus found in this message.
Checked by AVG - www.avg.comhttp://www.avg.com
Version: 10.0.1204 / Virus Database: 1498/3506 - Release Date: 03/14/11
inline: image001.jpg

[ACFUG Discuss] failto attribute of cfmail

2010-09-29 Thread Troy Jones
I am wondering how the failto attribute of cfmail works. My understanding is 
that this is an address intended to receive NDR's that may be generated by a 
recipient's mail server should something be wrong with the mail attempt. If 
this is true, does this also mean that the designee would only receive a 
failure notice if the recipient's mail server generated one? Is it based on 
ColdFusion detecting some error code during transmission? Or, is there some 
other behavior that should be expected? Does anyone know of a definitive way to 
test this behavior?

Troy Jones




-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-




RE: [ACFUG Discuss] failto attribute of cfmail

2010-09-29 Thread Troy Jones
Everything I've seen suggested exactly that. I am able to move forward with 
this and the other information I've found.

What I do know is that a good many email servers are configured to not send 
non-delivery reports. In this case, no one receives anything as nothing was 
generated to be received. Because there isn't always a way to know this (unless 
you're administering that server yourself), I was just wondering of a way to 
test this behavior and see it happen without having to wonder if the 
receiving server is going to co-operate.

In any event, I've got enough information to be dangerous now.

Thanks for the response!

Troy Jones


From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Charlie Arehart
Sent: Wednesday, September 29, 2010 11:57 AM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] failto attribute of cfmail

Troy, I'm sure there are people with far more experience in the details of 
email processing, but let me offer at least one thought.

I could be wrong, but I suspect CF would have no involvement in any failto 
processing after the email is sent, and my understanding is that the failto is 
a standard email header which mail servers handle themselves. So this is just 
enabling CFers to more easily specify that header.

To be clear (to any who may wonder), this would NOT be at all related to the 
undelivr folder in CF. That's is indeed for when CF cannot even get the email 
out to the specified mail server (in the CF Admin or on the CFMAIL Server 
attribute).

My understanding is that the Failto is for when it DOES get out and past that 
first server, and into the wider world of the mail system, where there is some 
subsequent problem (and therefore, the message could no longer be handled by CF 
or that undelivr mechanism, because there's no connection in the email to the 
sending server). The failto is so that someone other than the sender can get 
any response if there's a problem. Make sense?

Anyone have more details for him?

/charlie

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Troy Jones
Sent: Wednesday, September 29, 2010 9:41 AM
To: discussion@acfug.org
Subject: [ACFUG Discuss] failto attribute of cfmail

I am wondering how the failto attribute of cfmail works. My understanding is 
that this is an address intended to receive NDR's that may be generated by a 
recipient's mail server should something be wrong with the mail attempt. If 
this is true, does this also mean that the designee would only receive a 
failure notice if the recipient's mail server generated one? Is it based on 
ColdFusion detecting some error code during transmission? Or, is there some 
other behavior that should be expected? Does anyone know of a definitive way to 
test this behavior?

Troy Jones


-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLinkhttp://www.fusionlink.com
-

-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLinkhttp://www.fusionlink.com
-



-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-




RE: [ACFUG Discuss] CF8 - Dev server pegs the CPU every few hours an hangs

2010-07-26 Thread Troy Jones
I’d say to fire up the monitor in CF admin. I’ve seen a similar situation 
before where the server would inexplicably go berserk with CPU usage and 
discovered that it was under some sort of attack. This was evidenced by 
multiple sessions coming from the same IP (traced it to China). This was 
improper, of course, and a huge red flag.

When I discovered this, I changed the IIS settings for all sites to disable 
anonymous connection and force a Windows logon. That cleared it right up.

Not sure if your situation is the same, but maybe that helps.


From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Rudi Shumpert
Sent: Monday, July 26, 2010 10:43 AM
To: discussion@acfug.org
Subject: [ACFUG Discuss] CF8 - Dev server pegs the CPU every few hours an hangs

Folks,

I'm having an issue with CF8-Standard on a win2003 server that had been running 
fine for more than a year, all of a sudden just dying.  The cpu gets to 100% 
and just stays there until I force a restart of the CF services.

The server is patched up and it gets minimal traffic as it is a dev server 
behind a firewall.

Any ideas on things I should be looking for?  I'm stuck at this point.

-Rudi


No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 9.0.851 / Virus Database: 271.1.1/3029 - Release Date: 07/26/10 
02:36:00


RE: [ACFUG Discuss] Preserving data on flash forms using the timeout attribute

2010-07-14 Thread Troy Jones
I see that your value is 'timeout=300'. In most other cases where a timeout 
value is used, the numeric value is in milliseconds. If this is also true for 
your value here, the value is actually only .3 seconds, in which case, the 
timeout value has most likely passed by the time the action has taken place.

Just a thought.

Troy Jones


___

Troy Jones  |  Director of Technical Services  |  Dynapp Inc  |  
1-800-830-5192  ext. 603  |  dynapp.com  |  facebook.com/dynapp


-Original Message-
From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Charlie Arehart
Sent: Wednesday, July 14, 2010 12:00 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] Preserving data on flash forms using the timeout 
attribute

Wow, I never even realized CFFORM had a timeout for Flash forms. It is indeed 
intended
to deal with this very issue
(http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea77859461172e0811cbec
10372-7fed.html, which is for cf9, but the same was said on the same page in 
the Dev
Guide in CF7).

Don't know why it's not working. I assume you're saying that they are hitting 
back
within 300 seconds of having submitted the form, right?

We all know (ok, most know) that hitting back on html forms can lose data, 
depending
on the browser, and whether it caches the page (configurable in the browser). I 
would
have thought this would not apply to Flash forms, but perhaps it does. 

Have you confirmed, Craig, if your problem is happening on all browsers (IE, 
Firefox,
Chrome, to start), and different versions in a browser? Even if you're in an
environment where only IE 6 is allowed or something, it's still worth testing 
just
to see if indeed it is a browser-specific issue. And remember, it could be 
dependent
on setting within any one browser (so that even on a specific browser and 
version,
like IE 6, it works one way for one user and another for a different user, by 
their
browser caching control settings.)

/charlie


 -Original Message-
 From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of
 craig.nas...@atl.frb.org
 Sent: Wednesday, July 14, 2010 11:02 AM
 To: discussion@acfug.org
 Subject: [ACFUG Discuss] Preserving data on flash forms using the timeout
 attribute
 
 I have a flash form that collects data from the user, the user then
 submits to an action page where that data is used to form an e-mail and
 that is sent - everything works great, except now I'm trying to set the
 timeout attribute in cfform to 300 seconds so that the user can press the
 back button from the action page to return to the form if necessary.  The
 form loads successfully, but all the data the user had entered is gone -
 the form is like it's being loaded anew.   The code looks like this (with
 the names changed to protect the innocent:
 
 cfform format=flash action=testpage.cfm
 height=700 width=800 timeout=300
 cfinput label=Date type=text
 name=currdate value=#DateFormat(now(), mm/dd/)#
 cfinput label=Requestor type=text
 name=requestor size=50 maxlength=50 required=yes message=Please
 enter requestor
 cfselect label=Company name=company
 size=1 required=yes message=Please select your company name
 option value=/option
 option
 value=aaa/option
 option
 value=xxx/option
 
 /cfselect
 cfselect label=Shop
 name=reqdescription size=1 required=yes message=Please select
 shop
 option value=/option
 option
 value=carpentryCarpentry/option
 option
 value=custodialCustodial/option
 option
 value=electricalElectrical/option
 option
 value=elevatortechnicianElevator Technician/option
 option
 value=housekeepingHousekeeping/option
 option value=hvacHVAC/option
 option
 value=landscapingLandscaping/option
 option
 value=locksmithLocksmith/option
 option
 value=mailroomreceivingMail Room/Receiving/option
 option
 value=mechanicalMechanical/option
 option
 value=paintPaint/option
 option
 value=plumbingPlumbing/option
 option
 value=spaceplanningSpace Planning/option
 /cfselect

RE: [ACFUG Discuss] Preserving data on flash forms using the timeout attribute

2010-07-14 Thread Troy Jones
I was thinking particularly of the timeout value of cfthread and the 
requestTimeout value of cfsetting. I could also be wrong, like I said, it was 
just a thought and a place to look. 

Troy Jones


___

Troy Jones  |  Director of Technical Services  |  Dynapp Inc  |  
1-800-830-5192  ext. 603  |  dynapp.com  |  facebook.com/dynapp


-Original Message-
From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of 
craig.nas...@atl.frb.org
Sent: Wednesday, July 14, 2010 1:00 PM
To: discussion@acfug.org
Cc: ad...@acfug.org; discussion@acfug.org
Subject: RE: [ACFUG Discuss] Preserving data on flash forms using the timeout 
attribute

Yes - I have confirmed that the timeout value, according to doc, is in 
seconds.unless that's a misprint in the doc.


Craig Nassal

Federal Reserve Bank of Atlanta
1000 Peachtree St. N.E.
Atlanta, Ga 30309-4470
(404)498-8437
craig.nas...@atl.frb.org



From:   Charlie Arehart char...@carehart.org
To: discussion@acfug.org
Date:   07/14/10 12:16 PM
Subject:RE: [ACFUG Discuss] Preserving data on flash forms using 
the timeout attribute
Sent by:ad...@acfug.org



I don't know: most timeout attributes I think of in CFML (CFQUERY, CFHTTP, 
CFSETTING
RequestTimeout) are in seconds.

Anyway, to be clear, the timeout in CFFORM is indeed in seconds:
http://www.cfquickdocs.com/cf9/#cfform

/charlie


 -Original Message-
 From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Troy Jones
 Sent: Wednesday, July 14, 2010 12:06 PM
 To: discussion@acfug.org
 Subject: RE: [ACFUG Discuss] Preserving data on flash forms using the 
timeout
 attribute
 
 I see that your value is 'timeout=300'. In most other cases where a 
timeout
 value is used, the numeric value is in milliseconds. If this is also 
true for
 your value here, the value is actually only .3 seconds, in which case, 
the
 timeout value has most likely passed by the time the action has taken 
place.
 
 Just a thought.
 
 Troy Jones
 
 




-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-








-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-




No virus found in this incoming message.
Checked by AVG - www.avg.com 
Version: 9.0.830 / Virus Database: 271.1.1/3004 - Release Date: 07/14/10 
02:36:00


-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





[ACFUG Discuss] disappearing variable values

2010-06-22 Thread Troy Jones
I am having a perplexing issue.

Has anyone ever had an instance where it seemed as if a variable just poofs 
into thin air? For example, when I run the following code:

cfdump var=#attributes#
cfdump var=#pageID#
cfdump var=#thisPage#
cfset testVar = thisPage.form_id
cfoutputthisPage.form_id = #testVar#/cfoutput
cfif attributes.mode is do
  cfset thisForm = application.com.lib.getData(vformfields,form_id = 
#testVar#,field_sortorder)

The variable testVar exists up until the setting of thisForm which I've 
verified with the cfdumps. At that point, when #testVar# is called, it is 
passing a NULL value to the SQL statement and throwing an error. I've tried 
recreating the error with a standard cfquery tag just to see if something was 
getting jacked up in the function call, but it had the same result. It's as if 
the value just ran away and left. I've never seen anything quite like it and 
have run out of tails to chase, so to speak.

This is on CF9 Enterprise, for anyone who needs it and any help would be 
greatly appreciated.

Troy Jones





-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-




RE: [ACFUG Discuss] validating credit card numbers with CF

2010-03-10 Thread Troy Jones
Seems as if the isValid() function would work for any server-side validation. 
Just a thought, haven't personally tested it.

Troy Jones


___

Troy Jones  |  Director of Technical Services  |  Dynapp Inc  |  
1-800-830-5192  ext. 603  |  dynapp.com  |  facebook.com/dynapp

-Original Message-
From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Cameron Childress
Sent: Wednesday, March 10, 2010 1:20 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] validating credit card numbers with CF

On Wed, Mar 10, 2010 at 11:16 AM, shawn gorrell chees...@yahoo.com wrote:
 I guess I took it that he was asking what time it was. You just handed him
 the primer on building a watch;)

I am surprised no-one has asked if his watch is PCI DSS compliant...

-Cameron

...


-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





RE: [ACFUG Discuss] cffile and delete issues

2010-02-10 Thread Troy Jones
Yes, it was indeed the problem. The CHF did not have the needed fix in it. 
Problem solved :)


___

Troy Jones  |  Director of Technical Services  |  Dynapp Inc  |  
1-800-830-5192  ext. 603  |  dynapp.com  |  facebook.com/dynapp

-Original Message-
From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Charlie Arehart
Sent: Wednesday, February 10, 2010 11:00 AM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] cffile and delete issues

Troy, did you get to double-check the hotfixes to make sure this wasn't the
solution? Just curious.

/charlie


 -Original Message-
 From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Charlie
 Arehart
 Sent: Tuesday, February 02, 2010 8:35 AM
 To: discussion@acfug.org
 Subject: RE: [ACFUG Discuss] cffile and delete issues
 
 Mike mentions issues with CFIMAGE and processing the generated files,
 and
 that's covered by this hotfix:
 
 http://kb2.adobe.com/cps/403/kb403411.html
 
 Do you think that's the one you meant, Mike? While it doesn't mention
 deleting specifically, nor that message Troy offered, it's worth his
 double-checking.
 
 And note that while it used to be a part of cumulative hotfix (CHF) 3
 for
 8.01 (http://kb2.adobe.com/cps/511/cpsid_51180.html), it was removed
 from
 that 2 weeks after the CHF release, so yes, you do have to apply it
 manually.
 
 So Troy, when you say you've installed the hotfixes, do you mean this
 one?
 And not just the CHF? Might be a solution for you.
 
 /charlie
 
 
  -Original Message-
  From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Mike
 Staver
  Sent: Monday, February 01, 2010 5:55 PM
  To: discussion@acfug.org
  Subject: Re: [ACFUG Discuss] cffile and delete issues
 
  Yes, I have seen this a bunch.  What fixed it for me was a specific
 hot
  fix (sorry, I don't remember the exact one right now). I had to apply
  the
  fix and restart all CF services.  These machines I had problems with
  were
  on windows, and some were 64 bit and some were not.  I also did some
  stuff
  in code to try and fix it before I applied the hotfixes.  Not sure if
  it
  helps or not, but for example, let's say you wanted to upload an
 image
  and
  resize it, etc:
 
  cffile action=upload
 
 destination=#request.images#/customers/#session.customersId#/#form.str
  TmpStorage#
  filefield=form.upload_file nameconflict=overwrite
 
  !--- Call the image load function so image gets dumped into memory
 for
  processing ---
  cfset request.image_file =
 
 #request.images#/customers/#session.customersId#/#form.strTmpStorage#
  
 
  cfset resulter = form.strTmpStorage
  cfset temper = #FindNoCase(., resulter)#
  cfset resulter = #RemoveChars(resulter, temper, 4)#
 
  !--- Create thumbnail, note this does not resize the image in
 memory,
  just the image that is written to disk. ---
  cfimage name=mainImage action=read
 source=#request.image_file#
  cfset imageScaleToFit(mainImage, 320, 320)
  cfimage action=write source=#mainImage#
  destination=#request.images#/customers/#session.customersId#/thu
  mb-#form.strTmpStorage#
  overwrite=true
  cfset mainImage = 
 
  Notice the last line there - the part where I set the mainImage
  variable
  to nothing.  I have no idea if this helps or not, but between that
 and
  the
  hotfix, my image uploading seems to work fine.
 
   Has anyone else had issues deleting files in CF8 even after
  installing the
   hotfixes?
  
   We have an instance of CF8 64-bit with hotfixes. We are using some
   upload/resize code that we've used successfully on other servers
 with
  no
   issues. However, we can't seem to delete uploaded files with no
 real
   discernible pattern or rhyme or reason. Only the error ColdFusion
  could
   not delete the file somefilehere for an unknown reason. We've
  worked
   around it for now but are left with what will potentially be a
 large
  issue
   for this client and others in that they upload large amounts of
 files
   daily.
  
   Does anyone have an answer for this?
  
   [cid:image001.jpg@01CAA351.346122A0]
  
 
 ___
  
  
   Troy Jones  |  Director of Technical Services  |  Dynapp Inc  |
   1-800-830-5192  ext. 603  |  dynapp.comhttp://www.dynapp.com/  |
   facebook.com/dynapphttp://www.facebook.com/dynapp
  
  
  
  
   -
  
   To unsubscribe from this list, manage your profile @
  
   http://www.acfug.org?fa=login.edituserform
  
  
  
   For more info, see http://www.acfug.org/mailinglists
  
   Archive @ http://www.mail-archive.com/discussion%40acfug.org/
  
   List hosted by http://www.fusionlink.com
  
   -
  
  
  
 
 
 
  -
  To unsubscribe from this list, manage your

RE: [ACFUG Discuss] input type=datefield validation question

2010-02-05 Thread Troy Jones
Maybe you could add something to the onFocus event, such as:

cfinput disabled=#BOAdisabled# type=datefield name=date#i# id=date#i# 
value=#thisEffectiveDate# maxlength=10 onblur=validateDateField(this, 
true);validateDescriptionLine(this); 
onFocus=document.getElementByID('erroDiv').style.display='none'; 
validateat=onblur style=width:90px/

Where 'errorDiv' is the div in question.

In any event, I think it's the onFocus event that's at the heart of it. You are 
validating on blur but as far as I see, you are not resetting anything on 
focus. I'm hardly a js guru or anything but that's my guess.

Hope this helps.


[cid:image001.jpg@01CAA674.31B3BB00]
___

Troy Jones  |  Director of Technical Services  |  Dynapp Inc  |  1-800-830-5192 
 ext. 603  |  dynapp.comhttp://www.dynapp.com/  |  
facebook.com/dynapphttp://www.facebook.com/dynapp

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Jeff Howard
Sent: Friday, February 05, 2010 2:54 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] input type=datefield validation question

I have a form that has a required input of type=datefiled.  If the user tabs 
thru and doesn't enter a date a hidden div with an error message saying the 
datefield is required becomes visible.  There is an onblur validation for this.

My problem is that if the user goes back and just clicks on the CF created 
datefield calendar and then tabs away the error message does not become 
invisible again.  Instead they have to actual type something in the text input 
next to the CF generated calendar control.

cfinput disabled=#BOAdisabled# type=datefield name=date#i# id=date#i# 
value=#thisEffectiveDate# maxlength=10 onblur=validateDateField(this, 
true);validateDescriptionLine(this); validateat=onblur style=width:90px/

My question is, does anyone know how to force the validation if the user just 
uses the control to pick the date?

Thanks,
Jeff



-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-


inline: image001.jpg

RE: [ACFUG Discuss] cfdocument error

2010-02-04 Thread Troy Jones
In fact, yes, I have and currently am. I'd love to see an answer to this too.

[cid:image001.jpg@01CAA4DB.5C2A7580]
___

Troy Jones  |  Director of Technical Services  |  Dynapp Inc  |  1-800-830-5192 
 ext. 603  |  dynapp.comhttp://www.dynapp.com/  |  
facebook.com/dynapphttp://www.facebook.com/dynapp

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Jeff Howard
Sent: Wednesday, February 03, 2010 2:12 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] cfdocument error

Has anyone ever had an issue with a pdf file created with cfdocument being 
corrupt?  I've tried dumping the data outside the cfdocument and it works fine 
but when I simply put it in a simple tag cfdocument format=pdf, the browser 
load really slow and then I get an error message saying cannot display the 
document it is corrput.

Anyone ever experienced this?

Thanks,
Jeff



-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-


inline: image001.jpg

RE: [ACFUG Discuss] Ideal memory Configuration for CF Production server?

2010-01-14 Thread Troy Jones
It could be. I'd be interested to know how many sites, what kind of traffic 
each site brings, that kind of thing. But, if I had 4gb of memory, I'd set my 
heap size to 1024mb. That is good enough usually unless you have a relatively 
high-load server environment.

[cid:image001.jpg@01CA9530.7F4CD130]
___

Troy Jones  |  Director of Technical Services  |  Dynapp Inc  |  1-800-830-5192 
 ext. 603  |  dynapp.comhttp://www.dynapp.com/  |  
facebook.com/dynapphttp://www.facebook.com/dynapp

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Ajas Mohammed
Sent: Thursday, January 14, 2010 3:38 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] Ideal memory  Configuration for CF Production server?

Hi,

I was wondering what is the ideal memory you prefer on an CF Production server? 
We are running Intel Xeon  CPU E 5450 @ 3.00 GHZ, 4GB RAM.

Any suggestions as far as If 4gb memory is good enough or it should be greater 
than that for a production server?

Thanks,

Ajas Mohammed /
http://ajashadi.blogspot.com
We cannot become what we need to be, remaining what we are.
No matter what, find a way. Because thats what winners do.
You can't improve what you don't measure.
Quality is never an accident; it is always the result of high intention, 
sincere effort, intelligent direction and skillful execution; it represents the 
wise choice of many alternatives.

No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 8.5.432 / Virus Database: 270.14.131/2609 - Release Date: 01/14/10 
07:35:00



-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-


inline: image001.jpg

RE: [ACFUG Discuss] Ideal memory Configuration for CF Production server?

2010-01-14 Thread Troy Jones
Are you currently experiencing memory issues? Judging by what you say here, 
there may be some other issue going on besides what jrun.exe is using. But, if 
you're not having memory issues and you've got it to spare, I'd say go ahead 
and bump it up.

BTW, what version of CF?

[cid:image001.jpg@01CA9534.546391D0]
___

Troy Jones  |  Director of Technical Services  |  Dynapp Inc  |  1-800-830-5192 
 ext. 603  |  dynapp.comhttp://www.dynapp.com/  |  
facebook.com/dynapphttp://www.facebook.com/dynapp

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Ajas Mohammed
Sent: Thursday, January 14, 2010 4:00 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] Ideal memory  Configuration for CF Production 
server?

About 20 sites and high traffic site. I am not sure how many users though. I 
guess there is a limit of 4gb memory on 32 bit systems.

I noticed lsass.exe is taking 600,000K of memory and jrun.exe is taking 
193,604K of memory. So lsass.exe is using thrice as much.

Any suggestions?

Ajas Mohammed /
http://ajashadi.blogspot.com
We cannot become what we need to be, remaining what we are.
No matter what, find a way. Because thats what winners do.
You can't improve what you don't measure.
Quality is never an accident; it is always the result of high intention, 
sincere effort, intelligent direction and skillful execution; it represents the 
wise choice of many alternatives.

On Thu, Jan 14, 2010 at 3:44 PM, Troy Jones 
t...@dynapp.commailto:t...@dynapp.com wrote:
It could be. I'd be interested to know how many sites, what kind of traffic 
each site brings, that kind of thing. But, if I had 4gb of memory, I'd set my 
heap size to 1024mb. That is good enough usually unless you have a relatively 
high-load server environment.

[cid:image001.jpg@01CA9534.546391D0]
___

Troy Jones  |  Director of Technical Services  |  Dynapp Inc  |  1-800-830-5192 
 ext. 603  |  dynapp.comhttp://www.dynapp.com/  |  
facebook.com/dynapphttp://www.facebook.com/dynapp

From: ad...@acfug.orgmailto:ad...@acfug.org 
[mailto:ad...@acfug.orgmailto:ad...@acfug.org] On Behalf Of Ajas Mohammed
Sent: Thursday, January 14, 2010 3:38 PM
To: discussion@acfug.orgmailto:discussion@acfug.org
Subject: [ACFUG Discuss] Ideal memory  Configuration for CF Production server?

Hi,

I was wondering what is the ideal memory you prefer on an CF Production server? 
We are running Intel Xeon  CPU E 5450 @ 3.00 GHZ, 4GB RAM.

Any suggestions as far as If 4gb memory is good enough or it should be greater 
than that for a production server?

Thanks,

Ajas Mohammed /
http://ajashadi.blogspot.com
We cannot become what we need to be, remaining what we are.
No matter what, find a way. Because thats what winners do.
You can't improve what you don't measure.
Quality is never an accident; it is always the result of high intention, 
sincere effort, intelligent direction and skillful execution; it represents the 
wise choice of many alternatives.

No virus found in this incoming message.
Checked by AVG - www.avg.comhttp://www.avg.com
Version: 8.5.432 / Virus Database: 270.14.131/2609 - Release Date: 01/14/10 
07:35:00

-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLinkhttp://www.fusionlink.com
-


No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 8.5.432 / Virus Database: 270.14.131/2609 - Release Date: 01/14/10 
07:35:00



-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-


inline: image001.jpg

RE: [ACFUG Discuss] Ideal memory Configuration for CF Production server?

2010-01-14 Thread Troy Jones
Then, yes, I would definitely set the heap up to 1024mb if it's not there 
already. That should alleviate most, if not all, of the slowness.

On that note, one thing I've run into is that the session scope can become 
quite obtrusive under load. Sites that carry a lot of session information with 
high traffic will eat up your memory pretty quickly. Maybe some code 
examination may be in order as well.

[cid:image001.jpg@01CA9535.4D3F4D80]
___

Troy Jones  |  Director of Technical Services  |  Dynapp Inc  |  1-800-830-5192 
 ext. 603  |  dynapp.comhttp://www.dynapp.com/  |  
facebook.com/dynapphttp://www.facebook.com/dynapp

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Ajas Mohammed
Sent: Thursday, January 14, 2010 4:16 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] Ideal memory  Configuration for CF Production 
server?

We are on CF 7 windows server 2003. We are experiencing frequent slowness and 
the only option left to us is restart CF service every now and then.


Ajas Mohammed /
http://ajashadi.blogspot.com
We cannot become what we need to be, remaining what we are.
No matter what, find a way. Because thats what winners do.
You can't improve what you don't measure.
Quality is never an accident; it is always the result of high intention, 
sincere effort, intelligent direction and skillful execution; it represents the 
wise choice of many alternatives.

On Thu, Jan 14, 2010 at 4:12 PM, Troy Jones 
t...@dynapp.commailto:t...@dynapp.com wrote:
Are you currently experiencing memory issues? Judging by what you say here, 
there may be some other issue going on besides what jrun.exe is using. But, if 
you're not having memory issues and you've got it to spare, I'd say go ahead 
and bump it up.

BTW, what version of CF?

[cid:image001.jpg@01CA9535.4D3F4D80]
___

Troy Jones  |  Director of Technical Services  |  Dynapp Inc  |  1-800-830-5192 
 ext. 603  |  dynapp.comhttp://www.dynapp.com/  |  
facebook.com/dynapphttp://www.facebook.com/dynapp

From: ad...@acfug.orgmailto:ad...@acfug.org 
[mailto:ad...@acfug.orgmailto:ad...@acfug.org] On Behalf Of Ajas Mohammed
Sent: Thursday, January 14, 2010 4:00 PM
To: discussion@acfug.orgmailto:discussion@acfug.org
Subject: Re: [ACFUG Discuss] Ideal memory  Configuration for CF Production 
server?

About 20 sites and high traffic site. I am not sure how many users though. I 
guess there is a limit of 4gb memory on 32 bit systems.

I noticed lsass.exe is taking 600,000K of memory and jrun.exe is taking 
193,604K of memory. So lsass.exe is using thrice as much.

Any suggestions?

Ajas Mohammed /
http://ajashadi.blogspot.com
We cannot become what we need to be, remaining what we are.
No matter what, find a way. Because thats what winners do.
You can't improve what you don't measure.
Quality is never an accident; it is always the result of high intention, 
sincere effort, intelligent direction and skillful execution; it represents the 
wise choice of many alternatives.
On Thu, Jan 14, 2010 at 3:44 PM, Troy Jones 
t...@dynapp.commailto:t...@dynapp.com wrote:
It could be. I'd be interested to know how many sites, what kind of traffic 
each site brings, that kind of thing. But, if I had 4gb of memory, I'd set my 
heap size to 1024mb. That is good enough usually unless you have a relatively 
high-load server environment.

[cid:image001.jpg@01CA9535.4D3F4D80]
___

Troy Jones  |  Director of Technical Services  |  Dynapp Inc  |  1-800-830-5192 
 ext. 603  |  dynapp.comhttp://www.dynapp.com/  |  
facebook.com/dynapphttp://www.facebook.com/dynapp

From: ad...@acfug.orgmailto:ad...@acfug.org 
[mailto:ad...@acfug.orgmailto:ad...@acfug.org] On Behalf Of Ajas Mohammed
Sent: Thursday, January 14, 2010 3:38 PM
To: discussion@acfug.orgmailto:discussion@acfug.org
Subject: [ACFUG Discuss] Ideal memory  Configuration for CF Production server?

Hi,

I was wondering what is the ideal memory you prefer on an CF Production server? 
We are running Intel Xeon  CPU E 5450 @ 3.00 GHZ, 4GB RAM.

Any suggestions as far as If 4gb memory is good enough or it should be greater 
than that for a production server?

Thanks,

Ajas Mohammed /
http://ajashadi.blogspot.com
We cannot become what we need to be, remaining what we are.
No matter what, find a way. Because thats what winners do.
You can't improve what you don't measure.
Quality is never an accident; it is always the result of high intention, 
sincere effort, intelligent direction and skillful execution; it represents the 
wise choice of many alternatives.

No virus found in this incoming message.
Checked by AVG - www.avg.comhttp://www.avg.com
Version: 8.5.432 / Virus Database: 270.14.131/2609 - Release Date: 01/14/10 
07:35:00

RE: [ACFUG Discuss] Ideal memory Configuration for CF Production server?

2010-01-14 Thread Troy Jones
It won't improve the speed per se, but it will stop the slowness and loss of 
http response caused by reaching your heap size maximum allowance. It will also 
free you up from having to watch it so closely and keep you from having to 
interrupt your client's service while you restart jrun.exe. It will also buy 
you some time to examine your code and monitor your apps to identify possible 
bottlenecks without having to continue the restart pattern you are currently 
experiencing. Even moving it up to 768mb should yield a significant improvement.

[cid:image001.jpg@01CA9537.066E43F0]
___

Troy Jones  |  Director of Technical Services  |  Dynapp Inc  |  1-800-830-5192 
 ext. 603  |  dynapp.comhttp://www.dynapp.com/  |  
facebook.com/dynapphttp://www.facebook.com/dynapp

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Ajas Mohammed
Sent: Thursday, January 14, 2010 4:26 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] Ideal memory  Configuration for CF Production 
server?

Yeah, we are planning to use Fusion Reactor to monitor our apps. In our case, 
its client variables used throughout i.e. no session variables at all. I will 
definitely monitor pages that are running slow to see what is going on but 
knowing hardware setup is also important. So I was just trying to get an idea 
of what others are doing.

Coming to heap size, i think ours is set at default 512, if I am right. I will 
have to convince my team to up it to 1024mb. Does it improve performance 
significantly? Just curious.

Thanks,

Ajas Mohammed /
http://ajashadi.blogspot.com
We cannot become what we need to be, remaining what we are.
No matter what, find a way. Because thats what winners do.
You can't improve what you don't measure.
Quality is never an accident; it is always the result of high intention, 
sincere effort, intelligent direction and skillful execution; it represents the 
wise choice of many alternatives.

On Thu, Jan 14, 2010 at 4:19 PM, Troy Jones 
t...@dynapp.commailto:t...@dynapp.com wrote:
Then, yes, I would definitely set the heap up to 1024mb if it's not there 
already. That should alleviate most, if not all, of the slowness.

On that note, one thing I've run into is that the session scope can become 
quite obtrusive under load. Sites that carry a lot of session information with 
high traffic will eat up your memory pretty quickly. Maybe some code 
examination may be in order as well.

[cid:image001.jpg@01CA9537.066E43F0]
___

Troy Jones  |  Director of Technical Services  |  Dynapp Inc  |  1-800-830-5192 
 ext. 603  |  dynapp.comhttp://www.dynapp.com/  |  
facebook.com/dynapphttp://www.facebook.com/dynapp

From: ad...@acfug.orgmailto:ad...@acfug.org 
[mailto:ad...@acfug.orgmailto:ad...@acfug.org] On Behalf Of Ajas Mohammed
Sent: Thursday, January 14, 2010 4:16 PM

To: discussion@acfug.orgmailto:discussion@acfug.org
Subject: Re: [ACFUG Discuss] Ideal memory  Configuration for CF Production 
server?

We are on CF 7 windows server 2003. We are experiencing frequent slowness and 
the only option left to us is restart CF service every now and then.


Ajas Mohammed /
http://ajashadi.blogspot.com
We cannot become what we need to be, remaining what we are.
No matter what, find a way. Because thats what winners do.
You can't improve what you don't measure.
Quality is never an accident; it is always the result of high intention, 
sincere effort, intelligent direction and skillful execution; it represents the 
wise choice of many alternatives.
On Thu, Jan 14, 2010 at 4:12 PM, Troy Jones 
t...@dynapp.commailto:t...@dynapp.com wrote:
Are you currently experiencing memory issues? Judging by what you say here, 
there may be some other issue going on besides what jrun.exe is using. But, if 
you're not having memory issues and you've got it to spare, I'd say go ahead 
and bump it up.

BTW, what version of CF?

[cid:image001.jpg@01CA9537.066E43F0]
___

Troy Jones  |  Director of Technical Services  |  Dynapp Inc  |  1-800-830-5192 
 ext. 603  |  dynapp.comhttp://www.dynapp.com/  |  
facebook.com/dynapphttp://www.facebook.com/dynapp

From: ad...@acfug.orgmailto:ad...@acfug.org 
[mailto:ad...@acfug.orgmailto:ad...@acfug.org] On Behalf Of Ajas Mohammed
Sent: Thursday, January 14, 2010 4:00 PM
To: discussion@acfug.orgmailto:discussion@acfug.org
Subject: Re: [ACFUG Discuss] Ideal memory  Configuration for CF Production 
server?

About 20 sites and high traffic site. I am not sure how many users though. I 
guess there is a limit of 4gb memory on 32 bit systems.

I noticed lsass.exe is taking 600,000K of memory and jrun.exe is taking 
193,604K of memory. So lsass.exe is using thrice as much.

Any suggestions?

Ajas Mohammed /
http://ajashadi.blogspot.com
We cannot become

[ACFUG Discuss] RE: [ACFUG Discuss] Re: [ACFUG Discuss] Re: [ACFUG Discuss] Re: [ACFUG Discuss] WT Heck is this character? �

2009-12-10 Thread Troy Jones
I see this character sneak into code when I open something in Eclipse that was 
originally edited using some other editor or the file was originally created on 
a Mac.

[cid:image001.jpg@01CA7979.940C53C0]
___

Troy Jones  |  Director of Technical Services  |  Dynapp Inc  |  1-800-830-5192 
 ext. 603  |  dynapp.comhttp://www.dynapp.com/  |  
facebook.com/dynapphttp://www.facebook.com/dynapp

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Jason Vanhoy
Sent: Thursday, December 10, 2009 7:52 AM
To: discussion@acfug.org
Subject: [ACFUG Discuss] Re: [ACFUG Discuss] Re: [ACFUG Discuss] Re: [ACFUG 
Discuss] WT Heck is this character? �

It's this:
http://www.fileformat.info/info/unicode/char/fffd/index.htm

Hex value is FFFD





On Wed, Dec 9, 2009 at 10:25 PM, Derrick Peavy 
derr...@derrickpeavy.commailto:derr...@derrickpeavy.com wrote:
Yes and yes.

But let me refine the question - WHAT IS THE CHARACTER??? I cannot find a way 
to trap it and I don't know the ASCII or other chr()


_
Derrick Peavy
derr...@derrickpeavy.commailto:derr...@derrickpeavy.com
404-786-5036

“Innovation distinguishes between a leader and a follower.” -Steve Jobs
_


On Dec 9, 2009, at 10:20 PM, Dean H. Saxe wrote:


trap?

Do you mean prevent it from getting in your app?  Use a whitelist.

-dhs

--
Dean H. Saxe
A true conservationist is a person who knows that the world is not given by 
his fathers, but borrowed from his children.  -- John James Audubon



On Dec 9, 2009, at 7:09 PM, Derrick Peavy wrote:


Can you see this character?

It's a diamond with a question mark

�

How in the hell does one trap that?

_
Derrick Peavy
derr...@derrickpeavy.commailto:derr...@derrickpeavy.com
404-786-5036

“Innovation distinguishes between a leader and a follower.” -Steve Jobs
_





inline: image001.jpg

RE: [ACFUG Discuss] SQL Injection

2009-11-23 Thread Troy Jones
I think that would depend on the intended scope and audience of your site or 
server's sites. For example, does someone in Beijing need to browse for a 
product that isn't available over the web or sold in any store outside the 
contiguous U.S.? Or would someone in Ulan Bator need to set up a pick-up 
laundry service in St. Louis? Of course there would be exceptions but I think 
it would be worth the small number of legitmate denials to do this.

[cid:image001.jpg@01CA6C2A.867E4990]
___

Troy Jones  |  Developer/Support Technician  |  Dynapp Inc  |  1-800-830-5192  
ext. 603  |  dynapp.comhttp://www.dynapp.com/  |  
facebook.com/dynapphttp://www.facebook.com/dynapp

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Dean H. Saxe
Sent: Friday, November 20, 2009 10:08 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] SQL Injection

Yeah sure, you CAN, but its not the solution to the problem.  On a recent 
incident response we had attacks originating from asia, south america and 
europe.  Do you plan on blocking them all?

-dhs

--
Dean H. Saxe
A true conservationist is a person who knows that the world is not given by 
his fathers, but borrowed from his children.  -- John James Audubon





On Nov 20, 2009, at 9:16 AM, Wes Byrd wrote:


You can block subnets.  On a couple of domestic sites, I have even blocked all 
requests from ALL OF ASIA (or close).  While I know this is a drastic 
measure...  all SQL Injection attack (and other hack attacks) attempts reduced 
by 98% with that done.

Here is a link that describes how to do this and why:  
http://www.parkansky.com/china.htm

From: ad...@acfug.orgmailto:ad...@acfug.org [mailto:ad...@acfug.org] On 
Behalf Of Dean H. Saxe
Sent: Friday, November 20, 2009 11:59 AM
To: discussion@acfug.orgmailto:discussion@acfug.org
Subject: Re: [ACFUG Discuss] SQL Injection

Blocking IPs is useless, attackers will just use another proxy to change the 
apparently location of the originating attack.  You can't stop the attempts, 
you must instead prevent the exploitation of vulnerable code.  This means 
writing secure code using data validation on all input, data sanitization on 
output (in this case, parameterized queries using cfqueryparam) and following 
the principle of least privilege on the database access.

-dhs

--
Dean H. Saxe
A true conservationist is a person who knows that the world is not given by 
his fathers, but borrowed from his children.  -- John James Audubon






On Nov 20, 2009, at 3:47 AM, Rudi Shumpert wrote:



Hey folks,

I saw John's tweet earlier this week about a new wave of SQL Injection ( and 
link to a great article on it 
http://www.codfusion.com/blog/post.cfm/portcullis-cfc-filter-to-protect-against-sql-injection-and-xss),
 and sure enough I'm seeing a huge upswing in attempts.  Over 100 failed 
attempts last night alone.

We have taken the steps to prevent damage / harm, but I was wondering what 
folks are doing after they stop the attempt.  What kind of message if any do 
you provide ?  Are people checking the logs, and blocking IP's of the worst 
offenders?  Or something else?

-Rudi


-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserformhttp://www.acfug.org/?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLinkhttp://www.fusionlink.com/
-


No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 8.5.425 / Virus Database: 270.14.78/2521 - Release Date: 11/23/09 
07:52:00



-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-


inline: image001.jpg

RE: [ACFUG Discuss] Sending large numbers of eMail via ColdFusion

2009-05-21 Thread Troy Jones
Clarke,

 

We have a similar application that sends out mass mailings. In the past
we have handled this using cfthread. In this simplified example, the
code is using cfthread to set a 1 second interval between each email.

 

cfthread name=#threadName# action=run

cfoutput query=getContacts


cfset valid_email =
IsEmail(email_field)

cfif valid_email


 


!---
Build email here ---

 


/cfif

!--- pause one second
after sending each email ---

cfthread action=sleep
duration=1000 /

/cfoutput

/cfthread

 

This seems to work pretty well although you may want to adjust the
interval (remember, in milliseconds). It has two purposes. First, it
takes the processing out of the way of the rest of your other
processing. Secondly, and maybe just as important, it will help prevent
your mail server from getting tagged as a spam source.

 

Hope this helps.

 

Troy Jones

Developer/Support Technician

Dynapp, Inc

http://www.dynapp.com

 

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Clarke
Bishop
Sent: Thursday, May 21, 2009 4:59 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] Sending large numbers of eMail via ColdFusion

 

I'm trying to finish up a cfm/cfc page that will send out about 3,000
eMail messages. The messages are press releases and they go to a
database of magazine editors, radio/TV stations, etc. Also, the messages
have to be individually personalized.

 

John told me: Don't try to send 3000 all at once. You'll lock up your
mail spool.  Do small 50-120 size batches every 10 minutes.

 

Plus, I got a timeout error when I tried to run the page.

 

So, please point me in the right direction. Right now, I'm thinking:

* Use cfschedule to call a page every 10 minutes. The page then
sends 100 messages.

* Keep track of which emails have been sent and which page of
the query should get sent next.

* Cancel the cfschedule after all the messages are done.

 

Does anyone have a better suggestion for how to go about this?

 

Thanks,

 

   Clarke


- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink http://www.fusionlink.com  
- 

No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 8.5.339 / Virus Database: 270.12.35/2124 - Release Date:
05/21/09 06:22:00




-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-




RE: [ACFUG Discuss] cfmail issue

2009-03-05 Thread Troy Jones
I did isolate the problem. The smtp virtual server on the machine where
these emails are being generated had an outgoing message limit of
2048kb. This particular email being generated exceeded that limit where
the others did not. Turned out that CF actually was not the culprit at
all.

 

Thanks for your input though. Appreciated as always.

 

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Charlie
Arehart
Sent: Wednesday, March 04, 2009 10:11 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] cfmail issue

 

I meant CFMAilparam, of course, just as you referred to it. 

 

Did you resolve the problem?

 

 

/charlie

 

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Charlie
Arehart
Sent: Tuesday, March 03, 2009 5:49 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] cfmail issue

 

Well, it surely does now seem clearly related to the generated CFPARAMs.
If you're saying there's nothing in the mail.log, how about in the -out
log for the instance (in jrun4/logs)? If there's no message  there, it
would seem the way to debug this is to change your loop that creates
the cfmailparam tags to create just one at a time, until you create the
one triggers the failure.

 

/charlie

 

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Troy Jones
Sent: Tuesday, March 03, 2009 4:45 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] cfmail issue

 

I tested the new snippet in the exact same place in the same template.
It tested successfully. I also added some output on the page that was
based on running the isValid() function against the email addresses that
the mail is being generated to and from. Again, that tested
successfully. However, in the mail body itself, there is a looping
cfmailparam tag that inserts pictures as attachments. I ran the
original snippet with those commented out and was able to get some mail
pieces to generate. So, suspecting the data, I tested against a
different result set, but using the cfmailparam loop, and it was
successful. So, with all this in mind, here is what I know:

 

* Cold Fusion version is CF8 Enterprise (multi-server install)

* The cfmail service is active and responding

* The smtp server is functioning as intended

* The data being consumed by the cfmail tag is correct and valid

* The syntax for the tag(s) is correct and valid

* The cfmail will not execute for the given result set when
leaving the cfmailparam loop in place

* It will execute when removing the cfmailparam loop

* Other mail executes as originally intended with different
record sets using the cfmailparam loop

* All other cfmail instances, both in other templates and the
one in question, execute properly.

* File changes are being recognized (evidenced when I input code
to intentionally error the template)

 

At this point, I am suspecting an issue with the actual files that are
being included as attachments. It seems about the only avenue left
before diving into the underlying java. But I agree with your assertion,
Charlie, it doesn't add up or make a whole lot of sense. If I figure it
out before you guys can, I will be sure and let ya know.

 

Thanks again for all your input.

 

Troy Jones

Dynapp Support Team

678-528-2952 


- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink http://www.fusionlink.com  
- 


- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink http://www.fusionlink.com  
- 




-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-




[ACFUG Discuss] isValid and validate=integer

2009-03-04 Thread Troy Jones
Hey again all,

 

I was working on a form that is using a cfinput tag with the attribute
of validate=integer. In testing this form, I was using all types of
different characters trying to get it to blow up and every single time I
used the $ character and only numbers besides, it would return true
and allow submission. That seemed a little odd to me. I had always
understood validate=integer to mean that the data should contain
only numbers. $ is certainly not a number.

 

So, I wanted to try another method of validation. I created a test
template and used the isValid(integer, testvaluehere) function with
the same data that I had been testing with on the bugged form. Lo and
behold, it also returned true with the $ character in the data.
However, when using the isNumeric() function, it returned false as
expected.

 

Has anyone else ever encountered this or does anyone have any input on
this? Is this a known bug?

 

Troy Jones

Dynapp Support Team

678-528-2952

 

 




-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-




RE: [ACFUG Discuss] isValid and validate=integer

2009-03-04 Thread Troy Jones
For now, I have implemented a server side workaround to fix the issue
using REreplace(). It just seemed inconsistent to me that integer
would not validate only integral data.

 

Charlie,

 

I did verify the form.fieldname output by observing what was inserted to
the database that it uses. It did indeed have the $ character in the
data. What I was looking into and wasn't able to come to a good enough
conclusion to determine anything was the /inetpub/wwwroot/cfide
cfform.js. It appeared that the _cf_checkinteger() function was actually
stripping the $ character before providing a return value. I also
found that confusing. Isn't the point of determining a data type to see
if it is actually that data type and not strip it and manipulate it
first? Maybe this is where I am missing the boat, if indeed I am missing
the boat.

 

Anyways, like I said, I have moved on with my own workaround for now. I
was really just picking brains for experience on the matter.

 

 

Troy Jones

Dynapp Support Team

678-528-2952

 

 

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Charlie
Arehart
Sent: Wednesday, March 04, 2009 1:57 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] isValid and validate=integer

 

Troy, when you were validating the form, did you by any chance use the
validate=onserver attribute (if it was a CFFORM) or the older hidden
field validation where you used name=yourfield_integer for a hidden
field? If so, both of those could be changing the actual value coming
into the form processing page, so that the $ is gone. Just be sure to
output the value of form.fieldname before your isvalid test, to be sure
it's indeed what you expect it should be. 

 

There's a problem similar to this that happens with date fields, where
the date typed in becomes an ODBC date format unexpectedly (something I
blogged about many years ago:
http://www.systemanage.com/cff/cftips3.cfm#_date).

 

If that's not it, please do let us know. Just something I thought worth
your double-checking.

 

/charlie

 

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Troy Jones
Sent: Wednesday, March 04, 2009 12:45 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] isValid and validate=integer

 

Hey again all,

 

I was working on a form that is using a cfinput tag with the attribute
of validate=integer. In testing this form, I was using all types of
different characters trying to get it to blow up and every single time I
used the $ character and only numbers besides, it would return true
and allow submission. That seemed a little odd to me. I had always
understood validate=integer to mean that the data should contain
only numbers. $ is certainly not a number.

 

So, I wanted to try another method of validation. I created a test
template and used the isValid(integer, testvaluehere) function with
the same data that I had been testing with on the bugged form. Lo and
behold, it also returned true with the $ character in the data.
However, when using the isNumeric() function, it returned false as
expected.

 

Has anyone else ever encountered this or does anyone have any input on
this? Is this a known bug?

 

Troy Jones

Dynapp Support Team

678-528-2952

 

 


- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink http://www.fusionlink.com  
- 


- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink http://www.fusionlink.com  
- 




-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-




[ACFUG Discuss] cfmail issue

2009-03-03 Thread Troy Jones
Hello all,

 

I am having an issue with the cfmail tag. In the instance of use,
everything seems to be in order (syntax, required attributes, data is
valid) but for some reason, the tag will not fire an email. I have tried
everything I know of to try (verifying the query data, eliminating the
body except for a short message, etc.) but nothing resolves the issue. I
had suspected that the mail service itself may have stopped responding
but I was able to execute a different cfmail instance in it's place.
Additionally, none of this non-execution generates any errors or log
entries. I am at a loss as to where to focus my efforts and would
appreciate any assistance. 

 

Here is the snippet:

 

cfmail to=#qAdAgent.agent_email#
cc=#qAdAgent.ad_emails# bcc=#Application.email#
from=#Application.email# subject=Your tour has been added to
#Application.domain# type=HTML

 

Troy Jones

Dynapp Support Team

678-528-2952

 

 




-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-




RE: [ACFUG Discuss] cfmail issue

2009-03-03 Thread Troy Jones
Thanks for the input.

 

I think what I might not have been clear on is that, when the code is executed, 
there is no file being created at all. I watched the server’s spool folder and 
when testing this snippet, no .cfmail file or any other file ever appeared. 
That is what I find most strange along with no errors being generated. In using 
test snippets in place of the snippet in question, the process worked 
perfectly. All other mail generated from this site works as intended.

 

Troy Jones

Dynapp Support Team

678-528-2952

 

 

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Teddy R. Payne
Sent: Tuesday, March 03, 2009 2:25 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] cfmail issue

 

I believe there are a couple of open source mail bouncing applications on 
riaforge.com as well as Ray Camden had a small utility that was created an 
additional interface in your ColdFusion administrator to inspect your mail 
spool.  These could help in your troubleshooting.


Teddy R. Payne, ACCFD
Google Talk - teddyrpa...@gmail.com




On Tue, Mar 3, 2009 at 2:03 PM, Benjamin Bloodworth b...@electronet.net wrote:

Some mail servers will reject the email if it does not have a real email 
account for the “from” and “to” addresses.  I’m assuming you’ve already checked 
the undeliverables and spool folders in coldfusion.  If that’s the case, then 
check your mail server logs to see if the message was rejected by your mail 
server.

 

Benjamin Bloodworth

b...@electronet.net

850.702.0052



From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Troy Jones
Sent: Tuesday, March 03, 2009 2:03 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] cfmail issue

 

Hello all,

 

I am having an issue with the cfmail tag. In the instance of use, everything 
seems to be in order (syntax, required attributes, data is valid) but for some 
reason, the tag will not fire an email. I have tried everything I know of to 
try (verifying the query data, eliminating the body except for a short message, 
etc.) but nothing resolves the issue. I had suspected that the mail service 
itself may have stopped responding but I was able to execute a different 
cfmail instance in it’s place. Additionally, none of this non-execution 
generates any errors or log entries. I am at a loss as to where to focus my 
efforts and would appreciate any assistance. 

 

Here is the snippet:

 

cfmail to=#qAdAgent.agent_email# cc=#qAdAgent.ad_emails# 
bcc=#Application.email# from=#Application.email# subject=Your tour has 
been added to #Application.domain# type=HTML

 

Troy Jones

Dynapp Support Team

678-528-2952

 

 


- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 
http://www.acfug.org/?fa=login.edituserform  

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink http://www.fusionlink.com/  
- 

No virus found in this incoming message.
Checked by AVG - www.avg.com http://www.avg.com/ 
Version: 8.0.237 / Virus Database: 270.11.5/1979 - Release Date: 03/03/09 
07:25:00


- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 
http://www.acfug.org/?fa=login.edituserform  

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink http://www.fusionlink.com/  
- 

 



RE: [ACFUG Discuss] cfmail issue

2009-03-03 Thread Troy Jones
I tested the new snippet in the exact same place in the same template.
It tested successfully. I also added some output on the page that was
based on running the isValid() function against the email addresses that
the mail is being generated to and from. Again, that tested
successfully. However, in the mail body itself, there is a looping
cfmailparam tag that inserts pictures as attachments. I ran the
original snippet with those commented out and was able to get some mail
pieces to generate. So, suspecting the data, I tested against a
different result set, but using the cfmailparam loop, and it was
successful. So, with all this in mind, here is what I know:

 

* Cold Fusion version is CF8 Enterprise (multi-server install)

* The cfmail service is active and responding

* The smtp server is functioning as intended

* The data being consumed by the cfmail tag is correct and valid

* The syntax for the tag(s) is correct and valid

* The cfmail will not execute for the given result set when
leaving the cfmailparam loop in place

* It will execute when removing the cfmailparam loop

* Other mail executes as originally intended with different
record sets using the cfmailparam loop

* All other cfmail instances, both in other templates and the
one in question, execute properly.

* File changes are being recognized (evidenced when I input code
to intentionally error the template)

 

At this point, I am suspecting an issue with the actual files that are
being included as attachments. It seems about the only avenue left
before diving into the underlying java. But I agree with your assertion,
Charlie, it doesn't add up or make a whole lot of sense. If I figure it
out before you guys can, I will be sure and let ya know.

 

Thanks again for all your input.

 

Troy Jones

Dynapp Support Team

678-528-2952

 

 

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Charlie
Arehart
Sent: Tuesday, March 03, 2009 3:49 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] cfmail issue

 

And if that doesn't seem to work, here's another. It's a stretch, but it
just does not make sense that a CFMAIL would do nothing at all (not
generate a file in the spool). When you say you did other snippets, did
you do them in this very same template? I mean the exact one, in the
same place, on the same server. If you did, then it's a stumper, unless
Mischa's suggestion helps. But if you did them in another page, I would
recommend you confirm for sure that the changes you make in this
template are really taking. 

 

For instance, if you add some output to the page, or do a CFLOG on it,
does that happen? If not, then I'd argue that your changes are not being
picked up at all. How could that happen? Well, you could have trusted
cache enabled, in which no source changes are picked up. You could also
be doing this by way of a CFC instance that's loaded in memory, so
changes to the source file aren't picked up then, either. 

 

Finally, there's an even more unusual (but occasionally possible)
situation where source file changes aren't picked up because the class
file (underlying the CF page) is newer than the source file date. This
happens more often when you push code from one machine to another, and
the source file has been retrieved from a source control system and has
an older date. I blogged on that happening back in the CF 6 days
(http://cfmxplus.blogspot.com/2002/11/alert-when-cf-will-fail-to-auto.ht
ml), but have been meaning to test if it was resolved so as to no longer
happen.

 

Let us know if you confirm that changes to the source are indeed picking
up, and if any of M's suggestions help.

 

/charlie

 

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Mischa
Uppelschoten ext 10
Sent: Tuesday, March 03, 2009 2:52 PM
To: Web Site
Subject: re: [ACFUG Discuss] cfmail issue

 

At the risk of stating the obvious, here is what I would do:

1. Dump the values for your vars and hardcode them in a CFMAIL statement
with a very basic subject and body
2. If that looks good but still fails to send, another troubleshooting
step is to use telnet from your CF server and send an email.
http://www.wikihow.com/Send-Email-Using-Telnet  This should reveal quick
enough whether the mail server is the piece that is tripping you up...

/m


: Hello all, 
:   
: I am having an issue with the cfmail tag. In the instance of use,
everything
:  seems to be in order (syntax, required attributes, data is valid) but
for
:  some reason, the tag will not fire an email. I have tried everything
I know
:  of to try (verifying the query data, eliminating the body except for
a short
:  message, etc.) but nothing resolves the issue. I had suspected that
the mail
:  service itself may have stopped responding but I was able to execute
a
:  different cfmail instance in its place. Additionally, none of this
:  non-execution generates any errors or log entries. I am

RE: [ACFUG Discuss] CF Applications hosted on third party webserver/hosting services

2009-02-17 Thread Troy Jones
Hi Ajas,

 

In the past we have had similar issues concerning our code. Our problem
lied in the SESSION scope and the size of if. As the number of users
grew, so did the allocated memory. At a certain point, it would reach
it's heap size limit and become unresponsive. Our solution was to rework
our framework and eliminate the use of the scope as much as possible. 

 

 I am not sure what tools are best for diagnosing this problem with CF7
(we are using CF8 with server monitoring) but that is the option that
stands out to me based on what you have said. I am sure some of the
guys/ladies know of some effective third party tools to assist you.

 

Not much but I hope it helps.

 

Troy Jones

Dynapp Support Team

678-528-2952

 

 

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Ajas
Mohammed
Sent: Tuesday, February 17, 2009 2:00 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] CF Applications hosted on third party
webserver/hosting services

 

Hi,

Before I go to google and search for *performance optimization* 
*monitoring* CF Applications, and how to check what parts are killing
the application, I thought I would ask here first.

We have application which is doing well supporting lot of clients. We
are CF 7, IIS, Windows Server 2003 shop.

We have about 6 - 8 applications, all same code base, hosted on third
party hosting services. I can access CF Admin etc.

As the transactions are growing, we have noticed that its getting slower
and slower.

So any inputs as to how to track 

1. what part of cf code is running slow 
2. any tools (if open source that would be nice) . I remember CF also
has something, but never had chance to look at it.
3. most importantly, how do i get started monitoring load etc on the CF
Server.

Thanks for your patience and apologies, if I have missed any information
that you need to answer my questions.

FYI, I wanted to do this long time back, but could not because of work
deadlines but looks like I have to find time to sort this critical issue
ASAP.


Ajas Mohammed /
http://ajashadi.blogspot.com
We cannot become what we need to be, remaining what we are.
No matter what, find a way. Because thats what winners do.
You can't improve what you don't measure.
Quality is never an accident; it is always the result of high intention,
sincere effort, intelligent direction and skillful execution; it
represents the wise choice of many alternatives.




-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-




[ACFUG Discuss] cf datasources

2009-01-16 Thread Troy Jones
We had an event on one of our servers that has rendered CF unusable and
needing a uninstall/reinstall. However, this means that we will lose our
configured data sources. Does anyone know of a way to get this
information before we uninstall the program or are we just pretty much
SOL?

 

Troy Jones

Dynapp Support Team

678-528-2952

 

 




-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-




RE: [ACFUG Discuss] cf datasources

2009-01-16 Thread Troy Jones
Therein lies my problem, CF is totally unusable in its current state. I can’t 
even open the administrator L.

 

Troy Jones

Dynapp Support Team

678-528-2952

 

 

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Teddy R. Payne
Sent: Friday, January 16, 2009 3:57 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] cf datasources

 

In your ColdFusion administrator, there is a settings summary that will capture 
all of your DSN connection information with the exception of the username and 
password for the said connections.


Teddy R. Payne, ACCFD
Google Talk - teddyrpa...@gmail.com




On Fri, Jan 16, 2009 at 3:51 PM, Troy Jones t...@dynapp.com wrote:

We had an event on one of our servers that has rendered CF unusable and needing 
a uninstall/reinstall. However, this means that we will lose our configured 
data sources. Does anyone know of a way to get this information before we 
uninstall the program or are we just pretty much SOL?

 

Troy Jones

Dynapp Support Team

678-528-2952

 

 


- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 
http://www.acfug.org/?fa=login.edituserform  

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink http://www.fusionlink.com/  
- 



- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink http://www.fusionlink.com  
- 



RE: [ACFUG Discuss] cf datasources

2009-01-16 Thread Troy Jones
I appreciate all the input, thanks for all your responses.

 

Troy Jones

Dynapp Support Team

678-528-2952

 

 

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Howard Fore
Sent: Friday, January 16, 2009 4:14 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] cf datasources

 

From one Troy (my first name) to another, I think you're looking for a
neo-query.xml file :-)

On Fri, Jan 16, 2009 at 3:59 PM, Troy Jones t...@dynapp.com wrote:

Therein lies my problem, CF is totally unusable in its current state. I
can't even open the administrator L.

 

Troy Jones

Dynapp Support Team

678-528-2952

 

 

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Teddy R.
Payne
Sent: Friday, January 16, 2009 3:57 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] cf datasources

 

In your ColdFusion administrator, there is a settings summary that will
capture all of your DSN connection information with the exception of the
username and password for the said connections.


Teddy R. Payne, ACCFD
Google Talk - teddyrpa...@gmail.com



On Fri, Jan 16, 2009 at 3:51 PM, Troy Jones t...@dynapp.com wrote:

We had an event on one of our servers that has rendered CF unusable and
needing a uninstall/reinstall. However, this means that we will lose our
configured data sources. Does anyone know of a way to get this
information before we uninstall the program or are we just pretty much
SOL?

 

Troy Jones

Dynapp Support Team

678-528-2952

 

 


- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform
http://www.acfug.org/?fa=login.edituserform  

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink http://www.fusionlink.com/  
- 



- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink http://www.fusionlink.com  
- 




-- 
Howard Fore, howard.f...@hofo.com
The universe tends toward maximum irony. Don't push it. - Jeff Atwood

- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink http://www.fusionlink.com  
- 




-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-




RE: [ACFUG Discuss] DATE - utc

2009-01-12 Thread Troy Jones
When used like this:

 

dateFormat(now(), mm-dd-)

 

I always get the server time. How are you using it exactly?

 

Troy Jones

Dynapp Support Team

678-528-2952

 

 

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Ajas Mohammed
Sent: Monday, January 12, 2009 11:39 AM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] DATE - utc

 

sorry, typed too fast. Wrong answer. dont know what i was thinking. My bad. ;-)

Ajas Mohammed /
http://ajashadi.blogspot.com
We cannot become what we need to be, remaining what we are.
No matter what, find a way. Because thats what winners do.
You can't improve what you don't measure.
Quality is never an accident; it is always the result of high intention, 
sincere effort, intelligent direction and skillful execution; it represents the 
wise choice of many alternatives.



On Mon, Jan 12, 2009 at 11:35 AM, Ajas Mohammed ajash...@gmail.com wrote:

that will be CreateDateTime http://0423.htm#1224498 

http://livedocs.adobe.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=ColdFusion_Documentationfile=0590.htm#134078



Ajas Mohammed /
http://ajashadi.blogspot.com
We cannot become what we need to be, remaining what we are.
No matter what, find a way. Because thats what winners do.
You can't improve what you don't measure.
Quality is never an accident; it is always the result of high intention, 
sincere effort, intelligent direction and skillful execution; it represents the 
wise choice of many alternatives.





On Mon, Jan 12, 2009 at 11:27 AM, Moises Alejandro Zamora Villasana 
mzam...@comimsa.com wrote:

Hi,

 

 

Im using the tag now to get the actual date but whet get the date it gets me 
the UTC date and not my local.

 

How can I get my local date and time?. My regional settings are correct on the 
server.

 

regards

 

__
Comentarios, quejas y/o sugerencias relacionadas con los proyectos
o servicios tecnológicos ofrecidos por COMIMSA, favor de
dirigirlas a cali...@comimsa.com.mx

 


- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink http://www.fusionlink.com  
- 

 



- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink http://www.fusionlink.com  
- 




-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-




RE: [ACFUG Discuss] DATE - utc

2009-01-12 Thread Troy Jones
Sorry, this is actually what I meant,

 

dateFormat(now(), mm-dd- hh:mm:ss)

 

Troy Jones

Dynapp Support Team

678-528-2952

 

 

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Troy Jones
Sent: Monday, January 12, 2009 11:43 AM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] DATE - utc

 

When used like this:

 

dateFormat(now(), mm-dd-)

 

I always get the server time. How are you using it exactly?

 

Troy Jones

Dynapp Support Team

678-528-2952

 

 

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Ajas Mohammed
Sent: Monday, January 12, 2009 11:39 AM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] DATE - utc

 

sorry, typed too fast. Wrong answer. dont know what i was thinking. My bad. ;-)

Ajas Mohammed /
http://ajashadi.blogspot.com
We cannot become what we need to be, remaining what we are.
No matter what, find a way. Because thats what winners do.
You can't improve what you don't measure.
Quality is never an accident; it is always the result of high intention, 
sincere effort, intelligent direction and skillful execution; it represents the 
wise choice of many alternatives.

On Mon, Jan 12, 2009 at 11:35 AM, Ajas Mohammed ajash...@gmail.com wrote:

that will be CreateDateTime http://0423.htm#1224498 

http://livedocs.adobe.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=ColdFusion_Documentationfile=0590.htm#134078



Ajas Mohammed /
http://ajashadi.blogspot.com
We cannot become what we need to be, remaining what we are.
No matter what, find a way. Because thats what winners do.
You can't improve what you don't measure.
Quality is never an accident; it is always the result of high intention, 
sincere effort, intelligent direction and skillful execution; it represents the 
wise choice of many alternatives.

 

On Mon, Jan 12, 2009 at 11:27 AM, Moises Alejandro Zamora Villasana 
mzam...@comimsa.com wrote:

Hi,

 

 

Im using the tag now to get the actual date but whet get the date it gets me 
the UTC date and not my local.

 

How can I get my local date and time?. My regional settings are correct on the 
server.

 

regards

 

__
Comentarios, quejas y/o sugerencias relacionadas con los proyectos
o servicios tecnológicos ofrecidos por COMIMSA, favor de
dirigirlas a cali...@comimsa.com.mx

 


- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink http://www.fusionlink.com  
- 

 



- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink http://www.fusionlink.com  
- 


- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink http://www.fusionlink.com  
- 




-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-




[ACFUG Discuss] car make model info

2008-12-08 Thread Troy Jones
Hey all,

 

I am currently working on a project for a car dealership and am finding
myself needing either a database with current make/model info dating
back at least 10-15 years or an API that could handle calls for this
type of things. Any suggestions on where I might find this?

 

Troy Jones

Dynapp Support Team

678-528-2952

 

 




-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-




RE: [ACFUG Discuss] cfchart

2008-11-14 Thread Troy Jones
Mischa,

 

I have verified that this is the case with this IIS entry as per your
instructions but it did not fix the error. Any other suggestions?

 

Troy Jones

Dynapp Support Team

678-528-2952

 

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mischa
Uppelschoten ext 10
Sent: Friday, October 24, 2008 3:50 PM
To: Web Site
Subject: re: [ACFUG Discuss] cfchart

 

If you're on IIS, make sure to UNcheck Verify that file exists: 

 

Go to IIS and open your site properties. Click on the home directory
tab and then click on the configuration button. If you have a typical
setup you should see the Jrun wildcard entry in the bottom list box.
Select this entry and click on edit. There is a checkbox that says
verify that file exists.

 

/m


: Hey all, 
:   
: I am troubleshooting an instance of the cfchart tag in one of my
clients
:  applications. I am not familiar with the use of this tag at all but,
in a
:  nutshell, the tag appears to be syntactically correct and the
requested data
:  exists at the time of the call but the chart never appears and there
doesnt
:  seem to be any attempt, failed or otherwise, to write source code to
generate
:  it. Here is the snippet with the cfchart call: 
:   
: cfchart format=flash xaxistitle=Date yaxistitle=Views
chartwidth=450
:  show3d=true title=Tour Views Per Day name=statChart 
: cfchartseries type=bar  
: itemcolumn=Date 
: valuecolumn=View 
: cfoutput
:  query=getHitscfchartdata item=#DateFormat(stats_date,
'mm/dd/yy')#
:  value=#TotalHits#/cfoutput 
: /cfchartseries 
: /cfchart 
:   
: I dumped the query variable that contains the value requested in the
:  cfchartdata and it does exist when this tag is called. I can find
no errors
:  being thrown either in the CF administrator or in the applications
error
:  handing system. The chart does not appear in any browser. 
:   
: Any ideas? 
:   
: Troy Jones 
: Dynapp Support Team 
: 678-528-2952 
:   





--- Original Message ---

  

From: Troy Jones [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 

To: discussion@acfug.org mailto:discussion@acfug.org 

Date: Fri, 24 Oct 2008 15:27:18 -0400

Subject: [ACFUG Discuss] cfchart

  

Hey all,

 

I am troubleshooting an instance of the cfchart tag in one of my
client's applications. I am not familiar with the use of this tag at all
but, in a nutshell, the tag appears to be syntactically correct and the
requested data exists at the time of the call but the chart never
appears and there doesn't seem to be any attempt, failed or otherwise,
to write source code to generate it. Here is the snippet with the
cfchart call:

 

cfchart format=flash xaxistitle=Date yaxistitle=Views
chartwidth=450 show3d=true title=Tour Views Per Day
name=statChart

cfchartseries type=bar 

itemcolumn=Date 

valuecolumn=View 

cfoutput
query=getHitscfchartdata item=#DateFormat(stats_date, 'mm/dd/yy')#
value=#TotalHits#/cfoutput

/cfchartseries

/cfchart

 

I dumped the query variable that contains the value requested in the
cfchartdata and it does exist when this tag is called. I can find no
errors being thrown either in the CF administrator or in the
application's error handing system. The chart does not appear in any
browser.

 

Any ideas?

 

Troy Jones

Dynapp Support Team

678-528-2952

 

 


- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform
http://www.acfug.org?fa=login.edituserform  

For more info, see http://www.acfug.org/mailinglists
http://www.acfug.org/mailinglists  
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
http://www.mail-archive.com/discussion%40acfug.org/  
List hosted by FusionLink http://www.fusionlink.com  
-

- To
unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform For more info, see
http://www.acfug.org/mailinglists Archive @
http://www.mail-archive.com/discussion%40acfug.org/ List hosted by
http://www.fusionlink.com
- 




-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-




RE: [ACFUG Discuss] cfchart

2008-11-14 Thread Troy Jones
Thanks for your suggestions.

Although none of them panned out, I did find a site running similar code
on our dev box, so I ripped the snippet and put it in where the
malfunctioning call was happening. The only difference between the two
instances was the name attribute assigned to the faulty one. After
testing the ripped one to make sure it worked, I removed the name
attribute from the suspect one and, voila!, it works.

Weird.

Troy Jones
Dynapp Support Team
678-528-2952



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cameron
Childress
Sent: Friday, November 14, 2008 5:19 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] cfchart

Sometimes I've seen this happen when the /cfide/ mapping is not setup
properly or not visible by the browser.  I don't recall the specifics,
but I think it may use a .js file that's in the CFIDE for some of the
Flash embed code.  That would cause the browser to miss the chart, but
no CF error would be thrown.  If this is true, you may see a 404 error
in the IIS logs, however.

-Cameron

On Fri, Nov 14, 2008 at 4:35 PM, Troy Jones [EMAIL PROTECTED] wrote:
 Mischa,



 I have verified that this is the case with this IIS entry as per your
 instructions but it did not fix the error. Any other suggestions?



 Troy Jones

 Dynapp Support Team

 678-528-2952





 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mischa
 Uppelschoten ext 10
 Sent: Friday, October 24, 2008 3:50 PM
 To: Web Site
 Subject: re: [ACFUG Discuss] cfchart



 If you're on IIS, make sure to UNcheck Verify that file exists:



 Go to IIS and open your site properties. Click on the home directory
tab
 and then click on the configuration button. If you have a typical
setup you
 should see the Jrun wildcard entry in the bottom list box. Select this
entry
 and click on edit. There is a checkbox that says verify that file
 exists.



 /m

 : Hey all,
 :
 : I am troubleshooting an instance of the cfchart tag in one of my
clients
 :  applications. I am not familiar with the use of this tag at all
but, in a
 :  nutshell, the tag appears to be syntactically correct and the
requested
 data
 :  exists at the time of the call but the chart never appears and
there
 doesnt
 :  seem to be any attempt, failed or otherwise, to write source code
to
 generate
 :  it. Here is the snippet with the cfchart call:
 :
 : cfchart format=flash xaxistitle=Date yaxistitle=Views
 chartwidth=450
 :  show3d=true title=Tour Views Per Day name=statChart
 : cfchartseries type=bar
 : itemcolumn=Date
 : valuecolumn=View 
 : cfoutput
 :  query=getHitscfchartdata item=#DateFormat(stats_date,
'mm/dd/yy')#
 :  value=#TotalHits#/cfoutput
 : /cfchartseries
 : /cfchart
 :
 : I dumped the query variable that contains the value requested in the
 :  cfchartdata and it does exist when this tag is called. I can find
no
 errors
 :  being thrown either in the CF administrator or in the applications
error
 :  handing system. The chart does not appear in any browser.
 :
 : Any ideas?
 :
 : Troy Jones
 : Dynapp Support Team
 : 678-528-2952
 :



 --- Original Message ---



 From: Troy Jones [EMAIL PROTECTED]

 To: discussion@acfug.org

 Date: Fri, 24 Oct 2008 15:27:18 -0400

 Subject: [ACFUG Discuss] cfchart



 Hey all,



 I am troubleshooting an instance of the cfchart tag in one of my
client's
 applications. I am not familiar with the use of this tag at all but,
in a
 nutshell, the tag appears to be syntactically correct and the
requested data
 exists at the time of the call but the chart never appears and there
doesn't
 seem to be any attempt, failed or otherwise, to write source code to
 generate it. Here is the snippet with the cfchart call:



 cfchart format=flash xaxistitle=Date yaxistitle=Views
 chartwidth=450 show3d=true title=Tour Views Per Day
name=statChart

 cfchartseries type=bar

 itemcolumn=Date

 valuecolumn=View 

 cfoutput
 query=getHitscfchartdata item=#DateFormat(stats_date,
'mm/dd/yy')#
 value=#TotalHits#/cfoutput

 /cfchartseries

 /cfchart



 I dumped the query variable that contains the value requested in the
 cfchartdata and it does exist when this tag is called. I can find no
 errors being thrown either in the CF administrator or in the
application's
 error handing system. The chart does not appear in any browser.



 Any ideas?



 Troy Jones

 Dynapp Support Team

 678-528-2952





 -
 To unsubscribe from this list, manage your profile @
 http://www.acfug.org?fa=login.edituserform

 For more info, see http://www.acfug.org/mailinglists
 Archive @ http://www.mail-archive.com/discussion

[ACFUG Discuss] cfchart

2008-10-24 Thread Troy Jones
Hey all,

 

I am troubleshooting an instance of the cfchart tag in one of my
client's applications. I am not familiar with the use of this tag at all
but, in a nutshell, the tag appears to be syntactically correct and the
requested data exists at the time of the call but the chart never
appears and there doesn't seem to be any attempt, failed or otherwise,
to write source code to generate it. Here is the snippet with the
cfchart call:

 

cfchart format=flash xaxistitle=Date yaxistitle=Views
chartwidth=450 show3d=true title=Tour Views Per Day
name=statChart

cfchartseries type=bar 

itemcolumn=Date 

valuecolumn=View 

cfoutput
query=getHitscfchartdata item=#DateFormat(stats_date, 'mm/dd/yy')#
value=#TotalHits#/cfoutput

/cfchartseries

/cfchart

 

I dumped the query variable that contains the value requested in the
cfchartdata and it does exist when this tag is called. I can find no
errors being thrown either in the CF administrator or in the
application's error handing system. The chart does not appear in any
browser.

 

Any ideas?

 

Troy Jones

Dynapp Support Team

678-528-2952

 

 




-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-




RE: [ACFUG Discuss] ISO 3166-1 alpha-3 country codes

2008-07-11 Thread Troy Jones
Thanks Dawn, that did the trick.

 

Troy Jones

Dynapp Support Team

678-528-2952

 

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dawn
Hoagland
Sent: Friday, July 11, 2008 10:29 AM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] ISO 3166-1 alpha-3 country codes

 

They're all listed on wiki -
http://en.wikipedia.org/wiki/ISO_3166-1_alpha-3  

Shouldn't take more than a 1/2 hour to copy and paste into excel and
generate an insert statement to put them into whatever database you
need

Dawn

On Thu, Jul 10, 2008 at 5:48 PM, Troy Jones [EMAIL PROTECTED] wrote:

Does anyone know where I might find a pre-populated MySQL v5.x
compatible database or table with this information? Preferably legally
free, of course J. 

 

Troy Jones

Dynapp Support Team

678-528-2952

 

 


- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink http://www.fusionlink.com  
- 



- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink http://www.fusionlink.com  
- 




-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-




RE: [ACFUG Discuss] CFMAIL issue

2008-06-23 Thread Troy Jones
I have seen that very situation a good number of times on MX7. I have not seen 
it on 8 at all. Very uncommon, but it does happen. I can usually trace it to 
something with an email address, to=[EMAIL PROTECTED].



From: [EMAIL PROTECTED] on behalf of Cameron Childress
Sent: Mon 6/23/2008 3:17 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] CFMAIL issue



Well, there use to be a problem in older version where a malformed
message would get stuck in the spool and hold up the rest.  I think
it's been fixed as of the MX line, but there still could be something
like that going on.  A few possibilities come to mind:

1) The internal CF task that picks up the mail is not firing for some reason
2) A malformed message (look for zero byte files) is clogging it up
3) The process writing the email has permission to write it, but the
process picking it up has different permissions and can't read it
(unlikely)

I'd move all the spooled files to a temp location, restart CF, and
then try to fire your scheduled event again.  if it goes through,
either CF was hung or there is something wrong with one of the
messages.  You can start dropping them back int he spool a few at a
time till you find the offending message.

-Cameron

On Mon, Jun 23, 2008 at 3:05 PM, Jeff Howard [EMAIL PROTECTED] wrote:
 the emails are actually in the spool, not undeliverable.  there's quite a
 few in there comprising several days of reports.  any ideas on why they
 would get stuck in the spool?

 like i said, i run the exact same script on the dev server and have no
 issues at all which is ok for reports but there are other events that can
 occur in the system that trigger the sending of an email that I can't use
 the dev server as a work around.

 On Mon, Jun 23, 2008 at 2:53 PM, shawn gorrell [EMAIL PROTECTED] wrote:

 Just copy the files back to the spool from undeliverable. But if the
 messages are defective, or the server is misconfigured they may not resend.

 - Original Message 
 From: Jeff Howard [EMAIL PROTECTED]
 To: discussion@acfug.org
 Sent: Monday, June 23, 2008 2:51:55 PM
 Subject: Re: [ACFUG Discuss] CFMAIL issue

 Ok, so the mail/spool directory has all the missing emails.  Is there a
 way to force the spool to fire off?

 On Mon, Jun 23, 2008 at 1:16 PM, Cameron Childress [EMAIL PROTECTED]
 wrote:

 Have you checked the mail/spool directory or the mail/undelivrd
 directories for the messages?  Is there a scheduled task triggering
 the emails?  Manually run it and watch those directories to see if it
 appears.  If it doesn't, the template is probable erroring - run it by
 hand in the browser to see what the error is.  You may also want to
 look in the application.log and exception.log files for the error if
 it's now trapped in a cfcatch block.

 If you are sure the template isn't erroring, make sure that mail
 logging is turned on in the administrator and check the logs.

 -Cameron

 On Mon, Jun 23, 2008 at 1:09 PM, Jeff Howard [EMAIL PROTECTED] wrote:
  Can anyone tell me where to look if I'm having issues with mail not
  being
  sent.  I've gone through the Administrator and verified my mail server
  connection (Connection Verification Successful) but emails are not
  being
  sent.  I look in the log files and there are no log entries mail.log,
  mailsent.log for the test email I am trying to send.
 
  Are there settings that I'm missing somewhere?  I'm trying to fix and
  application that is supposed to be emailing reports daily.  The
  developer
  that was working on it was let go and the application quit sending the
  daily
  emails.  I've been tasked with correcting the issue and time is
  critical.
 
  Any ideas would be greatly appreciated.
 
  Thanks,
  Jeff
  -
  To unsubscribe from this list, manage your profile @
  http://www.acfug.org?fa=login.edituserform 
  http://www.acfug.org/?fa=login.edituserform 
 
  For more info, see http://www.acfug.org/mailinglists
  Archive @ http://www.mail-archive.com/discussion%40acfug.org/
  List hosted by FusionLink
  -



 --
 Cameron Childress
 Sumo Consulting Inc
 http://www.sumoc.com http://www.sumoc.com/ 
 ---
 cell: 678.637.5072
 aim: cameroncf
 email: [EMAIL PROTECTED]


 -
 To unsubscribe from this list, manage your profile @
 http://www.acfug.org?fa=login.edituserform 
 http://www.acfug.org/?fa=login.edituserform 

 For more info, see http://www.acfug.org/mailinglists
 Archive @ http://www.mail-archive.com/discussion%40acfug.org/
 List hosted by http://www.fusionlink.com http://www.fusionlink.com/ 
 -





 -
 To unsubscribe from this list, manage your profile @
 http://www.acfug.org?fa=login.edituserform 
 

RE: [ACFUG Discuss] column contains (quotes) and comma ,

2008-06-12 Thread Troy Jones
Is it possible to maybe use an HTML entity in storing the data in the
first place? Maybe, replace the quotes with quot;? Just a thought.

 

Troy Jones

Dynapp Support Team

678-528-2952

 

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dusty Hale
Sent: Thursday, June 12, 2008 4:35 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] column contains  (quotes) and comma ,

 

of course this example may have problems too. It's not valid code for
one thing and you might have the same problem with single quotes.

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dusty Hale
Sent: 06/12/2008 4:31 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] column contains  (quotes) and comma ,

try this:

 

 

input type=text name=xyz value='#xyz#' size=15

 

I think that might do what your asking.

 

 

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ajas
Mohammed
Sent: 06/12/2008 4:26 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] column contains  (quotes) and comma ,

Hi,

 

I am displaying result set from a query in form fields like this, where
column xyz contains value like this ajas, mohd

i.e. with the quotes and comma.


tdinput type=text name=xyz value=#xyz# size=15/td

 

The form doesnt not show the contents of the column because of the
quotes. So I am using replace function to remove the quotes. This works
fine. See below.

 

tdinput type=text name=xyz value=#Replace(xyz,,,All)#
size=15/td This results in ajas,mohd being shown in the text form
field.

 

How do I make the column xyz's value to appear in form field with quotes
without using the replace function. Any ideas?

 

Or Do I have to tell client not to send values with quotes going
forward?

-- 
Ajas Mohammed /
http://ajashadi.blogspot.com
We cannot become what we need to be, remaining what we are.
No matter what, find a way. Because thats what winners do.
You can't improve what you don't measure.
Quality is never an accident; it is always the result of high intention,
sincere effort, intelligent direction and skillful execution; it
represents the wise choice of many alternatives. 


- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink http://www.fusionlink.com  
- 
- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink http://www.fusionlink.com  
- 


- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink http://www.fusionlink.com  
- 




-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-




RE: [ACFUG Discuss] Anyone ever have this cfinput or cfselect validation issue?

2008-03-27 Thread Troy Jones
Do you have the virtual directory in place for your cfide file in your
IIS entry? Or, am I misunderstanding the nature of the problem?

 

Troy Jones

Dynapp Support Team

678-528-2952

 

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Howard
Sent: Thursday, March 27, 2008 2:48 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] Anyone ever have this cfinput or cfselect
validation issue?

 

I am coding a form and trying to use the built in CF(MX 7) validations
to the CFINPUT and CFSELECT tags.

 

When I submit the form, the js that CF writes is throwing errors (Object
expected).  The fucntionality is something I've used before and did not
have this problem.

 

I was trying to validate email format and that something was selected.

 

Any ideas?

 

 


- 
Annual Sponsor - Figleaf Software http://www.figleaf.com  

To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink http://www.fusionlink.com  
- 




-

Annual Sponsor FigLeaf Software - http://www.figleaf.com



To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-


image001.gif

RE: [ACFUG Discuss] CF application service does not start on server reboot

2007-11-08 Thread Troy Jones
We experienced this on a server running SBS2003 when a sector had failed
on the hard drive. When rebooting, the ColdFusion service had to be
manually restarted even though it was set to automatic. Maybe you have a
bad sector on your hard drive?

 

Troy Jones

Dynapp Support Team

678-528-2952



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of shawn
gorrell
Sent: Thursday, November 08, 2007 9:12 AM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] CF application service does not start on
server reboot

 

Sure, but that doesn't mean it was the same thing that is happening to
you. 

I'd recommend looking at the Windows event logs. There should be a more
specific error message to go from. Without that you're just guessing. 

- Original Message 
From: Max Immelman [EMAIL PROTECTED]
To: discussion@acfug.org
Sent: Thursday, November 8, 2007 9:09:18 AM
Subject: [ACFUG Discuss] CF application service does not start on server
reboot

This happens on my laptop and our production server. Sometimes it starts
and sometimes not. Anyone else experienced this?

 

CF702 std edition, 

WS2003, SP1

 

Max Immelman
Cell: (404) 409-6785 or txt/pic/vid [EMAIL PROTECTED]
Skype: maxlegend
http://www.JustRightBaskets.com
http://www.signaturebaskets.com


- 
Annual Sponsor - Figleaf Software http://www.figleaf.com  

To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink http://www.fusionlink.com  
- 

 


- 
Annual Sponsor - Figleaf Software http://www.figleaf.com  

To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink http://www.fusionlink.com  
-



-

Annual Sponsor FigLeaf Software - http://www.figleaf.com



To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-




RE: [ACFUG Discuss] coding in CF8 dev for CFMX production

2007-11-07 Thread Troy Jones
I use the same scenario. I haven't noticed much difference except for
just super minor things such as cfinput tags behaving slightly
differently. Conversely, I have not tested it out extensively. I did
notice that it uses about 100mb memory baseline so that may be something
to consider. I would be interested to know if you run into any problems
if you decide to do it.

Troy Jones
Dynapp Support Team
678-528-2952
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Howard
Sent: Wednesday, November 07, 2007 4:20 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] coding in CF8 dev for CFMX production

Hey all,

I'm in the process of installing software on a new laptop that I use
for development and was considering installing CF8 but our production
box is CFMX 7.02.  Does anyone know of any known issues that I might
end up regretting taking this approach?  Obviously in an ideal
situation we'd be putting 8 on our live box too but I'm really curious
to check out some of the new features.

Thanks in advance,
Jeff


-
Annual Sponsor FigLeaf Software - http://www.figleaf.com

To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





-
Annual Sponsor FigLeaf Software - http://www.figleaf.com

To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





[ACFUG Discuss] CF7 memory tool

2007-10-19 Thread Troy Jones
Does anyone know if a memory management/monitor plugin or add-on exists
for CF7? If so, where can I find it?

 

Troy Jones

Dynapp Support Team

678-528-2952

 




-

Annual Sponsor FigLeaf Software - http://www.figleaf.com



To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-




RE: [ACFUG Discuss] Potential Pseudo Employer Phishers

2007-10-16 Thread Troy Jones
Unfortunately, all the labor board is concerned with is whether you make
minimum wage and are paid overtime when worked over 40 hours per week
for those businesses that are not exempt from the overtime law. It is
cheap and underhanded and just about par for the course, but otherwise
not illegal to my knowledge. 

 

Troy Jones

Dynapp Support Team

678-528-2952



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Tuesday, October 16, 2007 10:02 AM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] Potential Pseudo Employer Phishers

 


lol, Isn't it funny that foreign companies are recruiting US
workers/consultants for US jobs. One way or another they will find a way
to take advantage of outsourcing. They would probably tell the US
companies that their workers are local to India or whatever to maintain
that appeal. So a US company would pay a foreign company to pay a US
worker for a US job. Is that legal? 






Regina S. [EMAIL PROTECTED] 
Sent by: [EMAIL PROTECTED] 

10/15/2007 04:28 PM 

Please respond to
discussion@acfug.org

To

discussion@acfug.org 

cc

 

Subject

Re: [ACFUG Discuss] Potential Pseudo Employer Phishers

 

 

 




Wow, this is the same email I have been getting too.  She called me with
a phone number starting with a 0 too.  I talked with her, but told her I
was not interested, butthe job she is referring to is with AT  T
because I got this posting from 3 or 4 other recruiters here in atlanta.
She sent me a more complete job description from the email she already
had for me, which was from Dice. 
  
I am always apprehensive when I get foreign calls too.


On 10/12/07, Brett Force [EMAIL PROTECTED] wrote: 
I would  assume that this is a non-issue for
developers on this list as nobody has replied to the
message. That's good. At least it doesn't seem to be a 
widespread problem. Just keep your gaurd up when a
potential employer contacts you out of the blue or
contacts you personally, period.  These day's and
times if you know what I mean!
--- Brett Force  [EMAIL PROTECTED] wrote:

 I've been receiving the following e-mail regarding
 potential work. Also have been receiving phone
 call's
 from an India sounding woman the past two day's. It 
 is
 a recording just so you know. The number is
 052-174-294. Looks suspicious doesn't it? Now I may
 be
 made out to be a fool but I think this has something
 to do with the MONSTER.com breach. I just wanted you
 all to be aware of it. I've never known an employer
 or
 recruiting agency to make unsolicited phone call's.
 Below is the e-mail I have been receiving non-stop! 
 The e-mail is coming from a Hotmail account that I
 have registered with MONSTER.



 Dear Mr. Brett

 Hi,

 My name is Suhasini, a Sourcing Specialist for The 
 Survis Group. The SURVIS Group is an IT recruiting
 and
 consulting solutions company. We are one of the top
 200 largest Woman Owned Businesses in the country.

 Iam presenting you an opportunity which we have with 
 one of our clients in the Telecom Industry. The Job
 Details are as follows:

 Role:  Programmer

 Location:  Atlanta, GA.

 Duration: 2 years

 Qualifications: 


 Working knowledge of specific platform technology
 required by the project. Communicate effectively
 with
 IT staff, client organizations, and
 hardware/software
 suppliers. Candidate should have 4+ years 
 experience.


 Responsibilities:

 Develop programs that meet defined specifications
 and
 conform to internally documented standards. Develop
 test plans and test data and execute all phases of 
 testing Able to work in team environment with
 minimal
 supervision. Provide clear, concise, and accurate
 documentation.



 Skills Required

  Experience in months. 

 Cold Fusion

   48

 Excel 6.0 for Windows

 48

 HTML

48

 Java Script

48 

 MS SQL Server 7.0

  48

 Program developemtn

 48

 Stored Procedures

   48



 If you are interested, please send me an updated 
 word
 document of your resume along with the details of
 your
 availability and pay rate.



 I look forward to your earliest reply


 Regards, 


 Suhasini.T.Raju
 Sourcing Specialist
 The SURVIS Group
 [EMAIL PROTECTED]

 Ph. 412.360.7810
 passion.people.performance 
 --- Cody Wehunt [EMAIL PROTECTED] wrote:

  You just posted to it.  What information do you
 have
  to share?
 
  Cody 
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
  Behalf Of Brett Force 
  Sent: Tuesday, October 09, 2007 8:17 PM
  To: discussion@acfug.org
  Subject: RE: [ACFUG Discuss] Browser and File
 Upload
  Filter? 
 
  How do I post to this board? I have important
  information related to the
  MONSTER breach!
  --- Cody Wehunt [EMAIL PROTECTED]  wrote:
 
   Hi,
  
   Thanks.  Yeah if it becomes an issue not having
  it, I might do this.
   But for now I am just going to leave it as a 
  simple web form.
  
   Cody

RE: [ACFUG Discuss] cfcontent in IE7

2007-08-30 Thread Troy Jones
What did the trick was adding the values in the cfheader tags to force
reloads. I previously had those values at . When I added the values,
the browser correctly displayed the open/save dialog box and then the
content correctly displayed in the browser window with the Excel
worksheet embedded. Sorry if I wasn't clear on that, but yes, that was
the crux of the issue.

Troy Jones
Dynapp Support Team
678-528-2952
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Charlie
Arehart
Sent: Wednesday, August 29, 2007 5:12 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] cfcontent in IE7

For the benefit of the viewing audience :-),  can you clarify what it
was
that worked for you, Troy? 

It seems you're referring to Dean's last note, and that may be what you
meant. I'm just curious (for instance, did simply browing the page in a
new
window not work for you)?

/charlie

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Troy Jones
Sent: Wednesday, August 29, 2007 4:45 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] cfcontent in IE7

Thanks for that, it worked. 

Troy Jones
Dynapp Support Team
678-528-2952
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dean H. Saxe
Sent: Tuesday, August 28, 2007 6:22 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] cfcontent in IE7

FWIW, you should use the Pragma: no-cache, Expires: 0 and Cache-
Control: no-cache, no-store, must-revalidate for such requests to
prevent
exactly what Charlie is referring to.

-dhs



-
Annual Sponsor FigLeaf Software - http://www.figleaf.com

To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





-
Annual Sponsor FigLeaf Software - http://www.figleaf.com

To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





RE: [ACFUG Discuss] cfcontent in IE7

2007-08-29 Thread Troy Jones
Thanks for that, it worked. 

Troy Jones
Dynapp Support Team
678-528-2952
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dean H. Saxe
Sent: Tuesday, August 28, 2007 6:22 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] cfcontent in IE7

FWIW, you should use the Pragma: no-cache, Expires: 0 and Cache- 
Control: no-cache, no-store, must-revalidate for such requests to  
prevent exactly what Charlie is referring to.

-dhs


Dean H. Saxe, CISSP, CEH
[EMAIL PROTECTED]
[U]nconstitutional behavior by the authorities is constrained only  
by the peoples' willingness to contest them
 --John Perry Barlow


On Aug 28, 2007, at 5:54 PM, Charlie Arehart wrote:

 Besides the (as always) sage advice of Dean and Doug, I'll note as  
 well that sometimes when working with this sort of code, things  
 fail simply because the first time you ran the code there was an  
 error, and you fixed it, and refreshed the page, but the browser is  
 still caching the old bad page (or just some aspect of it).

 Try closing the browser and reopening it (or even just browsing the  
 page in a new window or tab). Let us know if that works.

 There could be other issues, of course. I've not considered your  
 code carefully. This is just such a common problem and easy first  
 solution to try/rule out.

 /charlie


 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Troy Jones
 Sent: Tuesday, August 28, 2007 5:01 PM
 To: discussion@acfug.org
 Subject: [ACFUG Discuss] cfcontent in IE7

 Does anyone know why there is an issue in IE7 with cfcontent? I  
 used the following code and it works as intended in Firefox but  
 yields a bunch of garbage in IE7. I would appreciate any help I  
 could get.



 cfheader name=Pragma value=

 cfheader name=Cache-control value=

 cfheader name=Content-Disposition value=inline;  
 filename=filename.xls

 cfcontent type=application/vnd.msexcel file=C:\filepath 
 \subfolder\docs\filename.xls



 Not much help was available from livedocs as this code sample is  
 amost entirely verbatim from their examples.



 Troy Jones

 Dynapp Support Team

 678-528-2952




 -
 Annual Sponsor - Figleaf Software

 To unsubscribe from this list, manage your profile @
 http://www.acfug.org?fa=login.edituserform

 For more info, see http://www.acfug.org/mailinglists
 Archive @ http://www.mail-archive.com/discussion%40acfug.org/
 List hosted by FusionLink
 -
 -
 Annual Sponsor - Figleaf Software

 To unsubscribe from this list, manage your profile @
 http://www.acfug.org?fa=login.edituserform

 For more info, see http://www.acfug.org/mailinglists
 Archive @ http://www.mail-archive.com/discussion%40acfug.org/
 List hosted by FusionLink
 -



-
Annual Sponsor FigLeaf Software - http://www.figleaf.com

To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





-
Annual Sponsor FigLeaf Software - http://www.figleaf.com

To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





[ACFUG Discuss] using command line to create profiles on Exchange Server 2003

2007-08-22 Thread Troy Jones
I am developing a ColdFusion app that will edit user data through
command line. However, what I am not finding is a way to create a user
with an associated mailbox on Exchange Server 2003. I would appreciate
any help in this regard.

 

Troy Jones

Dynapp Support Team

678-528-2952

 




-

Annual Sponsor FigLeaf Software - http://www.figleaf.com



To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-




RE: [ACFUG Discuss] cfqueryparam and NULL attribute SQL Server 2005

2007-03-29 Thread Troy Jones
While I am not terribly versed in MSSQL, it sounds like it may be
treating the word NULL as a varchar or text value?

 

Troy Jones

 

Dynapp Support Team

678-528-2952

[EMAIL PROTECTED]

[EMAIL PROTECTED]

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Howard
Sent: Thursday, March 29, 2007 1:26 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] cfqueryparam and NULL attribute SQL Server
2005

 

Tom,

 

Syntax error on my part.  It is an UPDATE that I'm doing and not an
INSERT.  The code I provided is the update statement.  As far as the old
code, it exists in a backup file but is not present at all in the live
code. 

 

The behavior that the app is displaying is as follows:

1.  If I click into the formfield and DELETE anything in the field
and hit submit it passes an empty string to the action page
2.  On the action page I have a CFDUMP and I output this here--
#len(trim(Form.assetgrid.equiptype[Row]))# --#yesNoFormat(NOT
len(trim(Form.assetgrid.equiptype[Row])))# BR  and this is displayed:
here-- 0 --Yes  
3.  Using Management Studio I look into the DB and see NULL
displayed there in the appropriate column and row.
4.  I revisit my CFGRID/CFFORM and the field is blank (the behavior
I am expecting)
5.  I submit the form again and this time in the CFDUMP I see the
word/string null
6.  This time for the output of this code: here--
#len(trim(Form.assetgrid.equiptype[Row]))# --#yesNoFormat(NOT
len(trim(Form.assetgrid.equiptype[Row])))#  I get this: here-- 4 --No
7.  When I then look at the DB in Management Studio I see the
word/string null in the appropriate column and row.  If I run a query
against it looking for all with a value of NULL the record is NOT
returned.
8.  I then load the form again and in the formfield the word/string
null now appears.

Any ideas what I'm doing wrong or what I'm over looking?

 

thanks in advance,

Jeff
 

 

 

 

On 3/29/07, Tom McNeer [EMAIL PROTECTED] wrote:

Jeff,

Bottom line, why is isnerting the string null into my
db instead of NULL??? 


There's nothing in the code you showed that would insert that
value.

Just a guess, but -- is your old code in place, the code that
tried to create null in a string value? You're experiencing the same
behavior you describe when using your old code. And the only way that a
string value of null would be inserted is if the variable held that
value before you ran the INSERT. In that case, your yesNoFormat
function would return false, because the form variable would have a
length. And the string null would be inserted. 
 



 


-- 
Thanks,

Tom

Tom McNeer
MediumCool
http://www.mediumcool.com/ http://www.mediumcool.com
1735 Johnson Road NE
Atlanta, GA 30306
404.589.0560 
- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org/?fa=login.edituserform
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists
http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink http://www.fusionlink.com/  
- 



- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink http://www.fusionlink.com  
- 




-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-




RE: [ACFUG Discuss] cf administrator

2007-03-19 Thread Troy Jones
I appreciate everyone's input and, as a first-time user of this list, I
am satisfied that this could work for future incidents. We found the
problem. It was an IIS issue stemming from redirects involving the
default website and related DNS. The host value for the default website
in the DNS records was a redirect to a site on the same server,
therefore, the server couldn't find localhost or accept the header of
127.0.0.1. All pretty confusing but really a simple error and fix.
Thanks again for your help, though.

Regards,

Troy Jones
 
Dynapp Support Team
678-528-2952
[EMAIL PROTECTED]
[EMAIL PROTECTED]
 
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dean H. Saxe
Sent: Friday, March 16, 2007 7:23 AM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] cf administrator

Good point John.  In fact, always disable other verbs (TRACE, PUT,  
OPTIONS, etc) since they can open you up to security  
vulnerabilities.  Of course, you'll need PUT, etc, if you're using  
WebDAV...

-dhs


Dean H. Saxe, CISSP, CEH
[EMAIL PROTECTED]
If liberty means anything at all, it means the right to tell people  
what they do not want to hear.
 -- George Orwell, 1945


On Mar 16, 2007, at 2:40 AM, John Mason wrote:

 Just another note on this, when you map them make sure to just  
 allow the following http verbs (methods) GET,HEAD,POST. The default  
 has you turn all the methods on and that isn't needed.

 John
 [EMAIL PROTECTED]



 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Troy Jones
 Sent: Thursday, March 15, 2007 2:52 PM
 To: discussion@acfug.org
 Subject: RE: [ACFUG Discuss] cf administrator

 Using your instructions, I see that .cfm, .cfml, and .da (our  
 proprietary extension using ColdFusion) extensions are mapped.



 Troy Jones



 Dynapp Support Team

 678-528-2952

 [EMAIL PROTECTED]

 [EMAIL PROTECTED]



 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Teddy  
 Payne
 Sent: Thursday, March 15, 2007 2:48 PM
 To: discussion@acfug.org
 Subject: Re: [ACFUG Discuss] cf administrator



 Ok, here we go:

 Assuming you have IIS installed and CF installed and you have  
 access to your IIS Administrator:

 Use the + symbols to expand to your default web site
 Right click the default web site and then click Properties
 Click Home Directory tab
 Click Configuration button
 Under the scrollable list of Application Mappings, you should  
 see .cfm under teh extensions column

 If you do not see .cfm, then your IIS server will not be able to  
 serve up the page

 Teddy



 On 3/15/07, Troy Jones [EMAIL PROTECTED] wrote:

 Yes as I have been able to access the administrator in the past.  
 This is recent problem and, because others have access to the  
 server, I do not know what, if any changes have been made.



 Troy Jones



 Dynapp Support Team

 678-528-2952

 [EMAIL PROTECTED]

 [EMAIL PROTECTED]



 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Teddy  
 Payne
 Sent: Thursday, March 15, 2007 2:35 PM


 To: discussion@acfug.org
 Subject: Re: [ACFUG Discuss] cf administrator



 When you install CF in server mode, you will be prompted on which  
 web server to use and then the bindings for the CFM interpreter are  
 created at that point.

 Do you know for a fact that CF is indeed installed?

 Teddy

 On 3/15/07, Troy Jones [EMAIL PROTECTED] wrote:

 In response to Teddy, that is exactly right. As far as why both are
 installed, I just work here. It was that way from day one when I
 started.



 Troy Jones

 Dynapp Support Team
 678-528-2952
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]


 -Original Message-
 From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] ] On Behalf Of  
 Steven Ross
 Sent: Thursday, March 15, 2007 2:21 PM
 To: discussion@acfug.org
 Subject: Re: [ACFUG Discuss] cf administrator

 You are asking for trouble running apache and IIS... why do you need
 both on the same box?

 On 3/15/07, Troy Jones [EMAIL PROTECTED] wrote:
  It has both Apache and IIS installed.
 
  Troy Jones
 
  Dynapp Support Team
  678-528-2952
  [EMAIL PROTECTED]
  [EMAIL PROTECTED]
 
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] On Behalf Of Dean H.
 Saxe
  Sent: Thursday, March 15, 2007 12:09 PM
  To: discussion@acfug.org
  Subject: Re: [ACFUG Discuss] cf administrator
 
  What kind of web server is it?  Apache?  IIS?  It sounds like the  
 web
  server isn't calling the CF executable to process the page and is
  instead returning the source to you.
 
  -dhs
 
 
  Dean H. Saxe, CISSP, CEH
  [EMAIL PROTECTED]
  What is objectionable, what is dangerous about extremists is not
  that they are extreme, but that they are intolerant.
   -- Robert F. Kennedy, 1964
 
 
  On Mar 15, 2007, at 11:32 AM, Troy Jones wrote:
 
   Hello,
  
  
  
   I am new to this group and, quite honestly, not terrible
   experienced. Please bear with me as I try to lay out my problem.
  
  
  
   I am trying to access

RE: [ACFUG Discuss] cf administrator

2007-03-15 Thread Troy Jones
IIS should be the one handling that, but therein lies my problem. I
can't open the CF administrator to edit any settings in IE. Kinda catch
22. Anyways, is there another way to access that or will this problem
have to be addressed first?

Troy Jones
 
Dynapp Support Team
678-528-2952
[EMAIL PROTECTED]
[EMAIL PROTECTED]
 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dean H. Saxe
Sent: Thursday, March 15, 2007 12:28 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] cf administrator

Which is serving up the CF content then?  You'll have to ensure CF is  
configured appropriately to use one or the other.

-dhs


Dean H. Saxe, CISSP, CEH
[EMAIL PROTECTED]
What is objectionable, what is dangerous about extremists is not  
that they are extreme, but that they are intolerant.
 -- Robert F. Kennedy, 1964


On Mar 15, 2007, at 12:14 PM, Troy Jones wrote:

 It has both Apache and IIS installed.

 Troy Jones

 Dynapp Support Team
 678-528-2952
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dean H.  
 Saxe
 Sent: Thursday, March 15, 2007 12:09 PM
 To: discussion@acfug.org
 Subject: Re: [ACFUG Discuss] cf administrator

 What kind of web server is it?  Apache?  IIS?  It sounds like the web
 server isn't calling the CF executable to process the page and is
 instead returning the source to you.

 -dhs


 Dean H. Saxe, CISSP, CEH
 [EMAIL PROTECTED]
 What is objectionable, what is dangerous about extremists is not
 that they are extreme, but that they are intolerant.
  -- Robert F. Kennedy, 1964


 On Mar 15, 2007, at 11:32 AM, Troy Jones wrote:

 Hello,



 I am new to this group and, quite honestly, not terrible
 experienced. Please bear with me as I try to lay out my problem.



 I am trying to access the cfadministrator on our server. It will
 not open in IE or Firefox. It closes the browser and forces me to
 use Notepad or save the file to hard drive. In another issue that
 may or may not be related, when I type in the value to open the
 administrator, the browser tells me that it cannot find the url
 requested, which, in this case, is itself. Does anyone have any
 suggestions?



 Troy Jones



 Dynapp Support Team

 678-528-2952

 [EMAIL PROTECTED]

 [EMAIL PROTECTED]






 -
 To unsubscribe from this list, manage your profile @
 http://www.acfug.org?fa=login.edituserform

 For more info, see http://www.acfug.org/mailinglists
 Archive @ http://www.mail-archive.com/discussion%40acfug.org/
 List hosted by FusionLink
 -



 -
 To unsubscribe from this list, manage your profile @
 http://www.acfug.org?fa=login.edituserform

 For more info, see http://www.acfug.org/mailinglists
 Archive @ http://www.mail-archive.com/discussion%40acfug.org/
 List hosted by http://www.fusionlink.com
 -





 -
 To unsubscribe from this list, manage your profile @
 http://www.acfug.org?fa
 For more info, see http://www.acfug.org/mailinglists
 Archive @ http://www.mail-archive.com/discussion%40acfug.org/
 List hosted by http://www.fusionlink.com
 -







-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





RE: [ACFUG Discuss] cf administrator

2007-03-15 Thread Troy Jones
Would that still be true if the pages were served externally in the
proper manner? This problem only exists when trying to open a .cfm
locally on the server. For example, this site,
http://www.superlawntrucks.com http://www.superlawntrucks.com/  is
served as requested and there are no errors with it when accessed
externally. 

 

Troy Jones

 

Dynapp Support Team

678-528-2952

[EMAIL PROTECTED]

[EMAIL PROTECTED]

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Teddy Payne
Sent: Thursday, March 15, 2007 1:26 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] cf administrator

 

For IIS in the past, it is usually a file called iis.msc, which may have
changed for IIS 6 and later.

You usually can find your IIS manager from your Administrative tools
that is available from your start menu or it can be located in your
Control Panel menu. 

I agree with Dean about your web server not knowing how to serve CF
pages.  What happens in IIS, is a DLL file is associated to a .cfm or
.cfml files.  This DLL has the responsibility of calling and executing
the CF engine to parse the .cfm page being requested. 

If IIS doesn't know what to do with a file extension, it will download
it like it an executable or .zip file.

Teddy

On 3/15/07, Dean H. Saxe [EMAIL PROTECTED] wrote:

There should be a IIS plugin to handle the CF content, is it
configured in the IIS Admin?

Check out the docs on adobe.com for specific config information.

-dhs


Dean H. Saxe, CISSP, CEH 
[EMAIL PROTECTED]
Free speech exercised both individually and through a free press, is
a necessity in any country where people are themselves free. 
 -- Theodore Roosevelt, 1918


On Mar 15, 2007, at 12:33 PM, Troy Jones wrote:

 IIS should be the one handling that, but therein lies my problem. I
 can't open the CF administrator to edit any settings in IE. Kinda 
 catch
 22. Anyways, is there another way to access that or will this problem
 have to be addressed first?

 Troy Jones

 Dynapp Support Team
 678-528-2952
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dean H.
 Saxe
 Sent: Thursday, March 15, 2007 12:28 PM
 To: discussion@acfug.org 
 Subject: Re: [ACFUG Discuss] cf administrator

 Which is serving up the CF content then?  You'll have to ensure CF is
 configured appropriately to use one or the other.

 -dhs 


 Dean H. Saxe, CISSP, CEH
 [EMAIL PROTECTED]
 What is objectionable, what is dangerous about extremists is not
 that they are extreme, but that they are intolerant. 
  -- Robert F. Kennedy, 1964


 On Mar 15, 2007, at 12:14 PM, Troy Jones wrote:

 It has both Apache and IIS installed.

 Troy Jones

 Dynapp Support Team
 678-528-2952
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]


 -Original Message- 
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dean H.
 Saxe
 Sent: Thursday, March 15, 2007 12:09 PM 
 To: discussion@acfug.org
 Subject: Re: [ACFUG Discuss] cf administrator

 What kind of web server is it?  Apache?  IIS?  It sounds like the web

 server isn't calling the CF executable to process the page and is
 instead returning the source to you.

 -dhs


 Dean H. Saxe, CISSP, CEH 
 [EMAIL PROTECTED]
 What is objectionable, what is dangerous about extremists is not
 that they are extreme, but that they are intolerant. 
  -- Robert F. Kennedy, 1964


 On Mar 15, 2007, at 11:32 AM, Troy Jones wrote:

 Hello,



 I am new to this group and, quite honestly, not terrible 
 experienced. Please bear with me as I try to lay out my problem.



 I am trying to access the cfadministrator on our server. It will
 not open in IE or Firefox. It closes the browser and forces me to 
 use Notepad or save the file to hard drive. In another issue that
 may or may not be related, when I type in the value to open the
 administrator, the browser tells me that it cannot find the url 
 requested, which, in this case, is itself. Does anyone have any
 suggestions?



 Troy Jones


 
 Dynapp Support Team

 678-528-2952

 [EMAIL PROTECTED]

 [EMAIL PROTECTED]






 -
 To unsubscribe from this list, manage your profile @ 
 http://www.acfug.org?fa=login.edituserform

 For more info, see http://www.acfug.org/mailinglists 
 Archive @ http://www.mail-archive.com/discussion%40acfug.org/
 List hosted by FusionLink
 - 



 -
 To unsubscribe from this list, manage your profile @
 http://www.acfug.org?fa=login.edituserform

 For more info, see http://www.acfug.org/mailinglists
 Archive @ http://www.mail-archive.com/discussion%40acfug.org/
 List hosted by http://www.fusionlink.com
 - 





 -
 To unsubscribe from

RE: [ACFUG Discuss] cf administrator

2007-03-15 Thread Troy Jones
In response to Teddy, that is exactly right. As far as why both are
installed, I just work here. It was that way from day one when I
started.



Troy Jones
 
Dynapp Support Team
678-528-2952
[EMAIL PROTECTED]
[EMAIL PROTECTED]
 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven Ross
Sent: Thursday, March 15, 2007 2:21 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] cf administrator

You are asking for trouble running apache and IIS... why do you need
both on the same box?

On 3/15/07, Troy Jones [EMAIL PROTECTED] wrote:
 It has both Apache and IIS installed.

 Troy Jones

 Dynapp Support Team
 678-528-2952
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dean H.
Saxe
 Sent: Thursday, March 15, 2007 12:09 PM
 To: discussion@acfug.org
 Subject: Re: [ACFUG Discuss] cf administrator

 What kind of web server is it?  Apache?  IIS?  It sounds like the web
 server isn't calling the CF executable to process the page and is
 instead returning the source to you.

 -dhs


 Dean H. Saxe, CISSP, CEH
 [EMAIL PROTECTED]
 What is objectionable, what is dangerous about extremists is not
 that they are extreme, but that they are intolerant.
  -- Robert F. Kennedy, 1964


 On Mar 15, 2007, at 11:32 AM, Troy Jones wrote:

  Hello,
 
 
 
  I am new to this group and, quite honestly, not terrible
  experienced. Please bear with me as I try to lay out my problem.
 
 
 
  I am trying to access the cfadministrator on our server. It will
  not open in IE or Firefox. It closes the browser and forces me to
  use Notepad or save the file to hard drive. In another issue that
  may or may not be related, when I type in the value to open the
  administrator, the browser tells me that it cannot find the url
  requested, which, in this case, is itself. Does anyone have any
  suggestions?
 
 
 
  Troy Jones
 
 
 
  Dynapp Support Team
 
  678-528-2952
 
  [EMAIL PROTECTED]
 
  [EMAIL PROTECTED]
 
 
 
 
 
 
  -
  To unsubscribe from this list, manage your profile @
  http://www.acfug.org?fa=login.edituserform
 
  For more info, see http://www.acfug.org/mailinglists
  Archive @ http://www.mail-archive.com/discussion%40acfug.org/
  List hosted by FusionLink
  -



 -
 To unsubscribe from this list, manage your profile @
 http://www.acfug.org?fa=login.edituserform

 For more info, see http://www.acfug.org/mailinglists
 Archive @ http://www.mail-archive.com/discussion%40acfug.org/
 List hosted by http://www.fusionlink.com
 -





 -
 To unsubscribe from this list, manage your profile @
 http://www.acfug.org?falogin.edituserform

 For more info, see http://www.acfug.org/mailinglists
 Archive @ http://www.mail-archive.com/discussion%40acfug.org/
 List hosted by http://www.fusionlink.com
 -






-- 
Steven Ross
web application  interface developer
http://www.zerium.com
[mobile] 404-488-4364
[fax] 267-482-4364


-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





RE: [ACFUG Discuss] cf administrator

2007-03-15 Thread Troy Jones
Yes as I have been able to access the administrator in the past. This is
recent problem and, because others have access to the server, I do not
know what, if any changes have been made.

 

Troy Jones

 

Dynapp Support Team

678-528-2952

[EMAIL PROTECTED]

[EMAIL PROTECTED]

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Teddy Payne
Sent: Thursday, March 15, 2007 2:35 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] cf administrator

 

When you install CF in server mode, you will be prompted on which web
server to use and then the bindings for the CFM interpreter are created
at that point.

Do you know for a fact that CF is indeed installed?

Teddy

On 3/15/07, Troy Jones [EMAIL PROTECTED] wrote:

In response to Teddy, that is exactly right. As far as why both are
installed, I just work here. It was that way from day one when I
started.



Troy Jones

Dynapp Support Team
678-528-2952
[EMAIL PROTECTED]
[EMAIL PROTECTED]


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] ] On Behalf Of Steven Ross
Sent: Thursday, March 15, 2007 2:21 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] cf administrator

You are asking for trouble running apache and IIS... why do you need 
both on the same box?

On 3/15/07, Troy Jones [EMAIL PROTECTED] wrote:
 It has both Apache and IIS installed.

 Troy Jones

 Dynapp Support Team 
 678-528-2952
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dean H.
Saxe
 Sent: Thursday, March 15, 2007 12:09 PM
 To: discussion@acfug.org 
 Subject: Re: [ACFUG Discuss] cf administrator

 What kind of web server is it?  Apache?  IIS?  It sounds like the web
 server isn't calling the CF executable to process the page and is 
 instead returning the source to you.

 -dhs


 Dean H. Saxe, CISSP, CEH
 [EMAIL PROTECTED]
 What is objectionable, what is dangerous about extremists is not 
 that they are extreme, but that they are intolerant.
  -- Robert F. Kennedy, 1964


 On Mar 15, 2007, at 11:32 AM, Troy Jones wrote:

  Hello,
 
 
 
  I am new to this group and, quite honestly, not terrible
  experienced. Please bear with me as I try to lay out my problem.
 
 
 
  I am trying to access the cfadministrator on our server. It will 
  not open in IE or Firefox. It closes the browser and forces me to
  use Notepad or save the file to hard drive. In another issue that
  may or may not be related, when I type in the value to open the 
  administrator, the browser tells me that it cannot find the url
  requested, which, in this case, is itself. Does anyone have any
  suggestions?
 
 
 
  Troy Jones
 
 
 
  Dynapp Support Team
 
  678-528-2952
 
  [EMAIL PROTECTED]
  
  [EMAIL PROTECTED]
 
 
 
 
 
 
  -
  To unsubscribe from this list, manage your profile @
  http://www.acfug.org?fa=login.edituserform
 
  For more info, see http://www.acfug.org/mailinglists
  Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
  List hosted by FusionLink
  -



 -
 To unsubscribe from this list, manage your profile @ 
 http://www.acfug.org?fa=login.edituserform

 For more info, see http://www.acfug.org/mailinglists 
 Archive @ http://www.mail-archive.com/discussion%40acfug.org/
 List hosted by http://www.fusionlink.com 
 -





 -
 To unsubscribe from this list, manage your profile @ 
 http://www.acfug.org?falogin.edituserform

 For more info, see http://www.acfug.org/mailinglists 
 Archive @ http://www.mail-archive.com/discussion%40acfug.org/
 List hosted by http://www.fusionlink.com 
 -






--
Steven Ross
web application  interface developer
http://www.zerium.com 
[mobile] 404-488-4364
[fax] 267-482-4364


-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?falogin.edituserform 

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by http://www.fusionlink.com
-







-- 
Teddy R. Payne 
Adobe Certified ColdFusion MX 7 Developer
Google Talk - [EMAIL PROTECTED]

Atlanta ColdFusion User

RE: [ACFUG Discuss] cf administrator

2007-03-15 Thread Troy Jones
same issue with Firefox


Troy Jones
 
Dynapp Support Team
678-528-2952
[EMAIL PROTECTED]
[EMAIL PROTECTED]
 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven Ross
Sent: Thursday, March 15, 2007 2:46 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] cf administrator

tried installing firefox on the box?... not sure if that is the issue
but, it appears as though CF is trying to detect the browser and
denying it based on the user agent. I'm not on a windows box so I have
no idea if it does that or not.

On 3/15/07, Troy Jones [EMAIL PROTECTED] wrote:
 I am trying to access the administrator while RDP'ed into the server
 from this address

 192.168.1.52/cfide/administrator/index.cfm

 I get back cannot find page

 I then try using

 127.0.0.1/cfide/administrator/index.cfm or
 localhost/cfide/administrator/index.cfm

 with the same results.

 I then open IE and navigate to the file using File - Open from the
 menu bar and am forced to either view in Notepad or save the file to
 disk. I selected the option of opening in notepad and saw this in the
 source code:

 You must have a browser that is supports frames
 You must have a browser that is HTML 3.0 compliant or better

 I am using IE7 on the server.

 Troy Jones

 Dynapp Support Team
 678-528-2952
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven
Ross
 Sent: Thursday, March 15, 2007 2:37 PM
 To: discussion@acfug.org
 Subject: Re: [ACFUG Discuss] cf administrator

 Ok so apparently cf is installed on your external box (if you hit that
 url with anything .cfm you see the CF error page).

 To reiterate are you trying to access the cf admin tool via this url?

 http://www.superlawntrucks.com/CFIDE/administrator/

 If that is the case then you probably need to remote desktop (term
 services) to the machine and load the admin tool off of the localhost
 (while logged in open IE on that machine and go to the url below):

 127.0.0.1/CFIDE/administrator/

 CF Admin tool can block all IP's except localhost, and that is
 typically how it is setup for a publicly hosted site.



 On 3/15/07, Troy Jones [EMAIL PROTECTED] wrote:
  In response to Teddy, that is exactly right. As far as why both are
  installed, I just work here. It was that way from day one when I
  started.
 
 
 
  Troy Jones
 
  Dynapp Support Team
  678-528-2952
  [EMAIL PROTECTED]
  [EMAIL PROTECTED]
 
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven
 Ross
  Sent: Thursday, March 15, 2007 2:21 PM
  To: discussion@acfug.org
  Subject: Re: [ACFUG Discuss] cf administrator
 
  You are asking for trouble running apache and IIS... why do you need
  both on the same box?
 
  On 3/15/07, Troy Jones [EMAIL PROTECTED] wrote:
   It has both Apache and IIS installed.
  
   Troy Jones
  
   Dynapp Support Team
   678-528-2952
   [EMAIL PROTECTED]
   [EMAIL PROTECTED]
  
  
   -Original Message-
   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dean
H.
  Saxe
   Sent: Thursday, March 15, 2007 12:09 PM
   To: discussion@acfug.org
   Subject: Re: [ACFUG Discuss] cf administrator
  
   What kind of web server is it?  Apache?  IIS?  It sounds like the
 web
   server isn't calling the CF executable to process the page and is
   instead returning the source to you.
  
   -dhs
  
  
   Dean H. Saxe, CISSP, CEH
   [EMAIL PROTECTED]
   What is objectionable, what is dangerous about extremists is not
   that they are extreme, but that they are intolerant.
-- Robert F. Kennedy, 1964
  
  
   On Mar 15, 2007, at 11:32 AM, Troy Jones wrote:
  
Hello,
   
   
   
I am new to this group and, quite honestly, not terrible
experienced. Please bear with me as I try to lay out my problem.
   
   
   
I am trying to access the cfadministrator on our server. It will
not open in IE or Firefox. It closes the browser and forces me
to
use Notepad or save the file to hard drive. In another issue
that
may or may not be related, when I type in the value to open the
administrator, the browser tells me that it cannot find the url
requested, which, in this case, is itself. Does anyone have any
suggestions?
   
   
   
Troy Jones
   
   
   
Dynapp Support Team
   
678-528-2952
   
[EMAIL PROTECTED]
   
[EMAIL PROTECTED]
   
   
   
   
   
   
-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform
   
For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLink
-
  
  
  
   -
   To unsubscribe from this list, manage your profile

RE: [ACFUG Discuss] cf administrator

2007-03-15 Thread Troy Jones
Using your instructions, I see that .cfm, .cfml, and .da (our
proprietary extension using ColdFusion) extensions are mapped. 

 

Troy Jones

 

Dynapp Support Team

678-528-2952

[EMAIL PROTECTED]

[EMAIL PROTECTED]

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Teddy Payne
Sent: Thursday, March 15, 2007 2:48 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] cf administrator

 

Ok, here we go:

Assuming you have IIS installed and CF installed and you have access to
your IIS Administrator:

Use the + symbols to expand to your default web site
Right click the default web site and then click Properties 
Click Home Directory tab
Click Configuration button
Under the scrollable list of Application Mappings, you should see .cfm
under teh extensions column

If you do not see .cfm, then your IIS server will not be able to serve
up the page 

Teddy




On 3/15/07, Troy Jones [EMAIL PROTECTED] wrote:

Yes as I have been able to access the administrator in the past. This is
recent problem and, because others have access to the server, I do not
know what, if any changes have been made.

 

Troy Jones

 

Dynapp Support Team

678-528-2952

[EMAIL PROTECTED] 

[EMAIL PROTECTED] 

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Teddy Payne
Sent: Thursday, March 15, 2007 2:35 PM


To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] cf administrator

 

When you install CF in server mode, you will be prompted on which web
server to use and then the bindings for the CFM interpreter are created
at that point.

Do you know for a fact that CF is indeed installed?

Teddy

On 3/15/07, Troy Jones [EMAIL PROTECTED] wrote:

In response to Teddy, that is exactly right. As far as why both are
installed, I just work here. It was that way from day one when I
started.



Troy Jones

Dynapp Support Team
678-528-2952
[EMAIL PROTECTED]
[EMAIL PROTECTED]


-Original Message-
From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
] On Behalf Of Steven Ross
Sent: Thursday, March 15, 2007 2:21 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] cf administrator

You are asking for trouble running apache and IIS... why do you need 
both on the same box?

On 3/15/07, Troy Jones [EMAIL PROTECTED] wrote:
 It has both Apache and IIS installed.

 Troy Jones

 Dynapp Support Team 
 678-528-2952
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]


 -Original Message-
 From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] ] On Behalf Of Dean H.
Saxe
 Sent: Thursday, March 15, 2007 12:09 PM
 To: discussion@acfug.org 
 Subject: Re: [ACFUG Discuss] cf administrator

 What kind of web server is it?  Apache?  IIS?  It sounds like the web
 server isn't calling the CF executable to process the page and is 
 instead returning the source to you.

 -dhs


 Dean H. Saxe, CISSP, CEH
 [EMAIL PROTECTED]
 What is objectionable, what is dangerous about extremists is not 
 that they are extreme, but that they are intolerant.
  -- Robert F. Kennedy, 1964


 On Mar 15, 2007, at 11:32 AM, Troy Jones wrote:

  Hello,
 
 
 
  I am new to this group and, quite honestly, not terrible
  experienced. Please bear with me as I try to lay out my problem.
 
 
 
  I am trying to access the cfadministrator on our server. It will 
  not open in IE or Firefox. It closes the browser and forces me to
  use Notepad or save the file to hard drive. In another issue that
  may or may not be related, when I type in the value to open the 
  administrator, the browser tells me that it cannot find the url
  requested, which, in this case, is itself. Does anyone have any
  suggestions?
 
 
 
  Troy Jones
 
 
 
  Dynapp Support Team
 
  678-528-2952
 
  [EMAIL PROTECTED]
  
  [EMAIL PROTECTED]
 
 
 
 
 
 
  -
  To unsubscribe from this list, manage your profile @
  http://www.acfug.org?fa=login.edituserform
 
  For more info, see http://www.acfug.org/mailinglists
  Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
  List hosted by FusionLink
  -



 -
 To unsubscribe from this list, manage your profile @ 
 http://www.acfug.org?fa=login.edituserform

 For more info, see http://www.acfug.org/mailinglists 
 Archive @ http://www.mail-archive.com/discussion%40acfug.org/
 List hosted by http://www.fusionlink.com 
 -





 -
 To unsubscribe from this list, manage your profile @ 
 http://www.acfug.org?falogin.edituserform

 For more info, see http://www.acfug.org/mailinglists 
 Archive @ http://www.mail-archive.com/discussion%40acfug.org/
 List hosted by http://www.fusionlink.com