CFFTP and CFDIRECTORY

2005-11-09 Thread Dave Ashworth
once I have made a connection using CFFTP, how would I then use that to run
a CFDirectory operation so that I can then run a CFFile operation, read the
contents of the files and then delete said files?

so far I have tried with no luck:

cfftp
connection=this_bounceback_list
action=open
username=LCBounceback
password=password
server=whatever
port=2121
name=this_connection
stopOnError=yes

cfftp
connection=this_bounceback_list
action=GetCurrentDir
stopOnError=Yes

cfdirectory directory=#cfftp.returnvalue#
name=bounceback_folder
filter=*.msg

Thanks in advance
Dave


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223664
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


locating a substring within a string

2005-10-31 Thread Dave Ashworth
I am using CFdirectory and CFfile to read the contents of a collection of
..msg files within a directory

I wish to find the first instance of To: within the file and then return
that whole line up to the Chr(10) at the end of the line so I can do some
work with the address the msg was sent to

is this done with regular expressions (which I know little about) or can
this be done with a series of CF functions?

Thanks
Dave


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:222707
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


CFDirectory

2005-10-27 Thread Dave Ashworth
Is it possible to use CFDirectory to access a folder on a different server?

I have seen examples of accessing a folder by IP but this to me looks to be
servers that have mapped network drives - would this be the only way to do
this?

Thanks
Dave


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:222441
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


CFMail Undelivr Folder

2005-10-26 Thread Dave Ashworth
Hi

I am developing a mail campaign application that amongst the stats on
mail-outs shows the number of undeliveable mails (or at least I'm hoping it
will)

To try and fill the C:\CFusionMX\Mail\Undelivr with some files in order to
begin coding, I added some addresses to the mailing list that I knew to be
incorrect and sent out the mail.

For example, I sent on to [EMAIL PROTECTED], to which I got a
message through to [EMAIL PROTECTED] saying user unknown from our
mailserver, as I always do as I administer the mail server. But there was no
record of this in the undeliverable folder. I then altered the address to
read .oc.uk, but still nothing in the undeliverable folder.

So, my question is, under what circumstances is the undeliverable folder
populated? Does it take a while for files to appear there whilst email
messages are attempted to be delivered?

I thought it may have something to do with internal dev servers and sending
the mail through our external mail server, but I've tested remotely and
still nothing in the folder!

Any advice welcome

Thanks
Dave


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:222309
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFMail Undelivr Folder

2005-10-26 Thread Dave Ashworth
Ok, thanks for that so far

so, if the mail is sent from an account on a server I don't have access to,
would it be impossible for me to report on undelivered mail, for whatever
reason that it might be undeliveable

well that's the impression I get from CFPOP anyway

Dave

On 10/26/05, Paul Vernon [EMAIL PROTECTED] wrote:

 Mails only end up in the Undelivr folder if it is so malformed that it
 cannot be validated in the first place OR your mail server is down.
 Bounces
 will appear in the mailbox of the account set in the reply headers of the
 mail you send. You should use CFPOP or equivalent to process the bounce
 messages.

 Paul


 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:222326
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Tracking Text Only emails

2005-10-24 Thread Dave Ashworth
Am aware of the restrictions of modern mail clients, so I think the best
solution is to add code to check if they click through and if they've
already opened a mail and then explain that this particular stat is not 100%
accurate and should be used as a guide only

On 10/24/05, Thomas Chiverton [EMAIL PROTECTED] wrote:

 On Thursday 20 October 2005 09:22, Dave Ashworth wrote:
  However, this is the only technique I have found to track opened mail
 and
  as such this will not work on text only emails

 Or in any modern email client, web based or native application.
 Whatever the reasoning is behind wanting to track this, you're gonna have
 to
 explain it can't be done.

 --

 Tom Chiverton
 Advanced ColdFusion Programmer

 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:222020
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Tracking Text Only emails

2005-10-20 Thread Dave Ashworth
Hi

I am developing a package used to send out emails and want to track mails
opened, click throughs etc

Within the HTML email I placed an image which calls a script on the server
and when the mail is opened it is tracked

However, this is the only technique I have found to track opened mail and as
such this will not work on text only emails

Has anyone got a solution for tracking opened text only emails? Or at least
point me in the right direction

Cheers
 Dave


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:221613
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFMX 7 Reserve Words?

2005-10-03 Thread Dave Ashworth
Could it be SQL Server (assuming this is what you're using) as I had a
similar problem in that on one server code worked fine but on another it
didn't (when using a stored proc to update a text field) and the reason
was that one had SQL Server SP4 and the other didn't

-Original Message-
From: Adkins, Randy [mailto:[EMAIL PROTECTED] 
Sent: 03 October 2005 16:22
To: CF-Talk
Subject: RE: CFMX 7 Reserve Words?


I am running it locally and it works fine with using:  
SELECT TOP 1 ..blah blah.. 

But on another server it errors out
For reserved word.


Why the difference?
Both are Windows based OS as well as identical code.
Same setup, same directory structure.

-Original Message-
From: Adkins, Randy [mailto:[EMAIL PROTECTED] 
Sent: Monday, October 03, 2005 11:10 AM
To: CF-Talk
Subject: CFMX 7 Reserve Words?

Does anyone know where I can find a list of Reserved Words for CFMX 7?
 
is TOP 1 an issue for CFMX 7?
 
I am getting the error that a reserved word was used in my select
statement
 
Thanks!






~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:219885
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Coldfusion MX upgrade from 6.1 to 7

2005-09-27 Thread Dave Ashworth
Hi
 
Am looking to upgrade from CFMX 6.1 to CF7
 
basically, how straight forward is this?
 
Is it possible to install over CF 6.1 with CF 7 and expect it all to
run smoothly?
 
or is it better to have two instances of the server running side by side
 
The server admin side of things is a new area for me so any tips / info
on the upgrade would be appreciated
 
Thanks
Dave


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:219337
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


fbx_sesConvertor.cfm

2005-06-27 Thread Dave Ashworth
Hi 

Have seen references to this file fbx_sesConvertor.cfm in order to use
search engine friendly URLs within fusebox 3, but haven't been able to
locate it anywhere - does anyone else have a copy or know of it's
whereabouts, or indeed a way of using SES Urls within fusebox

Here is the page which mentions it
http://www.cfhub.com/advanced/fusebox/corefiles.cfm
http://www.cfhub.com/advanced/fusebox/corefiles.cfm

Thanks

Dave



~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210588
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: fbx_sesConvertor.cfm

2005-06-27 Thread Dave Ashworth
Have been looking at this already and I face a problem in using it

It works fine on every page except the default index.cfm

Basically, on my site, the default page is:

 index.cfm?fuseaction=email_marketing.home

Previously, in the index.cfm file, I would set the default fuseaction:

cfparam name=attributes.fuseaction default=email_marketing.home

So that they get the correct page when they first visit the site

Now, the ses convertor works fine when linking from page to page, but
without defining the default value in index, the home page will not
display, but if I set the default, it overrides any values set in the
sesconverter!!





-Original Message-
From: Mark Drew [mailto:[EMAIL PROTECTED] 
Sent: 27 June 2005 15:38
To: CF-Talk
Subject: Re: fbx_sesConvertor.cfm


Try
http://developer.fusium.com/tools/

That should help :)

Regards

Mark Drew
On 27 Jun 2005, at 14:51, Dave Ashworth wrote:

 Hi

 Have seen references to this file fbx_sesConvertor.cfm in order to use

 search engine friendly URLs within fusebox 3, but haven't been able to

 locate it anywhere - does anyone else have a copy or know of it's 
 whereabouts, or indeed a way of using SES Urls within fusebox

 Here is the page which mentions it 
 http://www.cfhub.com/advanced/fusebox/corefiles.cfm
 http://www.cfhub.com/advanced/fusebox/corefiles.cfm

 Thanks

 Dave



 



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210601
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


CFGraph

2005-04-12 Thread Dave Ashworth
Hi
 
Have some web apps that use CFGraph, or did, until we had to rebuild our
server and reinstall CF5.  The tag still works fine on our Dev Server
but when we upload to the live server, the page hangs and no graphs are
produced.  Have found just one hotfix relating to CFGraph, which was to
replace the file flashgen.jar with an updated version but this has made
no difference!
 
Has anyone else ever reinstalled CF5 to find CFGraph not working?
 
Thanks
Dave


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202392
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


missing values in attributes scope

2004-09-13 Thread Dave Ashworth
I am getting an error when linking to a page with the following query

cfquery name=get_itemtitle datasource=#request.dsn# maxrows=1
		SELECT * FROM items
		WHERE itemid = cfqueryparam cfsqltype=CF_SQL_INTEGER value=#attributes.itemid#
	/cfquery

the url I use to link to this page is 

/index.cfm?fuseaction=nonsitepage.displayitemid=1577preview=true

the error occurs sometimes when the page firsts loads with the following error

Invalid data '' for CFSQLTYPE 'CF_SQL_INTEGER'.

whereas when you refresh again and again it always works

any thoughts on why this might be?

thanks in advance
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: missing values in attributes scope

2004-09-13 Thread Dave Ashworth
 I am getting an error when linking to a page with the following query
 /index.cfm?fuseaction=nonsitepage.displayitemid=1577preview=true
 Invalid data '' for CFSQLTYPE 'CF_SQL_INTEGER'.

I would do a couple things:

1.) cfparam all your variables so you know they exist. Only use them if
their values are of the type expected. Handle the flipside accordingly.
2.) trim your variables.

Mike

yes, but how do I get around the problem that the variable is there in the url but is not being traced through to attributes.itemid
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]