mapping a drive using "net use" w/no password"
duplicate.
--
Regards, Kai Reichert
Novell Support Forums Sysop
Usually the faulty interface lies between the chair and the keyboard.
...
mapping a drive using "net use" w/no password" #2I want to set up a test scenario where I have a bunch of clients
logging
into a Netware server using native file access. My clients use a
script
file which maps shares to the server using the "net use
\\server\share /p=no" (for no password). I keep getting "system error
5 -
access is denied". What am I doing wrong and what can I do to fix
it?
Thanks for your help
Assuming you're using Local mode, you must assign a Simple password.
Note that a blank Simple password is not the same as never assigning a
Simple password.
bd
NSC Voluntee...
How to use net use?Please can any one tell me how to use the dos command net use properly?
I have read the help but can't seem to get it to work. Keep getting sytax
error message.
Thanks in advance.
"Beowulf" <who-knows@no-one.com> wrote in message
news:9krutk$puu$1@news.grc.com...
> Please can any one tell me how to use the dos command net use properly?
>
> I have read the help but can't seem to get it to work. Keep getting sytax
> error message.
what are you trying to do? There are about 50 options to "net use" that do
a ton of different thin...
Using Using
I have just completed reading a chapter in my book on performance. The books says to speed up performance on your web site you should use the using statement when opening connections. My question is how do you catch errors if you are using this as apposed to a try catch block.thanksBryan
Why would you use it as an alternative to a try/catch statement. Couldn't you just do something like public void UsingSomeMethod() { try { SomeMethod(); } catch(SomeException e) { /// do something useful }}public void SomeMethod() { using (Something) { ...
Must use Windows XP Pro to use ASP.NET
Taking a class on ASP.Net and understand I have to upgrade from Windows XP to Windows XP professional. Have had no luck on the Microsoft site finding out how to do that. All I can find is how to upgrade to Windows XP....nothing about the pro version. Can anyone here offer help on the subject? Thank you.
You dont have to have XP Pro. You only have to have it if you want to use Visual Studio.NET 2003 (2005 doesnt require Pro either from what I understand. I've only installed 2005 on Pro). If you use Web Matrix or do coding in Note pad or similar (not sure why since Matrix i...
When to use ( and when to use ((?I'm just not getting it.
When do you use ( in a statement, when do you need to use ((, and is
the space after either or both mandatory?
For example, I coded this statement:
if (( $_ eq $bad_guys_ip )) { more_stuff_here };
Why the two (( in an if? And why does it seem to not work when I miss
the space after the ((?
Thanx!
Mark me as...
/Corn-fused|Dense/
> I'm just not getting it.
>=20
> When do you use ( in a statement, when do you need to use ((, and is
> the space after either or both mandatory?
>=20
> For example, I coded this sta...
Sending SMS using vb.net or C#.net using vb.net or c#.net
Hi
My requirement is
I hav one csv file with these fields id,mobilenum,messgae,status.intiallu staus is 0.
once i read the all fileds and take that mobile number.using tat mobile number i need to send sms .after sending sms i shuld change status as 1
How to send sms thru coding (please dont provide any links.if it is provide also please give working links becox i checked codeproject .i didnt get any nice link.
and also provide the how to update the status field im csv file
Thank
ssandhya
To send SMS, you need some third party SMS providers. if you consul...
To use or not to use ASP.net
Hi,
I'm new to developing of dynamic web pages.
Currently doing a website providing data retrieval and updating.
I am wondering if ASP.net is suitable for this task
If ASP.net is advisable, other than IIS, what else can be used as the host? (Oracle?)
Also, if I am currently having an Oracle server, would it be better to use the PL/SQL instead? (Maybe wrong forum to ask, but no harm asking rite?)
Hope I am not confusing anyone! Any help is greatly appreciated!
Hi,
and welcome to the ASP.NET forums.
First of all, yes ASP.NET is a great technology, amongst others, to create dyna...
How could I use Image Mapping in Client Site or server site using ASP.Net. URGENT!!
how could i use image mapping in CLient Site or server site using asp.net?
I m loading those project picture from database using SQL.For each dif project picture I would like to assign dif image mapping.How could I use it in a better way which also mayb ease me for maintenance.How after assign the mapping, how to assign it a link to another page? Thanks!
image maps are just HTML. are you talking about generating a dynamic image map? yeah, sure, you CAN, but what specifically do you want to do?RTFM - straight talk for web developers. Unmoderated, uncensored, occasionally unreadableJason...
Map Oracle drive using Netware login scriptI need help finding out an example login script that tells me how to map
a drive located on a non-netware server. I have noticed that you can use
the NET USE command but I havent found anything that tells me how to do
this. Everything I find just says you can use the NET USE command...
PLEASE HELP!!
jortman@mt.gov wrote:
> I need help finding out an example login script that tells me how to
> map a drive located on a non-netware server. I have noticed that you
> can use the NET USE command but I havent found anything that tells me
> how to do this. Everything I fin...
Can I map to network drive using ASP.net?
Dear All,
I would like to know whether can I map to network drive with ASP.net.
If anyone know about this, please let me know.
Thanks
Since mapping a network drive is a client-side operation, you'll probably need something like an ActiveX plugin to do it. So, I don't think you're going to be able to do that via a web browser.
RyanRyan OlshanASPInsider | Microsoft MVP, ASP.NEThttp://ryanolshan.comHow to ask a question...
Mapping a Microsoft drive using Netware 5.1I have a Novell 5.1 Server in a mixed environment with Microsoft Windows
2003 Server running ADS. My problem is when I attempt to map to a
Microsoft drive through the Netware administrator Login utility I get an
error message that tells me that a Network drive cannot be mapped. In
addition, I have gone through the Knowledge base article that tells me
that this should be possible by using the Servers IP address. When I
attempt to use the Server IP address, I get an error message that says the
operation cannot be completed.
At this time, I have attempted to map a drive using bo...
Cannot access Mapped network Drive using ASP.net
hi,
I have 2 web servers.
My task involves copying of a xml file to either of the servers. Hence I have developed a C Sharp application to do so. I have also mapped a network drive on both the servers with the drive letter as "I:". The Permission give to the shared folder in the network drive is :
Everyone (Full Control)
and for Shared Permission is:
Everyone (Full Control)
But Whenever I try to copy the file using the Application [File.Copy()], it throws me an error stating that:
Could not find a part of the path 'I:\guj_scpmst.xml'.
Exception Details...
Problem using Vbscript to map Netware drives via UNC.First the details:
XP SP1
Client 4.9 w/Update B Pure IP
SLP (w/static DA)
NetWare 5.1 SP3 (IPX and IP enabled)
I have written a Vbscript login script that uses the
FileSysObj.DriveExist
and FolderExists methods to test for the existence of UNC paths that I
want to map drive letters to. When I use the MS NetWare client this
works
just fine. When I use the Novell client the results are sporadic. I
need
IP support, so I have to use the Novell client.
I get a successful mapping to the login server and then I get a
successful
mapping to one other server. The other 4 ...