Falko Trojahn schrieb: > Hello Andreas, > >> I have a problem with deploying WPKG on on of our machines. >> wpkg.js stops execution early during config intialization. When run as a >> service I get an event log entry with event id 1: >> Message: "Object expected" >> Description: Object expected >> Error code: 800a138f >> Stack: undefined >> Line: undefined >> >> I stepped through the script with the script debugger and found out it >> is stopping at line 1107, in function getConfig(), Line: >> if (argn("config") != null) { >> >> This line somehow generates an error that is caught and causes the log >> entry. >> >> The machine - like all others - is Windows 2000 SP4 with IE6 (=WSH 5.6). >> I tried reinstalling IE6 with no success. >> >> Any ideas? >> >> >> > what command line do you use when starting wpkg.js? > > You are using Wpkg Version 1.0.2, right? With Wpkg Client or do you > start manually? > > Best regards, > Falko > Yes, it's WPKG 1.02 with Client 1.2.1. I tried it manually with 'cscript \\server\wpkg\wpkg.js' but got no output. I am also using WPKG Web Interface, BTW. Bye, Andreas |