Article Type:
|
How To
|
Product:
|
Symphony
|
Product Version:
|
|
Component:
|
Symphony Server
|
Device Brands:
|
|
Created:
|
19-Sep-2013 9:56:01 AM
|
Last Updated:
|
|
Workaround for: When you mount network drives or use SMB with CIFS, Windows Service acts differently than a user mapped drive
IssueWhen you mount network drives or use SMB with CIFS the windows service acts differently than a user mapped drive. Workaround- Open an elevated cmd.exe prompt (Run as administrator):
- Elevate again to root using PSExec.exe:
- Navigate to the folder containing SysinternalsSuite and execute the following command:
psexec -i -s cmd.exe - You are now inside of a prompt that is:
nt authority\system - Verify by typing:
whoami The -i is needed because drive mappings need to interact with the user.
- Create the persistent mapped drive as the SYSTEM account with the following command
net use z: \\servername\sharedfolder /persistent:yes
See also: http://stackoverflow.com/questions/182750/map-a-network-drive-to-be-used-by-a-service
Average rating:
|
|
Please log in to rate.
|
Rated by 0, Viewed by 4570
|
|