OT: SQL Server Emergency

2006-07-19 Thread Jeff D . Chastain
Sorry for the priority off-topic, but I have a SQL server down and I am running out of ideas. The log file for one of my databases was corrupted. I thought I rememberd in the past that by removing the log file SQL server would rebuild a new one and you would only loose whatever transactions

Re: SQL Server Emergency

2006-07-19 Thread Jeff D . Chastain
Well, for one the database in question is huge. But, I went ahead and tried it anyways using the DTS Import/Export and it fails with a 'Fatal Error 8908' which I have never seen before. Thanks -- Jeff Jeff, Not sure I have an answer for you regarding

re: OT: SQL Server Emergency

2006-07-19 Thread Jeff D . Chastain
Okay, I can't detach the database because it is being used in replication. So, I tried to use the stored procedure sp_removedbreplication to stop the replication and I get an error because the database is in recovery/emergency mode. Next Thanks.

Re: SQL Server Emergency

2006-07-19 Thread Jeff D . Chastain
it to the sender or call our switchboard on +44 (0) 20 89107910. The opinions expressed within this communication are not necessarily those expressed by Reed Exhibitions. Visit our website at http://www.reedexpo.com -Original Message- From: Jeff D. Chastain To: CF-Talk Sent: Wed Jul 19 23:30

CFLogin Difficulties

2006-07-14 Thread Jeff D . Chastain
I am trying to use CFLogin to setup a secure area in a web site. The problem that I am having is that there is no login form ... the site uses an SSO provider for authentication, and I receive a few variables in the header stating who the user is after a successful login. This means that the

RE: CFLogin Difficulties

2006-07-14 Thread Jeff D . Chastain
Yep, both are on the same server, under the same domain and same cfapplication tag. I can see that cflocation does not work after setting a session or cookie variable, but what I cannot understand is why using a cfheader or meta redirect would not work as both of those are client-side

CFUnit ... Getting started

2005-11-18 Thread Jeff D . Chastain
I downloaded and have been playing with CFUnit as unit tests have always been one of those things I should do but never got around to. I read through the primer document and it looks simple and straight-forward ... of course, so is the example. Basic examples are nice, but sometimes they

Non-Descript 500 Error?

2003-05-30 Thread Jeff D. Chastain
Periodically, I get a very non-descript 500 error. It shows up in the standard looking CFMX error box, but without any context - i.e. page/code location, description, debug times/info. I have encountered this before trying to cfdump a structure that if I check through other means, is a perfectly

RE: Non-Descript 500 Error?

2003-05-30 Thread Jeff D. Chastain
Error? Does PT-Gadget-ID mean anything to you? Do you have [PT-Gadget-ID] anywhere in your code? -Original Message- From: Jeff D. Chastain [mailto:[EMAIL PROTECTED] Sent: Friday, 30 May 2003 9:53 a.m. To: CF-Talk Subject: Non-Descript 500 Error? Periodically, I get a very non

CFMX App Server Error

2003-01-09 Thread Jeff D. Chastain
Okay, this is getting really frustrating. Whenever I start my machine, the CFMX App Server service is terminating with a 'service-specific error 2'. Sometimes if I do a restart on my machine I can get it to start and work - other times, no joy. I have uninstalled CFMX and reinstalled it. I

RE: CFMX App Server Error

2003-01-09 Thread Jeff D. Chastain
:[EMAIL PROTECTED]] Sent: Thursday, January 09, 2003 4:31 PM To: CF-Talk Subject: Re: CFMX App Server Error Jeff D. Chastain wrote: Okay, this is getting really frustrating. Whenever I start my machine, the CFMX App Server service is terminating with a 'service-specific error 2'. Sometimes if I do

CFMX App Server Failing?

2002-12-19 Thread Jeff D. Chastain
I have a copy of CFMX Pro installed on my laptop (Win2K Pro). It is setup to utilize IIS if that matters. Whenever I boot my laptop however, the App Server fails. The error in the event log is that the CFMX App Server service terminated with service specific error 2. Anybody got any idea what

RE: CFMX App Server Failing?

2002-12-19 Thread Jeff D. Chastain
Stephen, I checked the logs again and the message is exactly as I stated, no file name included. If I restart the service a couple of times and maybe do a restart on the laptop, it will eventually work. This seems to only occur after a cold boot, not after I just do a restart. Thanks -- Jeff

WOT: Web Based Collaboration System

2002-12-19 Thread Jeff D. Chastain
This is way off topic, but I am running into a wall here. I am looking for an off-the shelf web based project collaboration tool. Basically, an online system where members of a project can go and share documents, post calendar events, engage in discussions, track issues, etc. I have searched

RE: Generating PDFs in CF

2002-12-17 Thread Jeff D. Chastain
Not a free solution, but ActivePDF will do quite a few interesting things with PDF files and can be used via CF. -- Jeff -Original Message- From: Ciliotta, Mario [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 17, 2002 9:35 AM To: CF-Talk Subject: RE: Generating PDFs in CF

RE: Better display method?

2002-12-06 Thread Jeff D. Chastain
: Better display method? Jeff D. Chastain wrote: Anybody got a quick, clean, solution? Am I missing something here? What is the maximum number of different projects, groups, usernames and status'es (statuses?) you are going to have at any one time? Jochem

Regular Expression Help

2002-12-06 Thread Jeff D. Chastain
I am trying to use a regular expression to change all possible special characters in a string to underscores because I am trying to use the string as a variable name. Regular expressions are not my specialty and I am running into problems using some characters in my reReplace function. Could

RE: Regular Expression Help

2002-12-06 Thread Jeff D. Chastain
, distribution or copying is strictly prohibited. If you have received this e-mail in error please delete it immediately and advise us by return e-mail to [EMAIL PROTECTED] * -Original Message- From: Jeff D

RE: Regular Expression Help

2002-12-06 Thread Jeff D. Chastain
] * -Original Message- From: Jeff D. Chastain [mailto:[EMAIL PROTECTED]] Sent: Friday, December 06, 2002 12:31 PM To: CF-Talk Subject: Regular Expression Help I am trying to use a regular expression to change all possible special characters in a string to underscores

RE: Regular Expression Help

2002-12-06 Thread Jeff D. Chastain
it is. - Yoda -Original Message- From: Jeff D. Chastain [mailto:[EMAIL PROTECTED]] Sent: Friday, December 06, 2002 11:53 AM To: CF-Talk Subject: RE: Regular Expression Help How do you not replace a non-existent space before and after the string? Everything else works great

RE: Regular Expression Help

2002-12-06 Thread Jeff D. Chastain
Subject: RE: Regular Expression Help Oh, forgot the space use [[:punct:]]||[[:space:]] as the RegEX Joshua Miller Head Programmer / IT Manager Garrison Enterprises Inc. www.garrisonenterprises.net [EMAIL PROTECTED] (704) 569-9044 ext. 254 -Original Message- From: Jeff D

RE: Regular Expression Help

2002-12-06 Thread Jeff D. Chastain
reReplace(string, [^A-Za-z0-9], _, ALL) on 'some phrase' returns 'some_phrase' as expected. reReplace(string, [[:punct:]]|[[:space:]], _ ALL) on 'some phrase' returns '_some_phrase_' which was not expected. The string 'some phrase' really is just that without any extra spaces. Either way, the

CFMX/SQL Error

2002-12-05 Thread Jeff D. Chastain
I am getting a very non-descript error in CFMX when doing a query on query. Has anybody seen this error before? I have posted the CFMX/SQL code below as well. Thanks - Error Message - Error casting an object of type java.lang.boolean to an incompatible type. This usually indicates a

Anybody up for a non-descript CFMX error?

2002-12-05 Thread Jeff D. Chastain
-Original Message- From: Jeff D. Chastain [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 05, 2002 12:32 PM To: CF-Talk Subject: CFMX/SQL Error I am getting a very non-descript error in CFMX when doing a query on query. Has anybody seen this error before? I have posted the CFMX

RE: Anybody up for a non-descript CFMX error?

2002-12-05 Thread Jeff D. Chastain
datatype is the column team? .tony Tony Weeg Senior Web Developer Information System Design Navtrak, Inc. Fleet Management Solutions www.navtrak.net 410.548.2337 -Original Message- From: Jeff D. Chastain [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 05, 2002 3:14 PM To: CF-Talk

RE: Anybody up for a non-descript CFMX error?

2002-12-05 Thread Jeff D. Chastain
: -Original Message- From: Jeff D. Chastain [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 05, 2002 12:32 PM To: CF-Talk Subject: CFMX/SQL Error I am getting a very non-descript error in CFMX when doing a query on query. Has anybody seen this error before? I have posted the CFMX/SQL

RE: Anybody up for a non-descript CFMX error?

2002-12-05 Thread Jeff D. Chastain
if cfmx is choking on this line, have you put true in single quotes ? .tony Tony Weeg Senior Web Developer Information System Design Navtrak, Inc. Fleet Management Solutions www.navtrak.net 410.548.2337 -Original Message- From: Jeff D. Chastain [mailto:[EMAIL PROTECTED]] Sent: Thursday

RE: Anybody up for a non-descript CFMX error?

2002-12-05 Thread Jeff D. Chastain
Message- From: Jeff D. Chastain [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 05, 2002 12:32 PM To: CF-Talk Subject: CFMX/SQL Error I am getting a very non-descript error in CFMX when doing a query on query. Has anybody seen this error before? I have posted the CFMX/SQL code

RE: Anybody up for a non-descript CFMX error?

2002-12-05 Thread Jeff D. Chastain
Has anybody even seen this error message before? - Error Message - Error casting an object of type java.lang.boolean to an incompatible type. This usually indicates a programming error in Java, although it could also mean you have tried to use a foreign object in a different way that it

RE: Nested Query Loops

2002-12-04 Thread Jeff D. Chastain
is null. For some reason the variable is just gone. Thanks -Original Message- From: Zac Spitzer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 04, 2002 8:23 AM To: CF-Talk Subject: Re: Nested Query Loops Jeff D. Chastain wrote: I was referring to the inner query using the full scoped

RE: Nested Query Loops

2002-12-04 Thread Jeff D. Chastain
Nope, all names (query and column) are different between the two queries. -Original Message- From: Zac Spitzer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 04, 2002 9:21 AM To: CF-Talk Subject: Re: Nested Query Loops Jeff D. Chastain wrote: I am not even making it that far. I

RE: Nested Query Loops

2002-12-03 Thread Jeff D. Chastain
-vancouverisland.com - Original Message - From: Jeff D. Chastain [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, December 02, 2002 3:25 PM Subject: RE: Nested Query Loops Okay, what do you mean by properly referencing the queries? I always use the queryname.columnname inside of a loop

OT: CFMX JRun Web Server

2002-12-02 Thread Jeff D. Chastain
I have a web server running IIS 5 and CF5. However, I now have a couple of apps that require CFMX, so I was attempting to install the stand-alone JRun server with CFMX (so I can run both CF5 and CFMX on the same box). My question is, how do I setup multiple sites/IPs in the JRun server? I have

RE: CFMX JRun Web Server

2002-12-02 Thread Jeff D. Chastain
. -Original Message- From: Jeff D. Chastain [mailto:[EMAIL PROTECTED]] Sent: 02 December 2002 15:12 To: CF-Talk Subject: OT: CFMX JRun Web Server I have a web server running IIS 5 and CF5. However, I now have a couple of apps that require CFMX, so I was attempting to install the stand-alone JRun

RE: OT - CFMX JRun Web Server

2002-12-02 Thread Jeff D. Chastain
-Original Message- From: Jeff D. Chastain [mailto:[EMAIL PROTECTED]] Sent: Monday, December 02, 2002 9:42 AM To: CF-Talk Subject: RE: CFMX JRun Web Server Okay, in jrun-web.xml I see virtual mappings, but what I am looking for is additional sites. For example, going to http://www.siteone.com

Nested Query Loops

2002-12-02 Thread Jeff D. Chastain
I have got a situation where I need to dynamically generate a form with one section of the form being duplicated for every set of values in a query. Within each duplicated section of the form, there is a list of items generated by a second query. The result, I have a cfloop for the first query,

RE: Nested Query Loops

2002-12-02 Thread Jeff D. Chastain
I was referring to the inner query using the full scoped name - variables.queryName. So, why does setting newQueryName = variables.queryName PRIOR to looping the first query change anything? Both variables are in the variable scope and are created prior to the first loop - they should be the

RE: Nested Query Loops

2002-12-02 Thread Jeff D. Chastain
- Vancouver Island ColdFusion Users Group Founder Director www.cfug-vancouverisland.com - Original Message - From: Jeff D. Chastain [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, December 02, 2002 2:30 PM Subject: RE: Nested Query Loops I was referring

RE: Nested Query Loops

2002-12-02 Thread Jeff D. Chastain
--- -- Vancouver Island ColdFusion Users Group Founder Director www.cfug-vancouverisland.com - Original Message - From: Jeff D. Chastain [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, December 02, 2002 2:39 PM Subject: RE

CFC Addressing

2002-11-25 Thread Jeff D. Chastain
I have just finished Hal Helm's CFC book for the second time and this stuff is looking pretty nice. (of course I started programming in OO, so I knew it would be useful). My question is with regards to addressing a CFC. All of Hal's examples were directly under the MX wwwroot directory. How do

Loop inside of a loop ???

2002-11-21 Thread Jeff D. Chastain
Can you do the following? cfloop query=query1 cfloop query=query2 /cfloop /cfloop I thought I had done it before, but I am getting strange error messages now. Thanks -- Jeff ~| Archives:

RE: Loop inside of a loop ???

2002-11-21 Thread Jeff D. Chastain
www.macromedia.com - Vancouver Island ColdFusion Users Group Founder Director www.cfug-vancouverisland.com - Original Message - From: Jeff D. Chastain [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, November 21, 2002 2:11 PM Subject

RE: Loop inside of a loop ???

2002-11-21 Thread Jeff D. Chastain
Has anybody seen this error before? Any pointers? Thanks -- Jeff -Original Message- From: Jeff D. Chastain [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 4:21 PM To: CF-Talk Subject: RE: Loop inside of a loop ??? Yep, I am properly referencing all fields - just

RE: OT: CSS2 and NetScape

2002-11-06 Thread Jeff D. Chastain
Netscape 6/7 should handle a CSS2 layout okay if it is done properly. NN4 will display everything in line from my experiences. I believe I have seen 'Netscape 4' friendly layouts before, but I don't know where. In terms of both of your sites, there is something wrong with the CSS that it does

RegEx Expression

2002-10-04 Thread Jeff D. Chastain
Rather than my fighting this all afternoon, I figured somebody might know regular expressions better than I and be able to come up with a quick solution. I have an app where the system admin needs to be able to specify a custom date string that will then be fed into the dateFormat() function.

CF ASP - Side by Side?

2002-09-04 Thread Jeff D. Chastain
I have a large content management system designed in Cold Fusion that implements user security based on an LDAP server and a set of client variables. I am needing to drop an old legacy ASP app in next to it and have the users be able to move seamlessly between the two. The problem is that the

RE: CF ASP - Side by Side?

2002-09-04 Thread Jeff D. Chastain
? Are you using a cookie on the CF side? -Original Message- From: Jeff D. Chastain [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 04, 2002 9:32 AM To: CF-Talk Subject: CF ASP - Side by Side? I have a large content management system designed in Cold Fusion that implements user

RE: CF ASP - Side by Side?

2002-09-04 Thread Jeff D. Chastain
by Side? Are you using a cookie on the CF side? -Original Message- From: Jeff D. Chastain [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 04, 2002 9:32 AM To: CF-Talk Subject: CF ASP - Side by Side? I have a large content management system designed in Cold Fusion

RE: FuseBox vs Macromedia Programming Standards

2002-08-29 Thread Jeff D. Chastain
Mitko, The FuseBox standard is located at www.fusebox.org. You can find the FuseBox 'core files' there as well as some information as to what FuseBox is. There is also a collection of links to other sites that provide much more information about FuseBox. Another resource (which is very

RE: Fusebox Books

2002-08-26 Thread Jeff D. Chastain
Scott, I have read them both. Basically the differences are that the Fusebox: Developing Cold Fusion Apps contains more information on FLiP and some other topics where Discovering Fusebox 3 sticks to Fusebox. They are both very good, informative books. -- Jeff -Original Message-