Forum Replies Created

Viewing 15 posts - 76 through 90 (of 109 total)

  • RE: OLE DB connection problem

    I had a similar problem with an ftp connection early in the process, adding the ftp password manually to the config file solved it, so i know that the config...

  • RE: OLE DB connection problem

    ok, thanks, ill give it a try

  • RE: SSIS Variables

    I totally understand scope with respect to standard development, but with SSIS I dont think its quite the same thing (thats my opinion anyway) Im really new to SSIS,...

  • RE: SSIS Variables

    I can see the logic behind this, its very confusing for a novice though, but allowing variables with the same name, even though they may be different scope, is crazy...

  • RE: SSIS Variables

    All my variables are created at the package level so they are global throughout, id expect to see them at all levels.

  • RE: SSIS Variables

    After several hours of headscratching ive found the problem. For some strange inexplicable reason, the Variable window decides to remove particular variables from view (not delete them, just hide...

  • RE: ConnectionString and ServerName

    Thats excellent, thank you.

  • RE: ConnectionString and ServerName

    ok, thanks, ive taken a look at how to use them. How can the actual information inside the config file be edited though ?

    Ive run through the config wizard...

  • RE: SSIS FTP Task

    im still having problems with the FTP task. Ive setup a variable named 'SourceFTPFile'

    Its scope is the entire package and its a string. In the value column I...

  • RE: SSIS FTP Task

    I have another question related to the FTP download. The name of the actual file will change from month to month, but the naming format will always be the...

  • RE: SSIS FTP Task

    the answer was obvious now, I hadnt set the local destination for the downloaded file

  • RE: SSIS question

    I think im slowly getting the hang of SSIS, its not particularly intuitive though, I was expecting to edit the variables in the edit window of the task, but had...

  • RE: SSIS question

    Im following this example here

    http://sqlblogcasts.com/blogs/jorg/archive/2009/08/27/ssis-unpack-a-zip-file-with-the-script-task.aspx

    but converting it to c#.

    The process seems very 'flaky' to me. For example, If I give the Foreach process a...

  • RE: SSIS question

    Ive googled this and found these steps

    Steps:

    1. Drag and drop execute Process task

    2. Edit the component.

    3.In the Process Menu,

    'Executable' =C:\Program Files\WinZip\WINZIP32.EXE

    'Arguments'= -e -o "fileNameinZipformat.zip "

    Working Dir='C:\TestFolder '

    4. Arguments tips: -e...

  • RE: SSIS question

    Is it also possible to do the following with SSIS ?

    use FTP to download a zip file to a specified location. Once this file has been successfully downloaded, unzip...

Viewing 15 posts - 76 through 90 (of 109 total)