0% found this document useful (0 votes)
10 views

FTP & ACL Configuration Setups

This document provides instructions for setting up FTP between a Windows server and an ERP server. It outlines prerequisites like ensuring the proper ACL is configured in the ERP database and that the servers can ping each other. It then lists steps to download and install FileZilla server on the Windows server, create a user group and user, map directories, and configure logging before completing some validation checks.

Uploaded by

Rubini
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views

FTP & ACL Configuration Setups

This document provides instructions for setting up FTP between a Windows server and an ERP server. It outlines prerequisites like ensuring the proper ACL is configured in the ERP database and that the servers can ping each other. It then lists steps to download and install FileZilla server on the Windows server, create a user group and user, map directories, and configure logging before completing some validation checks.

Uploaded by

Rubini
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 28

FTP Configuration Setups

Prerequisites to setup ftp between windows server and ERP server

1. ACL should be available in ERP


Check acl using below script (select * from dba_network_acls;)
If output is having host as * and acl as .xml vaule then don’t need to anything.

In the above screenshot acl is not available and needs to be created by dba since
acl is not having .xml as value.
Update the attached scripts based on requirement and send it to DBA team for acl
creation.

Once done check the below table for new entry with mentioned details.
select * from dba_network_acls;

2. Make sure you are able to ping the ERP DB server from windows machine,
if not so check with client.

FTP Configuration Steps:


Step 1 : Click on Below link and click on download filezilla server

https://filezilla-project.org/download.php?type=server
Step 2 : Install filezilla server in the windows server by double clicking on the download
application.

Group Name can be any name but make sure to give relevant name so it can be easy to
understandable of the purpose.
Map the home directory under which all the E-Invoice solution paths has been mapped (like
cancel irn, get irn , generate irn etc..) click on ok.

Note : This home directory path will be provided by java team.


User Name can be any name, make user to give relevant user name to understand the purpose.
Note down the password entered here, the same should be updated in FTP lookup in Oracle
ERP
Map the home directory path provided by java team under which all the E-Invoice solution
paths has been mapped (like cancel irn, get irn , generate irn etc..) click on ok.
Set all the below highlighted values to 0(zero) and click on OK.
Filezilla server log files will be stored in below location with system date in file name can used
as reference for debugging.

Once FTP Setup has been completed, make sure to do the below checks.
1. Check whether windows firewall is turned on or not. If it is turned off don’t need to
follow below steps else follow below steps.
Once all the setups done close the control panel.

You might also like