Viewing 15 posts - 76 through 90 (of 109 total)
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...
December 22, 2009 at 8:24 am
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,...
December 11, 2009 at 8:17 am
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...
December 11, 2009 at 7:42 am
All my variables are created at the package level so they are global throughout, id expect to see them at all levels.
December 11, 2009 at 7:39 am
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...
December 11, 2009 at 7:07 am
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...
December 9, 2009 at 2:43 am
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...
December 7, 2009 at 3:41 am
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...
December 4, 2009 at 4:48 am
the answer was obvious now, I hadnt set the local destination for the downloaded file
December 3, 2009 at 10:01 am
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...
December 3, 2009 at 8:22 am
Im following this example here
but converting it to c#.
The process seems very 'flaky' to me. For example, If I give the Foreach process a...
December 3, 2009 at 4:52 am
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...
December 2, 2009 at 8:42 am
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...
December 2, 2009 at 7:58 am
Viewing 15 posts - 76 through 90 (of 109 total)