Viewing 15 posts - 481 through 495 (of 1,118 total)
What is the error when you run your code? If your string contains backslash, you have to escape it like this:
StartInfo.FileName = "C:\\Program Files (x86)\\Microsoft SQL Server\\90\\DTS\\Binn\\dtexec.exe"
December 22, 2009 at 6:25 am
CorinaThong (12/21/2009)
Hi CozyRoc,The package is running inside the library. 🙂
There are two options to execute your package in 32 bit mode:
- make the executable, which contains your library to execute...
December 21, 2009 at 8:29 pm
namrata.dhanawade-1143388 (12/21/2009)
OK.Now it says -
Cannot convert between unicode and non-unicode string data types
Use derived column transformation to convert the failing column.
December 21, 2009 at 6:33 am
CorinaThong (12/20/2009)
Thanks for your reply.
I got the following error from the SSIS package log:
The AcquireConnection method call to the connection manager "QuickbooksExtract" failed with error code 0xC0202009.
where the QuickbooksExtract...
December 20, 2009 at 10:01 pm
This is the error stack dump and it is not helpful. Can you setup your code like this:
Dim reader As SqlDataReader
Try
reader =...
December 19, 2009 at 8:31 am
Is there an error when you execute your package from code? If yes, what is the error?
December 19, 2009 at 8:26 am
Helical Johan (12/17/2009)
Name1 = c:\helical.asc
Name2 = c:\files
Name3 = hello
java -jar nombrejar.jar -d + @[User::Name1] + @[User::Name2]+ @[User::Name3]
My problem is when some...
December 19, 2009 at 8:18 am
Oblivisci (12/17/2009)
Is it possible to use a query on a SSIS package that is stored in the...
December 19, 2009 at 8:12 am
namrata.dhanawade-1143388 (12/17/2009)
However in a Execute SQL Task; I want to delete rows from a table in the Access database for which the Jet...
December 17, 2009 at 7:30 am
namrata.dhanawade-1143388 (12/17/2009)
I want to export some dta from SQL to a Tbale in the Access database.
I am not sure what connection manager should be used.
Also, what syntax should be...
December 17, 2009 at 7:29 am
wcwarner (12/16/2009)
I am developing an SSIS pkg that will be connecting to a mainframe using an ODBC connector. The cODBC connection is very limited in the number of connections...
December 16, 2009 at 3:34 pm
True - but then why is SSIS and SQL server 2005 is rubbish at importing and exporting CSVs.
Perhaps I agree on the easier to understand point and a...
December 16, 2009 at 11:29 am
da-221236 (12/15/2009)
If I understand properly - you dont mean what langauge to use in SSIS but rather whether to go with pure .NET vs SSIS. Am I correct.
We...
December 16, 2009 at 8:15 am
The DTSX files are not executables. It is more like the .doc file, containing description of your work flow. There is no way to execute SQL 2005 packages, unless you...
December 15, 2009 at 4:53 pm
Can you post a sample Excel file with the issue?
December 15, 2009 at 4:47 pm
Viewing 15 posts - 481 through 495 (of 1,118 total)