sql server - How to configure Azure VM for SSIS package using FTP task -


i have created windows azure vm gallery using ws 2012 + sql 2012 image.

i doing poc using ssis pull files ftp site , load database. having problem ftp task inside ssis. files pulling plain text, i've set transfer mode ascii in ssis package. problem comes when try navigate remote path. following error:

error: error occurred in requested ftp operation. detailed error description: 200 type set a.

500 invalid port command. 500 'lprt 6,16,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,2,192,34': command not understood

if type in remote path , try execute package, same error. have created ftp endpoint vm using 22 public , 21 private ports. there else need work?

i've found lots of articles on how configure ftp services azure vm, that's not want do. want run ssis package uses ftp task.

did check machines firewall rules too? can execute frp command outside of ssis task (ie browser, cmdline or ftp client) ?


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -