RE: IIS Problem - HELP!

2002-07-23 Thread Paul Begovich

Chris, 
You were right! (You've got to love it when someone says that.) The
client has their 'staging' server - which is actually a single site they
test multiple sites on in subdirectories.  Whereas their live
environment, has the site sitting in it's own directory.  Just as you
described.  Thus, making it impossible to use / root level referencing
because your testing on one server that is configured differently than
the live server.

The client had original informed us their staging enviroment was
configured the same as their live enviroment.  And this being an
internal server, we weren't able to confirm anything.

I'm going to work with my Project Manager and the client on possible
resolutions.  

Thanks for all of your help!  Keep in touch.

- Paul

-Original Message-
From: Christopher Olive [mailto:[EMAIL PROTECTED]] 
Sent: Monday, July 22, 2002 4:46 PM
To: CF-Talk
Subject: RE: IIS Problem - HELP!


I would very much appreciate it if you'd stop reading my mind. :)

Seriously, that's exactly it.  I'lll await your answer.  Good luck.

Chris Olive

-Original Message-
From: Paul Begovich [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 22, 2002 1:59 PM
To: CF-Talk
Subject: RE: IIS Problem - HELP!


Hmm... I think I know where your going - What if their staging IS
completely different than their live - and when they are testing, it's
on a stripped down version of IIS that supports only one site, with
subdirectories, and their testing on that subdirectory.  / would be
usesless in referencing.  Good thought!  I'll get back to you with the
answer, hopefully that is the issue.

Thanks!

Paul

-Original Message-
From: Christopher Olive [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 22, 2002 1:15 PM
To: CF-Talk
Subject: RE: IIS Problem - HELP!


right.  are the client's directory structures the same on both machines?

i'm looking for something like this...

dev box:
http://clienturl points to /
/ - has all root files
/images - has all appropriate images

staging -
http://clienturl points to /
/clientname - has all root files
/clientname/images - has image files.

c

-Original Message-
From: Paul Begovich [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 22, 2002 12:50 PM
To: CF-Talk
Subject: RE: IIS Problem - HELP!


Yes, the source of the image tag is correct.  Everything works fine on
our development enviroment for referencing from the root (ie
/images/something.gif), however on their staging server it does not.
It only works if it is referenced either ../images/something.gif or
images/something.gif.

It's not a matter of the code, it's a matter of the server settings to
get it to accept the / reference for root.

- Paul

-Original Message-
From: Christopher Olive [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 22, 2002 12:31 PM
To: CF-Talk
Subject: RE: IIS Problem - HELP!


take a look at the page.  do a view source.  look at the SRC of the IMG
tag. is it actually correct?





__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: IIS Problem - HELP!

2002-07-22 Thread Paul Begovich

IIS Version - 5
Win2k box - 

The images appears broken.  I can't give you a url because it's a
protected internal server of the clients. 

Thanks!

- Paul

-Original Message-
From: Christopher Olive [mailto:[EMAIL PROTECTED]] 
Sent: Sunday, July 21, 2002 11:18 AM
To: CF-Talk
Subject: RE: IIS Problem - HELP!


What version of IIS?  Do they get an error, or is the image just broken?

What's the URL?

chris olive

-Original Message-
From: Paul Begovich [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 19, 2002 5:13 PM
To: CF-Talk
Subject: OT: IIS Problem - HELP!


Calling all of the IIS geniuses on this list!  I know this is a CF list,
but I'm sure there are a few of you. :)

I have a client whose server appears not to allow relative referencing
from the root -

Example: /images/SomePic.gif

In order for them to reference any images they have to use the relative
dot notation from whichever directory they are in -

Example ../../images/SomePic.gif

Does anyone know how this may have been disabled in IIS?  And if so, how
to re-enable referencing from the root.

THANKS!!!

- Paul



__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: IIS Problem - HELP!

2002-07-22 Thread Paul Begovich

Hmm... I think I know where your going - What if their staging IS
completely different than their live - and when they are testing, it's
on a stripped down version of IIS that supports only one site, with
subdirectories, and their testing on that subdirectory.  / would be
usesless in referencing.  Good thought!  I'll get back to you with the
answer, hopefully that is the issue.

Thanks!

Paul

-Original Message-
From: Christopher Olive [mailto:[EMAIL PROTECTED]] 
Sent: Monday, July 22, 2002 1:15 PM
To: CF-Talk
Subject: RE: IIS Problem - HELP!


right.  are the client's directory structures the same on both machines?

i'm looking for something like this...

dev box:
http://clienturl points to /
/ - has all root files
/images - has all appropriate images

staging -
http://clienturl points to /
/clientname - has all root files
/clientname/images - has image files.

c

-Original Message-
From: Paul Begovich [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 22, 2002 12:50 PM
To: CF-Talk
Subject: RE: IIS Problem - HELP!


Yes, the source of the image tag is correct.  Everything works fine on
our development enviroment for referencing from the root (ie
/images/something.gif), however on their staging server it does not.
It only works if it is referenced either ../images/something.gif or
images/something.gif.

It's not a matter of the code, it's a matter of the server settings to
get it to accept the / reference for root.

- Paul

-Original Message-
From: Christopher Olive [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 22, 2002 12:31 PM
To: CF-Talk
Subject: RE: IIS Problem - HELP!


take a look at the page.  do a view source.  look at the SRC of the IMG
tag. is it actually correct?



__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMAIL IMAIL

2001-12-26 Thread Paul Begovich

Kelly,
  We run Imail here also and have had similar problems.  This error occurred for us in 
two different cases.

Case 1 - CFMail is not connecting the the mail server.  Check your firewall settings 
between your Webserver and mail server and make sure the proper ports are open

Case 2 - Sending of non-local mail refused by Imail - in other words, it's not 
bouncing mail messages that do not belong to a local account. (either the FROM or TO 
field in the CFmail tag). This setting can be changed to allow non-local mail to be 
sent - but is not recommended.

In order to prevent any of these problems from occurring we enabled SMTP on our 
WebServer (be sure to only allow it to send local messages orginating from the 
webserver itself).

On another note, there is tool I wrote for sysadmins to use in troubleshooting CFMail 
problems and dealing with undeliverable message - check it out at - 

http://devex.allaire.com/developer/gallery/info.cfm?ID=CED80E95-7676-11D5-83F800508B94F380method=Full

Hope this helps,

- Paul
-- Original Message --
From: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date:  Wed, 26 Dec 2001 12:59:22 -0700

Has anyone ever experienced this error in the mail log file:
Error,TID=156,12/26/01,12:46:56,Failed to send the spooled mail
file, d:\cfusion\MAIL\spool\18A6.cfmail. SMTP server replied Internal
error: Pending mail operations must be completed. Moved file to
d:\cfusion\MAIL\undelivr\18A8.cfmail.

None of our cfmails are being sent and this error is always generated.  I
have checked the mailserver and there doesn't seem to be any pending
operations.

Thanks in advance!
Kelly
__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Undelivered Mail Viewer for CF 4.5 Beta 1A

2001-07-19 Thread Paul Begovich

Hi Guys,
  I just released the Beta version of my Undelivered Mail Viewer to 
the
Allaire Gallery.  Download it, try it out, and give me some 
constructive
feedback.

This application allows systems administrators the ability to see and
manipulate mail files that CF 4.5 Server failed to send to the SMTP 
server.
You have the ability to View, Delete, Archive, and Respool files. In
addition to these options, you can search and filter messages by To:, 
From:,
and Subject Line. It is a very useful sys admin tool.

I'm working on a version for CF 5.0, but the current version only 
works
under CF 4.5.

You can download it at -

http://devex.allaire.com/developer/gallery/SearchResults.cfm?keywords=
Undeli
vered+Mail+Viewersearch=search

Thanks,

Paul Begovich
Allaire Certified ColdFusion Developer
[EMAIL PROTECTED]


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Note passing system?

2001-04-16 Thread Paul Begovich

Sounds like you want a project management tool.

We have an internal system here we use to parse out work.  Basically the
client/project manager submits an item to a form and it appears on the
necessary persons desktop based on who they select.  They see the item, do
the work, mark their time, and reply via the form.  It's a great project
management tool and it keeps track of correspondence.

Building a system like your describing isn't too difficult, it's just time
consuming.  We have looked into outside utilities to do this, but we've
found them lacking.  As a development shop we have found that when we need
some additional functionality we build it on.  The current system we have
now has grown out of several developers efforts in the past two years to
incompass project managment, billing, contacts, work requests, logging, and
a host of other things.

A third party too may save you time in the short run, but in the long run,
it'll probably lacks the additional functionality you want.  I recommend
buiding your own system, keeping in mind you want to be able to add
additionally functionality in the future.

- Paul


- Original Message -
From: "Rey Bango" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Monday, April 16, 2001 1:07 PM
Subject: Note passing system?


 Anyone know of a good CF-based note/messaging system? I'm not talking
about
 an email server but more of a db driven messaging software that will allow
 me to post a message to a specific suer. When that user comes in, they can
 check for their own messages and reply accordingly. Again, its not an
email
 system per se.

 Thanks,

 Rey Bango...
 Certified Allaire Instructor
 Member of Team Allaire

 "A browser's beauty, at its heart, is its usefulness as a *TOOL*."




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: White space

2001-03-20 Thread Paul Begovich

Recently I debugged a site search application that was crashing IE 5 when
the results set returned.   This search worked in Netscape but took a long
time for the browser to render the page, even though the page did not exceed
150-200k.  Looking at the generated source code I found that there were
large blocks of white space.  When I cleaned up the code to cut down on the
white space using CFSILENT around CF Code, IE stopped crashing and the
rendering time in netscrape noticeably improved.

my two cents

- Paul




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Is there a way to run a server side executable through CF?

2001-02-06 Thread Paul Begovich

We have created several scripts written for NT Server that perform various
server side tasks.  What we want to do is execute these scripts using the CF
scheduler.  Is there a way to run a server side executable through CF?

- Paul



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Is there a way to run a server side executable through CF?

2001-02-06 Thread Paul Begovich

Is CFEXECUTE supported under CF 4.0 or only CF 4.5?

- Paul

 CFEXECUTE will do this, though you may want to use the NT AT Scheduler or
 SQL Server's task scheduler to do this instead.
 
 ~Simon



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RDS username and password question.

2001-01-26 Thread Paul Begovich

Does anyone know if RDS sends the user name and password in clear text or
encrypted?

- Paul


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CF_QrySelect - Problems when upgrading from CF4.0 to CF4.5

2001-01-23 Thread Paul Begovich

We've run into some issues updating an older CF application (at least 2
years
old) from CF 4.0 to 4.5, that uses CF_QrySelect.  Does anyone know of a
updated version of this tag or a variant of it for CF4.5.  This tag is not
listed in the Custom
Tags library on the Allaire Developer exchange.

- Paul



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists