I just upgraded from FinalBuilder 4 to FinalBuilder 6 and am taking advantage of some of the new actions to further automate our build process.
I have two build machines. BuildMachine1 I use to build the binaries from the various projects I am working on. That buildtree is then copied to BuildMachine2 where the installers are built and files are copied around. Both builds are run by FinalBuilder 6.
Once the buildtree has been copied to BuildMachine2 I would like FinalBuilder from BuildMachine1 to open and run the appropriate FinalBuilder Installer Build Project on BuildMachine2. I know this can be kicked off from a Command Line by running FinalBuilder6.exe and passing the following parameter:
/r "MyProject.fbp6"
So just after copying my buildtree from BuildMachine1 to BuildMachine2 my plan was to run the PsExec Action to kick off the FinalBuilder6.exe on BuildMachine2. I am using v1.94 of PsExec.
When I run the PsExec Action from BuildMachine1 it does not successfully execute FinalBuilder6.exe on BuildMachine2.
Following is the log:
--------------------------------------------------------------------------------------------------------------
PsExec [ C:\Program Files\FinalBuilder 6\FinalBuilder6.exe ]
Status: Error
Date: 6/24/2008
Time: 09:26:12:953
End: 09:26:13:828
Duration: 00:00:00:875
Action Messages:
Command line : psexec \\BuildMachine2 -accepteula -i "C:\Program Files\FinalBuilder 6\FinalBuilder6.exe" -r C:\FinalBuilderProjects\NG71_SR4_BuildMachine2_Active.fbz6
PsExec v1.94 - Execute processes remotely
Copyright (C) 2001-2008 Mark Russinovich
Sysinternals - www.sysinternals.com
The parameter is incorrect.
Connecting to BuildMachine2...
Starting PsExec service on BuildMachine2...
Connecting with PsExec service on BuildMachine2...
Starting C:\Program Files\FinalBuilder 6\FinalBuilder6.exe on BuildMachine2...
PsExec could not start C:\Program Files\FinalBuilder 6\FinalBuilder6.exe on BuildMachine2:
Return code : 87
Action Failed.
---------------------------------------------------------------------------------------------------------------------
I have verified that the file exists in the FinalBuilder 6 dir. Just for the heck of it I added the FinalBuilder 6 dir to the PATH and rebooted. This did not help.
I am attaching a zip file with screen shots of the PsExec Action.
Any guidance would be greatly appreciated. Thanks!
FB.zip (238.354 KB)