Login to the FTP server failed invalid password for user abc

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
pmadhavi
Charter Member
Charter Member
Posts: 92
Joined: Fri Jan 27, 2006 2:54 pm

Login to the FTP server failed invalid password for user abc

Post by pmadhavi »

Hi

We are using the ftp stage to copy a flat file to a share drive.
We gave the correct server name , our windows login ID/password.

but when we run the job we are getting the following error.
"Login to the FTP server failed, invalid password for user co10004"

we are able to connect to the share drive with our ID. from the explorer.

Did anybody come across this kind of problem?
help me out in tracing the same.
Thanks,
Madhavi
sud
Premium Member
Premium Member
Posts: 366
Joined: Fri Dec 02, 2005 5:00 am
Location: Here I Am

Re: Login to the FTP server failed invalid password for user

Post by sud »

pmadhavi wrote:Hi

We are using the ftp stage to copy a flat file to a share drive.
We gave the correct server name , our windows login ID/password.

but when we run the job we are getting the following error.
"Login to the FTP server failed, invalid password for user co10004"

we are able to connect to the share drive with our ID. from the explorer.

Did anybody come across this kind of problem?
help me out in tracing the same.
Are you able to ftp to your shared drive using the userid/password you are specifying ? Why don't you check that first.
It took me fifteen years to discover I had no talent for ETL, but I couldn't give it up because by that time I was too famous.
pmadhavi
Charter Member
Charter Member
Posts: 92
Joined: Fri Jan 27, 2006 2:54 pm

Re: Login to the FTP server failed invalid password for user

Post by pmadhavi »

Please find the following:

I gave ftp <servername> at the command prompt.
Connected to <servername>
220 server_6 FTP server (EMC-SNAS: 7:45:33:2) ready.
User: <username>
331 password required for <username>.
Password: <I entered the password>
530 Login incorrect.
Login failed.
ftp>
Thanks,
Madhavi
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

Well if you are not able to connect to the server using the command prompt then clearly you dont have access, or your giving incorrect password.
You said you got connected via explorer. Disconnect it and try to reconnect via explorer with the exact same user name and password. See if that works.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
pmadhavi
Charter Member
Charter Member
Posts: 92
Joined: Fri Jan 27, 2006 2:54 pm

Post by pmadhavi »

its very strange. if I try to map the drive with my ID, it is saying 'network path not found'. But if I give the same path in Run window, its getting connected.
Thanks,
Madhavi
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

how are you giving the path name.
Dont give the drive name thats mapped. Give the complete name of the server.
For eg:
If //myserver is mapped to drive J then dont give drive J , give //myserver.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
sud
Premium Member
Premium Member
Posts: 366
Joined: Fri Dec 02, 2005 5:00 am
Location: Here I Am

Re: Login to the FTP server failed invalid password for user

Post by sud »

pmadhavi wrote:Please find the following:

I gave ftp <servername> at the command prompt.
Connected to <servername>
220 server_6 FTP server (EMC-SNAS: 7:45:33:2) ready.
User: <username>
331 password required for <username>.
Password: <I entered the password>
530 Login incorrect.
Login failed.
ftp>
But whether you are able to map the drive or not, why are you getting a 530 Login incorrect message ? and this you should check with your administrator.
It took me fifteen years to discover I had no talent for ETL, but I couldn't give it up because by that time I was too famous.
Post Reply