IP SLA TRACK issue

Hello,
I am facing problem with ip sla track mechanism.
I have two ISPs connected to my router C881.
ISP1 = primary (connected to FastEthernet4)
ISP2 = backup (connected to FastEterhet3/Vlan20)
I am using ISP1 as primary ISP and tracking reachability of IP address 8.8.4.4 through ip sla track 200:
ip sla 200
icmp-echo 8.8.4.4
request-data-size 200
timeout 3000
threshold 1000
owner SYSADMIN
frequency 5
history hours-of-statistics-kept 25
history distributions-of-statistics-kept 20
history lives-kept 2
history buckets-kept 60
history filter all
ip sla schedule 200 life forever start-time now
ip sla enable reaction-alerts
track 200 ip sla 200 reachability
delay down 30 up 180
Default-route to ISP1 is tracked and second default-route is configured with higher value of metric.
This is how my static routing looks like:
ip route 0.0.0.0 0.0.0.0 FastEthernet4 1.1.1.1 name ISP1 track 200
ip route 0.0.0.0 0.0.0.0 Vlan20 2.2.2.2 250 name ISP2
ip route 8.8.4.4 255.255.255.255 FastEthernet4 1.1.1.1 name force-ISP1
ip route 8.8.4.4 255.255.255.255 Null0 250 name deny-via-ISP2
It works almost as expected:
- when ISP1 is going down (i mean if 8.8.4.4 becomes unreachable via ISP1), after 30 seconds, default route is pointing to ISP2
- also when ISP1 is going up (8.8.4.4 becomes reachable again via ISP1), after 180 seconds, default route is pointing back to ISP1
*Mar 14 14:09:52.034: %TRACKING-5-STATE: 200 ip sla 200 reachability Up->Down
*Mar 14 14:12:57.039: %TRACKING-5-STATE: 200 ip sla 200 reachability Down->Up
...but
In some cases (I believe that it may be in situation, that ISP1 is down for longer time), ip sla/track is unable to detect that ISP1 becomes UP again and the default route is pointing to ISP2 forever (at least until FastEthernet4 is disconnected/connected again, or shut/no shut command is applied).
*Mar 17 14:18:13.019: %TRACKING-5-STATE: 200 ip sla 200 reachability Up->Down
This is how some show command outputs looks like:
ROUTER-MD#show ip route static
8.0.0.0/32 is subnetted, 2 subnets
S 8.8.4.4 [1/0] via 1.1.1.1, FastEthernet4
S* 0.0.0.0/0 [250/0] via 2.2.2.2, Vlan20
ROUTER-MD#show ip sla statistics 200 details
IPSLAs Latest Operation Statistics
IPSLA operation id: 200
Latest RTT: NoConnection/Busy/Timeout
Latest operation start time: *12:17:51.494 MET Wed Mar 18 2015
Latest operation return code: Timeout
Over thresholds occurred: FALSE
Number of successes: 0
Number of failures: 31
Operation time to live: Forever
Operational state of entry: Active
Last time this entry was reset: Never
ROUTER-MD#show track 200
Track 200
IP SLA 200 reachability
Reachability is Down
42 changes, last change 22:00:06
Delay up 180 secs, down 30 secs
Latest operation return code: Timeout
Tracked by:
STATIC-IP-ROUTING 0
But as you can see here, 8.8.4.4 is reachable from the router:
ROUTER-MD#show ip route 8.8.4.4
Routing entry for 8.8.4.4/32
Known via "static", distance 1, metric 0
Routing Descriptor Blocks:
* 1.1.1.1, via FastEthernet4
Route metric is 0, traffic share count is 1
ROUTER-MD#ping 8.8.4.4
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 8.8.4.4, timeout is 2 seconds:
Success rate is 100 percent (5/5), round-trip min/avg/max = 40/41/44 ms
During that behavior, I see no icmp traffic destined to 8.8.4.4 with "debug ip icmp" command enabled.
Debug IP sla & track results are here:
ROUTER-MD#show debug
Track debugging is on
IP SLAs:
TRACE debugging is on for entries:
200
ERROR debugging is on for entries:
200
*Mar 18 12:40:16.530: IP SLAs(200) Scheduler: saaSchedulerEventWakeup
*Mar 18 12:40:16.530: IP SLAs(200) Scheduler: Starting an operation
*Mar 18 12:40:16.530: IP SLAs(200) echo operation: Sending an echo operation - destAddr=8.8.4.4, sAddr=1.1.1.2
*Mar 18 12:40:16.530: IP SLAs(200) echo operation: Sending ID: 27
*Mar 18 12:40:19.530: IP SLAs(200) echo operation: Timeout - destAddr=8.8.4.4, sAddr=1.1.1.2
*Mar 18 12:40:19.530: IP SLAs(200) Scheduler: Updating result
*Mar 18 12:40:19.530: IP SLAs(200) Scheduler: start wakeup timer, delay = 2000
*Mar 18 12:40:21.530: IP SLAs(200) Scheduler: saaSchedulerEventWakeup
*Mar 18 12:40:21.530: IP SLAs(200) Scheduler: Starting an operation
*Mar 18 12:40:21.530: IP SLAs(200) echo operation: Sending an echo operation - destAddr=8.8.4.4, sAddr=1.1.1.2
*Mar 18 12:40:21.530: IP SLAs(200) echo operation: Sending ID: 27
*Mar 18 12:40:24.530: IP SLAs(200) echo operation: Timeout - destAddr=8.8.4.4, sAddr=1.1.1.2
*Mar 18 12:40:24.530: IP SLAs(200) Scheduler: Updating result
*Mar 18 12:40:24.530: IP SLAs(200) Scheduler: start wakeup timer, delay = 2000
...etc
I would appreciate any help.
Thank you,
MB

Hi,
>>when ISP 1 is down, is the static route to 8.8.4.4 via 1.1.1.1 still in the routing table?
Unfortunately I can not catch the situation, when ISP1 is down. Now the ISP1 is UP.
But there can be two situations regarding this configuration:
ip route 8.8.4.4 255.255.255.255 FastEthernet4 1.1.1.1 name force-ISP1
1. If FE4 goes down, static route is removed from the routing table.
2. If FE4 remains up (but connection to 8.8.4.4 is broken within ISP1 network), static route is still in the routing table.
As I can see in logs, FE4 was not down, so route to 8.8.4.4 via ISP1 was in RT all the time.
>> Are you sure that reach ability to 8.8.4.4 is actually going through ISP2?
No, reach ability to 8.8.4.4 is actually going through ISP1 as configured:
S 8.8.4.4 [1/0] via 1.1.1.1, FastEthernet4
ROUTER#ping 8.8.4.4 source fastEthernet 4
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 8.8.4.4, timeout is 2 seconds:
Packet sent with a source address of 1.1.1.2
Success rate is 100 percent (5/5), round-trip min/avg/max = 40/40/44 ms
, my problem is that ip sla is somehow not seeing this:
ROUTER#show ip sla statistics
IPSLAs Latest Operation Statistics
IPSLA operation id: 200
Latest RTT: NoConnection/Busy/Timeout
Latest operation start time: *09:48:42.553 METDST Mon Apr 27 2015
Latest operation return code: Timeout
Number of successes: 0
Number of failures: 42
Operation time to live: Forever
>> have you applied ACL denying ICMP destined to 8.8.4.4 through ISP2 to make sure that 8.8.4.4 is not pingable through ISP2?
No... I have applied more specific static route to 8.8.4.4 via ISP1.
Besides of that, I have applied source-ip command under the ip sla configuration:
ip sla 200
icmp-echo 8.8.4.4 source-ip 1.1.1.2
Sure, I can try to deny icmp to 8.8.4.4 through ISP2 as third action, and we will see...
What will be better from your point of view? To use ACL as you mentioned, or to use "ip local policy route-map" as pille1234 mentioned...? Maybe both, to be 100% sure?

Similar Messages

  • ASA SLA Tracking w/ multiple icmp checks

    I would like to setup a backup internet connection but I don't want the connection to failover if one IP address or sla monitor is down.  I would like at least two to fail before it goes down. The only way I can think of is the config below.  Is there an easier way?
    route ouside 0.0.0.0 0.0.0.0 <isp1 route> 1 track 1
    route ouside 0.0.0.0 0.0.0.0 <isp1 route> 2 track 2
    route outside 0.0.0.0 0.0.0.0 <isp2 route> 254
    sla monitor 101
       type echo protocol ipIcmpEcho 10.0.0.1 interface outside
       num-packets 3
       frequency 10
    sla monitor 102
      type echo protocol ipIcmpEcho 10.0.0.2 interface outside
      num-packets 3
      frequency 10
    sla monitor schedule 101 life forever start-time now
    sla monitor schedule 102 life forever start-time now
    track 1 rtr 101 reachability
    track 2 rtr 102 reachability

    Hey, I know I am late, but I had found your article earlier today looking for an answer for a very similar issue. The problem I see with your solution is that the second route will overwrite the first line. Your cannot have two routes for the same network and same next-hop in a Cisco ASA. My problem was slightly different than yours, as I have a single ISP behind the ASA, but wanted to using multiple SLA monitors for the default-route so it is in the routing table if any SLA is up. The default is being redistributed into EIGRP.
    Her is my solution, I hope this will help someone, someday. It is not nice and short as we would like them, but works perfectly for what I needed. I tried to put enough comments so that you understand some choices I had to make.
    WAIT!  Did I tell you what follows doesn't look nice? This is for trained professionals only. Make sure you have a deep understanding of IP routing, IP routing protocols and route redistribution before you use this ! Use at your own risks!
    OK her it goes...
    ! Monitoring a single hosts in unsufficient in many production environments.
    ! Very limited IP SLA tracking in ASA doesn't really allow to monitor multiple hosts at the same time.
    ! Only one monitor process per track process and no configurable delays for down or up events
    ! This will show how to create dummy default-routes each bound to a different SLA monitor for distribution into EIGRP, such that a default-route will exist in the routing table if any of the monitored hosts is responding and how to filter redistribution of static routes into EIGRP
    ! The actual routes the ASA will use are 0.0.0.0/1 and 128.0.0.0/1, but those routes will only be used locally by the ASA, because they are a longer-match than the 0.0.0.0/0
    ! The most difficult part is preventing the 0.0.0.0/1 routes from getting redistributed in EIGRP along with the 0.0.0.0/0 route.
    ! The same technique could be applied for RIP or OSPF
    ! ISP router (default gateway)
    name x.x.x.x ISPrtr
    ! Google DNS
    name y.y.y.y SLAtesthost1
    ! Another host on the Internet
    name z.z.z.z SLAtesthost2
    ! Some unused/invalid hosts in the inside interface's subnet, I always use a /28 or bigger subnets so it was easy to find usused host addresses in the subnet
    name a.a.a.a invalid-host1
    name a.a.a.b invalid-host2
    sla monitor 1
    type echo protocol ipIcmpEcho SLAtesthost1 interface outside
    threshold 500
    frequency 10
    packets 3
    sla monitor schedule 1 life forever start-time now
    sla monitor 2
    type echo protocol ipIcmpEcho SLAtesthost2 interface outside
    threshold 500
    frequency 10
    packets 3
    sla monitor schedule 2 life forever start-time now
    track 1 rtr 1 reachability
    track 2 rtr 2 reachability
    ! Split the default route in two routes, these will be used by the ASA(longer-match) to forward IP packets to the ISP router. It is EXTREMELY IMPORTANT that these two routes are NOT redistributed into any routing protocol if you rely of the default-route elsewhere on your network. The route-map redist-default below will achieve this, and allow only default
    route outside 0.0.0.0 128.0.0.0 255.255.255.255 ISPrtr
    route outside 128.0.0.0 128.0.0.0 255.255.255.255 ISPrtr
    ! Create two dummy routes, each bound to its own tracking object/SLA monitor, which won't be used to forward any traffic. They can point to hosts in the inside subnet. We use different and invalid hosts as the next hops (other than the ISP router). First because the same route/same nex-hop cannot coexist in the ASA configuration, secondly because the ISP router's address will be used in a route-map to block the previous 2 routes (split).
    route inside 0.0.0.0 0.0.0.0 invalid-host1 track 1
    route inside 0.0.0.0 0.0.0.0 invalid-host2 track 2
    access-list deny-all-routes permit host 0.0.0.0
    access-list default-route permit host 0.0.0.0
    access-list ISP-router permit host ISPrtr
    ! The following route-map will ensure only a dummy default route is redistributed in EIGRP, we must absolutely blocck two split routes (0.0.0.0/1 and 128.0.0.0/1)
    ! Since ASA does not support extended ACL in route-map for filtering on the mask, the first route-map statement denies any route with the real ISP router as the next-hop
    ! The same route-map could be used for redistributing into RIPv2 or OSPF
    route-map redist-default deny 10
    match ip next-hop ISP-router
    route-map redist-default permit 20
    match ip address default-route
    route-map redist-default deny 100
    router eigrp 100
    no auto-summary
    ! Block all inbound route in the ASA
    distribute-list deny-all-routes in interface inside
    ! Allow only the default-route to be advertised toward inside peers
    distribute-list default-route out interface inside
    ! Redistribute only the default-route, adjust metrics to your needs
    redistribute static metric 10000 100 255 1 1500 route-map redist-default
    passive-interface default
    no passive-interface inside
    network
    Thanks,
    Marc-André

  • IP SLA track comaptible router

    Hii ,
    I have to run IP SLA  track commnad and wan run following config command , Which router with lowest cost run the following commands .
    please also confirm which Ios can run following comand ,
    can i run following configartion on 1900 series router or which lowesr end router can run following comands . iam using for it data as well voice trafic
    I tested it on C3750 swicth
    Cisco IOS Software, C3750 Software (C3750-ADVIPSERVICESK9-M), Version 12.2(44)SE
    1, RELEASE SOFTWARE (fc1)
    Switch          Ports      Model                             SW Version                                           SW Image
    *   1            28        WS-C3750G-24TS-1U       12.2(44)SE1                          C3750-ADVIPSERVICESK9-M
    config:Samle 
    For icmp tracking of HOST X.Y.171.1
    #ip sla 100
    icmp-echo X.Y.171.1
    ip sla schedule 100 life forever start-time now
    To track profile ( who will track and what to track )
    #track 100 rtr 100
    “Track 100 “ is tracking profile
    where “rtr 100” means  situation result in  “IP sla 100” has to be monitored
    Static routes used
    IBS_Nerul_L3_Switch#sh run | i X.Y.170.0
    ip route X.Y.170.0 255.255.255.0 Tunnel500 track 100 ( primary route in action till Ip is reachable )
    ip route X.Y.170.0 255.255.255.0 Tunnel501 100        (Secondary route take over once Track object is unreachable )

    Hi Nitin,
    I dont know about the cheap router but you can use IP sla feature on 1900 series ISR.
    IP SLA on ISR G2 platforms like your 1900 require Data K9 licence. Can you paste the output of show version.
    IP SLA also works on1841,  2800 and 2900 series routers.
    Regards
    Hope it helps.

  • Edit/Modify Tracker Issue List

    Hi there,
    I have customised a Tracker Issue list to manage any issue araised amongst a group of people. But now I can't edit it.
    When I first implemented it, on Windows XP, everything was working fine.
    But now I'm using Windows 7 and I can't edit the list to add more fields etc... 
    At first, I thought that I didn't install the Sharepoint Designer tool. Even after installing the latter, it doesn't work.
    Is this normal? Thanks for your help.

    It should not matter what computer you are connecting from, you should be able to edit the list equally well from a Windows XP, Vista, 7, 8, Phone 8, IMac or Raspberry Pi (ok, that doesn't have a compatible browser) as long as you're using a working and
    compatible browser.
    The most common cause of this sort of error is user permissions, someone may have removed your rights to edit that list. Check with the site owner that you still have permission to edit the list.
    The next most common issue is that if you have javascript errors in your browser it can lock the ribbon. This means that you'd see only part of the ribbon and the rest would be greyed out. You would also have multiple javascript errors which can be found
    in the bottom right hand corner of IE.
    Try from another computer if you have one available, if not then try with a different browser (IE/Chrome/Firefox).

  • SLA Widget Issue

    I have come across an issue whilst trying to implement the SLA Widget in a dashboard reporting on Service Level Objectives for a Distributed Application I have created with SCOM 2012 R2.
    The name of the SLO always displays as ManagementPackMonitorSLO{GUID} -
    even though I have set the name correctly in Service Level Tracking.
    See attached.
    Any ideas how I can resolve this issue? 

    We have the same problems in our environment. We are using SI-SL regional settings.
    I don't know if problem is solved if you change language pack settings in your server. For sure the problem can be solved to export MP and in Language Packs you should probably see:
    LanguagePack ID="ENU" IsDefault="false"
    East DC Management Servers
    LanguagePack ID="???" IsDefault="false"
    East DC Management Servers is with ManagementPackMonitorSLOxxxxxxxxxxx
    So SLO object which was created in SCOM console is present only in one language pack section. So find it and put it in other section ass well and import MP back.
    Hope it helps.

  • Syncing footage with music track issue in Premiere Pro CC

    My experience with Premiere Pro is still limited to basic editing. Recently I've been asked to help out a friend to edit a music video. I've done this before in Final Cot Pro X but decided to switch due to the integration of Adobe CC.
    The issue I am facing is that all footage that has been shot is delivered to me at 23.976 fps but with the audio playing faster. The audio track after importing is being played back at 29.97 fps and plays at normal speed.
    The solution I have found so far is to slow down each clip to 80% so it matches the original audio track. This is not ideal I found out while editing, so it would be better to have each clip rendered to its original state of 29.97 fps.
    After some more research I discovered that it is possible to re-render each clip to its original speed in After Effects, and even apply frame blending. Then import all back in Premiere Pro.
    My question is if the road I am following here is the correct one.
    Thank you!

    by reducing the speed in the timeline, i think it does the same thing as forcing interpret footage. the difference is by changing it in the bin before starting, you can change all clips at once. just make sure to set the sequence fps to the final output fps, not matching the changed fps of clips.  you can also right click the footage on the timeline and choose frame blend, but i think it ends up doing the same thing as the export option you are using. the difference on the timeline is you can see the frame blend while editing. AE is extremely slow and might not look any better, so where u are on deadline, forget about it.  so in premiere i think frame blend on vs off is your only real option to change the behavior of the slow-mo.
    the slow mo trick is nice for music videos, but yeah, for best results the camera needs to be sped up with the song on set. then in post both are slowed back down, replacing the song/audio with the original song at normal speed. 23.976 or 29.97 are both acceptable in NTSC usa land.  23.976 has gotten alot of attention as the "film look" since it has more motion blur, while 29.97 has a cleaner video look. below are some numbers i found somewhere and kept. so if the final render fps is known, can choose the correct shooting fps for on set with matching sped up or slowed down music.  the italic values would be used to end up with sped up footage, while the Bold values would be used for slo-motion effect. i haven't used these but the numbers look right. he could have shot at 29.97(30) fps and slowed it down to 23.976 in post to get the 80% slow-mo.
    For an NTSC/US, using a 24p timebase, for the following frame rates, adjust the song speed to:
    12 fps: make song last 1.956x longer by stretching it to 51.1% speed
    18 fps: make song last 1.333x longer by stretching it to 75.0% speed
    20 fps: make song last 1.226x longer by stretching it to 81.6% speed
    22 fps: make song last 1.067x longer by stretching it to 93.7% speed
    26 fps: make song last 0.907x as long as normal; play it at 110.25% speed
    30 fps: make song last 0.800x as long as normal; play it at 125% speed
    32 fps: make song last 0.747x as long as normal; play it at 133.87% speed
    36 fps: make song last 0.672x as long as normal; play it at 148.81% speed
    48 fps: make song last 0.498x as long as normal; play it at 200.80% speed
    60 fps: make song last 0.400x as long as normal; play it at 250.00% speed
    For an NTSC/US,  using a 30p timebase, for the following frame rates, adjust the song speed to:
    12 fps: make song last 2.445x longer by stretching it to 40.91% speed
    18 fps: make song last 1.667x longer by stretching it to 60.00% speed
    20 fps: make song last 1.533x longer by stretching it to 65.23% speed
    22 fps: make song last 1.333x longer by stretching it to 75.01% speed
    24 fps: make song last 1.250x as long as normal; play it at 80.00% speed
    26 fps: make song last 1.134x as long as normal; play it at 88.22% speed
    32 fps: make song last 0.933x as long as normal; play it at 107.14% speed
    36 fps: make song last 0.840x as long as normal; play it at 119.05% speed
    48 fps: make song last 0.622x as long as normal; play it at 160.73% speed
    60 fps: make song last 0.500x as long as normal; play it at 200.00% speed

  • Apple TV audio/voice track issues

    We just started using Netflix with AppleTV.  For several programs we can hear the music track, but the audio track is absent.  Dolby setting is "auto", we've done all updates, restarted, no luck...any suggestions?

    Managed to solve this problem myself, it turns out that the files that were causing issues had two audio tracks attached, when the file is loaded i press and hold the middle button to bring up the options, from there press right to the middle tab and change the audio from surround to normal and it plays at normal speed, i have no idea why it was doing this but i can now watch ALL my material finally! hopefully this helps someone else!
    Jim

  • Final sound track issue

    Using Pre 11, I have completed a wide screen project and exported it to DVD, using suggested AVCHD settings (.m2ts @ 1920-1080i - 30fps)  The final video quality is excellent as far as the images and video tracks go, when viewed on a 60" TV screen.  There is an issue with the actual DVD starting but it eventually works (my next problem to solve)
    Anyway, the sound track (music) plays thru all 5 speakers during playback on a Bluray player and therefore the sound is not very good in comparison to what a 2 channel stereo track, typical for music would be, or the playback in the Elements edit window.  It looks and sounds great on a computer that is only stereo, both within Elements and the exported clips to files. 
    Is there a way to export the video to a DVD this quality, but retain the 2 channel stereo playback?
    Or, is the only option to change sound output settings in the Bluray player?
    Music source within Elements are Mp3 converted to .wav prior to import.

    P1965
    Thanks for the reply and glad for the opportunity to clarify my view of the Premiere Elements 5.1 situation.
    All the burn to of Premiere Elements are for audio as Dolby Digital Stereo.
    However, when you get to export to file save to computer hard drive, things can get interesting. You can
    find a few opportunities to export certain files with 5.1 channel audio, but not Dolby Digital 5.1 channel.
    In the course of looking into Premiere Elements 5.1 channel opportunities, I ran across a way to import a source
    with Stereo and export it as 5.1 channel, not just go from 5.1 channel source to 5.1 channel export file.
    http://www.atr935.blogspot.com/2013/04/pe11-exporting-1080p50-or-1080p60-file.html
    http://www.atr935.blogspot.com/2013/07/pe11-exporting-1080p25-or-1080p30-file.html
    http://www.atr935.blogspot.com/2013/10/pe12-exporting-720p50-or-720p60-file.html
    All sorts of Premiere Elements and 5.1 considerations in the above.
    ATR

  • WIP Inventry tracking Issue

    Dear All,
             In my scenario am using one raw material for producing one finished goods.
    In B1 we can track the inventry for raw material and finished goods
    but how can i track the inventry details for Work in progress items.
    now i can able to track only value of WIP using WIP account
    but i want to track the wip inventry level.
    in my case am using 1 raw material for 1 finished good
    Regards,
    Guru

    Thanks Gordon
    I want to Know what ever items are  in WIP Stage
    For Ex,
            To produce one 10-15 mm Bolt i need 10 mg of 
            Raw Material-CCOPPER7648
    I created a BOM for this above Bolt which includes the    Raw Material-CCOPPER7648
    when am creating production order and issue for production for this product Bolt
    from my raw material 10 mg was reduced
    i want to show the inventry for this 10mg of material are in WIP Stage
    How it is possible

  • Maintenance Tools Assignment/Tracking/Issue to Employees.

    Dear All,
    We have Implemented Plant Maintenance Module for Manufacturing Plant. Maintenance department issue certain maintenance power tools/tool box to maintenance technicians to perform their daily/routine maintenance activities.
    We want to maintained these tools in SAP and have a track for same with respect to employee number in order to better management of tools inventory. Also, to have a report w.r.t. every technicians which are tools company has issues.
    Let me know if we can achieve this in SAP Offers through customized/standard solution.
    Kindly, share you thoughts on how we can achieve same.
    regards
    Atul R Rajmane

    Atul R Rajmane
    You could handle this in a few ways:
    Equipment, Tools Management
    Using equipment as a tool. You may need to develop a report to track who currently has the equipment
    This topic has been covered before, so try reading some of the previous posts.
    PeteA

  • Outlook Calendar invitation tracking issue

    Hello,
    I have a user who created a meeting.  The recepients have started to respond and some are accepted and rejected.  The weird part is that when the user tries to track the responses, only the rejected ones appear.  The accepted
    ones do not show up in teh tracking.  In the inbox you can see the accepted messages.  It seems that they are not being processed, but the rejected ones are.
    Anybody has any clue?
    Thank you,
    Demetri

    Hi,
    What’s the version of your Outlook?
    Can you see all the attenders in the attenders list, such as the screenshot below? What’s the status for the attenders who accepted the meeting request in the
    table?
    At this time, I suggest trying the following steps to see if the problem can be resolved.
    Step 1:
    =============
    Run
    Outlook /cleansniff command to open Outlook.
    Note: This command overrides the programmatic lockout that determines which of your computers (when running Outlook simultaneously) processes meeting items. The lockout
    process helps prevent duplicate reminder messages. This switch clears the lockout on the computer it is used, enabling Outlook to process meeting items.
    If the issue persists, please edit the registry key to change the idle time for Sniffer.
    Step 2:
    =================
    1. Start Registry Editor (Regedit.exe).
    2. Locate the following key in the registry key:
    [HKEY_CURRENT_USER\Software\Microsoft\Office\xxx\Outlook\Options\General]
    Note: xxx is the version number of Outlook. If you are using Outlook 2010, it is 14.0. If you are using Outlook 2007, it is 12.0. If it is
    Outlook 2003, it is 11.0.
    3. On the Edit menu, point to New, and then click
    DWORD Value. Type the name of the new value as
    AutoProcessIdleTime, and then press ENTER.
    4. On the Edit menu, click
    Modify, and then type the following information:
    Value data: 10000
    Base: Decimal
    5. Click
    OK. Quit Registry Editor.
    6. Restart Outlook and check the issue again. You can create a new meeting request and check the results again.
    Hope it helps.
    Best Regards,
    Sally Tang
    TechNet Subscriber Support
    in forum
    If you have any feedback on our support, please contact
    [email protected]  

  • Outlook calendar tracking issue

    1 user is having issues where Outlook 2010 is not tracking rejected meeting replies.
    They setup a meeting and recieve the acceptance and rejection replies in their inbox but when checking the appointment the people who rejected the meeting are now removed as attendees. The people who accept the meeting are listed in the
    tracking as accepted.  

    Hi,
    First please go to OWA and see if these people who declined are available.
    I'm not aware that there's a setting in Outlook to remove the declined attendees from Tracking Status, are you using any add-ins to manage the meetings? Let's test by running Outlook in Safe Mode:
    Press Win + R, type "outlook.exe /safe" in the blank box, press Enter.
    Then create a new meeting to test, see if the declined attendees will be removed from the Tracking Status. If no, then we should go to FILE -> Options -Add-Ins to disable the suspicious add-ins to verify which one caused the issue.
    You can even create a new profile to determine whether the issue is Outlook client specific or the old profile specific.
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Skeleton tracking issue with kinect studio v2

    Hello,
    We have an issue related to skeleton tracking using kinect studio v2. The skeleton is not showing when we playback a stream in a connected mode. Note that when we recorded the stream the Nui Body Frame, Nui Body Index, Nui Depth, Nui IR are selected.
    Is there a way to show the skeleton in a connected mode during playback with kinect studio?
    Thanks for your help,

    Connected mode will regenerate body data based on those data streams. Recording body data in the capture is only used when using VGB. You need to ensure that you have captured the "lock-on" state for body tracking. Best practice is to cover the
    sensor and start your recording. When you see the body lock-on, then you have captured the lock on state and then perform the action you need then stop recording.
    Carmine Sirignano - MSFT

  • Logic Pro 10.1.0 update. automation and external midi tracks issues

    Hi there,
    After i i installed the update I am having some issues with transferring automation to region/track and viceversa + othe issues in creating GM external midi tracks...
    anybody else experiencing the same?
    Marco

    Yes, that behavior is really odd indeed. Never experienced that and never heard of it.
    There are two possibilities:
    Something Corrupted
    This is a long shot, but you never know when bits get tangled up somewhere and cause the weirdest things. As Nigel pointed out, start with the Preferences file.
    Another step is to log in to a different user (if possible) and play around to see if you get the same behavior. If not, then it would point to a user file on your user directory, possibly corrupted. You wouldn't still know which one, but at least you narrowed it down and can keep on looking (and hopefully eliminating)
    Pilot Error
    As Nigel pointed out, there could be a combination how you do the editing which we don't see at the moment. Couple of things that come to mind
    Aliases: This is only thing I can think of that "remotely" delete other Events, but you don't mention that you use Aliases (or do you?)
    Are you doing the edits in the Piano Roll? If you have "Selected Region" selected in the Local View Menu (instead of the "One Track" option), then the following would be technically possible. Selecting Events in a Region and then going to a different Region keeps those Events selected. If you would go to the Piano Roll and  and delete the visible Events, then technically some other Events form other (selected) Regions that are "out of side" but still selected could be deleted too. This is a little bit far fetched but technically possible.
    Can you "Track Protect" the MIDI Tracks and only unprotect them when you are editing? This prohibits deleting of Events in those Region manually, and hopefully also those automatic deletion. I know this would be only a "band aid" solution, but if it works to avoid having notes deleted, it gives you time to search for the real culprit.
    Hope that helps
    Edgar Rothermich
    http://DingDingMusic.com/Manuals/
    'I may receive some form of compensation, financial or otherwise, from my recommendation or link.'

  • Motion tracking issues

    I am doing a rather difficult (for a beginner) sky replacement on a panning shot.
    My first issue regards rotation. I've selected position and rotation for my tracking points, but after applying them to my sky layer, it becomes flipped upside down (rotated 190 degrees) and also out of position. Correcting the position is as easy as selecting all the position keyframes and dragging it to the correct starting point, but for rotation this doesn't work (it sets everything to one value). I want the first keyframe to be 0 degrees and for it to follow on from there with the tracking.
    Secondly, because the camera pans quite far, I need to change the tracking points midway through as there are no two points I can use that are in the entire shot. Similar to the first problem, I find that when I do this it resets the position of the sky layer, sending it out of place and upside-down. I guess what I'm looking for is a way to apply the motion tracking to the sky layer without losing its initial position or rotation (or any other value for that matter).
    Thanks!

    Thanks a lot, I do have mocha but have never used it as I'm still in the early learning stage of AE. I'll watch through a couple mocha tutorials though and see where that gets me.
    Regarding the matte, I was intending not to use one as there is so much foliage detail it seemed impossible to key the sky out effectively. Instead I was just going to multiply the sky layer and apply a gradient. I've attached screenshots showing the start and end of the shot, before and after I've done my best on it. If you know a better way I can do it, I'd be very grateful.
    Cheers.
    Source beginning:
    Source end:
    With sky layer:

Maybe you are looking for

  • Error in access with Essbase Studio Console

    We get error to connect with Essbase Studio Console. "children for Root. Reason: Unknown package name 'drillthrough'.Line = 1." It is a new installation. EPM 11.1.2.2

  • Ultranav won't install after upgrade to Win 7

    I upgraded from XP to Win 7 Ultimate. When I try to install the Win 7-compliant driver from the Lenovo site, the OS tells me that it's not compliant and "fixes" the problem by installing generic drivers that, of course, don't allow me to modify the U

  • Cannot change "Open with" (in context menu) from CS3 to CS6

    I have CS5 and CS6 installed, and now I've also installed CS3 (because of problems with ps actions that does not work properly), and in the context menu "Open with", "Open" and "Edit" now starts CS3 instead of CS6. How change all that to CS6? Note: w

  • CS5.5--Issues with audio from imported avi's & issues exporting

    To Start, my laptop: CPU: Intel® Core ™ i7-2330QM CPU @ 2.00 GHz CPU Clock Frequency: 2.00 GHz System Memory: 8 GBytes Cache Memory: 1 MBytes/6 Mbytes Manufacturer: Sony Corporation Model name: VPCF226FM BIOS VERSION: R1190V# OS Version: Microsoft Wi

  • Service Module u2013 Data Ownership

    Hi Experts A company has got multiple business division. These divisions provide u201CServiceu201D to the products sold by their respective Department. Individual division donu2019t want the other department to see or view their work details as they