Tagged Questions
0
votes
0answers
19 views
How would I map a Network Location (or use network folder) to become a local drive? [closed]
I have a an old scaleo server used for backup, files, website clients etc. And wondered is there a way to have a folder on this server appear as a Local Drive (with letter etc) instead of a Network ...
0
votes
1answer
64 views
Run Webapp stored on network drive in Visualstudio
Im going crazy! I hope you can help me with an advice.
Inside Virtualbox I do run a Windows Server 2008 R2. On this machine im trying to debug a webapplication inside Visualstudio 2010. the ...
0
votes
0answers
39 views
Error Msg 7399 while using opendatasource function for excel file on shared network drive
code I am using for this is -
SELECT * FROM OPENDATASOURCE('Microsoft.ACE.OLEDB.12.0',
'Data Source= U:\test.xls;Extended Properties=Excel 12.0;')...[Sheet1$]
where U: is shared drive.
thanks in ...
1
vote
1answer
254 views
can't map network drive from task scheduler - was working
We have a vbs file on our local server (A) that uses mapnetworkdrive to contact two servers at a remote location (B) and copy files from B to A. The script has been running for about 3 months with no ...
0
votes
1answer
164 views
ipad: read file which is on a shared network drive
I'm writing an iPad App, which downloads Files from a DMS (over https). This works fine. But now I need to download large video files from a shared network drive over a vpn connection.
When I create ...
0
votes
1answer
76 views
How to share a dll in a network directory not the same as the application directory
I'll admit up front that I'm still learning good methods of deployment and that I don't have a size 12 brain to accomplish the following task. Now with that being said...
We have around 8 exe's that ...
0
votes
0answers
42 views
Is it possible to connect dvd drive to TIme Capsule (or analogue device) and share it over the home network? [closed]
I have no dvd drive on my macbook air but I have need sometimes use DVD-disks. Is it possible to connect it to a router or whatever (not direct to the my macbook) and then access it from laptops ...
0
votes
0answers
6 views
Cloud Email Account as Drive
Anyone know of a program that will allow me to add and view a cloud email account (specifically a hotmail email account) as a network drive for windows? Don't ask why, it a long story.
4
votes
1answer
317 views
PHP is_dir() returns false on Windows network drive
I have a network drive mapped to drive letter X:\ going to an external hard drive with the path of "\\X-Drive\Public\Data".
I am using Zend Server with Apache.
My PHP command is simple
$isFolder ...
0
votes
1answer
138 views
aptana cannot open project on network drive from mac
When I try to open my project I get this error message:
The project description file (.project) for 'project name' is missing. This file contains important information about the project. The ...
0
votes
1answer
1k views
Scheduled Task .bat - check if network drive ready
I have a scheduled task in Windows Server 2003 R2 that is supposed get some files from a network location (mapped drive) and copy them to a local folder in preparation for an FTP sync to a mobile ...
3
votes
1answer
559 views
Reading Files from Network Drives in Perl
I am working on a perl script which does a document inventory for pdfs in all directories starting from some root directory on our network. The script runs fine locally, but I can't get it to read ...
1
vote
0answers
32 views
Force the web browser to request authentification when downloading a file located outside the webserver
I have a website, a kind on intranet one (written in PHP & running on IIS)
Many hyperlinks point to PDF files which are not on the webserver, but on an other network drive. (don't ask me why ! ...
2
votes
2answers
887 views
Script to change users manually mapped drives to a new server with new server name
I have several hundred users whom each have manually mapped drives to a variety of locations/ folders on a file server.
I am migrating the data to a new server with a new name but keeping the same ...
0
votes
1answer
407 views
Mapping a network drive to a letter in Python 2.7.3
couldn't find any helpful answer till now.
I have to copy a file from the Linux-Machine to a Windows Share Drive / Samba Share (username and password protected) using Python 2.7.3
How can I map a ...
0
votes
0answers
19 views
How to create a network drive that all documents are stored
How to create a network drive where each use has a space, in his space he keeps his documents and not locally on hid local dives.
On each login he can see his private space in the network.
Thanks
0
votes
1answer
85 views
Concurrent use of LocalDB on a network drive(s)
My configuration is as follows:
Server with Z: mapped to d:\something
Client with Z: mapped to \\server\
A LocalDB MDF (and the whole application) located at Z:
Either computer alone is OK, but ...
5
votes
3answers
759 views
Push git changes to a shared network drive
How can a team of four people use Git (specifically Github for Windows) to push local changes to a shared network drive?
Right now (without Git) we have to copy the files from the network drive to ...
0
votes
0answers
845 views
C# Openning folder in network drive using username, password, domain
using C# i tried to access a network drive and tried to opening folder there
ProcessStartInfo psi = new ProcessStartInfo();
psi.UserName = username;
...
0
votes
1answer
264 views
network map drive not accessible
I am having a VC++ exe which calls network map drive with alphabet name "M" (M: \server-ip\sharename). Based on the business, it copies some files to the network shared folder and it is working fine.
...
0
votes
1answer
389 views
Refresh expired SAML Token for Sharepoint
I am using Map Network Drive in Windows Explorer to add a Sharepoint folder. This link is supposed to be valid for the lifetime of the security token that Sharepoint returns. When the token expires, ...
1
vote
1answer
989 views
PHP's exec() can't access network drive
In PHP, I list some file by calling exec("dir ..."). However, this strangely works only on local drives. On network drives it has non-zero result status code and no results are returned.
I run Apache ...
0
votes
1answer
808 views
IIS 7.5 app pool network drive access issue
I have two apps pools they both are .Net 4.0 app pools. If I switch my application to the second app pool then my application is able to connect to the network drive, If I switch the application to ...
0
votes
1answer
286 views
Replace locally mapped drive network letter with another letter
Most of our users have mapped drives to their local machines with the letters that I want to use to in a script that will map network drives to all users.
I will like to replace those letters with ...
1
vote
5answers
559 views
c# .net4 application launched from network drive takes long time to load
Let me better explain my scenario. I would like to launch the .exe from a network drive. I have noticed that a small .net 4 form with 1 component (progress bar) takes about 20mb of memory if you check ...
0
votes
1answer
566 views
Error when attempting to RemoveNetworkDrive in SSIS
I have this SSIS script task that I use to map a network drive and then perform some copy/move operations on files (copy local for access from other steps in the SSIS process and move them to an ...
0
votes
2answers
1k views
Access mapped network drive from wcf service hosted on IIS7
I am trying to Access mapped network drive from wcf service hosted on IIS7. It says path could not be found. However when I m using visual studio development server, it is able to access it. I have ...
1
vote
3answers
255 views
Configuring Eclipse .classpath for two different paths for the same entry
I'm wondering if there is a way (in Windows 7) to make some sort of mapping of drives so that sometimes you find the files in a network drive and sometimes you find them in a local map?
-And to be ...
3
votes
2answers
519 views
Detecting if path is on a windows mapped network drive
Is there a simple way to tell if a given path lives on a mapped network drive? Or to tell if a given drive is a mapped network drive?
I hoped they would have a reparse point attribute but ...
3
votes
1answer
4k views
copy files to nework path or Drive using python
Mine is similar to this question.
http://stackoverflow.com/questions/2042342/network-path-and-variables-in-python/2042376
The only difference is my network drive has a password protect with user ...
2
votes
2answers
3k views
how to map network drive for Clearcase View in Windows service?
I want to map a clearcase view on network drive inside a windows service.
I have tried with net use command, but it did not work properly.
3
votes
2answers
1k views
How can I mount network drive in Mac OS X on Java?
I am writing a programme on JBuider 2005 on Windows XP platform for Mac OS X. Programme must launch on Mac OS X and programme turnes(directs) to share folders on other computer(Windows XP) in network. ...
0
votes
4answers
4k views
listing network shares with python
if I explicitly attempt to list the contents of a shared directory on a remote host using python on a windows machine, the operation succeeds, for example, the following snippet works fine:
...
0
votes
2answers
818 views
Network Shares of Removable Drives Disappear (Windows)
(Sorry if this sounds clumsy, I'm not always sure about the English terms for this)
I have two removable drives. I can set the access rights so that they can be shared and used from another network ...
0
votes
1answer
66 views
Vista Network Drives [closed]
I added a network drive to my PC but I now want to get rid of it. Cannot find a menu to perform this task. Any ideas?