Hi,
I am using PB 2019 R3 build 2703 in Windows 10 OS. In our application we have stored the resource images and base pbl pbr file in our a network drive.
If I run the PowerBuilder as an Administrator and tried to map the file when deploy the exe or Power Client, I am not seeing the mapped network location drive in Browse option. If I run PB not as an Admin, I am able to see the mapped network drive and able to map the files.
I am not able to deploy Power client without Running as Admin and I am getting an resource file not found error when deploying PC due to this network drive not listing when running as Admin.
Do I need to change any settings from PB or System level?
Below Screenshot for reference.
I tried the below steps in my laptop and it works. I am able to see the network locations If I Run the PB as Administrator.
1. Click 'Start' and Type Run
2. In the Run 'Open' box type Regedit to open the windows registry.
3. Navigate to the following registry folder:
HKEY_LOCAL_MACHINE -> SYSTEM -> CurrentControlSet -> Services -> Mup -> Parameters
4. Right Click in the right hand pane and Select New -> DWORD (32 Bit) Value
5. Give it the following name: EnableDfsLoopbackTargets
6. Modify the newly created DWORD by right clicking it and selecting Modify or giving it a double left click
7. Enter 1 and click OK
8. Close the Registry and Reboot Windows
Link :- https://community.spiceworks.com/topic/371685-user-can-t-access-mapped-network-drive
The problem with this kind of fixes, is that some companies might not like it when you to access the network with Administrator rights. So make sure you have permission.
regards