Cross posted on Mono Group as well... After reading up on how to run ssis packages on mono, I came across a how to using IronPython.
Running it, I got this: ** (C:\PROGRA~2\Mono-2.2\lib\IPCE\ipy\ipy.exe:4420): WARNING **: string/stringbu ilder marshalling conversion 29 not implemented Traceback (most recent call last): File Microsoft.SqlServer.ManagedDTS, line unknown, in .ctor NotImplementedError: string/stringbuilder marshalling conversion 29 not implemen ted ** (C:\PROGRA~2\Mono-2.2\lib\IPCE\ipy\ipy.exe:4420): WARNING **: Shutting down f inalizer thread timed out. Does anyone have any idea as to why/what is causing this issue? I have the same problem when running against the same dll using a C# implementation of the same code that is executing in IronPython. I figured that if there was a IronPython article on how to run ssis packages, that it would work, so I think it must be a config problem on my machines. My dev box is Windows running Mono 2.2 and my prod box id RHEL running Mono 2.2 - what could be wrong? I am finding the DLLs ok, otherwise I would not be getting this far. Help!! It I can get it to work in any fashion, I will publish the code for everyone to use, so they don't suffer my frustrations!! TIA, Rob Weiss -- View this message in context: http://www.nabble.com/IronPython-and-SSIS-issue---need-help...bad-tp21853213p21853213.html Sent from the IronPython mailing list archive at Nabble.com. _______________________________________________ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com