| Author |
FTP BTSAdapterException
|
|
| kerberos 2005-11-27, 7:47 am |
| i am trying to run the ftp adapter on a dynamic send port
in my example, the process is very simple
i have this expression where only is
myport(xlang.address) = "ftp://x.x.x.1:21/"
(i havent declared any password or username because i allow
anonymous)
one send is connected to this port
the orchestration is well deployed, all ports appear in the
receive.send ports as supposed to be
i believe the ftp server is well configured
since i can access via flashfxp and my mates too
the error "btsadapterexception" is displayed
no further explanation
but its transmission is canceled
do not know what to do

| |
| kerberos 2005-11-27, 8:48 pm |
| by the way this is happening on static and dynamic
the server is installed on my machine using ftp from IIS
thaaanks
| |
| Younes Amar 2005-11-28, 2:51 am |
| Hi,
Try in the FTP send Handler properties to enter anonymous in the username
and password ="", cus by default they are empty.
Younes
"kerberos" <nirvfan_mty@hotmail-dot-com.no-spam.invalid> wrote in message
news:VZSdnd6q5KCiwxfeRVn_vQ@giganews.com...
> by the way this is happening on static and dynamic
> the server is installed on my machine using ftp from IIS
>
> thaaanks
>
| |
| kerberos 2005-11-28, 6:02 pm |
| thanks for your advice
i tried with
a) not using any parameter
b) using username anonymous and password email and stuff
c) using username = "" and password = ""
it never worked
the only way i can get this to work is using my user domain and
password
for example
username = "DOMAIN\un" password="mypass"
which i found very very silly
since it must accept anonymous login
but i cant set anonymous in bts orchestration
so, in conclusion to this topic
always set username and passwords on the ftp, even if it is in a local
machine (my case) 
cant find any other solution
| |
| Marian Drumea 2005-12-03, 2:48 am |
| Hi kerberos,
I am afraid you are not correct with the conclusion. By default, you
are not required to provide the domain credentials. If you have the FTP
server you are trying to access under your control, check who the
impersonating user is for anonymous access and ensure it has write
access to the folder the FTP server uses. I understand your mates can
access as anonymous or what seems to be anonymously. If you have the
option, check to allow only anonymous access and then ask your mates to
try again. The problem has to be somewhere in your environment, because
the FTP adapter works very nicely without using domain accounts.
Thanks,
Marian
http://www.MarianDrumea.com/BizTalk
| |
| kerberos 2005-12-03, 5:50 pm |
| my default impersonation user is "IUSR_Machine"
with given permission of full control
as suggested
do not know what to do !
it is still working only specifying the network credentials
in username and password
duck it !
|
|
|
|