On April 27, 2024, our Sign-in and Create Account options will be unavailable from 9am-12pm ET. During this maintenance window, developer account access and free trial registration will be unavailable.

Reverse Deployment To Shared Drive

Is it possible to reverse deploy to shared directory on the reverseTarget server?

I'm trying to grab IIS log files and move them to a server that our Web Trends application can access. So far I've had success in getting the log files back to the TeamSite server (on the C: drive, mounted drive, etc), but don't know if is possible to write these files to a share.

I've heard that this is possible, but maybe I'm mislead. I've tried "area" variations like the following:
<targetFilesystem area="\\pidev01\logs"/>
<targetFilesystem area="//pidev01/logs"/>
<targetFilesystem area="//pidev01/e$/logs"/>


I'm also changing the allowedDirectories path in odBase.xml everytime I try a new config.

Base server info:
* 5.6.0.1.0 Build 21220 Interwoven 20030618
* Win2k - TS 5.5.2
* OD Service running under domain account that has access to this share

Any help would be appreciated.