Re: Windows NT Authentication

2006-08-11 Thread pak-Nash
pak-Nash wrote: Hi folks, I am new to coldfusion; I have successfully setup Mx coldfusion 7, IIS 5.1. Now my client has requirement to incorporate windows NT authentication to his site. What i did for this is just edit the site settings in IIS and i choose the Integrated windows

RE: Windows NT Authentication

2006-08-11 Thread Dave Watts
how to read user name and password from a prompt box that display incase of Integrated windows authentication? If you're using integrated Windows authentication, you can configure Windows to record failed login attempts, and view those from the Security event log. Within your CF application,

RE: Windows NT Authentication

2006-08-11 Thread loathe
-Original Message- From: pak-Nash [mailto:[EMAIL PROTECTED] Sent: Friday, August 11, 2006 10:02 AM To: CF-Talk Subject: Re: Windows NT Authentication pak-Nash wrote: Hi folks, I am new to coldfusion; I have successfully setup Mx coldfusion 7, IIS 5.1. Now my client has requirement

RE: Windows NT error number 1450

2005-05-04 Thread Micha Schopman
This error usually occurs either, when the windows registry has reached its maximum capacity storing client variables, or when the server memory is insufficient to buffer a file upload. Are you uploading large files? If so, increasing memory might help. Micha Schopman Project Managr Modern

Re: Windows NT error number 1450

2005-05-04 Thread Stephen Moretti
Terry Troxel wrote: Anybody know of a solution to stop this error While doing a file upload? Error Occurred While Processing Request Error Diagnostic Information Error writing data from web server to the ColdFusion Application Server. Windows NT error number 1450 occurred. Open a windows

RE: Windows NT Error 2

2004-07-06 Thread Ryan Duckworth
Your path is wrong.NT Error 2 means wrong path... Try outputting the path. Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983 Granada Lane Overland Park, KS 66207 (913) 754-4272 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: Windows NT Error 2

2004-07-06 Thread Marlon Moyer
use the command net helpmsg 2 Which gives you The system cannot not find the file specified -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 06, 2004 10:25 AM To: CF-Talk Subject: Windows NT Error 2 Anyone familiar with this error as it

RE: Windows NT Error 2

2004-07-06 Thread Dave Watts
Anyone familiar with this error as it pertains to running gzip.exe on the server using cfexecute? DATETIME 07/06/04 10:19:53 DETAIL Windows NT error 2 occurred. DIAGNOSTICS Cannot execute GZIP.EXE Windows NT error 2 occurred. I suspect that gzip.exe isn't in your PATH environment

RE: Windows NT Error 2

2004-07-06 Thread Greg.Morphis
Subject: RE: Windows NT Error 2 use the command net helpmsg 2 Which gives you The system cannot not find the file specified -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 06, 2004 10:25 AM To: CF-Talk Subject: Windows NT Error 2 Anyone

RE: Windows NT Error 2

2004-07-06 Thread Dave Watts
Only problem is that the file exists.. D:\wwwroot\Advantage\eCount\files\alltelrewards_8148_070604 _103913.txt does gzip take a path like this? Yes, it should take any valid file path on a local partition. Out of curiosity, though, what exactly are you trying to do? If you want to deliver

RE: Windows NT Error 2

2004-07-06 Thread Greg.Morphis
Dave thanks, this corrected the problem -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 06, 2004 11:01 AM To: CF-Talk Subject: RE: Windows NT Error 2 Anyone familiar with this error as it pertains to running gzip.exe on the server using cfexecute

RE: Windows NT Error 2

2004-07-06 Thread Greg.Morphis
- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 06, 2004 11:08 AM To: CF-Talk Subject: RE: Windows NT Error 2 Only problem is that the file exists.. D:\wwwroot\Advantage\eCount\files\alltelrewards_8148_070604 _103913.txt does gzip take a path like this? Yes, it should take any

RE: Windows NT source code

2004-02-13 Thread cfhelp
Even though I am going to probably have to deal with an increase in Hacks I think this may be a good thing, as it will force M$ to get off there a$$ and fix more in OS. Well then again I could see them saying Windows 2003 fix’s all. Rick -Original Message- From: Rob Rohan

Re: Windows NT error number 232 occurred

2002-05-02 Thread Simon Halcrow
Hi Joe. We get this all the time - we even get it on CF 4.5. If you type: net helpmsg 232 from a command prompt (on NT), it tells you the error means: The pipe is being closed. I assume this means that the thread(s) that exist have had nothing to do for a while and are now

RE: Windows NT error number 232 occurred

2002-05-02 Thread Ryan Pieszak
Actually, we get this error all the time, and have done extensive research. What we have determined is that you will see this error in your log when a user cancels a page before it's finished loading. That's it. You may want to check your site for long running pages, but 232 essentially

RE: Windows NT error number 232 occurred

2002-05-02 Thread Jeff Brown
Upgrade your MDAC to version 2.7 on the server, it solved the problem for me. v/r, Jeff -Original Message- From: Simon Halcrow [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 02, 2002 1:30 PM To: CF-Talk Subject: Re: Windows NT error number 232 occurred Hi Joe. We get this all

RE: Windows NT error number 232 occurred (appendix A)

2002-05-02 Thread Jeff Brown
PM To: CF-Talk Subject: Re: Windows NT error number 232 occurred Hi Joe. We get this all the time - we even get it on CF 4.5. If you type: net helpmsg 232 from a command prompt (on NT), it tells you the error means: The pipe is being closed. I assume this means that the thread(s) that exist

RE: Windows NT error number 232 occurred

2002-05-02 Thread Mike Brunt
Typically this means that a user has gotten fed up of waiting for a browser response to finish and clicks again or I think closes the browser. I would go into CF Admin and check Log slow running pages and set it at around 20 seconds, as a typical user will get itchy fingers at around 8-10

Re: Windows NT error number 232 occurred

2002-05-02 Thread Joe Hansen
with twice the current traffic and I never get a page taking longer then 5 seconds. Any else think the mdac might help. All my queries are cashed - Original Message - From: Mike Brunt [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, May 02, 2002 1:38 PM Subject: RE: Windows

RE: Windows NT error number 232 occurred

2002-05-02 Thread Mike Brunt
Hansen [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 02, 2002 11:50 AM To: CF-Talk Subject: Re: Windows NT error number 232 occurred The one page that is causing the problem is rather large. No in images, but in JavaScript and text. So could the scenario be: - Original Message - From: Mike

Re: Windows NT error number 232 occurred

2002-05-02 Thread Joe Hansen
... - Original Message - From: Mike Brunt [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, May 02, 2002 3:01 PM Subject: RE: Windows NT error number 232 occurred Joe, quick question. How do you know that the JS page is causing problems, is it appearing in the logs etc

RE: windows nt

2002-03-11 Thread Joshua Tipton
You are probably trying to install NT 4.0 on a fat 32 partition which nt4 cannot read. Joshua Tipton -Original Message- From: Robert Orlini [mailto:[EMAIL PROTECTED]] Sent: Monday, March 11, 2002 7:40 AM To: CF-Talk Subject: windows nt Hello, Sorry this is not a CF question, but any

RE: windows nt

2002-03-11 Thread Steve Oliver
I'm not sure if you can upgrade 98 to NT without formatting the drive to NTFS first. I've installed NT a few times and it's one of the hardest OS's to install. If NT doesn't support one of your devices you have to put one in that it will support, and that's not going to happen with a laptop.

RE: windows nt

2002-03-11 Thread Joshua Tipton
NT does not have to be installed on a NTFS partition. It can be installed on FAT or NTFS. Joshua Tipton -Original Message- From: Steve Oliver [mailto:[EMAIL PROTECTED]] Sent: Monday, March 11, 2002 7:53 AM To: CF-Talk Subject: RE: windows nt I'm not sure if you can upgrade 98 to NT

RE: windows nt

2002-03-11 Thread Steve Oliver
-Talk Subject: RE: windows nt NT does not have to be installed on a NTFS partition. It can be installed on FAT or NTFS. Joshua Tipton -Original Message- From: Steve Oliver [mailto:[EMAIL PROTECTED]] Sent: Monday, March 11, 2002 7:53 AM To: CF-Talk Subject: RE: windows nt I'm not sure

RE: windows nt

2002-03-11 Thread Mark A. Kruger - CFG
. Mark A. Kruger, MCSE, CFG www.cfwebtools.com ..no more brochures! -Original Message- From: Steve Oliver [mailto:[EMAIL PROTECTED]] Sent: Monday, March 11, 2002 7:21 AM To: CF-Talk Subject: RE: windows nt FAT, being FAT16, but not FAT32, which 98 systems

RE: Windows NT error

2001-11-30 Thread John McCosker
OK I get this on technet, Event ID 10038 Event Message Software caused connection to abort. For more information about this event, see ISA Server Help. Explanation This error can occur when the local network system aborts a connection, such as when WinSock closes an established connection

RE: Windows NT error #1450 occurred.

2001-11-28 Thread Carlisle, Eric
The only reference to that error I found was here. http://www.allaire.com/Handlers/index.cfm?ID=1659Method=Full -Original Message- From: Don Vawter [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 28, 2001 10:04 AM To: CF-Talk Subject: Windows NT error #1450 occurred. Windows NT

RE: Windows NT error #1450 occurred.

2001-11-28 Thread Chad Gray
If i remember right it is a out of memory error. I have hit this error trying to upload large files with CFFILE. At 10:10 AM 11/28/2001 -0500, you wrote: The only reference to that error I found was here. http://www.allaire.com/Handlers/index.cfm?ID=1659Method=Full -Original

RE: Windows NT error #1450 occurred.

2001-11-28 Thread Will Swain
Subject: RE: Windows NT error #1450 occurred. If i remember right it is a out of memory error. I have hit this error trying to upload large files with CFFILE. At 10:10 AM 11/28/2001 -0500, you wrote: The only reference to that error I found was here. http://www.allaire.com/Handlers/index.cfm?ID

RE: Windows NT error #1450 occurred.

2001-11-28 Thread Steve Martin
For future reference: C:\net helpmsg 1450 Insufficient system resources exist to complete the requested service. Steve -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED]] Sent: 28 November 2001 16:22 To: CF-Talk Subject: RE: Windows NT error #1450 occurred

Re: Windows NT error #1450 occurred.

2001-11-28 Thread Bryan Stevenson
] - Allaire Alliance Partner www.allaire.com - Original Message - From: Carlisle, Eric [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, November 28, 2001 7:10 AM Subject: RE: Windows NT error #1450 occurred. The only reference to that error I found

Re: Windows NT error #1450 occurred.

2001-11-28 Thread Don Vawter
[EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, November 28, 2001 9:22 AM Subject: RE: Windows NT error #1450 occurred. that or the registry is full, which is the other situation where I have seen this error. Are you storing client variables in the registry? If so, that's

Re: Windows NT error #1450 occurred.

2001-11-28 Thread Bud
On 11/28/01, Don Vawter penned: Apparently it is an out of memory error on a file upload. The file is not huge (5 megs). I have uploaded files up to 15 megs on dev server without a problem. This is a very low volume site on a shared box. I will check with isp and see what setup is. Maybe you've

RE: Windows NT error #1450 occurred.

2001-11-28 Thread Shawn Grover
know. We're looking at developing a java app strictly to deal with this. Shawn Grover -Original Message- From: Bud [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 28, 2001 11:30 AM To: CF-Talk Subject: Re: Windows NT error #1450 occurred. On 11/28/01, Don Vawter penned: Apparently

RE: Windows NT error #1450 occurred.

2001-11-28 Thread Dave Watts
File Uploads will go into memory first. Then the CFFILE tag (or other file handler) takes it from memory and does something with it (like store it to disk). This means that your limit is the amount of available memory on your server. If anyone knows any way around this problem, please

RE: Windows NT error number 1450 occurred ????

2001-07-18 Thread Shawn Grover
: Tuesday, July 17, 2001 1:46 PM To: CF-Talk Subject: RE: Windows NT error number 1450 occurred Thanks for the reponses all, I will definetly store client data in a DB. Should have been done long ago. FYI this was only on my dev machine, thank god ) jeff -Original Message- From

Re: Windows NT error number 1450 occurred ????

2001-07-17 Thread Jochem van Dieten
Jeff Green wrote: Hi all, I got this error when uploading a file with a Mac, it works fine when I use a regular PC. The error is as follows: Error Occurred While Processing Request Error Diagnostic Information Error writing data from web server to the ColdFusion Application Server

RE: Windows NT error number 1450 occurred ????

2001-07-17 Thread Will Swain
will crash and you could have difficulties starting it up again. HTH Will -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: 17 July 2001 09:26 To: CF-Talk Subject: Re: Windows NT error number 1450 occurred Jeff Green wrote: Hi all, I got this error

RE: Windows NT error number 1450 occurred ????

2001-07-17 Thread Amit Ambardar
- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: 17 July 2001 09:26 To: CF-Talk Subject: Re: Windows NT error number 1450 occurred Jeff Green wrote: Hi all, I got this error when uploading a file with a Mac, it works fine when I use a regular PC. The error

Re: Windows NT error number 1450 occurred ????

2001-07-17 Thread Jochem van Dieten
Will Swain wrote: If I remember correctly, Error 1450 could mean that your registry is full, or near to full. No. It simply means out of resources. If the error occurs when accessing the registry (using a cfapplication tag with clientmanagement enabled) it usually points to a full registry,

RE: Windows NT error number 1450 occurred ????

2001-07-17 Thread Will Swain
it on another pc that hasn't visited the site before, or clear all the cookies of your pc to check, and you should find that error on those machines too!! HTH Will -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED]] Sent: 17 July 2001 09:40 To: CF-Talk Subject: RE: Windows NT error

RE: Windows NT error number 1450 occurred ????

2001-07-17 Thread Will Swain
Well, looks like that to me, especially the different behaviour on different machines. Hardly do any harm to check eh? Will -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: 17 July 2001 09:59 To: CF-Talk Subject: Re: Windows NT error number 1450 occurred

RE: Windows NT error number 1450 occurred ????

2001-07-17 Thread Stephen Moretti
Will Swain wrote: If I remember correctly, Error 1450 could mean that your registry is full, or near to full. No. It simply means out of resources. If the error occurs when accessing the registry (using a cfapplication tag with clientmanagement enabled) it usually points to a full

RE: Windows NT error number 1450 occurred ????

2001-07-17 Thread Shawn Grover
Yep, the 1450 error means out of resources. With uploads this typically means you have run out of memory to store the file in before being processed, or you have run out of drive space. HTTP uploads go to the server's memory, then are processed by your code. The amount of memory you have on the

RE: Windows NT error number 1450 occurred ????

2001-07-17 Thread Shawn Grover
: Tuesday, July 17, 2001 2:40 AM To: CF-Talk Subject: RE: Windows NT error number 1450 occurred If I remember correctly, Error 1450 could mean that your registry is full, or near to full. You should either increase the maximum size of the registry, or possibly stop storing client variables

RE: Windows NT error number 1450 occurred ????

2001-07-17 Thread Jeff Green
To: CF-Talk Subject: RE: Windows NT error number 1450 occurred If I remember correctly, Error 1450 could mean that your registry is full, or near to full. You should either increase the maximum size of the registry, or possibly stop storing client variables in it. I would recommend that you do

RE: Windows NT Error 109 occurred

2001-04-19 Thread Angél Stewart
Thanks all! That does seem to be what is happening. The server is a bit overloaded, and taking long to spit out a few queries. The user is getting bored, and either closing the browser or clicking refresh refresh refresh. :) -Gel -Original Message- From: Semrau, Steven L Mr SRA If

RE: Windows NT Error 109 occurred

2001-04-18 Thread Semrau, Steven L Mr SRA
If I'm correct, I believe these are errors that are recorded when you stop your browser... say when you are running a CF template that contains a query and you 'stop' the browser before it ends and displays the template with the information from the query. We have gotten these and I believe this

Re: Windows NT Error 109 occurred

2001-04-18 Thread Howie Hamlin
This just means that the browser stopped waiting. The user clicked on the STOP button or entered another URL. You can safely ignore these messages. HTH, Howie - Original Message - From: "Angél Stewart" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, April 18, 2001

Re: Windows NT Error 109 occurred

2001-04-18 Thread Nick McClure
NT Error 109 is "The pipe has been ended." This is caused when something timed out or a user hits the stop button on a page before it is done loading. At 01:50 PM 4/18/2001 -0400, you wrote: "Error","TID=724","04/18/01","11:33:32","Unable to write reply -- client browser stopped waiting for

Re: Windows NT Error 109 occurred

2001-04-18 Thread Jim McAtee
gh to quit processsing them. Jim - Original Message - From: "Nick McClure" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, April 18, 2001 12:55 PM Subject: Re: Windows NT Error 109 occurred NT Error 109 is "The pipe has been ended."

Re: Windows NT Error 109 occurred

2001-04-18 Thread Nick McClure
at fill up the logs, but because CF keeps on blindly processing STOPPED requests, when the web server is smart enough to quit processsing them. Jim - Original Message - From: "Nick McClure" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, April 18, 2001

RE: Windows NT Error Number 109

2001-01-30 Thread Steve Martin
The messages are accessible through Windoze: From a command prompt type: net helpmsg 109 "The pipe has been ended" Steve -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 30 January 2001 12:25 To: CF-Talk Subject: Windows NT Error Number 109 What

RE: Windows NT Error Number 109

2001-01-30 Thread lsellers
What exactly does "Windows NT Error Number 109" mean? I can't find a list of error numbers/codes on Microsoft's web site. 109 is "The pipe has been ended. " if that helps any. --min ~~ Structure your ColdFusion code with Fusebox. Get the

RE: Windows NT errors ANY INSIGHT?

2000-11-10 Thread Russel Madere
Neil Is your SQL server using named pipes? According to NET HelpMsg 109 and NET HELPMSG 232, these errors are closing and ending pipes. Russel Russel Madere, Jr. Senior Web Developer ICQ: 5446158

Re: Windows NT error number 109 occurred

2000-04-23 Thread David Shadovitz
This was asked back in November. Here are snippets from two replies which may be helpful: 1. From "WBB": For NT errors drop into a command box and type: net helpmsg errornumber [enter] 2. From Jonathan Broome: I asked

Re: Windows NT error number 109 occurred

2000-04-23 Thread Rahul
My CF server's log is also full with error 109. ... As per my opinion I am getting this request coz of Licensing problem with me NT installation or may be coz my users are writing some stupid pages which keeps on waiting for system reply i.e. reply from WWW server this is what my thinking ..