AP keep flapping between the old controller and new controller

I am migrating the AP from the old controller to new controller. One AP connected to new controller and download the code then rebooted and re-connnected to old controller and download the code. After that it joined the new controller and download the code...It keep doing this.
What is the issue and how to solve it....
Thanks                  

Hi Raymond,
We also need to figure out why the AP leave the new WLC.
Fixing this IMO will be a permanent solution.
1) Execute "debug capwap errors enable" ,  "debug capwap events enable"  and debug pm pki enable" on the NEW WLC. Get the output at the time the AP goes out of the new WLC.
2)  "show logging" from the AP.
3) And "show ap join stats detailed "  and "show ap config general " from the WLC.
Regards
Victor V
*****Help out other by using the rating system and marking answered questions as *****Answered"*****

Similar Messages

  • I have changed my email address and apple ID online, but the iPad keeps bringing up the old address and will not log into my apple ID

    I have changed my email address, and apple ID online, but my iPad keeps bring up the old address and will not log into my Apple ID

    If you updated your existing account then try logging out of it on the iPad by tapping on the id in Settings > iTunes & App Stores and then log back in and see if that 'refreshes' the account on the iPad. If you created a new account then any content that you purchased/downloaded via the old account will remain tied to that old account, and only that old account can download updates to its apps.

  • Connection between the test agent and test controller randomly drops.

    Hi all,
    I setup a test environment with the VS2013 IDE, test controllers, and test agents all on the same domain and I am experiencing random connection drops during test runs.
    I am able to get a connection started between the controller and agents, but have not been able to get a stable enough connection to run a test suite of 3000+ tests. 
    I have added firewall exceptions for the default ports and turned to disabling the firewall on both the controller and the agents.
    I installed and configured the controller/agents with the same admin account.
    This account is in the TeamTestAgentService, TeamTestControllerAdmins, and TeamTestControllerUsers groups of the controller machine.
    I am using Windows Server 2012 for the controller, and Windows 8.1 for the agents.
    Here are the agent logs right before failure: 
    V, 2228, 30, 2015/05/01, 07:04:04.481, WIN81-AUTO1\QTAgentService.exe, AgentService: Connection to controller is up.
    V, 2228, 26, 2015/05/01, 07:04:34.264, WIN81-AUTO1\QTAgentService.exe, AgentService: Connection to controller is up.
    V, 2228, 13, 2015/05/01, 07:05:04.469, WIN81-AUTO1\QTAgentService.exe, AgentService: Connection to controller is up.
    V, 2228, 19, 2015/05/01, 07:05:34.284, WIN81-AUTO1\QTAgentService.exe, AgentService: Connection to controller is up.
    V, 2228, 24, 2015/05/01, 07:06:04.395, WIN81-AUTO1\QTAgentService.exe, AgentService: Connection to controller is up.
    V, 2228, 18, 2015/05/01, 07:06:34.428, WIN81-AUTO1\QTAgentService.exe, AgentService: Connection to controller is up.
    V, 2228, 37, 2015/05/01, 07:07:04.398, WIN81-AUTO1\QTAgentService.exe, AgentService: Connection to controller is up.
    I, 2228, 38, 2015/05/01, 07:07:34.400, WIN81-AUTO1\QTAgentService.exe, AgentService: Connection to controller is down. Reconnecting...
    V, 2228, 38, 2015/05/01, 07:07:34.400, WIN81-AUTO1\QTAgentService.exe, AgentStatusAggregator.ControllerDisconnected: Connection to controller server2012-2:6901 has been lost.
    I, 2228, 38, 2015/05/01, 07:07:34.400, WIN81-AUTO1\QTAgentService.exe, AgentService: connecting to controller using uri: tcp://server2012-2:6901/ControllerAccessManager.rem
    I, 2228, 38, 2015/05/01, 07:07:34.400, WIN81-AUTO1\QTAgentService.exe, ExecutionUtilits.UpdateRemotingCredentials Invoked
    I, 2228, 38, 2015/05/01, 07:07:34.479, WIN81-AUTO1\QTAgentService.exe, GetControllerObject : Controller Version : 12.0 
    I, 2228, 38, 2015/05/01, 07:07:34.541, WIN81-AUTO1\QTAgentService.exe, ExecutionUtilits.UpdateRemotingCredentials Invoked
    I, 2228, 38, 2015/05/01, 07:07:34.541, WIN81-AUTO1\QTAgentService.exe, AgentService: obj is Microsoft.VisualStudio.TestTools.Controller.ControllerObject
    I, 2228, 38, 2015/05/01, 07:07:35.291, WIN81-AUTO1\QTAgentService.exe, AgentService: Connecting to controller. Using AgentName: WIN81-AUTO1 : Domain : 
    I, 2228, 38, 2015/05/01, 07:07:35.291, WIN81-AUTO1\QTAgentService.exe, AgentService: Failed to connect to controller. System.Net.Sockets.SocketException (0x80004005): No such host is known
    Server stack trace: 
       at System.Net.Dns.GetAddrInfo(String name)
       at System.Net.Dns.InternalGetHostByName(String hostName, Boolean includeIPv6)
       at System.Net.Dns.GetHostAddresses(String hostNameOrAddress)
       at System.Runtime.Remoting.Channels.RemoteConnection.CreateNewSocket()
       at System.Runtime.Remoting.Channels.RemoteConnection.GetSocket()
       at System.Runtime.Remoting.Channels.SocketCache.GetSocket(String machinePortAndSid, Boolean openNew)
       at System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink.SendRequestWithRetry(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream)
       at System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink.ProcessMessage(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream, ITransportHeaders& responseHeaders, Stream& responseStream)
       at System.Runtime.Remoting.Channels.BinaryClientFormatterSink.SyncProcessMessage(IMessage msg)
    Exception rethrown at [0]: 
       at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
       at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
       at Microsoft.VisualStudio.TestTools.Controller.IControllerCallback.ConnectAgent(String agentName, String machineName, String domainName, Boolean canPerformUITesting, String configuredUserName, String agentVersion, IAgentService agentObject)
       at Microsoft.VisualStudio.TestTools.Agent.AgentService.ConnectToController(Boolean shouldThrow)
    I, 2228, 25, 2015/05/01, 07:08:04.340, WIN81-AUTO1\QTAgentService.exe, AgentService: Connection to controller is down. Reconnecting...
    V, 2228, 25, 2015/05/01, 07:08:04.340, WIN81-AUTO1\QTAgentService.exe, AgentStatusAggregator.ControllerDisconnected: Connection to controller server2012-2:6901 has been lost.
    I, 2228, 25, 2015/05/01, 07:08:04.340, WIN81-AUTO1\QTAgentService.exe, AgentService: connecting to controller using uri: tcp://server2012-2:6901/ControllerAccessManager.rem
    I, 2228, 25, 2015/05/01, 07:08:04.340, WIN81-AUTO1\QTAgentService.exe, ExecutionUtilits.UpdateRemotingCredentials Invoked
    I, 2228, 25, 2015/05/01, 07:08:04.371, WIN81-AUTO1\QTAgentService.exe, GetControllerObject : Controller Version : 12.0 
    I, 2228, 25, 2015/05/01, 07:08:04.386, WIN81-AUTO1\QTAgentService.exe, ExecutionUtilits.UpdateRemotingCredentials Invoked
    I, 2228, 25, 2015/05/01, 07:08:04.386, WIN81-AUTO1\QTAgentService.exe, AgentService: obj is Microsoft.VisualStudio.TestTools.Controller.ControllerObject
    I, 2228, 25, 2015/05/01, 07:08:04.871, WIN81-AUTO1\QTAgentService.exe, AgentService: Connecting to controller. Using AgentName: WIN81-AUTO1 : Domain : 
    I, 2228, 25, 2015/05/01, 07:08:04.871, WIN81-AUTO1\QTAgentService.exe, AgentService: Failed to connect to controller. System.Net.Sockets.SocketException (0x80004005): No such host is known
    Server stack trace: 
       at System.Net.Dns.GetAddrInfo(String name)
       at System.Net.Dns.InternalGetHostByName(String hostName, Boolean includeIPv6)
       at System.Net.Dns.GetHostAddresses(String hostNameOrAddress)
       at System.Runtime.Remoting.Channels.RemoteConnection.CreateNewSocket()
       at System.Runtime.Remoting.Channels.RemoteConnection.GetSocket()
       at System.Runtime.Remoting.Channels.SocketCache.GetSocket(String machinePortAndSid, Boolean openNew)
       at System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink.SendRequestWithRetry(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream)
       at System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink.ProcessMessage(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream, ITransportHeaders& responseHeaders, Stream& responseStream)
       at System.Runtime.Remoting.Channels.BinaryClientFormatterSink.SyncProcessMessage(IMessage msg)
    Exception rethrown at [0]: 
       at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
       at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
       at Microsoft.VisualStudio.TestTools.Controller.IControllerCallback.ConnectAgent(String agentName, String machineName, String domainName, Boolean canPerformUITesting, String configuredUserName, String agentVersion, IAgentService agentObject)
       at Microsoft.VisualStudio.TestTools.Agent.AgentService.ConnectToController(Boolean shouldThrow)
    I, 2228, 25, 2015/05/01, 07:08:34.341, WIN81-AUTO1\QTAgentService.exe, AgentService: Connection to controller is down. Reconnecting...
    V, 2228, 25, 2015/05/01, 07:08:34.341, WIN81-AUTO1\QTAgentService.exe, AgentStatusAggregator.ControllerDisconnected: Connection to controller server2012-2:6901 has been lost.
    I, 2228, 25, 2015/05/01, 07:08:34.341, WIN81-AUTO1\QTAgentService.exe, AgentService: connecting to controller using uri: tcp://server2012-2:6901/ControllerAccessManager.rem
    I, 2228, 25, 2015/05/01, 07:08:34.341, WIN81-AUTO1\QTAgentService.exe, ExecutionUtilits.UpdateRemotingCredentials Invoked
    I, 2228, 25, 2015/05/01, 07:08:34.529, WIN81-AUTO1\QTAgentService.exe, GetControllerObject : Controller Version : 12.0 
    I, 2228, 25, 2015/05/01, 07:08:34.529, WIN81-AUTO1\QTAgentService.exe, ExecutionUtilits.UpdateRemotingCredentials Invoked
    I, 2228, 25, 2015/05/01, 07:08:34.529, WIN81-AUTO1\QTAgentService.exe, AgentService: obj is Microsoft.VisualStudio.TestTools.Controller.ControllerObject
    I, 2228, 25, 2015/05/01, 07:08:34.638, WIN81-AUTO1\QTAgentService.exe, AgentService: Connecting to controller. Using AgentName: WIN81-AUTO1 : Domain : 
    I, 2228, 25, 2015/05/01, 07:08:34.638, WIN81-AUTO1\QTAgentService.exe, AgentService: Failed to connect to controller. System.Net.Sockets.SocketException (0x80004005): No such host is known
    Server stack trace: 
       at System.Net.Dns.GetAddrInfo(String name)
       at System.Net.Dns.InternalGetHostByName(String hostName, Boolean includeIPv6)
       at System.Net.Dns.GetHostAddresses(String hostNameOrAddress)
       at System.Runtime.Remoting.Channels.RemoteConnection.CreateNewSocket()
       at System.Runtime.Remoting.Channels.RemoteConnection.GetSocket()
       at System.Runtime.Remoting.Channels.SocketCache.GetSocket(String machinePortAndSid, Boolean openNew)
       at System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink.SendRequestWithRetry(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream)
       at System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink.ProcessMessage(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream, ITransportHeaders& responseHeaders, Stream& responseStream)
       at System.Runtime.Remoting.Channels.BinaryClientFormatterSink.SyncProcessMessage(IMessage msg)
    Exception rethrown at [0]: 
       at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
       at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
       at Microsoft.VisualStudio.TestTools.Controller.IControllerCallback.ConnectAgent(String agentName, String machineName, String domainName, Boolean canPerformUITesting, String configuredUserName, String agentVersion, IAgentService agentObject)
       at Microsoft.VisualStudio.TestTools.Agent.AgentService.ConnectToController(Boolean shouldThrow)
    I, 2228, 25, 2015/05/01, 07:09:04.359, WIN81-AUTO1\QTAgentService.exe, AgentService: Connection to controller is down. Reconnecting...
    V, 2228, 25, 2015/05/01, 07:09:04.359, WIN81-AUTO1\QTAgentService.exe, AgentStatusAggregator.ControllerDisconnected: Connection to controller server2012-2:6901 has been lost.
    I, 2228, 25, 2015/05/01, 07:09:04.359, WIN81-AUTO1\QTAgentService.exe, AgentService: connecting to controller using uri: tcp://server2012-2:6901/ControllerAccessManager.rem
    I, 2228, 25, 2015/05/01, 07:09:04.359, WIN81-AUTO1\QTAgentService.exe, ExecutionUtilits.UpdateRemotingCredentials Invoked
    I, 2228, 25, 2015/05/01, 07:09:04.531, WIN81-AUTO1\QTAgentService.exe, GetControllerObject : Controller Version : 12.0 
    I, 2228, 25, 2015/05/01, 07:09:04.546, WIN81-AUTO1\QTAgentService.exe, ExecutionUtilits.UpdateRemotingCredentials Invoked
    I, 2228, 25, 2015/05/01, 07:09:04.546, WIN81-AUTO1\QTAgentService.exe, AgentService: obj is Microsoft.VisualStudio.TestTools.Controller.ControllerObject
    I, 2228, 25, 2015/05/01, 07:09:04.937, WIN81-AUTO1\QTAgentService.exe, AgentService: Connecting to controller. Using AgentName: WIN81-AUTO1 : Domain : 
    I, 2228, 25, 2015/05/01, 07:09:04.953, WIN81-AUTO1\QTAgentService.exe, AgentService: Failed to connect to controller. System.Net.Sockets.SocketException (0x80004005): No such host is known
    Server stack trace: 
       at System.Net.Dns.GetAddrInfo(String name)
       at System.Net.Dns.InternalGetHostByName(String hostName, Boolean includeIPv6)
       at System.Net.Dns.GetHostAddresses(String hostNameOrAddress)
       at System.Runtime.Remoting.Channels.RemoteConnection.CreateNewSocket()
       at System.Runtime.Remoting.Channels.RemoteConnection.GetSocket()
       at System.Runtime.Remoting.Channels.SocketCache.GetSocket(String machinePortAndSid, Boolean openNew)
       at System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink.SendRequestWithRetry(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream)
       at System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink.ProcessMessage(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream, ITransportHeaders& responseHeaders, Stream& responseStream)
       at System.Runtime.Remoting.Channels.BinaryClientFormatterSink.SyncProcessMessage(IMessage msg)
    Exception rethrown at [0]: 
       at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
       at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
       at Microsoft.VisualStudio.TestTools.Controller.IControllerCallback.ConnectAgent(String agentName, String machineName, String domainName, Boolean canPerformUITesting, String configuredUserName, String agentVersion, IAgentService agentObject)
       at Microsoft.VisualStudio.TestTools.Agent.AgentService.ConnectToController(Boolean shouldThrow)
    I, 2228, 25, 2015/05/01, 07:09:34.376, WIN81-AUTO1\QTAgentService.exe, AgentService: Connection to controller is down. Reconnecting...
    V, 2228, 25, 2015/05/01, 07:09:34.376, WIN81-AUTO1\QTAgentService.exe, AgentStatusAggregator.ControllerDisconnected: Connection to controller server2012-2:6901 has been lost.
    I, 2228, 25, 2015/05/01, 07:09:34.376, WIN81-AUTO1\QTAgentService.exe, AgentService: connecting to controller using uri: tcp://server2012-2:6901/ControllerAccessManager.rem
    I, 2228, 25, 2015/05/01, 07:09:34.376, WIN81-AUTO1\QTAgentService.exe, ExecutionUtilits.UpdateRemotingCredentials Invoked
    I, 2228, 25, 2015/05/01, 07:09:34.517, WIN81-AUTO1\QTAgentService.exe, GetControllerObject : Controller Version : 12.0 
    I, 2228, 25, 2015/05/01, 07:09:34.517, WIN81-AUTO1\QTAgentService.exe, ExecutionUtilits.UpdateRemotingCredentials Invoked
    I, 2228, 25, 2015/05/01, 07:09:34.517, WIN81-AUTO1\QTAgentService.exe, AgentService: obj is Microsoft.VisualStudio.TestTools.Controller.ControllerObject
    I, 2228, 25, 2015/05/01, 07:09:35.111, WIN81-AUTO1\QTAgentService.exe, AgentService: Connecting to controller. Using AgentName: WIN81-AUTO1 : Domain : 
    I, 2228, 25, 2015/05/01, 07:09:35.126, WIN81-AUTO1\QTAgentService.exe, AgentService: Failed to connect to controller. System.Net.Sockets.SocketException (0x80004005): No such host is known
    Thanks in advance,
    Erik

    Hi,
    To run automated test using MTM, there is at least one lab environment with at least agent one machine.
    It is easy to configure standard lab environment than SCVMM lab environment.
    I suggest that you could refer to this article below to configure lab environment and do tests.
    # Essential Guide for Running Automated Tests from a Test Plan
    https://msdn.microsoft.com/en-us/library/ff472576%28v=vs.110%29.aspx?f=255&MSPPError=-2147217396
    Regards
    Starain
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Is there any difference between the old iPod and the new one?

    Hello everyone,
    first of all i'd like to thank you for reading my post:)
    My question is a simple one, i bought the new iPod Video 30 GB, and i came across a couple of questions while i was heading home with my new toy.
    How can i actually see the difference between this my new iPod and the one that they where selling before?
    Is there any visible difference amongst those two that i can notice?
    Thanks once again.

    Hello everyone,
    first of all i'd like to thank you for reading my
    post:)
    My question is a simple one, i bought the new iPod
    Video 30 GB, and i came across a couple of questions
    while i was heading home with my new toy.
    How can i actually see the difference between this
    my new iPod and the one that they where selling
    before?
    Is there any visible difference amongst those two
    that i can notice?
    The new update has a scroll feature on it to make it easier to search for songs on your ipod. It also lets you control the maximum volume your ipod can reach. It has better video quality as well. It lets you play games on your ipod (you have to download them from the Muisc Store)
    and thats about it! Have fun with your new ipod!
    kEat0n

  • Whats the difference between the old iCloud and the new iCloud drive?

    Can anybody explain the difference between the two?  The new iCloud drive does nothing new, same as the old iCloud. 

    Did you read the page that Peter provided? See bold text in paragraph below - you open an iCloud enabled app to see the files.
    Storing files in iCloud is simple. Just as it should be.
    To upload your files to iCloud, simply drag them into the iCloud Drive on your Mac running OS X Yosemite or PC running Windows 7 or later. Or start a new document using an iCloud-enabled app on your iOS device. Then you’ll be able to access those documents from all your devices.

  • My Apple TV menu keeps flickering between the standard menu and one that only has "Internet, Computers, and Settings" What is going on?

    I will be watching a movie or tv show and it will just quit working, reverting back to a three selection menu. Then it will go to the standard menu and back, doing this a few times. I cant seem to get it to stop and it didnt happen when i first got the ATV.

    I had this issue with both our Apple TVs and it turned out to be a bad router.
    The router was generating enough radio interference on the Wi-Fi channels the Apple TVs used that they could not hold the signal, and were constantly associating/disassociating with the bad router.
    I figured this out by monitoring the status logs on the Time Machine - Advanced tab, and seeing an associate/disassociate message every five seconds or so.
    Removing the bad router fixed the problem.

  • Is NAT allowed between the Access Point and WLAN Controller?

    Suppose that the AP and Controller communicate over a L3 network.
    Can NAT be performed in between?
    For example, suppose that the AP is connected to an ADSL router that performs NAT.

    Just to expand on what George had said, when the controller sends the discovery response to an AP the controller's ap-manager interface IP address is embedded in the response.  So if this packet gets NATed the embedded address won't.  So just make sure they AP can route packets to whatever address is configured on the controller.  The controller doesn't need to see the AP's configured address, this one could be NATed.

  • How to sync reading list between my old tablet and new one?

    I have like 100 links in my reading list in firefox on my old tablet. I need to transfer them to my new tablet, but it seems that Firefox sync is working only for bookmarks. How can I transfer my reading list without rooting the device?

    Hello.
    Currently, there is no way to sync your reading list between your devices. Since the reading list is just webpages without all of the ads and a more reader-like experience, it's just like a bookmark. But, you have to make all of those reading list items into bookmarks to sync between devices. The reading list is for on-device only.
    Sorry for all of the trouble. (With 100 and all) :-(

  • APP-PAY-06841: Person change exit between the old and the new date.

    Hi,
    Please help me by answering this question as very urgent basis.
    ABC employee Effective date should be of future dated 10-jan-2011.
    But ABC employee joining date has been entered on 10-Aug-2010.
    amd also this date is also ended by updating on 10-Dec-2010.
    But these records are wrong.This employee's effective date should be form 01-Jan-2011.
    how to datetrack.
    if iam changing the date bye keeping effective date as 10-Dec-2010 an an iam changing the record to 01-jan-2011,its throwing the error as "**APP-PAY-06841: Person change exit between the old and the new date**"
    Thanks&Regards,
    Sowmya.K

    What is the application release?
    Please see these docs.
    Error: APP-PAY-06841: Person changes exist between the old date and the new date [ID 399056.1]
    APP-PAY-06841 When Changing Latest Start Date Of An Employee Who Was An Ex-Contingent Worker [ID 1146414.1]
    Unable To Change Start Date for Employee, Get Error "APP-PAY-06841: Person Changes Exist Between The Old Date And The New Date" [ID 603233.1]
    Correcting Latest Start Date in People Screen Gives Error APP-PAY-06841 [ID 368289.1]
    How To Change the Latest Start Date of an Employee? [ID 329692.1]
    Thanks,
    Hussein

  • I plugged my ipod, but it wont charge. it keeps flashing between the apple and the charge screen, what can I do?

    I plugged my ipod touch into my computer but it won't charge or my computer won't recognise it. It keeps flashing between the apple sign and charge screen but the battery is not increasing at all, what can I do?

    See:
    iPod touch: Hardware troubleshooting
    - Try another cable
    - Try another charging source
    - Look at the dock connector on the iPod. Look for abnormalities like bent or corroded contacts, cracked or broken plastic.
    - Make an appointment at the Genus Bar of an Apple store.

  • Why is finder switching between my old username and my new one?

    After changing my username finder keep switching between my old one and my new one rapidly. I've tried logging out and back in and rebooting, but other than that, I have no idea how I might fix this. A video of the issue can be found here: http://www.youtube.com/watch?v=oU661gxKtqY

    I think you have Fast User Switching switched on, and it's causing your user name to toggle like you were logged into both accounts at the same time.
    Try and turn it off, just to see if that cures the problem.  Go to System Preferences>Users&Groups>Click on lock to unlock, then on Login Options.  Check off Fast User Switching.  I have no clue if this is a cure, but let's see.

  • How to mirror between the production server and the multiple local servers.

    I am currently looking for the best way to correspond between our production server and the multiple local servers. Because the production server is the only server that holds the latest updating applications, and our local servers are located for each developer’s local machines where the all modifications and creations are done. So when the developer locally makes changes for assets or files, he creates a patch archive first, then accesses to the production side Administration console screen and imports them from Application Management screen.
    We tried to find a way to see the imported date before (so we know which one has been imported as new.), but there is no show in the Administration console Application Management screen. There is Creation date but it’s set as we initially imported the full archive files, but not patch files. Since between applications have some types of the dependencies (like fragments or image files), what is the best way to keep mirroring between the production server and local servers? Or we should simply not use patch file for updating server?
    Thanks,

    Check out this utility : http://blogs.adobe.com/livecycle/2013/03/adobe-livecycle-configuration-migration-utility.h tml
    Thanks,
    Wasil

  • Difference between Old GL and New GL

    Hi All,
    I am very new to this community and just started my career towards SAP. I want to understand what are the major difference between the old GL and the current GLversion.
    Thank you for all your help and advice.
    Regards,
    New Joinee
    Search SDN and read help.sap.com

    please refer below link:
    ECC 6.0 New GL Functionality
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/erpfi/financials&
    SAP release notes(Older 4.6 v/s to ECCC- New releases)
    easy way of finding release notes
    http://solutionbrowser.erp.sap.fmpmedia.com
    hoe this helps
    Please assign points as way to say thanks

  • Hi, I need help and advice. Basically me and my ex partner both had iphones and synced it with the same computer under the same ID. We split i have a new laptop and now it keeps asking for the old ID or it'll erase my apps bought on theold account.

    Hi, I need help and advice. Basically me and my ex partner both had iphones and synced it with the same computer under the same ID. We split up and now im trying to get all my apps and info onto my new laptop with a new account but it keeps asking me for the old apple ID which she is still using and she changed the password. i tried backing it up but still nohing. When i try to back up purchased items being apps etc its keeps asking for the old one. help

    See Recover your iTunes library from your iPod or iOS device. But you'll still need the password.
    Once you have the computer authorized to use the account she could change the password again to stop you buying apps on her card (assuming it's not on yours!). It would lock you out of upgrading them too but they should work unless she uses the deathorize all feature.
    It depends on how amicable the split is...
    tt2

  • HT4623 after the ios 7.0 update my iphone 4s and ipad keep switching in between the home screen and the apple loading screen, can anybody help?

    Can anybody help with the above?
    i.e
    both my iphone 4s and ipad switch in between the home screen and the apple loading screen
    Many thanks

    I would connect each device to a power source, and then reset them by holding the power button and the home button until they turn off.
    If it keeps happening, I would put the devices in recovery mode and restore them with iTunes.
    This article will help with that if needed:
    iOS: Unable to update or restore
    http://support.apple.com/kb/HT1808

Maybe you are looking for