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-Running-SSIS-Package-tp21853152p21853152.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
