I have a workspace with 10 targets, 9 of which deploy without a problem. When I try to deploy the last one however, it doesn't work; It does a full or incremental build, but then just doesn't create any of the PBDs or EXEs it is supposed to. However, if I copy the text from the bottom of the project screen and use it in a dos batch tile to run PBC170, then it works fine.
I did a full build on two targets (payroll and person) and then tried to deploy both from the system tree (deploy projects both set to incremental build, pcode, 32 bit)
Working output from good deploy
---------- Deploy: Deploy of target payroll (10:44:27)
--------- Deploying project payroll
Creating executable file . . .
Inspecting Application Dependencies...
Inspecting Application Dependencies...
Inspecting application libraries...
Writing S:\NGEN_UK\APPS\payapp2.pbl(payroll) . . .
Inspecting application libraries...
---------- Finished Deploy of target payroll (10:44:35)
Not Working output from problem deploy
---------- Deploy: Deploy of target person (10:45:38)
--------- Deploying project person
Creating executable file . . .
Inspecting Application Dependencies...
Inspecting Application Dependencies...
Inspecting application libraries...
---------- Finished Deploy of target person (10:45:44)
Does PB create any log files detailing what it's doing ?