Re: [IronPython] IronPython and SSIS issue - need help...bad

2009-02-18 Thread Carl Trachte
On Fri, Feb 6, 2009 at 5:08 AM, Rob Weiss 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

Re: [IronPython] IronPython and SSIS issue - need help...bad

2009-02-06 Thread Rob Weiss
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 insta

Re: [IronPython] IronPython and SSIS issue - need help...bad

2009-02-05 Thread Bill Fellows
I have not read the article about SSIS and mono but I did have an XP machine with .NET 3.5 installed on as well as a development edition of SQL Server 2005. I grabbed the latest versions of IP 1.1 and 2.0 from codeplex and created a simple SSIS package that had a single script task with a hello wo

Re: [IronPython] IronPython and SSIS issue - need help...bad

2009-02-05 Thread Carl Trachte
I had a look at the script. It is still running in a .Net 2.0 environment with IronPython 1.1. Since it is a production script and I do not own the environment, it will take me a bit to upgrade it to IronPython 2.0. In the meantime, I will put a disclaimer in the recipe. Michael, if you feel it

Re: [IronPython] IronPython and SSIS issue - need help...bad

2009-02-05 Thread Carl Trachte
Rob, I posted the original article in the cookbook. Sorry it has caused you some grief. At the time I was working with IronPython 1.1. Not sure if this had anything to do the problems you encountered. I did not test this on Mono and I apologize for the implicit suggestion that it would work th

Re: [IronPython] IronPython and SSIS issue - need help...bad

2009-02-05 Thread Rob Weiss
The C# code I have works when compiled and run on a windows machine. It does not work on the RHEL box under mono. So I was trying to see if mono was the issue. Trying to eliminate the mono question, I downloaded IP's latest version installed on my windows dev box and ran the script I listed in my

Re: [IronPython] IronPython and SSIS issue - need help...bad

2009-02-05 Thread Rob Weiss
The C# code I have works when compiled and run on a windows machine. It does not work on the RHEL box under mono. So I was trying to see if mono was the issue. Trying to eliminate the mono question, I downloaded IP's latest version installed on my windows dev box and ran the script I listed in my

Re: [IronPython] IronPython and SSIS issue - need help...bad

2009-02-05 Thread Bill Fellows
Far from an expert here, but could you be missing an assembly? I have a C# app that builds SSIS packages programatically and I have references to Microsoft.SqlServer.DTSPipelineWrap Microsoft.SqlServer.DTSRuntimeWrap Microsoft.SqlServer.ManagedDTS /bill __

Re: [IronPython] IronPython and SSIS issue - need help...bad

2009-02-05 Thread Rob Weiss
Rob Weiss wrote: > > 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 marshalli

[IronPython] IronPython and SSIS issue - need help...bad

2009-02-05 Thread Rob Weiss
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