RE: AOLServer (was: CF/IIS/Windows security class)

2001-11-26 Thread Jay Sudowski - Handy Networks LLC
What the heck is AOLServer? -Jay -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Monday, November 26, 2001 6:53 PM To: CF-Talk Subject: RE: AOLServer (was: CF/IIS/Windows security class) PSS: Although certain parts of allaire.com run faster now that Macromedia

OT: Enterprise Manager / SQL Server

2001-11-19 Thread Jay Sudowski - Handy Networks LLC
Hi - I'm wondering if Enterprise Manager for SQL Server is available from Microsoft as a free or low cost download. If anyone has details or suggestions, please let me know. Thanks, ~~ Your ad could be here. Monies from ads go to support these

RE: Enterprise Manager / SQL Server

2001-11-19 Thread Jay Sudowski - Handy Networks LLC
York Columbia University as867 [at] columbia {dot} edu |-Original Message- |From: Jay Sudowski - Handy Networks LLC [mailto:[EMAIL PROTECTED]] |Sent: Monday, November 19, 2001 4:34 PM |To: CF-Talk |Subject: OT: Enterprise Manager / SQL Server | | |Hi - | |I'm wondering if Enterprise Manager

RE: IIS Export from NT to Win2k

2001-10-31 Thread Jay Sudowski - Handy Networks LLC
Hi Kirk, I really would not recommend upgrading from NT4 to Win2K. I would backup everything, format the drives and start with the fresh install of Win2K (make sure to install all of the service packs and hot fixes). So yes, if you wiped out the machine, you would need to use an IIS import /

RE: UDF's are GREAT

2001-10-30 Thread Jay Sudowski - Handy Networks LLC
LOL. Bug free as XP. That makes me worry ;-) - Jay -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 30, 2001 3:07 PM To: CF-Talk Subject: RE: UDF's are GREAT Heh, good one. On a serious note, for anyone who is interested, CFLIB.org now has

RE: Help please

2001-10-21 Thread Jay Sudowski - Handy Networks LLC
If Sales.Process_ID is a text field in your Access Database, it should be enclosed in single quotes on the query. IE - CFQUERY NAME=GetAllSalesForSession DATASOURCE=#attributes.dsn# SELECT Sales.SaleDate, Sales.ProductID, Products.ProductName, Products.UnitPrice, Sales.Quantity,

RE: Code Red backdoor triggered?

2001-09-18 Thread Jay Sudowski - Handy Networks LLC
Gr. We're getting hammered with something across three of our servers. Data transfer is up 600% compared to normal. Today is gonna be one of those days ... -Original Message- From: Rich Wild [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 18, 2001 10:37 AM To: CF-Talk

FW: Alert: Some sort of IIS worm seems to be propagating

2001-09-18 Thread Jay Sudowski - Handy Networks LLC
-Original Message- From: Russ [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 18, 2001 11:21 AM To: [EMAIL PROTECTED] Subject: Alert: Some sort of IIS worm seems to be propagating -BEGIN PGP SIGNED MESSAGE- There have been numerous reports of IIS attacks being generated by

SOT: Training Recommendations

2001-09-06 Thread Jay Sudowski - Handy Networks LLC
to improve my database design and SQL skills, but I want the information I learn to be delivered in a way so that it's always relating back to ColdFusion. Any suggestions? Jay Sudowski - Handy Networks LLC TEL: 877-70-HANDY FAX: 888-300-2FAX URL: www.handynetworks.com

testing

2001-09-06 Thread Jay Sudowski - Handy Networks LLC
Jay Sudowski - Handy Networks LLC TEL: 877-70-HANDY FAX: 888-300-2FAX URL: www.handynetworks.com http://www.handynetworks.com - Providing reseller and dedicated Windows 2000 web hosting solutions. ~~ Your

RE: OLE-DB Client Storage Problem

2001-09-05 Thread Jay Sudowski - Handy Networks LLC
workaround the issues, so I reverted to ODBC. Jay Sudowski - Handy Networks LLC TEL: 877-70-HANDY FAX: 888-300-2FAX URL: www.handynetworks.com http://www.handynetworks.com - Providing reseller and dedicated Windows 2000 web hosting solutions. -Original

RE: Pathing question

2001-09-04 Thread Jay Sudowski - Handy Networks LLC
cfset file_name = ListLast(cgi.cf_template_path, \) Jay Sudowski - Handy Networks LLC TEL: 877-70-HANDY FAX: 888-300-2FAX URL: www.handynetworks.com http://www.handynetworks.com - Providing reseller and dedicated Windows 2000 web hosting solutions

RE: OT Suggestions for Email Servers

2001-08-28 Thread Jay Sudowski - Handy Networks LLC
, you'll only be able to send 400 messages a minute max because CFMAIL can only spool 100 messages every 15 seconds. Hope this helps. Jay Sudowski - Handy Networks LLC TEL: 877-70-HANDY FAX: 888-300-2FAX URL: www.handynetworks.com http://www.handynetworks.com

RE: Creating CFX tags - DLL's and NT

2001-08-23 Thread Jay Sudowski - Handy Networks LLC
I'd imagine that you could use: Regsvr32 /u your.dll to unregister it and Regsvr32 your.dll to reregister it Not sure how effective this will be if you are keeping the DLL loaded.\ - Jay Sudowski -Original Message- From: Brian Fox [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23

RE: CFLocation and Passing Complex Data

2001-08-17 Thread Jay Sudowski - Handy Networks LLC
A simple solution to this URL truncation problem may be to create a table in your database to use a storage repository for the WDDX packet, insert the WDDX packet into the db, and then just pass a UUID through the URL variable, retrieve the wddx packet from the db, and then recreate your

RE: IIS Log Entry

2001-08-14 Thread Jay Sudowski - Handy Networks LLC
Correct. IIRC, you only see the attempts by Code Red if you are safe from the worm. If the worm infected your computer, you would never see the attempts in your log file. - Jay -Original Message- From: Bruce Sorge [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 14, 2001 9:55 PM To:

RE: Graphing error

2001-08-14 Thread Jay Sudowski - Handy Networks LLC
Jim, I would try restarting the ColdFusion Graphing Server in your services control panel. CFGRAPH operates on a very stripped down version of JRUN / MM Generator, which is why you're getting the Jrun error. It'd be nice if CF Server could provide more descriptive error messages :-) - Jay

RE: CFLOCK Scope vs Name attributes !!

2001-08-14 Thread Jay Sudowski - Handy Networks LLC
Hamid, If you are using a session variable as your cflock name, I'd imagine that you are pretty much defeating the purpose of CFLOCK. You'd have to CFLOCK the CFLOCK ... As for your question, here's info directly from the CF docs ... SCOPE Optional. Specifies the scope as one of the

RE: Locked Database

2001-08-06 Thread Jay Sudowski - Handy Networks LLC
Hi - Usually sending a bad query to the data source will break the lock. You can also set disable database connections in the CF Administrator. If you disable db connections, make sure you enable them again, otherwise your site won't work :-) Jay Sudowski - Handy Networks

RE: Locked Database

2001-08-06 Thread Jay Sudowski - Handy Networks LLC
.. .eg: cfset Variables.uselessTempVariable CFusion_DBConnections_Flush() Todd Jay Sudowski - Handy Networks LLC TEL: 877-70-HANDY FAX: 888-300-2FAX URL: www.handynetworks.com http://www.handynetworks.com - Providing reseller and dedicated Windows

RE: Lock the database?

2001-08-06 Thread Jay Sudowski - Handy Networks LLC
Hi Paris, I'd recommend using cftry / cfcatch. Credit for the info below goes to Steve Nelson. He's discussing his cf_max_id tag. Hope this helps. Jay What about locking issues? Microsoft Access in particular may throw errors if you use this tag if simultaneous people try and create

Client Vars in OLEDB

2001-08-05 Thread Jay Sudowski - Handy Networks LLC
of this begs the question ... Why can't I store client vars in a OLEDB DSN, even though OLEDB is recommended over ODBC? Any insight into this rather odd problem would be appreciated. Jay Sudowski - Handy Networks LLC TEL: 877-70-HANDY FAX: 888-300-2FAX URL: www.handynetworks.com

RE: Messy Administrator

2001-08-04 Thread Jay Sudowski - Handy Networks LLC
Hi Darren, Sounds like you don't have cookies enabled, or for some reason the Admin is loosing track of your session, which is why you can see the first frame, but any subsequent requests are denied, and you get the login page. Jay Sudowski - Handy Networks LLC TEL: 877-70

RE: default.ida?

2001-08-03 Thread Jay Sudowski - Handy Networks LLC
, if the machine is trying to be compromised unsuccessfully, but the proper protection is in place (patch, or remove .idq / .ida from IIS mappings) then the request will show up in the log file. Jay Sudowski - Handy Networks LLC TEL: 877-70-HANDY FAX: 888-300-2FAX URL

RE: Reboot windows 2K server?

2001-08-03 Thread Jay Sudowski - Handy Networks LLC
Michael, There's shutdown.exe, included in the Win2K Server Resource Kit. You can also use iisreset /reboot. Jay Sudowski - Handy Networks LLC TEL: 877-70-HANDY FAX: 888-300-2FAX URL: www.handynetworks.com http://www.handynetworks.com - Providing

RE: Reboot windows 2K server?

2001-08-03 Thread Jay Sudowski - Handy Networks LLC
. To get things functioning properly, I would have to kill inetinfo and then restart IIS. Has anyone else encountered this problem, or have any suggestions on how I might avoid it? Perhaps there's a command line modifier to net stop that increases the time out? TIA, Jay Sudowski

RE: SQL SERVER 7

2001-07-31 Thread Jay Sudowski - Handy Networks LLC
Hi Jerry - Why not use DTS and schedule the task to run on intervals. I think that would be the easiest way to do things. Jay -Original Message- From: Jerry Staple [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 31, 2001 12:16 PM To: CF-Talk Subject: SQL SERVER 7 Hi, Could

RE: Data-modeling for anniversaries...

2001-07-31 Thread Jay Sudowski - Handy Networks LLC
, now()) /cfquery HTH. Jay Sudowski - Handy Networks LLC TEL: 877-70-HANDY FAX: 888-300-2FAX URL: www.handynetworks.com http://www.handynetworks.com - Providing reseller and dedicated Windows 2000 web hosting solutions. -Original Message- From: David

Code Red Worm: Deadline For Action

2001-07-30 Thread Jay Sudowski - Handy Networks LLC
procrastinate, just do it! Jay Sudowski HANDY NETWORKS, LLC Tel.: 1-877-70-HANDY Fax: 1-888-800-2FAX http://www.HandyNetworks.com http://www.HandyNetworks.com ICQ 15601511 | AIM Jay Suds - Specializing in Windows 2000 Hosting Solutions Reseller / Managed Dedicated / Colocation Services

RE: CF 5.0 Installation Problems...

2001-07-27 Thread Jay Sudowski - Handy Networks LLC
Hi Neil, This happened when we tried to upgrade as well. I'm not precisely sure what I did, but finally the installer did open up. I believe I rebooted, stopped all CF services, all IIS services, launched the installer, and then just waited about 5 minutes until it finally came up. The RAM

RE: SQL 7.0

2001-07-27 Thread Jay Sudowski - Handy Networks LLC
Just how big do you need to go? -Original Message- From: Andrew Scott [mailto:[EMAIL PROTECTED]] Sent: Friday, July 27, 2001 12:05 PM To: CF-Talk Subject: RE: SQL 7.0 Sorry I need something bigger than both of these ntext and text provide!! -Original Message- From: Bruce

RE: WWW-logfiletimestamp is 2 hours behind system time

2001-07-21 Thread Jay Sudowski - Handy Networks LLC
Hi Uwe, IIS log files use GMT, which is why your log files would be two hours behind your system log files. Hope this helps. Jay Sudowski - Handy Networks LLC TEL: 877-70-HANDY FAX: 888-300-2FAX URL: www.handynetworks.com http://www.handynetworks.com

RE: WWW-logfiletimestamp is 2 hours behind system time

2001-07-21 Thread Jay Sudowski - Handy Networks LLC
=DHCS_MSPSS_gn_SRCHSPR=IIS50 Jay Sudowski - Handy Networks LLC TEL: 877-70-HANDY FAX: 888-300-2FAX URL: www.handynetworks.com http://www.handynetworks.com - Providing reseller and dedicated Windows 2000 web hosting solutions. -Original Message- From: [EMAIL

RE: PWS for Win2000?

2001-07-20 Thread Jay Sudowski - Handy Networks LLC
requests that come from the Internet. At the very least, run Win2K SP2 and unmap all of the extensions except for .cfm. You wouldn't want to unknowingly become a DDoS zombie, or Red Worm victim. Hope this helps. Jay Sudowski HANDY NETWORKS, LLC 90 Great Neck Road Waterford, CT 06385 Tel.: 1

RE: CF5 Single User Server ?

2001-07-19 Thread Jay Sudowski - Handy Networks LLC
Hi Justin - The evaluation versions of CF Server 5 should revert to single user after the 30 day period is up. I'm not 100% positive on this, but I remember our CF5 Enterprise installer (mind, this was a retail package) giving us the option of not providing a serial number, which would install

RE: I have to ask

2001-07-18 Thread Jay Sudowski - Handy Networks LLC
You use ColdFusion as the backend for the mailing list? That's pretty crazy ... -Original Message- From: [EMAIL PROTECTED] (Michael Dinowitz) [mailto:[EMAIL PROTECTED] (Michael Dinowitz)] Sent: Wednesday, July 18, 2001 10:57 PM To: CF-Talk Subject: Re: I have to ask The slashes have

RE: Database Question??

2001-07-18 Thread Jay Sudowski - Handy Networks LLC
Hi Scott - I think it could vary from store to store - because in some states the sales tax varies from county to county. I know in CA the rate varies depending on where the business is located. (Or, at least, I think it works like this. I could be mistaken). Jay -Original Message-

FW: Initial analysis of the .ida Code Red Worm

2001-07-17 Thread Jay Sudowski - Handy Networks LLC
Hi - Here's some more information about the most recent IIS worm, which was posted to NTBugTraq earlier today. Hope this helps someone. Jay -Original Message- From: Marc Maiffret [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 17, 2001 2:18 PM To: [EMAIL PROTECTED] Subject: Initial

RE: debugging info display and CF5

2001-07-17 Thread Jay Sudowski - Handy Networks LLC
computer each time, you should get the same IP address over and over again. HTH. Jay Sudowski -Original Message- From: Kay Smoljak [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 18, 2001 12:35 AM To: CF-Talk Subject: debugging info display and CF5 Hi all, Does CF5 allow you

CFUG in CT

2000-06-04 Thread Jay Sudowski
This is a multi-part message in MIME format. --=_NextPart_000_01C0_01BFCE8F.AEF2DBE0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hey Folks - I know there's supposedly a CFUG in Westport, CT, but that's somewhat of = a drive for me.

Replacing crlf with br

2000-05-26 Thread Jay Sudowski
This is a multi-part message in MIME format. --=_NextPart_000_01E6_01BFC738.EB595720 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi - I need to replace the crlf characters with the br tag so that line = breaks people enter while

Re: Cold Fusion Search tools

2000-05-17 Thread Jay Sudowski - Handy Networks LLC
Just gave him a call ... on my dime - only got voicemail. - Jay Anybody in the 303 area code wanna give this guy a wake-up call?? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of David Clay Sent: Wednesday, May 17, 2000 1:14 PM To: [EMAIL

Re: Session vars in a clustered environment

2000-05-16 Thread Jay Sudowski - Handy Networks LLC
Howard, I've never used session vars in a clustered server setup, but I've read a lot about doing it, so here goes nothing :-) I've never worked with session variables on clustered servers. I read somewhere ... and can't remember where ... that I might have a problem here. You can setup

Re: Session vars in a clustered environment

2000-05-16 Thread Jay Sudowski - Handy Networks LLC
Cfif Client.IsLoggedIn neq 0 cfset client.IsLoggedIn = now() /cfif What's neq an abbreviation for? Thanks, Jay -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

Re: Session vars in a clustered environment

2000-05-16 Thread Jay Sudowski - Handy Networks LLC
LMAO - Original Message - From: "Todd Ashworth" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 16, 2000 7:46 PM Subject: Re: Session vars in a clustered environment lol .. speaking of which .. I did a search for "sticky sessions" and the first hit I got was for: 1.

Re: Hi

2000-05-14 Thread Jay Sudowski - Handy Networks LLC
Dave / Jake - Just checked the mem usage on my cf server - over 80 megs! Whoa. That's never good. Of course, that was in a shared hosting environment, so people are probably running all sorts of junk code. After restarting the CF services, mem usage droped down to 16 megs. Oh yah - that was

Re: CFML be gone!

2000-05-09 Thread Jay Sudowski - Handy Networks LLC
Todd, Nice question - I'm interested in a tag / functions / pain-in-the-but- work-around that would remove just the CFML tags. Previous to your post, I failed to realize that if I allow people to submit HTML tags along with their text, they could also submit CFML tags, creating a major security

Re: Decryption? RE: how to encrypt the entire CF page?

2000-05-09 Thread Jay Sudowski - Handy Networks LLC
Not sure about this, but can't you call Allaire and have them decrypt the files for you? Someone has mentioned before that they have they cfdecrypt util in house. You might have to pay them some, but depending on the amount of code you have encoded, it's probably well worth it. - Jay -

Re: session variable blues

2000-05-08 Thread Jay Sudowski - Handy Networks LLC
Spencer, You'll have to set your form variables as sessions variables on screen2.cfm before you can output them ... cfset session.lname = form.lname cfset session.fname = form.fname cfset session.email = form.email cfset session.phone = form.phone cfset session.coname = form.coname cfset

Re: QUESTION: VERY weird email from Allaire

2000-05-06 Thread Jay Sudowski - Handy Networks LLC
Hi Emily, If you're an Allaire Alliance member, Allaire will periodically send you "free" stuff, which gets entered into their shipping system as an "order". I recently got a shipment with CF 4.51 materials - Jay - Original Message - From: "Childress, Emily" [EMAIL PROTECTED] To:

CFmail Prob

2000-05-05 Thread Jay Sudowski - Handy Networks LLC
Hi Everyone, I'm at wits end here - I've got two different sites on the same machine, using CFmail - one of the sites can send mail fine, with the other site, all the mail ends up in the undeliverable queue and I keep on gettting this error in th mail.log file ...

Re: CFmail Prob

2000-05-05 Thread Jay Sudowski - Handy Networks LLC
Re: CFmail Prob Not sure why the mail is not going through but you did just announce to the world the address of your open-relay mail server. Howie - Original Message ----- From: Jay Sudowski - Handy Networks LLC [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 05, 2000 3:58 A

Re: Upgrade 4.01 - 4.5 (and patch) Enterprise trouble?

2000-05-03 Thread Jay Sudowski - Handy Networks LLC
Rob, As far as I know, the "patches" are full installers - no need to install 4.5 and then move to 4.51. You can just download the "updater", install 4.51 and you'll be good to go. - Jay - Original Message - From: "Rob Sherman" [EMAIL PROTECTED] To: "Cf-Talk" [EMAIL PROTECTED] Sent:

Re: Win 2000 Nightmare ... OLEDB not installed?

2000-04-26 Thread Jay Sudowski
Will, Thanks for that tidbit of info :-) I honestly was unaware of that - I had previously setup a Win2K server with CF 4.01 and didn't have any ole db issues. - Jay Which I'd like to point out is NOT Microsoft's fault. No I'm not a MS supporter, but bashing MS for everything is getting

Fw: Query Cache Question

2000-04-23 Thread Jay Sudowski
This is a message I sent this weekend but was bounced . I'm still curious about structures :-) - Original Message - From: Jay Sudowski [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 21, 2000 1:48 PM Subject: Re: Query Cache Question Hey Pete, Thanks

Stuctures and Arrays, huh? :-)

2000-04-03 Thread Jay Sudowski
Hi All, For the past year or so, actually a little longer, I've been doing pretty rudimentary ColdFusion programming - lots of simple queries, some cfhttp, cfcontent, tons of loops, cookies - you know, all the easy stuff. I've definitely avoided using arrays, and more recently, structures (you

Re: CFHTTP Issue and CFFILE with 4.5 Enterprise

2000-03-27 Thread Jay Sudowski
From: Tracy Smith [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 27, 2000 2:30 PM Subject: RE: CFHTTP Issue and CFFILE with 4.5 Enterprise I had a somewhat similar issue that I am just beginning to research. We just upgraded to CF Enterprise 4.5 from CF Pro on NT 4.0/IIS 4.0.

Re: Search Engine Friendly Variables (?)

2000-03-27 Thread Jay Sudowski
Allen, I'm not sure about the internetsoccer link you have there, but the first link is from a Vignette StoryServer. I've actaully got a friend who just landed a job at sportal, and they're teaching him TCL, the lanague that StoryServer is based upon. Each set of numbers between the comma's

Re: how to execute a file from within a file?

2000-03-27 Thread Jay Sudowski
Mirza, I think you want to use a cfinclude Here's an example Test.cfm cfparam name="id" default="123" cfset id = form.id cfinclude template = "testaction.cfm" /body Does this help you any? - Jay Sudowski * HANDY NETWORKS, LL

Access Database and sum function - Major Problems!

2000-03-26 Thread Jay Sudowski
Hi All, Hopefully you guys can help me out here. I'm really stumped. Here's the situation. I have 3 tables - clients, billing_client, and payments_clients. In billing_client and payments_clients, I have the following fields ... billing_client: id, client_id, amount, bill_desc payments_clients: