Forum Replies Created

Viewing 15 posts - 481 through 495 (of 1,118 total)

  • RE: Executing SSIS Package in 64-bit server

    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"

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: Executing SSIS Package in 64-bit server

    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...

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: Connection manager for Access in SSIS

    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.

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: Executing SSIS Package in 64-bit server

    CorinaThong (12/20/2009)


    Hi CozyRoc,

    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...

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: Script component fail on ExecuteReader().

    This is the error stack dump and it is not helpful. Can you setup your code like this:

    Dim reader As SqlDataReader

    Try

    reader =...

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: Executing SSIS Package in 64-bit server

    Is there an error when you execute your package from code? If yes, what is the error?

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: Problems with process task (arguments with variables)

    Helical Johan (12/17/2009)


    Hi, I have a process task. I execute a jar:

    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...

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: Is it possible to query a package from SQL to get table list

    Oblivisci (12/17/2009)


    I believe I already no the answer to this but I will ask anyway.

    Is it possible to use a query on a SSIS package that is stored in the...

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: Connection manager for Access in SSIS

    namrata.dhanawade-1143388 (12/17/2009)


    OK. I know about the connection manager now.

    However in a Execute SQL Task; I want to delete rows from a table in the Access database for which the Jet...

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: Connection manager for Access in SSIS

    namrata.dhanawade-1143388 (12/17/2009)


    Hi

    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...

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: Controlling Number of Asynchronous Operation

    wcwarner (12/16/2009)


    Hi,

    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...

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: ETL process SSIS or VB.Net

    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...

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: ETL process SSIS or VB.Net

    da-221236 (12/15/2009)


    Hi,

    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...

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: Scheduling 2008 Packages with SQL Agent 2005

    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...

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: Error when try to Preview Excel spreadsheet

    Can you post a sample Excel file with the issue?

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

Viewing 15 posts - 481 through 495 (of 1,118 total)