Forum Replies Created

Viewing 15 posts - 256 through 270 (of 1,118 total)

  • RE: SSIS Excel File Loading Error

    This is the important part:

    "The Microsoft Office Access database engine cannot open or write to the file ''. It is already opened exclusively by another user, or you need permission...

  • RE: Data export to Excel 2007 from ssis package

    Hi,

    Can you try first a shorter export, like 10 rows. Does it work ?

  • RE: Error in SQL2008 job containing SSIS packet

    It looks like the package you are trying to execute is in specific user sub-folder and the "NETWORK SERVICE" account doesn't have permissions to this folder. Try moving the package...

  • RE: SSIS Excel File Loading Error

    SSIS.COM (10/12/2010)


    I am trying to import excel files into SQL Server 2008. But I get the following error.

    "The AcquireConnection method call to the connection manager "Excel Connection Manager" failed with...

  • RE: Sorting data files before merge join

    Mike-1076638 (10/10/2010)


    10gb file can be sorted and you do not have to buy new hardware

    Microsoft is promoting the idea that doing everything the memory is great. It does definitely...

  • RE: SSIS how to when columns names change

    If you can use third-party solutions, check the commercial CozyRoc Data Flow Task Plus. It can modify the SSIS data flow metadata at runtime, dynamically including / excluding columns. You...

  • RE: Run 64 bit SSIS package from sql job agent

    pwalter83 (10/5/2010)


    Hello Friends,

    I want to run the 64 bit SSIS package from the SQL job agent. I understand I need to select 'Operating System (CmdExec)' as the Job 'Type'. ...

  • RE: SSIS Derived Columns help needed

    The type of parsing you are looking for is very complicated and not trivial. If you can use third-party solutions, check the commercial CozyRoc Address Parse component. It provides exactly...

  • RE: Convert ActiveXScript task

    jani_shirish (9/21/2010)


    Thanks For your help i have achive this

    I have one PC with sql 2000 and is Running fine on that

    Thanks A lot

    I have question

    I in...

  • RE: Convert ActiveXScript task

    jani_shirish (9/21/2010)


    i find error

    TITLE: ActiveX Script Task

    ------------------------------

    An error occurred while adding the managed SSIS type library to the script host. Verify that the DTS 2000 runtime is installed.

    ------------------------------

    BUTTONS:

    OK

    ------------------------------

    You have...

  • RE: Convert ActiveXScript task

    jani_shirish (9/21/2010)


    can you please elaborate what is that

    When you open ActiveX Script Task dialog and go to the place where you entered the script, there is a property right under...

  • RE: Convert ActiveXScript task

    jani_shirish (9/21/2010)


    TITLE: Package Validation Error

    ------------------------------

    Package Validation Error

    ------------------------------

    ADDITIONAL INFORMATION:

    Error at ActiveX Script Task [ActiveX Script Task]: Function not found.

    Error at ActiveX Script Task: There were errors during task validation.

    (Microsoft.DataTransformationServices.VsIntegration)

    ------------------------------

    ------------------------------

    What did...

  • RE: Convert ActiveXScript task

    jani_shirish (9/21/2010)


    but by running ssis it says function not found

    What is the exact error message?

  • RE: Convert ActiveXScript task

    jani_shirish (9/21/2010)


    still i am not able to resolve it

    do i need to use in script task

    or what are the changes i need to do

    please help me

    I have...

  • RE: Convert ActiveXScript task

    jani_shirish (9/21/2010)


    i got error Function not found

    You have to determine which function is not found. Start commenting code until you find which is the failing piece.

Viewing 15 posts - 256 through 270 (of 1,118 total)