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: W14378Filename: 523 Error Enumerating Network Resources.txt