WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Networks - Servers
plus
plus
plus
plus
plus
plus
plus

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

523 Error Enumerating Network Resources

Keywords: 	  523 error

Question:

I have been using the NetResources function without any trouble. On some new laptop computers when not connected to the network, I seem to get a 523: Error enumerating network resources error.

All the same Dlls are in place, and the same source code is being used.

Any suggestions as to why the error is coming up?

Answer:

Network OS not sufficiently initialized to accept requests?

Maybe use:

	ErrorMode(@off)
	xxx=netresources(...
	ErrorMode(@cancel)
around your call. if the result is 0, then it failed.
Article ID:   W14378
Filename:   523 Error Enumerating Network Resources.txt
File Created: 1999:10:28:11:59:00
Last Updated: 1999:10:28:11:59:00