Re: 2nd question - Run MX as nobody? - Solution

2002-10-18 Thread Cathy Taylor
hat I can do, and will explore the options internally. > > -Jesse Noller > Macromedia > > -Original Message- > From: Cathy Taylor > To: CF-Talk > Sent: 10/10/2002 9:26 AM > Subject: Re: 2nd question - Run MX as nobody? - Solution > > This is not an option. I d

Re: Documentum

2002-10-18 Thread Cathy Taylor
My husband is the Documentum expert around here and I forwarded your question to him. Here's what he said: "Yes, no, maybe. You can do stuff via the RDBMS backend but that defeats the purpose - Documentum is a content management server. I don't know about Cold Fusion but JRun is a big yes so prob

Re: CFLOCK timeout

2002-10-18 Thread Cathy Taylor
I've had that error when there's actually something wrong with the database. Check your tempdb and try running the sql manually to see what happens. If I recall, it was something obscure, but it did have to do with the database. Connections used up or a thread locked in the DB? Sorry - don't rememb

Re: Oracle 8 Native Drivers Failing

2002-10-22 Thread Cathy Taylor
Try creating a test page doing a basic query using the datasource set up to connect using 8i. It will give you a more detailed error than the verification in the administrator. That might help you pinpoint it. - Original Message - From: "David Hannum" <[EMAIL PROTECTED]> To: "CF-Talk" <[EM

Re: OT: Dreamweaver MX saves slowwwly

2002-10-25 Thread Cathy Taylor
I've found the same thing using RDS with DWMX where CF Studio 5 saved instantly over RDS (it seemed). However, after setting up another RDS instance, it didn't seem as bad. Go figure. I'm not sure what changed, if anything. How is Christchurch these days? We have a house in Lyttleton I'm missing t

Re: PreserveSingleQuotes and Oracle Issues

2002-11-21 Thread Cathy Taylor
I don't know if this helps, but I ran into the same 'issue' quite a while back and found a solution on the forum http://webforums.macromedia.com/coldfusion/messageview.cfm?catid=3&threadid=236485&highlight_key=y This worked like a charm. Hope it fits your situation. Cathy ~~

Stripping end of cfhttp.filecontent

2002-12-02 Thread Cathy Taylor
This is probably a really easy and dumb question. I have a page that grabs another page and strips most of the ads, images, and unnecessary information. Then it displays the bulk of the page. At the end are more ads and unnecessary junk I'd also like to stip off, but I'm not sure how to do that.

Re: Stripping end of cfhttp.filecontent

2002-12-02 Thread Cathy Taylor
Thanks! That did the trick! Cathy Date: 12/02/2002 12:03 PM Author: Steve Reich Try this ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm

Flash MX with CFMX - is this possible?

2002-12-04 Thread Cathy Taylor
Is anyone a wiz at Flash MX yet? Particularly Flash remoting and how it integrates with CFMX? I posted on the Allaire forum under Flash MX and didn't get any responses, so maybe I'll try here. I have a CF page that does a cfhttp to pull back bulletin board threads. It changes the text and link

Why am I now getting this

2002-09-01 Thread Cathy Taylor
Every hour with a lot of undeliverable error messages? It kind of defeats the purpose of subscribing to the digest. Did the list options change? Thanks! Catherine Taylor __ Signup for the Fusion Authority news alert and keep u

CFFILE PDF to Sybase?

2002-09-25 Thread Cathy Taylor
Hi all! I've been a semi-lurker for a while and try to read all the threads, but admittedly don't. So I apologize if this has been gone over and over before. We'd like to give our users the ability to upload a PDF file (as well as text files) directly into Sybase. We're running CF 5 on Solaris

2nd question - Run MX as nobody?

2002-09-25 Thread Cathy Taylor
I'm trying to evaluate our CF MX upgrade on Solaris before I turn our masses loose on it. I can't run it as root and our security regulations forbid me from creating a new user to run it as (that wouldn't work anyway since our web server runs as nobody). I've read the docs and modified the user

Re: CFFILE PDF to Sybase?

2002-09-26 Thread Cathy Taylor
Deanna, Thanks for the reply. Actually, unfortunately that's not an option (that is, however, how I manage a photo album site elsewhere). My client is a government agency and their rules dictate that the files not be stored on the web server (it is *strictly* an application server) unless the

RE: 2nd question - Run MX as nobody? - Solution

2002-10-10 Thread Cathy Taylor
No, that's not a viable solution. I cannot give 'nobody' a shell. That defeats the purpose of nobody. I posted in the forum (hey Troy, that was probably me!) and am not receiving a response and have also submitted a bug report. I have narrowed it down to this: CFMX will run as nobody if no sh

Re: 2nd question - Run MX as nobody?

2002-10-10 Thread Cathy Taylor
s has more to do with how it is doing the suid function. Cathy Taylor - Original Message - From: "Jesse Noller" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, October 10, 2002 11:58 AM Subject: RE: 2nd question - Run MX as nobody?

Re: 2nd question - Run MX as nobody? - Solution

2002-10-10 Thread Cathy Taylor
as a seemingly non-issue when it in fact is a huge issue. Cathy Taylor - Original Message - From: "Jesse Noller" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, October 10, 2002 12:00 PM Subject: RE: 2nd question - Run MX as nobod

Re: Visual Source Safe and CF Studio

2002-10-10 Thread Cathy Taylor
I'd like to know this as well. We used PVCS client with CF Studio and have found it just won't even hook into DW as far as we can tell. Cathy - Original Message - From: "Ken Wilson" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, October 10, 2002 3:10 PM Subject: RE

Re: 2nd question - Run MX as nobody? - Solution

2002-10-10 Thread Cathy Taylor
art. > >I will see what I can do, and will explore the options internally. > > -Jesse Noller > Macromedia > > -Original Message- > From: Cathy Taylor > To: CF-Talk > Sent: 10/10/2002 9:26 AM > Subject: Re: 2nd question - Run MX as nobody? - Solution >

Re: copying db info with cf

2002-10-10 Thread Cathy Taylor
Login to the servers as the oracle user and do an 'exp' command (look it up for help, but I think that command alone will prompt you for the user/database you want to export). It'll create a binary file you can then 'imp' on the other servers after ftping them over. Well, this is how you do it on

Re: Wiki

2002-10-10 Thread Cathy Taylor
I don't know about a CF one, but thought I'd pass this on in case it can be of use. One of our guys did some in JSPs. I think he downloaded the source from somewhere and just set it up to share info on a programming project. Here's what they're using. It may not be what you're looking for (well,

Re: Connecting to Oracle 7.3.4 database via Oracle server using CFMX

2002-10-11 Thread Cathy Taylor
If you're using CFMX on Unix (btw, which flavor because I'm guessing you're at another gov't facility and if Solaris, you may run itno the same problems I've been with 'nobody'?) you just specify the type of database and the proxy port number to connect to. It does the rest. I haven't connected MX

Timeout/restart

2003-03-24 Thread Cathy Taylor
Hi all! I just want to make sure I'm not missing something here. We have our server (CF 5.0 on Solaris) set to timeout requests at 30 seconds and restart the server after 3 long-running requests. We've found this to be optimal if the server hangs due to one application losing a datasource (and we

Re: Macromedia Contribute

2002-12-09 Thread Cathy Taylor
Speaking of, does anyone know what it's using to connect to the server (ie RPC)? I got it to try out and I managed to get it working fine to my home server, but it does not work with any of the servers at work (all of which are Solaris). The only thing I can think of is that it's using some daem

Macromedia Contribute

2002-12-10 Thread Cathy Taylor
Is it not using anything else? Because we can FTP to the servers here and I even tried setting my home directory as where to publish/view and it still gave an error. Yet it worked instantly the first time on my personal server. I can "browse" the directory structure down to where the web root is

CFEXECUTE aborting on Solaris

2002-12-19 Thread Cathy Taylor
We have a really odd problem I hope somebody else has come across (and solved!). One of our applications allows users to upload a zip file and then does a CFEXECUTE to run the /usr/bin/unzip function. After a while it just stops working with the following error: The process /usr/bin/unzip cause

SMTP AUTH revisited

2002-12-27 Thread Cathy Taylor
Sorry, I know it's pretty slow around here because of the holidays (and I'll be gone next week)... But I'd like to revisit this if possible... I've been fumbling my way through java and made some vast improvements from yesterday. Using two java ext packages (javamail and jaf something), this cfx

certification experiences/plans?

2003-01-07 Thread Cathy Taylor
Crud, my email server is down, so hopefully this will post through the website! Anyway, here's what I tried sending this morning. Ok, in my experience (cynical as well)... I've never been turned down due to a lack of degree or lack or certifications - I've always been hired/promoted based on my

Re: Alternative to cert -- MIS/MBA/MSCS/etc (WAS Re: certification experiences/plans?)

2003-01-07 Thread Cathy Taylor
I agree - this has been a great thread. It's a debate topic near and dear to my heart. I was one of those who watched friends graduate from college to become waitresses and wondered what the point was. I also rebelled against my father who swore I would never amount to anything without it. But

CFMX & DW MX

2003-01-07 Thread Cathy Taylor
It's not one of the menu options - you have to browse the CD to find it, but it should be there as a folder. ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lis

unix exec function to return abnormally

2003-01-24 Thread Cathy Taylor
I sent this problem around the holidays and didn't get much response other than "I was told restarting the server was the only way to solve it". I don't know how things work in other places, but that's not an option here. We can't have someone monitoring for that error and then restarting the CF

Re:CFHTTP & url rewriting

2003-11-26 Thread Cathy Taylor
Maybe this will be helpful. This was code I used to rewrite bulletin boards stripped down to just messages and made local using variables. I used the rereplace function:   method="get"   resolveurl="true"> // Modify all links to local second agent page with variable links = ReReplaceNoCase(#cfh

Re:CFHTTP & url rewriting

2003-11-26 Thread Cathy Taylor
It can also be done without using cfscript: It can also be done without using   method="get"   resolveurl="true"> cforum/balancingact/", "content2.cfm?id=", "All")> @ "content.cfm" [Read only] 27 lines, 994 characters cforum/balancingact/", "content2.cfm?id=", "All")> "0">   

Re: CFMAIL differences from 4.5 to 5.0 (Was CFMAIL SOLVED)

2002-01-11 Thread Cathy Taylor
We're having the same problem with output from CFSTOREDPROC statements to o. I was about to report it as a bug. We have javascript in a database. Each line is a line of javascript code that goes to a custom tag. So the is just #script# . There is a carriage return at th e end of each line of scri

Oracle ODBC on Solaris

2002-01-11 Thread Cathy Taylor
This may be more of an Oracle question, but maybe someone else has suffered through this and can help before I roll back to CF 4.5.1 server. My server is a SPARCStation 5 (Not UltraSparc) with Solaris 5.8 and Oracle 8.1.7. I just realized that CF Server 5 will not run with the Oracle native d

Max 2003 Conference Photo

2004-04-22 Thread Cathy Taylor
This is OT, but I just got accused of trying to "humiliate" someone who won a photo contest and the photo is the picture (at least I'm fairly certain) that was all over the Max 2003 conference. http://www.theparentperspective.com/boards/thread-view.asp?threadid=200412&posts=15#0 Can someone clari

Re: Max 2003 Conference Photo

2004-04-22 Thread Cathy Taylor
Thanks all! I don't mind being wrong - that's why I asked :-) But the reaction to the question really miffed me. Thanks for the clarification and LOL Thanks for nearly jumping to my defense. Yep, definitely not a place to hang around :-) Cathy >No, it looks like you were in the wrong: > >http://

Anyone going to MAX in November?

2003-09-09 Thread Cathy Taylor
I'm probably going too, though it sure is far away (when will they have it in DC again??). I'm waiting for my time to be approved by my client (I'll pony up the rest). I'm also hoping there's snow so I can fit in some skiing without the fam along (one advantage to traveling to the conference - a

Ports with Multiple Instances on SunONE AS 7

2003-09-09 Thread Cathy Taylor
> >Run apache as your front end host, and use mod_proxy/mod_rewrite to draw all >the app server together. > That's not an option. My options are the built-in web server (in SunONE AS7) or iPlanet 4.1. There's not a chance in the world my client will go with Apache. I may be able to convince the

Ports with Multiple Instances on SunONE AS 7

2003-09-10 Thread Cathy Taylor
>That's not really Apache is it ? No, it's the old Netscape iPlanet (upgraded a bit). ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://w