• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

CVS & CFMX & CFEXECUTE doens´t work

New Here ,
Sep 20, 2006 Sep 20, 2006

Copy link to clipboard

Copied

Hello,
I try to develop a CF CVS Management Console but at the beginning, the Basics doesn´t work.
In the Windows command shell the command cvs checkout -d ttt cftest works fine. But the same Procedure in CFEXECUTE doesn´t work, nothing happens and the cftry said everything ok during the execution.
I have a CFMX 6.1 and Tortoise CVS installed on a Windows XP Professional with all patches.
Can somebody help me?

My test.cfm:
TOPICS
Advanced techniques

Views

314

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advisor ,
Sep 20, 2006 Sep 20, 2006

Copy link to clipboard

Copied

Your code looks correct (assuming you've got a french version of windows -- otherwise it's FUBAR ;-).

I''ve never been able to get cfexecute to work with a zero timeout (the default).
Add timeout="60" to the cfexecute statement.

Also, what account are the CF services running under?


Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 21, 2006 Sep 21, 2006

Copy link to clipboard

Copied

Hello,
No, it is a German Version of Windows.
CF run with Local System Account

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advisor ,
Sep 21, 2006 Sep 21, 2006

Copy link to clipboard

Copied

Should work.

What happens when you run the attached?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 30, 2006 Oct 30, 2006

Copy link to clipboard

Copied

Hi! i'm looking to do the same and am having the same issue.... here's what happens when i run that

ALLUSERSPROFILE=C:\Documents and Settings\All Users
CLASSPATH=.;C:\Program Files\Java\jre1.5.0_06\lib\ext\QTJava.zip
CommonProgramFiles=C:\Program Files\Common Files
COMPUTERNAME=STATION-8
ComSpec=C:\WINDOWS\system32\cmd.exe
FP_NO_HOST_CHECK=NO
NUMBER_OF_PROCESSORS=2
OS=Windows_NT
Path=C:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfusion\lib;C:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfusion\jintegra\bin;C:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfusion\jintegra\bin\international;C:\JRun4\verity\k2\_nti40\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;;C:\Program Files\Microsoft SQL Server\80\Tools\BINN;C:\Program Files\QuickTime\QTSystem\
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
PROCESSOR_ARCHITECTURE=x86
PROCESSOR_IDENTIFIER=x86 Family 15 Model 4 Stepping 3, GenuineIntel
PROCESSOR_LEVEL=15
PROCESSOR_REVISION=0403
ProgramFiles=C:\Program Files
PROMPT=$P$G
QTJAVA=C:\Program Files\Java\jre1.5.0_06\lib\ext\QTJava.zip
SystemDrive=C:
SystemRoot=C:\WINDOWS
TEMP=C:\WINDOWS\TEMP
TMP=C:\WINDOWS\TEMP
USERPROFILE=C:\Documents and Settings\NetworkService
VERITY_CFG=C:\JRun4\verity\k2\common\verity.cfg
windir=C:\WINDOWS

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advisor ,
Oct 30, 2006 Oct 30, 2006

Copy link to clipboard

Copied

LATEST
That you got that output means that cfexecute is working.
Now select programs can still be blocked by the default configuration of Windows XP (and maybe 2003).

USUALLY, you can clear this issue as follows:
  1. Open the Services control panel.
    (Windows control panel -> Administrative Tools -> Services)
  2. Scroll down and select "ColdFusion MX 7 Application Server".
  3. Right-click and open the properties.
  4. Select the "Log On" tab.
  5. Check "Allow service to interact with desktop".
  6. Close the properties dialog.
  7. Restart the "ColdFusion MX 7 Application Server" service.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation