Get Disk Free Space failing for Network Shares under FB Server

This is very likely a permissions / access problem at some level, though I'm not sure where to start.

Running a project on FB Server 6.3.0.731 that calls the "Get Disk Free Space" action fails with "Error getting drive info : -1" under Windows 7 Enterprise when pointed at a mapped network drive.

UAC has been turned off.

The project doesn't have a problem when run from FB as the same domain user that the FB Server is configured to impersonalize.  I've checked that the "whoami.exe" returns the expected domain user.

Local drives work fine regardless where the script runs.

Thanks

Hi John,

Has the network share been mapped to a drive within the FinalBuilder script? If it hasn’t try mapping the share to a drive using the Map/Unmap Network Share action and specify the drive in the Get Disk Free Space action.

Regards,
Paul.

Thanks, that worked great.