Re: CF8 cfexecute Problem

2011-08-03 Thread Dave Watts

 Hmmm... This runs via   cfhttp 
 url=http://www.myserverdev.com/ipi_grabber/get.cfm?w=#xWaitDocTime#s=#lcase(attributes.website)#
 result=grabResult /. So the caller is on a different server than the 
 webshot program.

The caller of the CF program is really irrelevant here. It's the user
account used to run the CF program that matters. Wherever get.cfm is,
that's the user account you're worried about.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite

~|
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:346476
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF8 cfexecute Problem

2011-08-03 Thread Richard Steele

That worked! Thank you so much! Is it because both the program Webshot and 
ColdFusion were installed under my user account? 

~|
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:346477
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF8 cfexecute Problem

2011-08-03 Thread Dave Watts

 That worked! Thank you so much! Is it because both the program Webshot and 
 ColdFusion were installed under my user account?

It's possible, but it's also possible that it was something not quite
the same, but somewhat similar. I realize that's not a very
satisfactory explanation, but I'd need to see more to be sure of the
exact cause.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~|
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:346487
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


CF8 cfexecute Problem

2011-08-02 Thread Richard Steele

I can run a screen capture program executable from a Windows Server 2008 
(32bit) cmd line and it captures a flash website fine. However, when I try this 
from cfexecute, it says no flash player is installed. Latest Flash Player has 
been installed for IE 8 32 bit. Please advise. 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:346471
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF8 cfexecute Problem

2011-08-02 Thread Dave Watts

 I can run a screen capture program executable from a Windows Server 2008 
 (32bit) cmd line and it captures a flash website fine. However, when I
 try this from cfexecute, it says no flash player is installed. Latest Flash 
 Player has been installed for IE 8 32 bit. Please advise. Thanks.

Try logging in as the user that runs CF, and running the screen
capture program. If you're running CF as SYSTEM rather than a specific
user, you'll probably have to change that to a specific user account.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~|
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:346472
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF8 cfexecute Problem

2011-08-02 Thread Richard Steele

  I can run a screen capture program executable from a Windows Server 
 2008 (32bit) cmd line and it captures a flash website fine. However, 
 when I
  try this from cfexecute, it says no flash player is installed. 
 Latest Flash Player has been installed for IE 8 32 bit. Please advise. 
 Thanks.
 
 Try logging in as the user that runs CF, and running the screen
 capture program. If you're running CF as SYSTEM rather than a 
 specific
 user, you'll probably have to change that to a specific user account.
 
 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 http://training.figleaf.com/
 
 Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
 GSA Schedule, and provides the highest caliber vendor-authorized
 instruction at our training centers, online, or onsite.

~|
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:346474
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF8 cfexecute Problem

2011-08-02 Thread Richard Steele

Hmmm... This runs via   cfhttp 
url=http://www.myserverdev.com/ipi_grabber/get.cfm?w=#xWaitDocTime#s=#lcase(attributes.website)#
 result=grabResult /. So the caller is on a different server than the 
webshot program.

~|
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:346475
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm