Ftp data transfering drops when failover from active to backup

Hi All,
I did a failover testing with 2 CSS11503 and found a ftp problem.
I ftp one file from the server which behind 2 CSS, I tried to force failover happen by shutdown external interface. The ftp transfering was also terminated.
How can I keep file still transfering when the active css failover to the backup one? Thanks.
!************************** SERVICE **************************
service ftp1
ip address x.x.x.186
port 21
keepalive port 21
keepalive type tcp
redundant-index 7
keepalive frequency 2
keepalive maxfailure 2
keepalive retryperiod 2
active
service ftp2
ip address x.x.x.189
port 21
keepalive port 21
keepalive type tcp
redundant-index 8
keepalive frequency 2
keepalive maxfailure 2
keepalive retryperiod 2
active
!*************************** OWNER ***************************
owner owner1
content content2
protocol tcp
port 21
add service ftp1
vip address 10.10.1.5
redundant-index 2
add service ftp2
application ftp-control
active
!*************************** GROUP ***************************
group ftpservers
vip address 10.10.1.5
add service ftp1
add service ftp2
redundant-index 11
active

could you try to force failover by rebooting the CSS.
Just want to see if we get the same result.
I'm going on vacation tonight so I won't be able to test until july 15th.
You can open a service request with the TAC and they can test if for you.
Or you can wait till july 15th and I'll do it for you [just repost a question on that day so I do not forget]
Gilles.

Similar Messages

  • UCCX 8.0 SNMP notification to report failover from active to the standby server?

    Does any know the UCCX 8.0 SNMP notification to report failover from active to the standby server?  (The specific notification.)
    ftp://ftp.cisco.com/pub/mibs/v2/CISCO-VOICE-APPS-MIB.my
    I see this in the MIB.
    cvaModuleStart NOTIFICATION-TYPE
      OBJECTS   { cvaAlarmSeverity, cvaModuleName }
      STATUS    current
      DESCRIPTION
            "A cvaModuleStart notification signifies that an
            application module or subsystem has successfully
            started and transitioned into in-service state. 
            This notification is working in conjunction with
            the cvaModuleStop notification to notify the start
            and stop status of a particular application module."
      ::= {ciscoVoiceAppsMIBNotifications 1}

    Attached are two files:
    cad-ecc-viewer.html
    This is a template HTML document which dictates how the pop up will look and what data fields are available.
    cad-ecc-viewer.vbs
    This is the Windows Scripting Host file which you run from a CDA workflow, and you pass it the values of the call data, it then launches an instance of IE and loads the above template.
    By default the code is setup to use the following data from the call, but can be modified to work with more, less, or different data:
    Customer Name
    Customer Status (like Premium, or Platinum)
    Customer Number (like an account number)
    Customer Phone Number
    So when you specify the VBS file to run in CDA you need to pass those variables in that order.
    The CDA should expect the VBS file on the root of C:\ by default, and the VBS file expects the HTML Template on the root of C:\ also.
    I have only tested this on UCCX 7x and IE 8x.  Use the code as a guide to your own solution, that suites your business requirements.
    EDIT: I see that this does not work on my Win7/IE9 system, so I will spend some time updating the code for Win7/IE9 and I'll let you know how it goes.
    Anthony Holloway
    Please use the star ratings to help drive great content to the top of searches.

  • Data is dropped when I receive a phone call - Lumi...

    Is it normal to get disconnected from mobile internet while you're on a call?  I was on 3G using Lumia 920 at the time it happened.  I was talking to someone and needed to look something up in the broswer but was surprised I could not. 
    Is there a way to do it?

    On some network carrier/service provider its normal for data to be dropped when on phone call. But I suggest you confirm it with your service provider too.
    On 2G GPRS, I guess its called DTM which allows both voice and data to work simultaneously. But speed may drop when on call. On 3G, it allows only IM and emails to work simultenously when on phone call. Its service providers limitations.
    Also provide name of service provider and country name here, so that people using same network might help you.

  • Resources automatically deactivating when removed from Active Directory

    This is a simplified version of my previous question:
    What causes some resources to successfully deactivate when removed from AD, while other Project Server 2010 accounts have to be made inactive manually?
    Also, if a resource is made inactive or deleted in Project Server, is it expected that their SharePoint account will be completely deleted?
    Thanks!

    When you remove the user from AD group, that account will become inactive in the next AD synchronization in Project Server. When the account is inactive, it will be removed from the PWA as well as all the workspaces.
    In 2007, if you make the user inactive, it will deactivate project server access, but the user can access the project workspaces
    In 2010 onwards, When the account is inactive, it will be removed from the PWA and workspaces.
    Cheers. Happy troubleshooting !!! Sriram E - MSFT Enterprise Project Management

  • Safari 4.0.2 appears to have disabled FTP data transfers

    After installing Safari 4.0.2 and the security updates in that download, my FTP program (TRANSMIT, latest version) that worked fine as recently as yesterday won't work today to exchange data with my other macs.
    It connects just as it should, then sits there with spinning cursor for a few minutes before a drop down box says "Server said can't build data connection. Error 160. Could not start data transfer"
    FTP still works to maintain my off-site website with my ISP. It just stopped xferring data with my other macs on the wireless LAN. And it doesn't matter which mac initiates TRANSMIT. I have an iMac, a MacBook Pro, and a Powerbook. Two of them have the new Safari installed. None will exchange data with another today. All worked fine yesterday before the 4.0.2 download package.
    Given that I never had a whisper of FTP problem before today, and the only difference today is installing the Safari 4.0.2 upgrade, does anyone have an idea what needs to be fixed?

    Not to get your hopes up, did you ever hear or figure out any resolution to this. I have a (slightly) similar issue passed along from one of my bosses, that when he upgraded to 4.0.2 it started causing issues with FTP logins through Safari. He would have to enter passwords multiple times on the same site. So initial entry worked and then every subsequent event needed a password entry. Just curious if this could be part of your problem. I tried to emulate the problem on my machines and only on the one I have the 4.0.2 update does it happen.

  • Data not populated when run from a different machine

    I have a stored procedure which populates a table
    The stored procedure when it is run on my machine using SQL Plus populates data correctly in a table.
    I select using SQL PLUS and it shows that the data is there
    But when I run the SAME procedure ( SAME schema, SAME parameters, same everything ) from a
    different machine using SQL PLUS , it shows that "PL/SQL procedure completed successfully", BUT does not populate
    the table.
    SAme thing is happening for all other procedures too.
    Why is this happening
    Please help
    Ashwin

    I checked using this
    SELECT * FROM V$PARAMETER WHERE LOWER(NAME) ='nls_language'
    AND I get same results on both machines
    NUM NAME TYPE
    VALUE
    ISDEFAULT ISSES ISSYS_MOD ISMODIFIED ISADJ DESCRIPTION
    UPDATE_COMMENT
    96 nls_language 2
    AMERICAN
    TRUE TRUE FALSE FALSE FALSE NLS language name
    Thanks
    Ashwin N.

  • Database Variant to data not working when converted from LV 2010 to 9

    Hi all,
    I have a simple code which i made in LV 2010 for displaying data from an MS access sheet into an array in which i used the DATABASE VARIANT TO DATA tool. But when i converted this file into an LV 9 VI and opened it in another computer running with LV 9 , the wires connecting the data terminal of SELECT DATA tool and DATABASE VARIANT TO DATA tool are broken. Error message is Type 1 is 2d array and type 2 is void. Opening the same converted file in LV 2010 doesn't give any error and is running fine.Can anyone please tell me what should i do to rectify this problem.
    Regards,
    Nitzz. 
    Solved!
    Go to Solution.

    Hello Barrette,
    Could you please post an example of selecting a table from the database (access) using the Select from Database tool and then displaying it to an LV indicator. I have posted an example of what i am trying to do, but i am getting an error.
    Any kind of help would be appreciated.
    Regards,
    Nitzz
    Attachments:
    Untitled 2.vi ‏19 KB
    New Folder (2).zip ‏20 KB

  • Hello, I get DROPS when digitizing from FCP onto my XRaid

    Well, sure I´m doing something bad, because I get drops exactly every 30 Secs when digitizing in the raid.The configuration is XRaid with 4x500 in one controller RAID5 and 3x500 in the other RAID5, then a stripped raid with both (so is raid50 isn´t it?). The firmware is 1.5, and the caches are enabled (I suposse are the checkboxes inside settings in the RAID Admin program). The thing is that when I digitize material whichever source it is (betacam, DVC, SDI), I get the image freezed a couple of times in a moment and then goes on, and this happens EXACTLY EVERY 30SECS, isn´t weird?. I suposse is something in the raid configuration. The program is FCP and the card is Blackmagic extreme, and digitize is in the 10 bits setting. Ah, and if I digitize the same onto the internal 200Gb disk all goes fine.
    Please, can somebody help me?
    Thank you very much

    Ah, and just add that this raid is connected to a G5, and when I run the blackmagic speed test it goes from 220 Gb/s in read and 170 in record, so it seems to be ok. thanks

  • FTP login attempt timesout when coming from the www

    hello there, let me describe the problem i am having
    my seperate department under our university has our OSX Server running smoothly. Everyone is able to pull up webpages from withing the university, as well as from the outside, this is GOOD.
    from within the university i can login through an FTP connection to upload things and whatnot..., HOWEVER from outside the university this is not possible, the login attempts always TIMEOUT.
    now the reason why i am quite confused about this is because the webpage displays without a problem from outside the university, the FTP login however does not work.
    what might be the problem here?
    any help is real greatly appriciated.
    Thanks, gregor.

    Hi guys,
    I had the similar problem:
    Login via client tools worked fine
    Manual login via InfoView also no problem
    Kerberos-ticket was created in the background
    But when acitvating vintela SSO for InfoView I could see in stdout.log that no username was passed:
    "[Krb5LoginModule] user entered username: @MY_DOMAIN.COM"
    As there was no real error message it was hard to figure out what the problem was. The solution itself was to simply add the server-URL to the Intranet-pages in IE. This is described in several guides but I think it's good to document what happens if this is not done correctly
    Regards

  • Why does Ical want to change the original dates to 2001 when syncing from my iPhone?

    Hi I was wondering if anyone could help with this as its driving me up the wall
    over the last few weeks I upgraded to Lion running 10.7.1 and until then my Iphone synced everything fine without any problems I have an Iphone 3G running 4.2.1 and when I sync now I get the Ical sync alert saying that more than 25% of my calender events will change on my computer.
    When I look nothing has changed accept the origianl date which is 1/1/2001 for anything that is being taken off my phone onto Ical and also for anything that is already on Ical, I keep telling it to sync later but everything I try it always comes up the same.
    I asked during the week in at the Apple store but was adviced that this problem had not been heard of before and to book both my phone an macbook in for a genius bar appointment.
    Anyone else come accross this problem or is it just myself?
    Kind regards Andy ;0)

    Anyone able to help with this problem at all its still doing my head in ;0(

  • Mobile account login delay when offline from Active Directory

    We're getting a few MacBook Pros setup with our AD domain. All is well while on the network, but when traveling, it takes our users about 20-30 seconds to login, presumably because the client is trying to authenticate against a domain controller. Accounts are setup as mobile accounts so the credentials are cached locally.
    It's frustrating that a solution isn't more readily published by Apple given how common a use case this is. It shouldn't be buried somewhere in a forum.

    I figured it was because AD was somehow being looked up. I got it nailed down the the wireless connection. Turning off the AirPort connection is not a viable option as not all users are savvy enough, or remember to turn it off before taking their laptop home. One instructor was setup this way and she's isn't happy with the "resolve".
    On further research, I have determined a plausible solution, at least with Mac OS 10.4.7. I haven't tested anything earlier. Open the System Preferences and then Network. Show the AirPort configuration, then click on the Option button located next the checkbox to show the AirPort status in the menu bar. There's a checkbox in there to "Disconnect from wireless networks when I log out." By checking this, the wireless connection will be disconnected but the card will remain on. This will force the computer to use the cached credentials on log in. When the user logs in, the computer will attempt to reestablish a connection with the wireless network.
    I'll let you know if this works with other Macs as well.

  • Calendar Dates: Color Changes When Importing From iCal Not Consistent

    Okay. So I wanted to make a family calendar that contained all the birthdays of my extended family. Using "import birthdays from address book" is not an option since I've got lots of friends' birthday included. So I went through the painstaking process of creating a new calendar in iCal and named it "Family Birthdays" and added the birthdays of all my family members. I selected "all day" and made them recurring "every year" and "forever".
    To my suprise I noticed these birthdays were indicated on the iPhoto Calendar with a red date and red text. I made no changes to fonts and simply selected
    "add iCal calendar" to my iPhoto calendar.
    But here's where it gets funny. Approximately half-way through the calendar the dates and titles were black. The calendar was 12 months and began in May of 2006.
    I actually like the red dates.
    By the way the calendar style/theme used is "large type".
    Questions:
    (1) why did it change to black?
    (2) how can I consistently see these dates in red?

    Allan:
    Welcome to the Apple Discussions. See my last post in Calendar won't print black directional triangles. You can get any color you want but it requires some work.
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.

  • Default admin user when restoring from time machine backup in setup assistant

    Hello,
    Apologies if this has already been answered elsewhere.
    I will soon take delivery of a new iMac running Mac OS Mountain Lion, and I will want to restore my full Time Machine backup which was made on a MacBook Pro (which was my main machine, but is now faulty - it was running Snow Leopard).
    On the MacBook Pro I had 2 user accounts.  Mine which was the default admin account (named Ian Johnson), and my wife's which was a standard user account.
    Now, I know that I should use SetUp Assistant to restore user accounts etc from the Time Machine backup, but I'm wondering whether during that process I will be asked to create another admin user account when I first run SetUp Assistant.  Ideally I would like to end up with exactly the same user accounts as on my old MacBook Pro.
    The reason I'm asking in advance is that I believe it's hard to "undo" whatever default admin user account you set up on first use of a new Mac, so want to be prepared.
    Any help appreciated, thanks.
    Ian

    I'm wondering whether during that process I will be asked to create another admin user account when I first run SetUp Assistant.
    You won't be, provided you go straight into Setup Assistant the first time you boot the new machine.

  • Grey Screen when restoring from Time Machine Backup

    I was having some issues with my Macbook (circa 2008, aluminum) so I thought restoring from a Time Machine backup might solve the problem. The restore goes fine, always, but unfortunately, now whenever I start it up, it goes straight to the Gray Screen and goes no further. When checking the error logs, I see somewhere around 60% (I'm guessing, based on the time) the error:
    bookmark failed to issue extension for item /com.apple.recovery.boot/BaseSystem.dmg
    And a few other errors. Is there something I should be doing to fix this? Someone recommended reinstalling Lion, but as I have no wireless internet at home (only a plug-in USB 3G thing) it can't verify the installation.

    Make a "Genius" appointment at an Apple Store.

  • Need to delete drop down values of activity in travel request portal

    Hi,
    We need to hide/delete few of the drop down values from activity in travel request creation in portal, i know that if we delete in R/3 it will effect here, as per the client requirement we need values in R/3 system but that few of the values should not appear drop down list .
    Regards
    Ganesh

    Hi Ganesh,
    Try the below code in POSTexit of WDDOMODIFYVIEW( ) method of your view
    DATA drp_info       TYPE REF TO if_wd_context_node_info.
    data   lo_node        type ref to if_wd_context_node.
    DATA drp_value_set  TYPE wdr_context_attr_value.
    DATA drp_value_list TYPE wdr_context_attr_value_list.
    DATA index TYPE n.
    DO 5 TIMES.
    index = sy-index .
    CONCATENATE ' Value ' index  INTO drp_value_set-value SEPARATED BY space.
    CONCATENATE ' Value ' index  INTO drp_value_set-text SEPARATED BY space.
    INSERT drp_value_set INTO TABLE drp_value_list.
    ENDDO.
    SORT drp_value_list BY value.
    DELETE ADJACENT DUPLICATES FROM drp_value_list COMPARING value.
    lo_node  = drp_info->get_child_node('GENERAL_DATA').
    drp_info = lo_node->get_node_info(  ).
    drp_info->set_attribute_value_set(
    name = 'T_ACTYPE'  value_set = drp_value_list ).
    Hope this helps you.
    Regards,
    Rama

Maybe you are looking for

  • Adding new date field to already loaded data target.

    Hi,     we have a cube containing date feild such as 0CALMONTH. the data is being loaded to the cube. now they have added new date feild (0FISCYEAR). how to get data to this feild. there is no data coming from source system for this feild. please can

  • MyPlugin is not loading in Upgrade flow in some machine.

    Hi , I have created a Plugin which works in both Reader 9 and X. In most of the test machine MyPlugin  appears in Toolbar Panel(Reader X and Reader 9) for both Fresh install and Upgrade install of MyProduct. In some test machine MyPlugin  appears in

  • My apps won't update! Someone please help:(:(:(

    I got my iPhone 4S at the end of July so it is fairly new. I have updated a couple of apps before and it was fine, but within the past couple of weeks my apps are having trouble updating, whenever I click 'Update All' it asks me to enter my Apple ID

  • Console Error in WebLogic 11g

    Hi All, Just I have deployed a web application in my WebLogic through console successfully. My application also working properly, but when I am accessing my console, I am getting below error. <Error> <Console> <BEA-240003> <Console encountered the fo

  • How do I delete a mailbox setting from my Nokia 58...

    Hello! When trying to set up a mailbox sync with Outlook, it didn't work and I now have a mailbox set up I'd like to delete.  Only trouble is I don't seem to be able to.  When I followed the guidelines which I have copied below, I don't have the opti