Re: Moving CF8 Std to IIS7 Now Get Blank Screen

2012-03-28 Thread Matthew Small

What is the result of your request in the IIS logs?


 Hi All,
 
 Moving Servers from Win 2003 Std 32bit to Win 2008 R2 64 bit.  
 Installed CF8 Std without problem.  Able to use Admin area and make 
 all settings.  Set an IIS script to provide 32bit application pool 
 within Win 64.  Able to connect to dbs.
 
 Moved my first site over.  First page OK, surf to second page, blank 
 screen (so I'm sure CF is throwing some kind of error, URL of page 
 where it is stopped shows in address bar), but I can't see the error 
 message in order to fix.  CF error logs show nothing. I bet it's 
 something inside IIS, but I don't know how to fix.
 
 Ideas?
 
 Thanks!
 Mark 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350565
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Moving CF8 Std to IIS7 Now Get Blank Screen

2012-03-28 Thread Andrew Scott

This is going to sound strange, but I have seen this on some installations
of ColdFusion and IIS.

The thing that worked for me is that you will need to go into ColdFusion
Administrator, and turn the setting for Enable HTTP status codes, I think
if you look deeper you will find that these are either missing in IE or
some how corrupted.

It may work for you, and it may not.


-- 
Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au/
Google+: http://plus.google.com/108193156965451149543



On Wed, Mar 28, 2012 at 2:08 PM, i...@markleder.com i...@markleder.com 
m...@markleder.com wrote:


 Hi All,

 Moving Servers from Win 2003 Std 32bit to Win 2008 R2 64 bit.  Installed
 CF8 Std without problem.  Able to use Admin area and make all settings.
  Set an IIS script to provide 32bit application pool within Win 64.  Able
 to connect to dbs.

 Moved my first site over.  First page OK, surf to second page, blank
 screen (so I'm sure CF is throwing some kind of error, URL of page where it
 is stopped shows in address bar), but I can't see the error message in
 order to fix.  CF error logs show nothing. I bet it's something inside IIS,
 but I don't know how to fix.

 Ideas?

 Thanks!
 Mark

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350566
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Moving CF8 Std to IIS7 Now Get Blank Screen

2012-03-28 Thread Andrew Scott

Oops that should have said turn it off.

-- 
Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au/
Google+: http://plus.google.com/108193156965451149543


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350567
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Moving CF8 Std to IIS7 Now Get Blank Screen

2012-03-28 Thread Russ Michaels

on IIS7 by default a CF error will result in a 500 server error.
You need to enable detailed errors on the site in question.

select the site in IIS
click the ERRORS icon
click feature settings on the right
now enable detailed errors and save.

now see if you get a cf error.


On Wed, Mar 28, 2012 at 4:46 PM, Andrew Scott andr...@andyscott.id.auwrote:


 Oops that should have said turn it off.

 --
 Regards,
 Andrew Scott
 WebSite: http://www.andyscott.id.au/
 Google+: http://plus.google.com/108193156965451149543


 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350568
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Moving CF8 Std to IIS7 Now Get Blank Screen

2012-03-28 Thread Andrew Scott

Russ, that is very true. But if you have the Status Code switched on
ColdFusion will send a status 500, 404 etc. Which IIS will then see, and
you will still not see any ColdFusion error. Now as I have seen the blank
screen on ColdFusion throwing these status codes with IIS, that solution
worked for me.

Your solution, is only for turning on more detailed ColdFusion errors.
Which is no good if the HTTP status codes are being sent from ColdFusion in
the first place, because IIS will take over with its error pages.

Needed to clarify that as you replied to me.


-- 
Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au/
Google+: http://plus.google.com/108193156965451149543





On Thu, Mar 29, 2012 at 2:53 AM, Russ Michaels r...@michaels.me.uk wrote:


 on IIS7 by default a CF error will result in a 500 server error.
 You need to enable detailed errors on the site in question.

 select the site in IIS
 click the ERRORS icon
 click feature settings on the right
 now enable detailed errors and save.

 now see if you get a cf error.





~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350569
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Moving CF8 Std to IIS7 Now Get Blank Screen

2012-03-28 Thread Russ Michaels

was just a general reply to the last message in the thread, as I'm sure
most folks do.

On Wed, Mar 28, 2012 at 4:58 PM, Andrew Scott andr...@andyscott.id.auwrote:


 Russ, that is very true. But if you have the Status Code switched on
 ColdFusion will send a status 500, 404 etc. Which IIS will then see, and
 you will still not see any ColdFusion error. Now as I have seen the blank
 screen on ColdFusion throwing these status codes with IIS, that solution
 worked for me.

 Your solution, is only for turning on more detailed ColdFusion errors.
 Which is no good if the HTTP status codes are being sent from ColdFusion in
 the first place, because IIS will take over with its error pages.

 Needed to clarify that as you replied to me.


 --
 Regards,
 Andrew Scott
 WebSite: http://www.andyscott.id.au/
 Google+: http://plus.google.com/108193156965451149543





 On Thu, Mar 29, 2012 at 2:53 AM, Russ Michaels r...@michaels.me.uk
 wrote:

 
  on IIS7 by default a CF error will result in a 500 server error.
  You need to enable detailed errors on the site in question.
 
  select the site in IIS
  click the ERRORS icon
  click feature settings on the right
  now enable detailed errors and save.
 
  now see if you get a cf error.
 
 
 


 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350570
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


(ot) Attunity Drivers for SSIS

2012-03-28 Thread DURETTE, STEVEN J

Hi all,

I know this is OT, but you guys seem to know a lot about everything.  Part of 
my job requires that I build SSIS packages for data loads, and some of that 
data comes from Teradata. The problem I'm having is that some of the SQL 
Servers (mix of 2005, 2008, and 2008 R2) have the Attunity TeraData 1.0 drivers 
and others have the 1.1 drivers.  If I install the 1.1 version I can't create 
packages for the servers with 1.0, and the same for the reverse. Plus I can no 
longer find the 1.0 drivers at the Microsoft Website.

Does anyone know if you can have both drivers installed on a development 
machine to be able to build to any of the available machines.

Also, upgrading the drivers on the servers is not an option at this time, as it 
would mean rebuilding hundreds of SSIS packages to use the new drivers.

Thanks for any insight!

Steve


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350571
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Moving CF8 Std to IIS7 Now Get Blank Screen

2012-03-28 Thread Eric Roberts

Make sure you have IIS6 compatability enabled.

-Original Message-
From: Andrew Scott [mailto:andr...@andyscott.id.au] 
Sent: Wednesday, March 28, 2012 10:45 AM
To: cf-talk
Subject: Re: Moving CF8 Std to IIS7 Now Get Blank Screen


This is going to sound strange, but I have seen this on some installations
of ColdFusion and IIS.

The thing that worked for me is that you will need to go into ColdFusion
Administrator, and turn the setting for Enable HTTP status codes, I think if
you look deeper you will find that these are either missing in IE or some
how corrupted.

It may work for you, and it may not.


--
Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au/
Google+: http://plus.google.com/108193156965451149543



On Wed, Mar 28, 2012 at 2:08 PM, i...@markleder.com i...@markleder.com 
m...@markleder.com wrote:


 Hi All,

 Moving Servers from Win 2003 Std 32bit to Win 2008 R2 64 bit.  Installed
 CF8 Std without problem.  Able to use Admin area and make all settings.
  Set an IIS script to provide 32bit application pool within Win 64.  Able
 to connect to dbs.

 Moved my first site over.  First page OK, surf to second page, blank
 screen (so I'm sure CF is throwing some kind of error, URL of page where
it
 is stopped shows in address bar), but I can't see the error message in
 order to fix.  CF error logs show nothing. I bet it's something inside
IIS,
 but I don't know how to fix.

 Ideas?

 Thanks!
 Mark

 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350572
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Moving CF8 Std to IIS7 Now Get Blank Screen

2012-03-28 Thread Russ Michaels

this is not required with CF9.01

On Wed, Mar 28, 2012 at 9:29 PM, Eric Roberts 
ow...@threeravensconsulting.com wrote:


 Make sure you have IIS6 compatability enabled.

 -Original Message-
 From: Andrew Scott [mailto:andr...@andyscott.id.au]
 Sent: Wednesday, March 28, 2012 10:45 AM
 To: cf-talk
 Subject: Re: Moving CF8 Std to IIS7 Now Get Blank Screen


 This is going to sound strange, but I have seen this on some installations
 of ColdFusion and IIS.

 The thing that worked for me is that you will need to go into ColdFusion
 Administrator, and turn the setting for Enable HTTP status codes, I think
 if
 you look deeper you will find that these are either missing in IE or some
 how corrupted.

 It may work for you, and it may not.


 --
 Regards,
 Andrew Scott
 WebSite: http://www.andyscott.id.au/
 Google+: http://plus.google.com/108193156965451149543



 On Wed, Mar 28, 2012 at 2:08 PM, i...@markleder.com i...@markleder.com 
 m...@markleder.com wrote:

 
  Hi All,
 
  Moving Servers from Win 2003 Std 32bit to Win 2008 R2 64 bit.  Installed
  CF8 Std without problem.  Able to use Admin area and make all settings.
   Set an IIS script to provide 32bit application pool within Win 64.  Able
  to connect to dbs.
 
  Moved my first site over.  First page OK, surf to second page, blank
  screen (so I'm sure CF is throwing some kind of error, URL of page where
 it
  is stopped shows in address bar), but I can't see the error message in
  order to fix.  CF error logs show nothing. I bet it's something inside
 IIS,
  but I don't know how to fix.
 
  Ideas?
 
  Thanks!
  Mark
 
 



 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350573
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Moving CF8 Std to IIS7 Now Get Blank Screen

2012-03-28 Thread Andrew Scott

Except the subject stats Moving CF8 to IIS7...

-- 
Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au/
Google+: http://plus.google.com/108193156965451149543



-Original Message-
From: Russ Michaels [mailto:r...@michaels.me.uk] 
Sent: Thursday, 29 March 2012 8:13 AM
To: cf-talk
Subject: Re: Moving CF8 Std to IIS7 Now Get Blank Screen


this is not required with CF9.01


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350574
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Moving CF8 Std to IIS7 Now Get Blank Screen

2012-03-28 Thread Bobby Hartsfield

I have seen blank white pages served up when CF would run out of memory. CF
Exception logs would show outOfMemory errors in those cases. 

Just something else to check.

.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
http://cf4em.com

-Original Message-
From: Andrew Scott [mailto:andr...@andyscott.id.au] 
Sent: Wednesday, March 28, 2012 5:15 PM
To: cf-talk
Subject: RE: Moving CF8 Std to IIS7 Now Get Blank Screen


Except the subject stats Moving CF8 to IIS7...

-- 
Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au/
Google+: http://plus.google.com/108193156965451149543



-Original Message-
From: Russ Michaels [mailto:r...@michaels.me.uk] 
Sent: Thursday, 29 March 2012 8:13 AM
To: cf-talk
Subject: Re: Moving CF8 Std to IIS7 Now Get Blank Screen


this is not required with CF9.01




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350575
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Moving CF8 Std to IIS7 Now Get Blank Screen

2012-03-28 Thread Russ Michaels

ah yes oops :-)

On Wed, Mar 28, 2012 at 10:45 PM, Bobby Hartsfield bo...@acoderslife.comwrote:


 I have seen blank white pages served up when CF would run out of memory. CF
 Exception logs would show outOfMemory errors in those cases.

 Just something else to check.

 .:.:.:.:.:.:.:.:.:.:.:.
 Bobby Hartsfield
 http://acoderslife.com
 http://cf4em.com

 -Original Message-
 From: Andrew Scott [mailto:andr...@andyscott.id.au]
 Sent: Wednesday, March 28, 2012 5:15 PM
 To: cf-talk
 Subject: RE: Moving CF8 Std to IIS7 Now Get Blank Screen


 Except the subject stats Moving CF8 to IIS7...

 --
 Regards,
 Andrew Scott
 WebSite: http://www.andyscott.id.au/
 Google+: http://plus.google.com/108193156965451149543



 -Original Message-
 From: Russ Michaels [mailto:r...@michaels.me.uk]
 Sent: Thursday, 29 March 2012 8:13 AM
 To: cf-talk
 Subject: Re: Moving CF8 Std to IIS7 Now Get Blank Screen


 this is not required with CF9.01




 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350576
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Coldfusion 9 certification

2012-03-28 Thread fun and learning

Hi All -

Having worked with Coldfusion for the past three years, I am planning to get a 
Coldfusion certification. Since Coldfusion 9 is the latest stable version,I am 
planning to get certified in it (My main aim in getting certified is I may get 
to learn stuff I have never used, and to go in depth for some of the topics). 
What do you people suggest? Are there any mock tests for CF9 like CF8 buster?

Thanks. 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350577
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Coldfusion 9 certification

2012-03-28 Thread Dan Baughman

Adobe's coldfusion ace is the only one I know of if you've programmed
in it a few years you wont have to study for more than a few weeks to learn
the pedagogy.

On Wed, Mar 28, 2012 at 9:15 PM, fun and learning
funandlrnn...@gmail.comwrote:


 Hi All -

 Having worked with Coldfusion for the past three years, I am planning to
 get a Coldfusion certification. Since Coldfusion 9 is the latest stable
 version,I am planning to get certified in it (My main aim in getting
 certified is I may get to learn stuff I have never used, and to go in depth
 for some of the topics). What do you people suggest? Are there any mock
 tests for CF9 like CF8 buster?

 Thanks.

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350578
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm