« Back to CVP - All Versions

Can record element save to network path?

Combination View Flat View Tree View
Threads [ Previous | Next ]
I've been trying to get the Record element to save to a network path e.g.  \\IP\C$\Folder   but that fails and it fails because the path is not a directory..    I sanity checked myself with the following code: File f = new File(\\\\IP\\C$\\Folder); and executing f.isDirectory() Which returns "true" every time (replace IP with an actual IP of course).   Anyone know if it's possible to get the Record element to save the file to a network path?     Thanks! -Ryan

Looks like this is happening because Tomcat service is setup to logon as a local system account, thus only giving me access to the computer as \\localhost\C$\Folder works just fine.