Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3211660
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T14:45:25+00:00 2026-05-17T14:45:25+00:00

In my SSIS 2005 package, I need to give the FTP Connectionstring via an

  • 0

In my SSIS 2005 package, I need to give the FTP Connectionstring via an expression as I need to keep it configurable for the user from the dtsConfig file.

At the moment I tried giving the following expression:

Connectionstring = @[User::FTPServer] + “.” + @[User::FTPUser] + “.” + @[User::FTPPass]

For this unique syntax, I took pointers from the discussion at http://social.msdn.microsoft.com/Forums/en-US/sqlintegrationservices/thread/3713e9a5-343a-4c5b-ac5d-1508cd5ab8be

My FTPServer variable also has port info in the format MYSERVERNAME:21.

But I am getting the error “530 User anonymous unknown”

Any idea how I can fix this error?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T14:45:25+00:00Added an answer on May 17, 2026 at 2:45 pm

    I think your variables should have two :: not one.

    @[User::FTPServer] + "." + @[User::FTPUser] + "." + @[User::FTPPass]

    EDIT:

    You may be having some trouble due to the password being cleared

    What I would do is set these details beforehand via a Script Task. Run the script and then run the FTP Task – I think that should that work.

    Public Class ScriptMain
    
    Public Sub Main()
    
    Dim FTPConnectionManager As ConnectionManager
    
    'Set variable to an existing connection manager
    ' Replace "FTP Server" with the name of your existing FTP Connection Manager
    FTPConnectionManager = Dts.Connections("FTP Server")
    
    
    FTPConnectionManager.Properties("ServerName").SetValue(FTPConnectionManager, Dts.Variables("FTPServer").Value)
    
    FTPConnectionManager.Properties("ServerPort").SetValue(FTPConnectionManager, Dts.Variables("FTPPort").Value)
    
    FTPConnectionManager.Properties("ServerUserName").SetValue(FTPConnectionManager, Dts.Variables("FTPUserName").Value)
    
    FTPConnectionManager.Properties("ServerPassword").SetValue(FTPConnectionManager, Dts.Variables("FTPPassword").Value)
    
    
    Dts.TaskResult = Dts.Results.Success
    
    End Sub
    
    End Class
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a SSIS 2005 package that needs to read from an XML file,
I have an SSIS (2005) package that transforms some XML data and then imports
I have a job on SQL Server 2005 running a ssis package. The package
I'm using SSIS to import data from Excel sheets into SQL Server 2005, the
My SSIS program reads as input from a .csv file. The file has about
In SSIS,I had tried to deploy a package, which is for importing data from
I have about 160 SSIS packages that I'm trying to upgrade from 2005 to
I'm attempting to execute an SSIS package on SQL 2005 using the following: dtexec
Good Afternoon All, I have written an SSIS 2005 package that contains a conditional
I have an 2005 SSIS package that runs on a Windows 2003 Server hitting

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.