FTP service through CSM: Quit command not working

Greetings all
I've been testing FTP service through our CSM for about a day now and has run into an issue I can't find an answer for.
Here are the settings I'm currently using for the vserver and serverfarm. The 10.90.1.0 network is routed from my client network by a firewall using NAT.
serverfarm APPFARM
nat server
no nat client
predictor leastconns
real 10.91.1.155
inservice
probe ICMPCHECK
vserver APPFTP
virtual 10.90.1.40 tcp ftp service ftp
serverfarm APPFARM
persistent rebalance
inservice
Connecting to the FTP works just fine using both passive and active FTP and I can log in and transfer files. However when I send the "quit" command to the FTP server, as I do when connecting to the server directly, the session freezes and the "good bye" messages never appears.
My guess is that there is some premature termination of the connection before a final disconnect is sent to my FTP client. Anyone have an idea how this can be solved?
Regards
Fredrik Hofgren

Fredrik,
first time I see this.
Could you capture a sniffer trace of csm portchannel showing what happens before, during and after the Quit.
Also, there is way to achieve ftp loadbalancing without the need to use 'service ftp'. You'll get much better performance if you do not use this function.
All you need is configure loopback on your servers using the vip address so they can advertise the right ip in the control channel fo the client to open the data channel.
You then need a generic vserver to catch all possible port and by using stickyness you can guarantee that the control channel and the data channel are both sent to the same server.
Gilles.

Similar Messages

  • Why is my BDC_CURSOR command not working to position the cursor?

    Why is my BDC_CURSOR command not working to position the cursor?  Here are the details regarding my issue.
    I am writing a BDC to mass delete routing material assignments using transaction CA02.  I am OK to navigate through the initial screen to go to the Header screen and from here I am OK to navigate to the Material Assignments screen.  But once here, I cannot get the BDC_CURSOR command to take me into the list.  Here are the commands I am using.  Please let me know what I may try differently.
    CA02 Material Assignment - Set position  <-- this resets list of materials to correct position
      PERFORM bdc_dynpro      USING 'SAPLCZDI'   '1010'.
      PERFORM bdc_field       USING 'BDC_CURSOR'  'RC27X-ENTRY_ACT'.
      PERFORM bdc_field       USING 'BDC_OKCODE'   '=ENT1'.
      PERFORM bdc_field       USING 'RC27X-ENTRY_ACT'  c_position.
    CA02 Material Assignment - Delete
      PERFORM bdc_dynpro      USING 'SAPLCZDI'   '1010'.
      PERFORM bdc_field       USING 'BDC_CURSOR'  'MAPL-MATNR(01)'.    <-- this is not working to set the cursor into the list
      PERFORM bdc_field       USING 'BDC_OKCODE'  '=LOE'.             " trash can
      PERFORM bdc_field       USING 'RC27X-ENTRY_ACT'  c_position.
    CA02 Material Assignment - Green Check OK
      PERFORM bdc_dynpro      USING 'SAPLCZDI'   '1010'.
      PERFORM bdc_field       USING 'BDC_CURSOR'  'RC27X-ENTRY_ACT'.
      PERFORM bdc_field       USING 'BDC_OKCODE'   '=BACK'.            " check mark
      PERFORM bdc_field       USING 'RC27X-ENTRY_ACT'  c_position.

    Thank you for your reply.
    I had used SM35 to record.  However, I was not aware of the "create program" feature.  I had commented out a section from my previous post which I have now added back (latest code below).  But it still did not resolve the issue.
    When I execute with dismode = 'N', I get back error message "No batch input data for screen SAPLCZDI 1010".
    When I execute with dismode = 'E' (only show dynpros when error), it stops at the material selection screen without placing my cursor in the list.  I can then MANUALLY click to set the cursor position in the list, MANUALLY click the trashcan, it then uses my BDC command to respond to the popup asking "Do you want to delete", still leaving me at the material selection screen.  I can then MANUALLY click the green check (or enter), then it continues with the BDC to go back to the previous screen, and saves.  But it still will not place my cursor in the material selection list (SAPLCZDI screen 1010).
    Here is code used.  It is the second section of code labeled "CA02 Material Assignment - Delete" that is not working.
    CA02 Material Assignment - Set position
    this code functions to position the desired material to first in screen list
      PERFORM bdc_dynpro      USING 'SAPLCZDI' '1010'.
      PERFORM bdc_field       USING 'BDC_CURSOR'
                                    'RC27X-ENTRY_ACT'.
      PERFORM bdc_field       USING 'BDC_OKCODE'
                                    '=ENT1'.
      PERFORM bdc_field       USING 'RC27X-ENTRY_ACT'
                                     c_position.
    CA02 Material Assignment - Delete
      PERFORM bdc_dynpro      USING 'SAPLCZDI' '1010'.
      PERFORM bdc_field       USING 'BDC_CURSOR' 
                                    'MAPL-MATNR(01)'.
      PERFORM bdc_field       USING 'BDC_OKCODE'
                                    '=LOE'.             " trash can
      PERFORM bdc_field       USING 'RC27X-ENTRY_ACT'
                                     c_position.
    Acknowledge Pop-Up Screen
      PERFORM bdc_dynpro      USING 'SAPLSPO1' '0100'.
      PERFORM bdc_field       USING 'BDC_OKCODE'
                                    '=YES'.
    CA02 Material Assignment - Green Check OK
      PERFORM bdc_dynpro      USING 'SAPLCZDI' '1010'.
      PERFORM bdc_field       USING 'BDC_CURSOR'
                                    'RC27X-ENTRY_ACT'.
      PERFORM bdc_field       USING 'BDC_OKCODE'
                                    '=BACK'.            " check mark
      PERFORM bdc_field       USING 'RC27X-ENTRY_ACT'
                                     c_position.

  • Crontab reboot command not working

    Crontab reboot command not working
    Greetings
    I am new at this so excuse any ignorant mistakes I might be making.
    I have a server (MM X.4.9) that I would like to restart every day in order to make sure no programmes are hanging etc. If a program is hanging is should force quit it. Using terminal I have entered the following command:
    sudo nano /etc/crontab
    Entered password
    Than I entered using tab between each sequence:
    15 13 1 1 * root reboot
    This was a test run and it did not reboot.
    Entering
    cat /etc/crontab
    I got:
    # The periodic and atrun jobs have moved to launchd jobs
    # See /System/Library/LaunchDaemons
    # minute hour mday month wday who command
    15 13 1 1 * root reboot
    What have I done wrong?
    Thanks

    Hehe, there you are experimenting with a "reboot" cron command and you are surprised it quit so fast. You are not going to find a "graceful" solution to shutdown dialogs.
    MSWord is a Java app, so it is especially important for the command to work that it doesn't get hung up on outer layers of the system. Especially stupid apps that use Java which is not well integrated. I believe Word has a 5 minute autosave, so you should be able to recover most of your document.
    This reboot command should be running around 2AM, when the average webserver has minimum traffic. If you feel the need to reboot during busier times of the day, I'd suggest you look at what's causing your applications to crash.

  • Illustrator Short Commands Not Working

    Hi Team,
    My illustrator CS6 short commands have stopped working.
    Any time I try to use any CMD + Key, illustrator will not react.
    This has been on going for a few months, I have tried resetting preferences but nothing has changed.
    If someone could please help.
    Thanks,
    Brandon

    Hi Jacob,
    I have tried resetting preferences and few other options.
    Anytime I press the CMD key the option at the bottom just changes from selection to direct selection, if that helps.
    Should I uninstall and reinstall illustrator?
    I no longer have my access key.
    Thanks,
    Brandon
    Date: Wed, 8 Jan 2014 15:39:58 -0800
    From: [email protected]
    To: [email protected]
    Subject: Illustrator Short Commands Not Working
        Re: Illustrator Short Commands Not Working
        created by Jacob Bugge in Illustrator - View the full discussion
    THS,
    You may try the following (you have tried/done some of them already) and see whether it helps (the following is a general list of things you may try when the issue is not in a specific file; 3) and 4) are specifically aimed at possibly corrupt preferences):
    1) Close down Illy and open again;
    2) Restart the computer (you may do that up to 3 times);
    3) Close down Illy and press CtrlAltShift/CmdOptionShift during startup (easy but irreversible);
    4) Move the folder Other options (follow the link with that name) with Illy closed (more tedious but also more thorough and reversible);
    5) Look through and try out the relevant among the Other options (follow the link with that name, Item 7) is a list of usual suspects among other applications that may disturb and confuse Illy, Item 15) applies to CC, CS6, and maybe CS5);
    Even more seriously, you may:
    6) Uninstall, run the Cleaner Tool (if you have CS3/CS4/CS5/CS6/CC), and reinstall.
      http://www.adobe.com/support/contact/cscleanertool.html
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5994475#5994475
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5994475#5994475
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5994475#5994475. In the Actions box on the right, click the Stop Email Notifications link.
               Start a new discussion in Illustrator at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • If I use a check box component then FScommand2 Quit does not work

    If I use a check box component then FScommand2 Quit does not
    work? Even tho the check box component works fine.
    Why is this so? I spent two hours tearing my hair out to work
    this out!

    I have tried to help my friend Blasta and then he export the photo (as you told us to do)  the description is lost. Then I have read your god advices I took up one photo in Graphic Converter with result:
    ---- ExifTool ----
    ExifTool Version Number: 9.39
    ---- System ----
    File Name: DSC00160.jpg
    Directory: /Users/akesjodin/Documents/Jan 2
    File Size: 594 kB
    File Modification Date/Time: 2013:12:17 13:46:16+01:00
    File Access Date/Time: 2013:12:17 13:51:37+01:00
    File Inode Change Date/Time: 2013:12:17 13:48:05+01:00
    File Permissions:
    rw-r--r--
    ---- File ----
    File Type: JPEG
    MIME Type: image/jpeg
    Current IPTC Digest: fac9fec98a44c4d807be572ed64373d6
    Exif Byte Order: Big-endian (Motorola, MM)
    Image Width: 3328
    Image Height: 2216
    Encoding Process: Baseline DCT, Huffman coding
    Bits Per Sample: 8
    Color Components: 3
    Y Cb Cr Sub Sampling: YCbCr4:2:0 (2 2)
    ---- JFIF ----
    JFIF Version: 1.01
    Resolution Unit: inches
    X Resolution: 72
    Y Resolution: 72
    ---- IPTC ----
    Coded Character Set: UTF8
    Application Record Version: 2
    Caption-Abstract: Alla bilder Gepe Made in Sweden (41 stycken) utom 17 stycken Agfacolor Service German Made, 1 stycken Agfacolor Dia Agfa, 15 stycken Kodachrome Slide Kodak Processed by Kodak, 5 stycken Kodachrome Transparency Processed by Kodak och 1 stycken okänd...Bergastrand. X. 1970. Blandade bilder. .(Somm?)ar 1970 1 magasin..Torsten Erna 1 magasin..Blandade bilder 710-749...Bergastrand...Vänstra magasinet: Bergastrand 1 år I...12-68. 701.
    Object Name: DSC00160
    and there is the description text in Caption-Abstract under ----IPTC---
    If I use Preview I can´t se any descrption and if I import to Iphoto no descption.
    we are very greatful for all help

  • My dad has a brand new iMac. If he quits an app, this window closes, but the app won't finish shutting down, Force quitting does not work.  Once another app is opened, it will not close either.  Now none of the apps are responding. Any ideas?

    My dad has a brand new iMac. If he quits an app, this window closes, but the app won't finish shutting down, Force quitting does not work.  Once another app is opened, it will not close either.  Now none of the apps on the dock are responding. I asked him to click on the apple, and drop down to "About this Mac", but that wouldn't open either. Any ideas?  If I was at his house, I would call Apple Care in a heartbeat, but am home with my sick daughter,,,  Thanks!

    For starters, have him open Disk Utility in Applications>Utilities, select the volume (the indented listing) and Verify Disk. If it reports any problems, have him try a Safe Boot by holding the Shift key at startup. This boot will take much longer than usual. It's checking and trying to repair the drive directory, if possible. Once in Safe Boot, have him repair Permissions.
    For other Disk repair remedies see
    http://support.apple.com/kb/TS1417
    Also, have him try a PRAM Reset. At the startup chime, hold down CMD-Option-P-R together, listen for two more chimes, total three, then let go to finish booting.
    Also, is he running any AV? If so, have him uninstall it. It might be responsible for this behavior. (There are no viruses for OS X.)

  • Alt ctrl c shortcut command not working in photoshop cc, it is opening Internet explorer (IE)

    In Photoshop CC 2014  Alt + Ctrl + C ( to open for canvas size dialog box ) command not working, it is opening Internet Explorer (IE)

    What version of windows are you using?
    See if the Internet Explorer shortcut has that keyboard shortcut assigned to it.

  • Bash commands not working after upgrade to Lion

    After upgrade, many BASH commands not working. For example, such a fundamental thing as "ls". 
    iMac20:bin a$ ls
    Launch of "ls" failed: the PowerPC architecture is no longer supported.
    What does it have to do with PowerPC? My computer is 2.66 GHz Inter Core Duo

    Linc,
    iMac20:~ a$ which ls
    /sw/bin/ls
    Also, I managed to look (using tcsh's ls-F command) into the contents of /usr/. Here's what I see there:
    [iMac20:/bin] a% ls-F
    [*          csh*        echo*       ksh*        mkdir*      rcp*        stty*       wait4path*
    bash*       date*       ed*         launchctl*  mv*         rm*         sync*       zsh*
    cat*        dd*         expr*       link*       pax*        rmdir*      tcsh*      
    chmod*      df*         hostname*   ln*         ps*         sh*         test*      
    cp*         domainname* kill*       ls*         pwd*        sleep*      unlink*    

  • Some of the services of ITS 640 are not working

    Hi All,
    I have implemented SAP NW 04 SR 1 Portal and integrated SRM 4.0(EBP 5.0).I have also implemented Business Package for mySAP SRM 4.0 60.2.
    I am using internal ITS for HTML GUI.
    Some of the iviews of the business packages  are working but some of them are not.
    I am getting an error message
    "The URL http://g4kwas642.corp.rwdtech.com:8050/sap/bc/gui/sap/its/bbpsc05/! was not called due to an error.
    Note
    The following error text was processed in the system SRM : Attribute for user PBHONDELE contains errors. Inform system admin.
    The error occurred on the application server g4kwas642_SRM_50 and in the work process 0 .
    The termination type was: TH_RES_FREE
    The ABAP call stack was:
    Form: OUTPUT_EXPRESS_MESSAGES of program SAPLBBP_SC_UI_ITS
    Form: EXTERNAL_SCREEN_DETERMINE of program SAPLBBP_SC_UI_ITS
    Module: EXTERNAL_SCREEN_DETERMINE of program SAPLBBP_SC_UI_ITS"
    I have published all the services that are under SICF.
    I had also published all the services using w3_publish_services and siac_publish_all_int.
    It says that all the services are succesfully published.
    When I  go to SICf to test the service,some of them are not working.
    Can you guys tell me what are the steps that I am missing?
    Thanks,
    Paritosh

    I am also getting the same th_res_free error..
    I have installed nw04 sr1 and trying to run ESS on it.
    My problem is, i have installed sap WAS 6.4 on different machine and R/3 on different machine..
    So now.. where i have WAS.. does not have all the services. All services are there on R/3 server..
    Now how do i publish the services on WAS 6.4??
    Coz that option to publish on INTERNAL site is not coming on my R/3 (4.7) as it does not have WAS 6.4.. its on different machine.
    Please tell me what can be done in this case.
    I cant create a R/3 transaction iView using webgui because of this. my Web gui service on WAS 6.4 runs fine whne i test it in SICF .. but not in Iview..
    Please help me out .. i dont want to install a ITS on another machine which is simple solution..

  • What does it mean if my location services are turned on, but not working?

    What does it mean if my location services are turned on, but not working?  It has always worked before.  It is turned on in Settings but when I try to use an app that requires location services, it says they are not on, and the little arrow is not appearing at the top of the screen.

    thank you...I tried this immediately after noticing but to no avail. I thought the phone died but I kept seeing the light on so I googled some things and it says it may be watered damaged and I'm not sure how.

  • Odi os command not working with agentservice agent.

    dear all,
    odi os command not working with agentservice agent but with local agent it work fine.. and user is administrator.
    kindly solve it
    Regards
    Naseer

    Hi,
    you referred to oscommand, so are you executing a .bat fille? if yes, where exactly does the .bat file reside, local machine or on network share?
    Also, follow these couple of documents, they may be helpful to you.
    859215.1 and 424703.1
    Regards
    Srikanth

  • Why does default keyboard shortcut for show/hide baseline grid (opt+command+') not work?

    Why does default keyboard shortcut for show/hide baseline grid (opt+command+') not work?

    Here's where you need to change the settings: System Preferences > Keyboard > Keyboard Shortcuts:

  • Force quit will not work what do I try next

    force quit will not work what do I try next

    Other than the keyboard & mouse, disconnect all devices from your iMac.
    Check out:  Troubleshoot the spinning beach ball/freezing & crashing and  Troubleshoot the spinning beach ball.  Not sure if you have tried everything mentioned in these articles.  If you have, and no one else can come up w/any suggestions, then it's time to lug your iMac to your local AS or an AASP.  Diagnostic testing is FREE!!!

  • Java -Xmx command not working

    Hye
    I am using Eclipse Version: 3.1.2
    and JDK 5 . My Web project is giving my Java Heap Space error on heavy load.
    I know that -Xmx command will increase the heap size but the command is not working with eclipse
    can anyone tell me how to do it in Eclipse?
    by the way -Xmx command is working on command program but for only one program.
    And how can i Increase the heap space for all projects.?
    Thanks in Advance

    What exactly are you typing? Is it just
    java -Xms128m -Xmx256m?
    You do need to provide a class name, you know. You can't just type the above to have it change some global setting that applies to all future VM invocations. You'll have to either add the -Xms and -Xmx to the script that starts tomcat, or in whatever configuration file or options you're using for tomcat.
    It might be a properties file or something, or a .bat file, or if you're starting tomcat as a service, there might be a task bar tray thingy that lets you configure tomcat.

  • Bridge scripts and commands not working in PS

    specifically the batch command from bridge ( and also dr browns services)
    Hit the batch command in bridge - it switches to PS but nothing happens.
    ps cs5 64 in win7 64. Its a new install.

    pc,
    For proper reinstallation in such a case, see 6) below.
    The following is a general list of things you may try when the issue is not in a specific file (you may have tried/done some of them already); 1) and 2) are the easy ones for temporary strangenesses, and 3) and 4) are specifically aimed at possibly corrupt preferences); 5) is a list in itself, and 6) is the last resort.
    1) Close down Illy and open again;
    2) Restart the computer (you may do that up to 3 times);
    3) Close down Illy and press Ctrl+Alt+Shift/Cmd+Option+Shift during startup (easy but irreversible);
    4) Move the folder (follow the link with that name) with Illy closed (more tedious but also more thorough and reversible);
    5) Look through and try out the relevant among the Other options (follow the link with that name, Item 7) is a list of usual suspects among other applications that may disturb and confuse Illy, Item 15) applies to CC, CS6, and maybe CS5);
    Even more seriously, you may:
    6) Uninstall, run the Cleaner Tool (if you have CS3/CS4/CS5/CS6/CC), and reinstall.
    http://www.adobe.com/support/contact/cscleanertool.html

Maybe you are looking for

  • Purchase Requisition Transfers from SCM 5.0 APO to R/3

    I am working on SCM 5.0 -- transferring Purchase Requisitions from APO to R/3 from SNP heurristic run. I am wondering if there is any documented procedure of available options and the steps involved in setting up. Can you transfer only certain Purcha

  • Error message trying to synchronise audio and midi sample rate 42463

    I have a Rode Podcaster mic that is terrific. It has been working fine in GB. suddenly I am getting this when I try to record my podcast: 'Error message trying to synchronise audio and midi sample rate 42463 recognised. Check conflict between Garageb

  • How can i get rich faces library in netbeans

    Hi  ,    when i make new web applications in Netbeans 7.4 and choose Jsf Frame workd ( jsf 2.2 )    and when i choose the RichFaces components it give me the message   ( JSF Library RichFaces not setup properly . see list of mandatory jars ) i made d

  • How can I get updated software for my old ipod?

    I have contacted ITUNES first.  I have several songs I recently purchased and show downloaded.  But they willnot sync to the IPOD.  Therefore ITUNES can no longer help and has suggested that I need a software update.  How can I get my IPOD updated wi

  • Adobe flash builder online registration

    Please any body help us to register / validate the product Adobe Flash Builder.