Should FTP port be opened for client_to_as function

I need to transfer a file from the client machine to the Solaris Server where the 10g forms are running. I was planning on using the webutil_file_transfer.client_to_as function. I know we have to set some properties in the webutil.cfg file. Other than that, should the FTP port be open on the server for the file to be transferred from the client machine. Basically, wanted to know if FTP protocols are used to transfer the file so that certain securities can be set on the server.
Also does anyone know how to delete the file on the solaris server programmatically through Oracle Forms? After the file is transferred from the client to the server and processed, I need to delete the file. I am assuming you can use the HOST command, but not sure of the exact syntax and what permissions are required to delete the file from the client machine.

I have never used the "Client_To_AS" method, however, according to the documentation all you need to configure is the webutil.cfg and insure the transfer.appsrv.enabled parameter is set to TRUE and if the transfer.appsrv.accessControl parameter is set to TRUE then you also need to ensure the target directory on the App Server is listed in the transfer.appsrv.write list. There is no mention that FTP must be enabled on the App Server.
The documentation also states that you should call the WebUtil_File_Transfer.IsASWritable function with the target file name to ensure you are able to write to the file location on the server.
As to how to delete a file, you can use the "rm <filename>" command in Solaris to remove the file. Also, here is the link to the documentation I used to reply to your post.
http://www.oracle.com/technology/products/forms/htdocs/webutil/web_util.pdf
Hope this helps.
Craig...

Similar Messages

  • Which port is open for connection ?

    how could I know which port is open for connection ?
    In the java, I use JDBC to connect to Oracle,
    connection = DriverManager.getConnection("jdbc:oracle:thin:@localhost:1521:sid", "scott","tiger");Do we have a command to show open port ?
    Thanks.

    What is your Oracle version, and do you use dedicated connections or "shared servers"? From your port number invoked (1521), I'll guess you use dedicated connections. In that case, the listener (located at 1521) will "spawn" a dedicated process for your session, and tell this process to start on another port (usually falling on a certain range, depending on your OS). An easy way to see this would probably to turn listener tracing on. Here's what I found in the log file after I started a new (dedicated) session on my 10.2 DB:
    "22-OCT-2006 21:31:16 * (CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=ora102)(CLIENT_REGISTRATION=ora102)(CID=(PROGRAM=C:\oracle92\bin\sqlplusw.exe)(HOST=DANIELROYLAPTOP)(USER=Daniel))(CLIENT_REGISTRATION=ora102)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.100)(PORT=3198)) * establish * ora102 * 0"
    HTH
    Daniel

  • AirPort Extreme FTP port is open when doing Remote Port Scan

    I have a question regarding the AirPort Extreme Base stations running firmware 7.7.3.  Currently the AirPort is not port-mapping any services, however when I do a remote port scan of that particular AirPort I have noticed some TCP ports are open from the outside, such as FTP port 21, RTSP port 554 and ARCP port 7070. Why is that? I thought the AEBS blocks these services by default, unless otherwise configured to be open.  Is this a vulnerability with the firmware?

    TCP and UDP ports used by Apple software products - Apple Support
    Your 554 and 7070 may be open due to links to itunes store. It is not a big vulnerability since it is for streaming.
    Port 21 is more a concern.. It is used internally by the AE apparently.. but I really do not know why. FTP as a protocol is not offered to the outside world. so you cannot connect to it and get info for files.. even if you have a hard disk plugged in. Why it should be open to the outside world I am not sure.
    Do you have BTMM turned on? It may be involved with remote services.
    If you are concerned it is not hard to fix.. port map those ports to a non-existent client in the network.. however your itunes store connection might stop working as well as some other things... that need those ports open.. There is also a good chance you cannot map them when they are used.. so do a factory reset and before you setup other applications or BTMM do the port map and see what happens.
    You can also post the details to apple directly but I honestly doubt you are facing any big issues here.

  • Trying to figure out why ports are open for systemd processes

    Output of my "netstat -nlp"
    [root@server ~]# netstat -nlp
    Active Internet connections (only servers)
    Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
    tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 2159/sshd
    tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 2060/mysqld
    tcp 0 0 0.0.0.0:5355 0.0.0.0:* LISTEN 2168/systemd-resolv
    tcp6 0 0 :::80 :::* LISTEN 4460/nginx: master
    tcp6 0 0 :::22 :::* LISTEN 2159/sshd
    tcp6 0 0 :::443 :::* LISTEN 4460/nginx: master
    tcp6 0 0 :::5355 :::* LISTEN 2168/systemd-resolv
    udp 0 0 IP4:68 0.0.0.0:* 2078/systemd-networ
    udp 0 0 IP4:68 0.0.0.0:* 2078/systemd-networ
    udp 0 0 IP4:68 0.0.0.0:* 2078/systemd-networ
    udp 0 0 IP4:68 0.0.0.0:* 2078/systemd-networ
    udp 0 0 IP4:68 0.0.0.0:* 2078/systemd-networ
    udp 0 0 IP4:68 0.0.0.0:* 2078/systemd-networ
    udp 0 0 IP4:68 0.0.0.0:* 2078/systemd-networ
    udp 0 0 IP4:68 0.0.0.0:* 2078/systemd-networ
    udp 0 0 IP4:68 0.0.0.0:* 2078/systemd-networ
    udp 0 0 IP4:68 0.0.0.0:* 2078/systemd-networ
    udp 0 0 IP4:68 0.0.0.0:* 2078/systemd-networ
    udp 0 0 IP4:68 0.0.0.0:* 2078/systemd-networ
    udp 0 0 127.0.0.1:123 0.0.0.0:* 4491/ntpd
    udp 0 0 0.0.0.0:5355 0.0.0.0:* 2168/systemd-resolv
    udp6 0 0 ::1:123 :::* 4491/ntpd
    udp6 0 0 :::5355 :::* 2168/systemd-resolv
    raw6 0 0 :::58 :::* 7 2078/systemd-networ
    Why are ports 5355, 58, and 68 being listened to/open ?
    Please let me know if any additional information is needed, it is the latest version or arch linux and fully updated as of this post.

    68 is for BOOTP/DHCP. Why it needs so many open is beyond me - dhcpcd just has the one global 68 open for any amount of interfaces.
    The other two ports don't look like anything network setup related should have open.
    I would file a ticket with systemd upstream.

  • Which port need open for Imoprt WS in to the TREE ??

    ZfD6.5SP2.
    WS----firewall-------NW_SERVER
    Which ports ned open on the firewall for import Ws in to the TREE ??
    Serg

    Serg,
    >Which ports ned open on the firewall for import Ws in to the TREE ??
    8039
    Jared Jennings
    Data Technique, Inc.
    Novell Support Forums Sysop
    http://wiki.novell.com

  • Ports to Open for SDM Deployment  thru NWDS in VPN

    Hi,
    We are trying to deploy WD components over VPN. In this scenario what all ports should be open.
    Would opening the message server port suffice ? Or is it necessary to open the SDM port too ?
    Will deployment happen through Message Server  or directly through the SDM port.. ?
    Regards
    Bharathwaj
    Message was edited by: Bharathwaj
            Bharathwaj Ragothaman

    Hi,
    If u r connected to VPN, automatically u r into their network. So it is enough that ur application server is up and running.
    In windows>preferences>SAP J2EE Engine. Give the host name and the port.
    Just deploy ur application it will be asking for the password. Give the SDM password.
    - Nagarajan.

  • Need step by step to get port 48705 open for Panasonic Bluray

    Classic handoff syndrome.  Brand new Panasonic Bluray connected to internet out of the box with Airport Extreme, streamed fast. Imac running Snow Leopard. 
    Updated Panasonic firmware and no connections.  Panasonic tech tried for a half hour and concluded that I needed my ISP to open port 80, 443 and 48075.  I think that 80 and 443 are open by default. Resetting the settings and the player did nothing....gateway: fail. There is no way to undo the firmware update.
    Call India and Verizon says that they cannot assist me with AEBSn just Verizon routers.  All searches for this problem give directions with too many blanks that I don't have the info to fill in.  Below is an example of an attempt in the community to help.  I wouldn't know where to find the <missing info> . I couldn't find the port mapping tab in this version....help would be appreciated.
    Tesserax
    Re: how can you perform a Port Forwarding Procedure on Ports 48705, 443 and 80 so my Blu Ray player will be able get and IP address and connected to your gateway. 
    Oct 1, 2011 11:22 PM (in response to doc9850)
    Again, you would only need to configure for port mapping if you intend on accessing the Blu-ray player from a remote location.
    Port mapping takes two basic steps:
    Either assign a static Private IP address or use the AirPort's ability to allow DHCP to assign a reserved IP address to the Blu-Ray player, and
    Configure the AirPort, using the AirPort Utility, for the proper ports to map.
    The following are the basics for setting up one of the newer 802.11n AirPorts for port mapping/forwarding: AEBSn - Port Mapping SetupTo setup port mapping on an 802.11n AirPort Extreme Base Station (AEBSn), either connect to the AEBSn's wireless network or temporarily connect directly, using an Ethernet cable, to one of the LAN port of the AEBSn, and then use the AirPort Utility, in Manual Setup, to make these settings: 1. Reserve a DHCP-provided IP address for the host device.AirPort Utility > Select the AEBSn > Manual Setup > Internet > DHCP tab
    On the DHCP tab, click the "+" (Add) button to enter DHCP Reservations.
    Description: <enter the desired description of the host device>
    Reserve address by: MAC Address
    Click Continue.
    MAC Address: <enter the MAC hardware address of the Blu-ray player>
    IPv4 Address: <enter the desired IP address>
    Click Done.
    2. Setup Port Mapping on the AEBSn.AirPort Utility > Select the AEBSn > Manual Setup >Advanced > Port Mapping tab
    Click the "+" (Add) button
    Service: <choose the appropriate service from the Service pop-up menu>
    Public UDP Port(s): <enter the appropriate UDP port values>
    Public TCP Port(s): <enter the appropriate TCP port values>
    Private IP Address: <enter the IP address of the Blu-ray player>
    Private UDP Port(s): <enter the same as Public UDP Ports or your choice>
    Private TCP Port(s): <enter the same as Public TCP Ports or your choice>
    Click "Continue"
    AirPort Utility Port Forwarding for AE is not an intuitive app. It is version 5.6.1 which is up to date for SL.
    http://www.google.com/search?client=safari&rls=en&q=48705+port&ie=UTF-8&oe=UTF-8  shows that other people are needing to do this with various routers.
    The player is Panasonic DMP-BDT500 Integrated Wi-Fi 3D Blu-ray DVD Player
    FYI, the player plays disks beautifully.
    Thanks for any help.
    David

    My problem seems to be that my AirPort Utility does not have Port Mapping under the Advanced Tab.
    This tells us that you have another router "upstream" on your network, which you may call your modem, but it is in fact a modem/router or gateway type of device. 
    The AirPort Extreme is configured correctly in Bridge Mode to work with this type of device on your network.
    You can verify this by clicking the Internet icon, then clicking the Internet Connection tab. You will see that the setting for Connection Sharing is set to ""Off (Bridge Mode)". That means that the AirPort is not providing the routing services for your network.
    Your modem/router or gateway is the device that will need to be configured for port forwarding / mapping.....not the AirPort Extreme.
    I am sure that Tesserax will have similar comments.

  • Ports to open for Jabber to work

    Hi,
    I want to know which ports I should allow on ACL which will allow Jabber on iOS and Android devices to work successfully.
    Thanks,
    Kashish

    Hey Kashish,
    As far as I know, Cisco Jabber for Android and iPhone share the same port utilization:Port and Protocol List
    Regards,
    Jas

  • Which ports need open for:...

    Ws(xp_prof)+BM39VPNclient-----NAT1---INTERNET---NAT2----BM39---PRIVETLAN
    USer work with Ws - Xp_prof_SP2. On this Xp installe BM39 VPN Client.
    Between WS and INETRNET - NAT1 (iptables).
    On the other side:
    INTERNET--->NAT2---->BM39SERVER---->PRIVETLAN
    I ask:
    Whic ports and protocols (and in whic directions) need open in the NAT1
    for Allow VPN connection between WS and BM39 in this configuration.
    Serg

    On Sat, 09 Feb 2008 12:55:40 +0000, mysterious wrote:
    > serg wrote:
    >> Ws(xp_prof)+BM39VPNclient-----NAT1---INTERNET---NAT2----BM39---PRIVETLAN
    >>
    >> USer work with Ws - Xp_prof_SP2. On this Xp installe BM39 VPN Client.
    >>
    >> Between WS and INETRNET - NAT1 (iptables).
    >>
    >> On the other side:
    >> INTERNET--->NAT2---->BM39SERVER---->PRIVETLAN
    >>
    >> I ask:
    >> Whic ports and protocols (and in whic directions) need open in the NAT1
    >> for Allow VPN connection between WS and BM39 in this configuration.
    >>
    >> Serg
    >>
    >>
    > tid10088980
    Thank you.
    Serg

  • What ports to open for iChat for video

    I can't video chat when I'm connected to my D-link WBR-2130 Wireless G router. I know that the problems lies within the router because if I connect my computer from ethernet to my modem it works fine.
    I believe the problem is just that I need to open up some ports. I had a list that someone gave me but I can't find it right now. So can I get a ports listing to open up and have the router work?
    Is there anything else I could be missing so I don't need to come back and say it didn't work?

    Try turning the SPI or DOS firewall setting on the WAN page Off as well.
    It is a Check to Disable this item.
    Save Settings.
    In my DG834G I only made sure it did UPnP (Default) and changed the DOS (on Mine) to Off and allowed the Responding to Internet Pings.
    My Allow and Block settings were the same as yours.
    I did have Bonjour problems with one computer on Leopard and the other on Tiger that I was not able to resolve until both were on Leopard.
    10:01 PM Friday; April 18, 2008

  • Which ports to open for registering an iPod Touch OTA via proxy / firewall ?

    I need to set up  some iPod Touch over the air via a wifi network controlled with a firewall. I get a message "unable to connect registration server". I suppose I have to open ports, but which ones ??

    Try here:
    http://support.apple.com/kb/ts3297
    http://support.apple.com/kb/TS3125

  • Even with recent powerbook g4 buy should i keep eye open for something newer

    Last week bought powerbook g4 that runs well; August 05 15", 1.67ghz, 2gb ram, 250gb hd, ilife & iwork 09, good dvd, cosmetically fine.
    Considering drawbacks of such old system will it be smart also purchasing newer Apple model? Having Macbook Pro in mind what kind of specs should be included assuring I'm  not stuck with two antiquated systems around same time? Thanx

    Hello,
    Well I've just recently purchased a MacBook Pro 2.4Ghz duo core 17" from 2007.
    It's not the most powerful, but it was a good price and runs the latest version of Mac OS X 10.8. The way I look at it, it's going to be at least two years or more before mountain lion will become obsolete .
    Should serve me well for a least two years and at £200 (300 USD) it's an affordable price.
    Sadly it means I won't be using my PowerBook G4 17" as much.
    But spec wise, look for a MacBook Pro 15/17 inch that mid to late 2007 plus
    The more RAM the better the performance.
    If it can run Mac OS X 10.8 then your know it want be too obsolete for a while.

  • How do you configure the set of port to use for FTP passive data connection

    I was able to start the ftp server xml db and connect to it locally. When I tried to connect to it from home, I was able to log in but when i do a "get" command the sessions hangs. I also tried passive mode and do a "get" command and it gives me a connection refused error. I am using the default port 2100. I think this might be a firewall issue with the data connection port. I am not sure which range of ports to open for the passive ftp connection on the server side or where to go and set them for for the ftp server to use? Or this issue might not be firewall related??? Any thoughts. Thanks.

    This is a typical problem with VPN/Firewall software and FTP on ports other than 21.
    When you open the FTP data connection the FTP Server identifies which port the data will be sent on using the PORT command which is sent on the command port (typically 21 with a normal FTP server, 2100 by default with XDB). THe client then opens that PORT to accept the data (file, output of an ls etc).
    As I understand it most VPN/Firewall are configured to monitor 21 for 'PORT' requests. They then understand to allow connection on the PORT number passed on the command PORT. Hence with Port 21 firewall / VPN software is not a problem. However since the XDB command PORT is something other than 21 they do not see / honour the PORT commands from the server and hence the client cannot open the data connection on the specified PORT
    As to how to solve it, I wish I knew (After 5 years I still can't use XDB FTP from home to a machine in the office once the VPN tunnel is open :( ). I'm sure it's going to be firewall / VPN software specific and may need the VPN servers to be configured.
    The best bet would be to run the FTP server on 21...
    Add the following line to your listener.ora file
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP) (HOST = hostname) (PORT = 21))
    (PROTOCOL_STACK = (PRESENTATION = FTP) (SESSION = RAW)))
    and then restart the listener as root
    Start the listener as root.
    At the operating system prompt, enter tnslsnr with optional command line arguments. The usage is as follows:
    tnslsnr [listener_name] [-user user] [-group group]
    where:
    Table 4-3 tnslsnr Utility Options
    Option Description
    listener_name
    Specify the name of the listener. If omitted, the default name LISTENER will be used.
    -user user
    Specify the user whose privileges the listener will use when super user (root) privileges are not needed. After performing the privileged operations, the listener will give up root privileges irreversibly.
    -group group
    Specify the group whose privileges the listener will use when super user (root) group privileges are not needed. After performing the privileged operations, the listener will give up root group privileges irreversibly.
    The listener will temporarily switch to the provided user and group immediately after startup. All subsequent operations will be done with the specified user and group privileges, except the system calls necessary to listen on configured endpoints. The listener will revert to super user (root) for a short period of time to listen on reserved addresses, such as TCP ports less than 1024. After the listener starts listening on all of its endpoints configured in listener.ora, it will switch to the specified user and group irreversibly. Therefore, the listener will give up the root privilege that it initially had. In the current release, -user and -group command line arguments only accept user and group identifiers specified in numeric form.
    For example, to execute a root listener called mylsnr and have it use privileges of a user identified

  • "Open Other Project" function failing?

    New poster...
    I have an issue where I'm using a button on my final slide
    that has it's "On success" set to "Open other project." The project
    it loads is the same swf that is being published (basically, it
    reloads itself into it's same window). I made a bunch of software
    simulations using this and it worked, but now all of a sudden it
    won't work on ANY of my projects. I've tried setting the "Project"
    parameter to the published swf, the .cp project file, and even
    using "Open URL or file" and linking to the published html--all
    these fail. I've compared the settings in my recent project files
    to the project files where it's working to compare/contrast
    differences and can't see the difference between the projects that
    work and those that don't... any clues?

    Welcome to our community, dannyhouk
    In this case, I would think you should avoid using the "Open
    other project" function and instead use the "Open URL or File"
    function. Specify the URL of the page that loaded Captivate to
    start with.
    Cheers... Rick

  • What ports should be open for mac-pc chat?

    So we've finally got our cams to work with cross-platforming (thanks to sandra and ralph). Now I still have a little bit of problems. I cannot hear him, tho he can hear me, and for some reason, sending/receiving files seem to be hard with most of my buddies. Can someone out there who can do all of these things tell me that optimal ports that they have open? That would be wonderful!

    Whenever there is no audio at your end, but the PC user on the other end has a mic and can hear you, the PC user should try "tuning" the preferences for his camera and / or Mic. That may resolve the problem.
    To find the setting, he must click on the Preferences menu option that becomes available after he clicks on the Setup icon near the bottom of the AIM 5.9 Buddy List Window.
    Once he sees the Preferences, he needs to drop down the list, and click on "Live Video." In the new window that opens, click the button that says "Tuning Video and Audio." Follow the instructions in the wizard that opens.
    Some PC users report that they need to reboot their PC after tuning to make the changes effective. Some also have reported that they must re-"Tune" whenever they make ANY camera or mic change, even as simple as unplugging and later plugging the same item back into their PC.
    Can someone out there who can do all of these things tell me that optimal ports that they have open?
    Your PC pal should see the AIM® Video IM - Frequently Asked Questions for info on setup and router configuration at his end.

Maybe you are looking for

  • Unique ID to long

    Hi, When trying to access SAP Netweaver Administration, I’m getting the following error message “com.sap.sql.log.OpenSQLException: Cannot assign a java.lang.String object of length 93 to host variable 1 which has JDBC type VARCHAR(50).” What I have c

  • Why i can't open adf.ly window?

    i don't understand with my mozilla, every time i open this site "adf.ly" it didn't work. there is always a words like this appear in my mozilla window 'Firefox can't establish a connection to the server at adf.ly', so what happen with my mozilla? i a

  • To display Title In ALV Grid Display on first line of table

    Hi SAP Experts,          Here is one Issue.. I have some check boxes on selection screens, When i have selected one, The related title should be display on the first line of Itab[]... and if once collect is used to suppress the data with the same ita

  • Cannot get app updates in my iPad.

    I can access everything in the app store except my updates, I have reset my iPad and shut down the app and started it back up and nothing is working, please help.

  • How to upload photos from elements 9 to Revel

    How to upload photos from elements 9 to Revel