Viewing 14 posts - 1 through 14 (of 14 total)
The format is below
"Server IP: Port.loginAccount.loginPWD"
EX: "192.168.1.1:21"+ @[user::FtpAcct]+"."+ @[user::FtpPwd]
192.162.1.1:21.Username.password
This worked for me... 🙂
All the best
October 9, 2009 at 11:14 am
What is the error you are getting... when ur using Oracle provider...
See that u use the provider which is supported to your version of Oracle source... in SSIS 2005 Oracle...
September 10, 2009 at 7:52 am
Hi Mike...
I need some more info...I suppose ur using checkpoint feature
1. You must have developed the pacakge on your development system and deployed on server. So the path of the...
September 10, 2009 at 5:39 am
We use scheduler and run the process every 10 min to check for new files and move the processed files to another location so that everytime you get new files...
September 10, 2009 at 5:31 am
Hi..
The problem is due to the protection level property of the package. Figure what is the property value.
The config file has to be designed based on the property you have...
September 10, 2009 at 5:24 am
The Oracle provider should be faster... but not sure... 🙁
September 10, 2009 at 5:18 am
The tutorials which you get once u install SQL Server 2005...
All programs -> MicrosoftSQL server 2005 - Documentation and tutorials - tutorials - sql server tutorials
in that SSIS related...
September 10, 2009 at 5:16 am
Hi There...
Follow these steps
1. Create and FTP task.
2. Create ftp connection in which just mention the server name like http://ftp.servername.com or 11.22.33.44
3. Local path corresponds to the source...
September 10, 2009 at 4:23 am
Hi Bhuvnesh...
This might be a little handy...
http://www.sqlservercentral.com/articles/Integration+Services+(SSIS)/66500/
cheers
Satish
September 10, 2009 at 4:00 am
Follow the Tutorials first, I feel that is the best way to start learning SSIS...
ALL THE BEST
September 10, 2009 at 3:45 am
Hi There...
I am sorry to say but I am confused with your problem statement... can you be more clear...
the first part is clear... but the second part of what u...
September 3, 2009 at 3:53 am
can you do an ordering in your query on the column containing the a,b,c data and in the expression u can use
if rowvalue = max(Column) then...
This will work if...
September 3, 2009 at 3:44 am
Hi There..
I have few questions...
If A,B,C row values and do u know what the last value thatis C in that order....
If yes then using expressions u can control whether to...
September 2, 2009 at 12:15 pm
Hi There...
I found a round about for you....
First add a row in ur data with value 0 for x axis which default changes to a date say suppose 01/01/1990 and...
September 2, 2009 at 12:07 pm
Viewing 14 posts - 1 through 14 (of 14 total)