SFTP Or SCP with Siebel Business Service
We created a business service to get a file from the siebel server and send it to another unix server using sftp/scp, In order to do that
1. we generated ssh key and copied the key to the target server under .ssh of that user (siebel) directory as authorized_keys
2. test sftp and scp from command prompt/shell using sftp user@targerserver which works fine without an issue
But if we run the same command from business service/business service simulator we are getting 256 (connection refused) error, we verified user (Siebel) and path every thing looks ok, help please
below code
1. we generated ssh key and copied the key to the target server under .ssh of that user (siebel) directory as authorized_keys
2. test sftp and scp from command prompt/shell using sftp user@targerserver which works fine without an issue
But if we run the same command from business service/business service simulator we are getting 256 (connection refused) error, we verified user (Siebel) and path every thing looks ok, help please
below code
0