I think it's a VMware problem, not IronPython - I used to get those during development. Usually it's something silly like trying to retrieve a non-existent property.I'm using TraversalSpec, so if you send the code you're using I can try to help you.
On Thu, May 21, 2009 at 7:35 PM, jean-marc pouchoulon < [email protected]> wrote: > hello ironpythonlist, > > I'm using IronPython 2.0.1 with Vmware API et got an error on a soap call. > the code at http://www.ronnie-midnight-oil.net/2008_06_01_archive.html is > working , but I want to use also VimApi.TraversalSpec() object in my code > and got an error. > > File "VimService2005", line unknown, in RetrieveProperties > File "System.Web.Services", line unknown, in Invoke > File "System.Web.Services", line unknown, in ReadResponse > SystemError: A specified parameter was not correct. > > -X:ExceptionDetail > > ReadResponse at offset 431678 in file:line:column <filename unknown>:0:0 > Invoke at offset 204 in file:line:column <filename unknown>:0:0 > > RetrieveProperties at offset 65 in file:line:column <filename unknown>:0:0 > > à > Microsoft.Scripting.Actions.Calls.MethodCandidate.Caller.CallWithInstance(Object[] > args, Boolean& shouldOptimize) > à > IronPython.Runtime.Types.BuiltinFunction.BuiltinMethodCaller`3.Call2(CallSite > site, CodeContext context, TFuncType func, T0 arg0, T1 > rg1) > à > Microsoft.Scripting.UpdateDelegates.UpdateAndExecute4[T0,T1,T2,T3,TRet](CallSite > site, T0 arg0, T1 arg1, T2 arg2, T3 arg3) > à __main__(Closure ) > à IronPython.Compiler.RuntimeScriptCode.InvokeTarget(LambdaExpression > code, Scope scope) > à IronPython.Compiler.RuntimeScriptCode.Run(Scope scope) > à IronPython.Hosting.PythonCommandLine.RunFileWorker(String fileName) > à IronPython.Hosting.PythonCommandLine.RunFile(String fileName) > SystemError: A specified parameter was not correct. > > thanks for yours suggestions > > jean-marc > > > > > _______________________________________________ > Users mailing list > [email protected] > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com >
_______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
