Hi All,I am having a database which is running on WINNT
,i am downloading attachment into SFTP area , the SFTP i son AIX Server.
I wrote an agent(schedule) which download the files in local(i mean server pc) , at the end of agent i am calling shell command which will synchornise the files on AIX STFP area.
I am calling the beloew file at the end of the agent
file code
option batch on
option confirm off
open sftp://a3skppro:conf2ssi@9.17.246.18:22
y
cd /gsa/a03gsa/.projects/p1/aheweb03/projects/w3stage/content/sales/support/protected
synchronize remote e:\ssa2ssi\prod\conf /gsa/a03gsa/.projects/p1/aheweb03/projects/w3stage/content/sales/support/protected/
chmod 775 /gsa/a03gsa/.projects/p1/aheweb03/projects/w3stage/content/sales/support/protected/*
close
exit
the command which i am calling end of agent is
taskId% = Shell(“E:\notes\data\ssi\SecureP.bat”,1)
the problem is i am getting the following error in server console.
warning acces restriction
Authenticatiuon failed
Unable to authenticate
No session
no session
no session
no session
what will be the problem any idea?