Forum Replies Created

Viewing 15 posts - 421 through 435 (of 1,118 total)

  • RE: SSIS package to send an e-mail

    mukisql2008 (2/3/2010)


    Hi,

    I want to create a SSIS package to send an e-mail upon completion.

    The problem is my SMTP server is not windows and requires a username and password.

    Is there...

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

  • RE: SSIS out of memory/Buffer memory error. srv 48gb ram.

    Ananda-292708 (2/2/2010)


    I have an SSIS code. This was running fine until last one week. Now its failing saying below error.

    The 32bit server has got 48gb Memory, with SQL...

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

  • RE: Rename File Through SSIS

    You can use standard Foreach Loop where you can specify wildcard. The loop will hopefully do one iteration and you can rename current iterated item to your destination static name.

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

  • RE: SSIS Secure FTP Task

    ryan213 (2/2/2010)


    Will I need licensing for this? I've downloaded SSISPlus14.msi from the cozyroc site and that's what I've been using on my machine. Will I need some sort of...

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

  • RE: SSIS Secure FTP Task

    ryan213 (2/2/2010)


    I restarted but it didn't work.

    Do I need to install the CozyRoc software on the actual machine that's running the job? I develop the package on...

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

  • RE: Problem importing text file into Oracle

    imani_technology (2/1/2010)


    We re-installed and got the following error:

    "Test connectionfailed because of an error in initializing provider. The 'OraOLEDB.Oracle.1' provider is not registered on the local machine.

    Also, I followed the...

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

  • RE: SSIS Secure FTP Task

    ryan213 (2/1/2010)


    CozyRoc (9/29/2008)


    Check CozyRoc's SSIS+ library, if you want straightforward solution. It is your choice. You either have time on your hands or you want to get the job done...

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

  • RE: Find Min/Max values in an export

    You can check this script for ideas.

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

  • RE: Find Min/Max values in an export

    You have to include a class attribute of type double and use the algorithm you have correctly described to find the highest current value in the ProcessInputRow method. Store the...

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

  • RE: Problem importing text file into Oracle

    Try to reinstall your Oracle client. There must be something missing.

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

  • RE: Problem importing text file into Oracle

    imani_technology (1/28/2010)


    Yes, the machine is 64-bit! We are using 64-bit SQL Server 2005 on top of 64-bit Windows Server 2003. Is there a way around the problem?

    You have...

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

  • RE: Problem importing text file into Oracle

    Is your machine 64bit? The Oracle driver is available only in 32bit mode.

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

  • RE: SSIS OLE DB data source query is choking Oracle 11g

    I don't think you will be able to resolve this issue from the SSIS side. 200,000 objects is crazy to start with and probably the SSIS team never expected to...

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

  • RE: Pulling information out of Unix

    Use quoted year like "Year" in your SQL statement, too. Probably Year is keyword in the specific SQL dialect you use and the quotes will help the database engine handle...

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

  • RE: Decrypting a PGP file with Execute process task

    If you can use third-party solutions, check the commercial CozyRoc OpenPGP Task. It is completely integrated in SSIS and easier to use.

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

Viewing 15 posts - 421 through 435 (of 1,118 total)