Access network shares from BP server events and service objects

  •  08-14-2008, 7:44 PM

    Access network shares from BP server events and service objects

    Because server events and service objects are running in the context of a windows service, there are two things to consider when trying to accessing files on other systems from this code:

    1) You don't have access to mapped drives.  If you want to access a remote share, access it using the full unc path, such as \\192.168.0.10\Share\Filename.txt  or \\fileserver\share\filename.txt

    2) You will need to provide security access to those shares to the user that the K2HostServer is running under.

     


    The statements and opinions made in my postings are my own, and do not reflect the opinions of SourceCode Technology Holdings, Inc. or its subsidiaries. All information is provided as is with no warranties, express or implied, and grants no rights or licenses.
View Complete Thread