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: W14160Filename: 640 Invalid level - probably non-NT server.txt