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

Errors

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

Error: 640: Invalid level (probably non-NT server)

Keywords:   error 640

Question:

Running WinBatch (32bit) on Windows 95. My script is:
	AddExtender("WWW9X34I.DLL")
	server=param1
	user=w9xUserInfo(0)
	response=w9xUserProps(server, user, 2)
	message("The description is:",response)
I'm getting a "WIL Extender Error: 640: Invalid level (probably non-NT server)".

Although it works on a lot of Windows 95 PCs except for a couple. Why? Please help. Thanks.

Answer:

Initially I would suspect out of dat radmin or rlocal Dlls on that workstation are getting involved. Basically WInBatch is requesting a function call with a certain degree of information (a Level) and the API on the machine is not supporting it. I would replace the radmin DLLs on a failing machine and try it again. If its not that.... well a re-install of Windows sometimes helps.

Resolution:

Thanks for the hints. My problem was resolved when I installed DCOM95 version 1.3 which I download from the Microsoft web site.
Article ID:   W14160
Filename:   640 Invalid level - probably non-NT server.txt
File Created: 2001:03:01:14:27:20
Last Updated: 2001:03:01:14:27:20