On Fri, Feb 6, 2009 at 5:08 AM, Rob Weiss <rwe...@chesapeakebay.net> wrote:
>
> Carl,
> Thanks for the help, looking forward to the update.
>
> Bill,
> I can get the package to run fine using dtsexec and it runs in VS BIS IDE,
> It also runs with a C# app I wrote, so I am not having an issue other than
> trying to get it to run under IP (on either a windows dev box with
> everything installed, or the prod Red Hat Enterprise box) or IP on mono
> (same boxes) using the supplied script. Carl posted a msg stating that he
> was going to dust off the code and review a couple of things and get back to
> us.
>
> Thanks.

Sorry this took so long.  I've updated this recipe in the IronPython
Cookbook for IronPython 2.0 (no testing on Mono).  The main problem
seemed to be the loss of the ability to do Python index and name
lookups (variablename['foo']) on the SSIS collection objects.  The
code now is a little more verbose, but this is hardly a showstopper.

Thanks for the heads up on this.

Carl T.

> --
> View this message in context: 
> http://www.nabble.com/IronPython-and-SSIS-issue---need-help...bad-tp21853213p21871242.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
>
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to