Skip to main content

Questions tagged [network-drive]

Network drives are physical or virtual hard drives that are shared with the network or home group.

network-drive
1 vote
1 answer
41 views

Mount Network Drive SwiftUI

import SwiftUI struct ContentView: View { @State private var username: String = "" @State private var password: String = "" @State private var ...
munkimichi's user avatar
1 vote
1 answer
117 views

Unable to perform actions on UNC path / network drive

I'm trying to create an installer with WiX that has a step that writes to a network drive via a UNC path, but no matter what I do, I run into the error "Could not access network location": ...
Ani's user avatar
  • 113k
0 votes
0 answers
127 views

"file or directory is not a reparse point" in a network drive -- pyspark run locally on windows

Setting: I am running pyspark locally on a windows server and reading a csv from a shared network drive (that I have full access to). I setup my spark session and read the file as: sparkdf = ( ...
AYA's user avatar
  • 41
0 votes
0 answers
46 views

Exe file missing icons/images on Network Drive

My Flutter app exe file works fine on local PC drives (e.g. on user Desktop and any other local drives). But when I copy this exe file on a Network Drive, no icons and images are shown on the app ...
Jaky's user avatar
  • 171
0 votes
0 answers
59 views

I want to save a file to a network hard drive from a Docker Compose, running on a Linux MiniPC

I have installed a camera at the door of my house (Reolink doorbell POE). I have it integrated into Home Assistant with Docker Compose running on a PC. I want it to record when it detects movement and ...
Juan Carlos's user avatar
0 votes
1 answer
67 views

SQL Server Agent Job doesn't work for shared drive

SQL Agent History says "To view the details for the execution, right-click on the Integration Services Catalog, and open the [All Executions] report" When I open the [All Executions] report, ...
Cibor28's user avatar
0 votes
1 answer
285 views

Automatically connect to network drives after connecting to VPN

I have several mapped network drives that I can only access when on my company's LAN or when connected to the VPN using OpenVPN. When I connect to the network in our office, the drives automatically ...
JRev's user avatar
  • 29
1 vote
1 answer
78 views

Reduce time to check if network drive is available

I have code to check if the network drive 192.168.50.175 is available. Public Sub check_if_drive_exists() Dim fso As Object Set fso = CreateObject("Scripting.FileSystemObject") ...
Guille's user avatar
  • 430
0 votes
0 answers
53 views

Neo4j Desktop installation error "App initialization error Error: EISDIR"

we are fighting with a strange issue trying to install Neo4j Desktop version 1.5.9 on a Windows 11 client (local installation). The software started once and asked for a data directory to store the ...
Krid's user avatar
  • 299
0 votes
0 answers
77 views

Python watchdog module on a mapped network drive directory and subdirecotry events

I have a mapped network drive on windows. I wish to monitor creation/modification/moving of new folders to this mapped network drive. I want to track InterOp (folder) and RunInfo.xml (file) for every ...
Callie's user avatar
  • 343
0 votes
0 answers
26 views

Upload file to mapped network drive from symfony application

I have a symfony application from which I want users to be able to upload files to their network drive I mapped my onedrive to my network drive a network drive I could use for testing. Then I try ...
Ben Josiah's user avatar
0 votes
1 answer
62 views

C# StreamWriter with using-block inside a while loop intermittently fails on slow network drive

I have a logging class in which I spawn a Task to append all messages from a BlockingCollection<string> to the log file, sleep two seconds, and repeat infinitely, until the fifo is completed. ...
amonroejj's user avatar
  • 633
1 vote
0 answers
88 views

How to access network drive for dropping a file during automation run using Jenkins

Not able to access network drive location using csharp code while running script through Jenkins Tried with File.Copy("sourcepathloc", "destpathloc") It's working while running ...
Arijit's user avatar
  • 11
0 votes
0 answers
51 views

Getting semi-sporadic Access Denied using mapped network share over ssh managed jenkins agent

I have a Jenkins instance using the EC2 plugin to create Windows agents. I am using it slightly unconventionally in that I am claiming it is a Linux machine to use SSH management instead of WinRM ...
David Clyde's user avatar
0 votes
1 answer
67 views

PermissionError Access denied

while loading some data from a network drive a permission error occurs from time to time and the script terminates with a permission error. the error occurs in this line : try: data = self....
Zack_Aria's user avatar

15 30 50 per page
1
2 3 4 5
26