ACS database not functioning after changing secondary acs ip.

Hi.. im having 2 ACS 3.1 server. ACS01 (Primary) & ACS02 (Secondary). Recently we have moved ACS02 to another site and changed its ip address.
When we do database replication from ACS01, we received error message saying that ACS02 has denied replication request.
Any idea whats may be the problem ?

Consider these points when you implement the Cisco Secure database replication feature:
1) ACS only supports database replication to other ACS servers. All ACS servers that participate in Cisco Secure database replication must run the same version and patch level of ACS.
2)The primary server transmits the compressed, encrypted copy of its database components to the secondary server. This transmission occurs over a TCP connection, with port 2000. The TCP session is authenticated and uses an encrypted, Cisco-proprietary protocol.
3)Only suitably configured, valid ACS hosts can be secondary servers. To add a secondary server, configure it in the AAA Servers table in the Network Configuration section of this document. When a server is added to the AAA Servers table, the server appears for selection as a secondary server in the AAA Servers list under Replication Partners, on the Cisco Secure database replication page.
4)The primary server must be configured as an AAA server and must have a key. The secondary server must have the primary server configured as an AAA server and its key for the primary server must match the primary servers own key.
5)Replication to secondary servers takes place sequentially in the order listed in the Replication list under Replication Partners, on the Cisco Secure database replication page. 6)The secondary server, which receives the replicated components, must be configured to accept database replication from the primary server. To configure a secondary server for database replication, refer to the Configuring a Secondary Cisco Secure ACS Server section of this document.
7)ACS does not support bi-directional database replication. The secondary server, which receives the replicated components, verifies that the primary server is not on its Replication list. If not, the secondary server accepts the replicated components. If so, it rejects the components.
8)To replicate user-defined RADIUS vendor and vendor-specific attribute (VSA) configurations successfully, the definitions to be replicated must be identical on the primary and secondary servers. This includes the RADIUS vendor slots the user-defined RADIUS vendors occupy. For more information about user-defined RADIUS vendors and VSAs, refer to the User-Defined RADIUS Vendors and VSA Sets section of the document Cisco Secure ACS Command-Line Database Utility.

Similar Messages

  • SQL2012 SP2 CU1 Availability Group database not synchronizing after applying February Microsoft patches

    Hi,
    We are starting our monthly patching and have a situation with SQL2012 SP2 CU1 Availability Groups databases not synchronizing after patching the secondary replica. This seems a little like
    http://support2.microsoft.com/kb/3033492/en-us which was for CU3 and CU4 builds. The dashboard on the Primary shows the secondary as not synchronizing. The errorlogs on both nodes show the connection
    has recovered but the dashboard shows critical errors. This is running on Windows 2012.
    Thanks
    Chris

    Lydia,
    I am referring to MS15-009 to MS15-017 that came out on Tuesday. These are the only patches we have applied. On our two node Availability Group setup we had the patches applied to the secondary node and then it was restarted. It came up fine and SQL is running
    as expected.
    This is from the primary node errorlog:-
    AlwaysOn Availability Groups connection with secondary database terminated for primary database 'XXX_DEVL' on the availability replica with Replica ID: {e6468c4d-9431-4052-88c0-07d3b3eb428c}. This is an informational message only. No user action is required.
    A connection for availability group 'YYYYY50_AG' from availability replica 'YYYYY50AV' with id  [0E53235A-0FBB-4E18-8C40-A0D72F30C36A] to 'YYYYY50BV' with id [E6468C4D-9431-4052-88C0-07D3B3EB428C] has been successfully established.  This is an
    informational message only. No user action is required.
    AlwaysOn Availability Groups connection with secondary database established for primary database 'XXX_DEVL' on the availability replica with Replica ID: {e6468c4d-9431-4052-88c0-07d3b3eb428c}. This is an informational message only. No user action is required.
    On the secondary node errorlog:-
    Skipping the default startup of database 'XXX_DEVL' because the database belongs to an availability group (Group ID:  65541). The database will be started by the availability group. This is an informational message only. No user action is required.
    The state of the local availability replica in availability group 'YYYYY50_AG' has changed from 'RESOLVING_NORMAL' to 'SECONDARY_NORMAL'. The replica state changed because of either a startup, a failover, a communication issue, or a cluster error. For more
    information, see the availability group dashboard, SQL Server error log, Windows Server Failover Cluster management console or Windows Server Failover Cluster log.
    AlwaysOn Availability Groups data movement for database 'XXX_DEVL' has been suspended for the following reason: "system" (Source ID 5; Source string: 'SUSPEND_FROM_RESTART'). To resume data movement on the database, you will need to resume the
    database manually. For information about how to resume an availability database, see SQL Server Books Online.
    Nonqualified transactions are being rolled back in database XXX_DEVL for an AlwaysOn Availability Groups state change. Estimated rollback completion: 100%. This is an informational message only. No user action is required.
    AlwaysOn Availability Groups connection with primary database terminated for secondary database 'XXX_DEVL' on the availability replica with Replica ID: {0e53235a-0fbb-4e18-8c40-a0d72f30c36a}. This is an informational message only. No user action is required.
    Now I see the suspend message. Running the select on sys.dm_exec_requests there are NO DB_STARTUP ones on either node or blocking.
    Next action is probably to have the patches removed from the secondary node and see if all is well and then try patch one by one to see which one causes the issue.
    Chris

  • Customer exit is not functioning after ECC upgrade/support package

    It seems our customer exit is not functioning after ECC upgrade/support package. I tried to activate the project again, no use. please help. Thanks! (see below for the enhancement info)
    COZF0002 Change purchase req. for externally procured component
    EXIT_SAPLCOZF_002
    INCLUDE ZXCOZU02
    *&  Include           ZXCOZU02
    CONSTANTS: lcc_eban(25)   TYPE c VALUE '(SAPLCOBC)EBAN'.
    FIELD-SYMBOLS: <fs_eban>   TYPE eban.
    DATA: l_fkstl TYPE prps-fkstl.
    Move values from the LUW to the Internal Table
    ASSIGN (lcc_eban) TO <fs_eban>.
    If the field symbol is "NOT' empty then proceed
    IF ( <fs_eban> IS ASSIGNED ).
    if WBS work order, get cost center from PRPS
      IF ( caufvd_imp-auart = 'ZM05' ).
        SELECT SINGLE fkstl INTO l_fkstl FROM prps
          WHERE pspnr = caufvd_imp-pspel.
        IF ( sy-subrc = 0 ).
          WRITE l_fkstl TO <fs_eban>-zzfistl.
        ENDIF.
    if not WBS WO, move cost center minus leading zeros to funds center
      ELSE.
        WRITE caufvd_imp-kostl TO <fs_eban>-zzfistl.
      ENDIF.
    ENDIF.

    Did you mean set a break point in the follow code?(Include ZXCOZU02), I tried set a break point in this code, but It didn't stop .
    *& Include ZXCOZU02
    CONSTANTS: lcc_eban(25) TYPE c VALUE '(SAPLCOBC)EBAN'.
    FIELD-SYMBOLS: <fs_eban> TYPE eban.
    DATA: l_fkstl TYPE prps-fkstl.
    Move values from the LUW to the Internal Table
    ASSIGN (lcc_eban) TO <fs_eban>.
    If the field symbol is "NOT' empty then proceed
    IF ( <fs_eban> IS ASSIGNED ).
    if WBS work order, get cost center from PRPS
    IF ( caufvd_imp-auart = 'ZM05' ).
    SELECT SINGLE fkstl INTO l_fkstl FROM prps
    WHERE pspnr = caufvd_imp-pspel.
    IF ( sy-subrc = 0 ).
    WRITE l_fkstl TO <fs_eban>-zzfistl.
    ENDIF.
    if not WBS WO, move cost center minus leading zeros to funds center
    ELSE.
    WRITE caufvd_imp-kostl TO <fs_eban>-zzfistl.
    ENDIF.
    ENDIF.

  • Firewire does not function after uninstalling macfuse and an out of date version of NTFS32 and then installed latest version of Tuxera NTFS for Mac.

    I purchased a 3TB HDD (WD USB 3.0 $100) to replace the 2TB Seagate for a new Time Machine HDD. The 2B was full and backups were deleting older files. The 3TB was formatted NTFS and I want to "recover" the included SW before I reformatted the HDD for the iMac. I discovered that MacFuse was out of date and unsupported and my NTFS-32 was also out of date so I uninstalled both and then installed the most recent version of Tuxera NTFS for Mac. I rebooted and discovered that the FW800 port was unresponsive. Below is the EtreCheck report:
    Problem description:
    Firewire does not function after uninstalling macfuse and an out of date version of NTFS32 and then installed Tuxera NTFS for Mac.
    EtreCheck version: 2.0.8 (95)
    Report generated October 30, 2014 7:11:17 PM EDT
    Hardware Information: ℹ️
      iMac (24-inch Mid 2007) (Verified)
      iMac - model: iMac7,1
      1 2.8 GHz Intel Core 2 Duo CPU: 2-core
      4 GB RAM
      BANK 0/DIMM0
      2 GB DDR2 SDRAM 667 MHz ok
      BANK 1/DIMM1
      2 GB DDR2 SDRAM 667 MHz ok
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      ATI,RadeonHD2600 - VRAM: 256 MB
      iMac 1920 x 1200
    System Software: ℹ️
      OS X 10.8.5 (12F45) - Uptime: 0:17:34
    Disk Information: ℹ️
      WDC WD5000AAKS-40TMA0 disk0 : (500.11 GB)
      S.M.A.R.T. Status: Verified
      disk0s1 (disk0s1) <not mounted> : 210 MB
      ML 10.8 (disk0s2) /  [Startup]: 499.25 GB (20.92 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
    USB Information: ℹ️
      Apple Inc. Built-in iSight
      Apple Computer, Inc. IR Receiver
      Logitech USB Receiver
      Apple Inc. Bluetooth USB Host Controller
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /Applications/Hardware Monitor ƒ/HardwareMonitor.app
      [loaded] com.bresink.driver.BRESINKx86Monitoring (7.0) Support
      /Applications/Parallels Desktop.app
      [not loaded] com.parallels.kext.hidhook (8.0 18615.948847) Support
      [not loaded] com.parallels.kext.hypervisor (8.0 18615.948847) Support
      [not loaded] com.parallels.kext.netbridge (8.0 18615.948847) Support
      [not loaded] com.parallels.kext.usbconnect (8.0 18615.948847) Support
      [not loaded] com.parallels.kext.vnic (8.0 18615.948847) Support
      /Applications/Toast Titanium v11.1/Spin Doctor.app
      [not loaded] com.hzsystems.terminus.driver (4) Support
      /Applications/Toast Titanium/Toast Titanium v11.1 (1072).app
      [not loaded] com.roxio.TDIXController (2.0) Support
      /Library/Application Support/Symantec/AntiVirus
      [loaded] com.symantec.kext.SymAPComm (12.2f1 - SDK 10.6) Support
      /System/Library/Extensions
      [loaded] com.Logitech.Control Center.HID Driver (3.9.0 - SDK 10.6) Support
      [loaded] com.eltima.ElmediaPlayer.kext (1.58 - SDK 10.4) Support
      [not loaded] com.hzsystems.driver.CDSDAudioCaptureSupport (1.5) Support
      [not loaded] com.increw.kext.speedit (0.32) Support
      [loaded] com.logitech.manager.kernel.driver (4.10.0 - SDK 10.8) Support
      [not loaded] com.olympus.CamBlockCommandsDevice (2.0.0) Support
      [not loaded] com.olympus.CamBlockCommandsDeviceUP (2.0.0) Support
      [not loaded] com.palm.ClassicNotSeizeDriver (3.2.1) Support
      [not loaded] com.roxio.BluRaySupport (1.1.6) Support
      [not loaded] com.seagate.driver.PowSecDriverCore (5.1.1) Support
      [loaded] com.symantec.kext.internetSecurity (5.2f1 - SDK 10.6) Support
      [loaded] com.symantec.kext.ips (3.5f1 - SDK 10.6) Support
      [loaded] com.symantec.kext.ndcengine (1.0f1 - SDK 10.6) Support
      [loaded] com.taoeffect.ispy.kext (2.0.2 - SDK 10.2) Support
      /System/Library/Extensions/OlympusDSCDriver.kext/Contents/PlugIns
      [not loaded] com.olympus.CamFWSerialBusProtocolTransport (2.0.0) Support
      [not loaded] com.olympus.CamUSBMassStorageClass (2.0.0) Support
      /System/Library/Extensions/Seagate Storage Driver.kext/Contents/PlugIns
      [not loaded] com.seagate.driver.PowSecLeafDriver_10_4 (5.1.1) Support
      [not loaded] com.seagate.driver.PowSecLeafDriver_10_5 (5.1.1) Support
      [not loaded] com.seagate.driver.SeagateDriveIcons (5.1.1) Support
      /Users/[redacted]/Downloads/LCC Installer.app
      [not loaded] com.Logitech.Unifying.HID Driver (1.3.1 - SDK 10.8) Support
    Startup Items: ℹ️
      TuxeraNTFSUnmountHelper: Path: /Library/StartupItems/TuxeraNTFSUnmountHelper
      Startup items are obsolete and will not work in future versions of OS X
    Launch Agents: ℹ️
      [running] com.canon.MFManager.plist Support
      [not loaded] com.cooliris.SetLaunchArch.plist Support
      [loaded] com.google.keystone.agent.plist Support
      [running] com.Logitech.Control Center.Daemon.plist Support
      [running] com.logitech.manager.daemon.plist Support
      [running] com.micromat.TechToolProAgent.plist Support
      [loaded] com.oracle.java.Java-Updater.plist Support
      [running] com.seagate.SeagateStorageGauge.plist Support
      [running] com.symantec.uiagent.application.plist Support
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist Support
      [running] com.cleverfiles.cfbackd.plist Support
      [running] com.eltima.ElmediaPlayer.daemon.plist Support
      [loaded] com.embraceware.awaken.plist Support
      [loaded] com.google.keystone.daemon.plist Support
      [loaded] com.macpaw.CleanMyMac2.Agent.plist Support
      [running] com.micromat.TechToolProDaemon.plist Support
      [loaded] com.microsoft.office.licensing.helper.plist Support
      [loaded] com.oracle.java.Helper-Tool.plist Support
      [loaded] com.oracle.java.JavaUpdateHelper.plist Support
      [loaded] com.prosofteng.DriveGenius.locum.plist Support
      [running] com.smithmicro.schedulerdaemon.plist Support
      [loaded] com.symantec.liveupdate.daemon.ondemand.plist Support
      [failed] com.symantec.liveupdate.daemon.plist Support
      [not loaded] com.symantec.sep.migratesettings.plist Support
      [running] com.symantec.sharedsettings.plist Support
      [running] com.symantec.symdaemon.plist Support
      [running] com.taoeffect.ispyd.plist Support
      [running] com.wdc.drivemanagerservice.plist Support
    User Launch Agents: ℹ️
      [loaded] com.adobe.ARM.[...].plist Support
      [loaded] com.macpaw.CleanMyMac2Helper.diskSpaceWatcher.plist Support
      [loaded] com.macpaw.CleanMyMac2Helper.scheduledScan.plist Support
      [loaded] com.macpaw.CleanMyMac2Helper.trashWatcher.plist Support
      [running] com.prosofteng.DGMonitor.plist Support
      [running] com.smithmicro.cleaning.schedulermailer.plist Support
      [running] com.taoeffect.EspionageHelper.plist Support
    User Login Items: ℹ️
      Speedy Mac Application (/Applications/Speedy Mac/Speedy Mac.app)
      AwakenHelper Application (/Users/[redacted]/Library/Application Support/Awaken/AwakenHelper.app)
      GetBackupAgent Application (/Users/[redacted]/Library/Application Support/BeLight Software/Get Backup 2/GetBackupAgent.app)
      WDDriveUtilityHelper Application (/Users/[redacted]/Downloads/WD/WD Drive Utilities.app/Contents/Resources/WDDriveUtilityHelper.app)
      ClustersHelper Application (/Library/PreferencePanes/Clusters.prefPane/Contents/Resources/ClustersHelper.a pp)
      RealPlayer Downloader Agent Application (/Users/[redacted]/Library/Application Support/RealNetworks/RealPlayer Downloader Agent.app)
      SAVDiskMountNotify UNKNOWN (missing value)
      ScanNotification UNKNOWN (missing value)
      Launch Nikon Message Center 2 Application (/Applications/Nikon Software/Nikon Message Center 2/Nikon Message Center 2.app/Contents/SharedSupport/Launch Nikon Message Center 2.app)
    Internet Plug-ins: ℹ️
      EPPEX Plugin: Version: 10.0 Support
      Flash Player: Version: 15.0.0.189 - SDK 10.6 Support
      AdobePDFViewer: Version: 9.4.6 Support
      Unity Web Player: Version: UnityPlayer version 3.5.3f3 - SDK 10.6 Support
      NPVirtools: Version: 4.0 Support
      iPhotoPhotocast: Version: 7.0 - SDK 10.8
      RealPlayer Plugin: Version: (null) Support
      DirectorShockwave: Version: 11.6.8r638 Support
      QuickTime Plugin: Version: 7.7.1
      FlashPlayer-10.6: Version: 15.0.0.189 - SDK 10.6 Support
      GarminGpsControl: Version: 2.9.3.0 Release Support
      ToontownBundleManager: Version: (null) Support
      CANONiMAGEGATEWAYDL: Version: 3.1.0.2 Support
      Silverlight: Version: 5.1.10411.0 - SDK 10.6 Support
      OVSHelper: Version: 1.0 Support
      CoolirisWebKitPlugin: Version: (null) Support
      Google Earth Web Plug-in: Version: 6.1 Support
      Flip4Mac WMV Plugin: Version: 3.2.0.16   - SDK 10.8 Support
      SharePointBrowserPlugin: Version: 14.4.4 - SDK 10.6 Support
      JavaAppletPlugin: Version: Java 7 Update 67 Check version
      OfficeLiveBrowserPlugin: Version: 12.3.6 Support
    User Internet Plug-ins: ℹ️
      BrowserPlus_2.9.2: Version: 2.9.2 Support
      Picasa: Version: 1.0 Support
    Safari Extensions: ℹ️
      DivX Plus Web Player HTML5 <video>
      Open in Internet Explorer
      DivX HiQ
      Aimersoft Video Converter
    3rd Party Preference Panes: ℹ️
      BrowserPlus  Support
      Clusters  Support
      Déjà Vu  Support
      Flash Player  Support
      Flip4Mac WMV  Support
      Java  Support
      Logitech Control Center  Support
      Logi Preference Manager  Support
      MenuMeters  Support
      Perian  Support
      Symantec QuickMenu  Support
      TechTool Protection  Support
      Tuxera NTFS  Support
    Time Machine: ℹ️
      Skip System Files: NO
      Auto backup: YES
      Destinations:
      iMac TimeMachine [Local]
      Total size: 2 TB
      Total number of backups: 80
      Oldest backup: 2011-09-18 05:21:33 +0000
      Last backup: 2014-10-05 20:18:55 +0000
      Size of backup disk: Excellent
      Backup size 2 TB > (Disk size 0 B X 3)
      /sbin excluded from backup!
      /usr excluded from backup!
      /System excluded from backup!
      /bin excluded from backup!
      /private excluded from backup!
      /Library excluded from backup!
      /Applications excluded from backup!
    Top Processes by CPU: ℹ️
          2% WindowServer
          0% Speedy
          0% SystemUIServer
          0% RealPlayer Downloader Agent
          0% ps
    Top Processes by Memory: ℹ️
      288 MB SymDaemon
      150 MB Speedy
      137 MB Safari
      82 MB WebProcess
      82 MB coreservicesd
    Virtual Memory Information: ℹ️
      2.17 GB Free RAM
      1.46 GB Active RAM
      148 MB Inactive RAM
      518 MB Wired RAM
      388 MB Page-ins
      0 B Page-outs
    I hope someone has some ideas! TIA.

    Do you have another cable you can test with? Do you have access to another computer with Firewire you can test with?
    FireWire Device not Working
    FireWire/USB - Quick Assist

  • Radio Fm in not functioning after upgarding firm w...

    Hi,
    radio Fm in not functioning after upgarding firm ware 410.21.010
    please help to solve it

    I am not aware of any "on-device" or native OS FM radio functions. Perhaps it has yet to be implemented, or awaiting a third party to develop an app to use it?
    I'd love to have it functional also!
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • B210a will not print after changing router\modem

    b210a will not print after changing router\modem. Says it is connected to network, but will not print and says unavailable

    Good morning,
    Please use the second section of the following article to fix:
        http://www8.hp.com/au/en/campaigns/wireless-printing-center/reconfiguring-system-help3.html?jumpid=r...
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Sql is not working after changing from MsAccess into sql server

    Following Sql  is not working after changing from MsAccess into sql server. 
    sum(trn.sales) as sales,
    sum(trn.cost) as cost,
    sales - cost as profit // Here is not working . can we not use sales a column. Please advise
    from trn
    Kind Regards
    pol
    polachan

    It will not work if use two different column from the table or column  from two  different table
    Example
    sum(trn.sales * trn.rate) as salesAmount,
    sum(trn.cost) as cost,
    sum(trn.salesAmount)-sum(trn.cost) as profit ----- Here is not working . can we not use sales a column. Please advise
    from trn
    Regards
    polachan

  • Visual composer report not working after change backend function ?

    We already suffered from strange behaviour of visual composer reports totally not functioning at all at some times.
    now I made a change in a function which is called in a function that is used by visual composer. after transporting the change the VC report is not working anymore (while the function itself in the backend is working fine)
    how comes that the VC report is not working anymore after inside changes of the functions it calls ??
    kind regards
    arthur

    As you have made changes to the function those changes wont be reflected to the VC.so you try to re call the function into VC then it will work fine.

  • Master-detail: detail field not displayed after changed by master field

    I want to use the Depends on item with Clear/refresh value functionality in a master detail situation. Within the same group it is no problem to use the setter method of a field to change a second field and then displaying this new value. But in the detail group, I can not select items from the master group as a depends on item.
    In the setter of the master field, the value in a field for each row in the detail (table layout) is updated. The only problem is that this updated value is not displayed, the old value doesn't change. When saving the changes, the displayed value is committed to the database. When de updated field is not displayed at all, the correct value is saved, so I know the detail field is updated.
    How can I make sure the displayed value in the detail is displayed after changeing a master field? I already gave the detail field the correct partial trigger.

    Wouter,
    I guese you don;t see the changed value when you display the detail item because after the depends on item update changed the detail item, JSF procesing continues and the detail table changes are sent to the server which will override again the detail item attriibute, resetting it to the old, still displayed value.
    So, the trick is to get PPR working. Make sure the partialTYriggers property of the detail item is set to the value of the id property of the master item. If it still doesn't work, try setting the partial triggers property on the table, instead of the individual item.
    Steven Davelaar,
    JHeadstart team

  • Apple wireless mouse does not reconnect after changing batteries

    The wireless mouse on my iMac quit working after I changed batteries. There was no response to mouse clicks, or movement, or scrolling. Eventually I connected a USB mouse, did an orderly shutdown of the system, rebooted, and the mouse started working again.
    The long story ...
    The first time I encountered this problem was the first time I changed batteries in the Apple Wireless Mouse that came with the iMac 3.06 GHz Intel Core 2 Duo I purchased in January 2010. (The OS is 10.6.2 without updates.) I switched the mouse on, the green light on the bottom of the mouse blinked for awhile (at least a minute), but clicking or moving the mouse got no response. The new batteries were Eneloop 1.2v rechargeables. I tried clicking and moving the mouse several times over a period of ten or fifteen minutes, nothing.
    I started searching the web for clues about what to do and maybe a half hour or so later I tried the mouse again and it worked.
    A few days later I wanted to see if the problem was reproducible. I don’t remember now whether I removed the batteries and reinserted them or just power cycled the mouse, but again the mouse quit working. The green light would blink for awhile, about a minute, then would go off completely. I took this to mean the mouse was searching for the Bluetooth network, not finding it, and giving up. Over the period of half an hour or more I tried switching the mouse off and back on several times. The green light would blink, but nothing more.
    I started searching for tips about reconnecting an Apple wireless mouse after changing batteries. I ran across a (2005) discussion on MacRumors forums titled “Wireless mouse troubleshooting problem...” The symptom was a little different, the mouse was partially functional. In this discussion some contributors thought weak batteries could be to blame. So I replaced the rechargeable batteries with new alkaline batteries. Still no go.
    I attached a USB mouse and looked at the Bluetooth preferences pane. I was surprised to see the Apple Wireless Mouse was listed there with status paired and connected. Still at this point switching the mouse off and on would produce blinking light on the mouse, but no functionality.
    I tried various things in the Bluetooth preferences to see if I could get the mouse connection to restart. When I tried to delete the mouse connection there was an alert saying this was the only mouse connected, was I sure I wanted to disconnect. I said yes, but nothing changed in the Bluetooth preferences pane. I tried unchecking the Bluetooth “On” box, etc. Eventually I only succeeded in losing response to the keyboard as well.
    I attached a USB keyboard, shutdown the system, and rebooted. I didn’t know if having the USB keyboard and mouse plugged in would interfere with the wireless devices, but it did not. After the reboot both the wireless keyboard and the mouse were functional again.
    Since then I have tried removing the batteries briefly a couple of more times to see if the problem would recur. I actually put the rechargeable batteries back in. Both times the connection was remade as soon as I clicked the mouse. I also now have seen the Apple support article about setting favorite Bluetooth devices http://support.apple.com/kb/TA21371 . I'll try that if this issue comes up again.

    Hi, is this a question" Post?
    or are you just offering an insight into your Mouse Issue?
    Generally and at times we all have little idiosyncrasies appearing with the running of our Macs.
    I use the same Logitech BT with my MBP. MB & iBook..(not at the same time) Only ever had one issue
    and the cure was to completely Delete the mouse from BT -> Repair Permissions & Reboot then Re Install the BT mouse..Ihave just put a new set of batteries in the Logitech (only 2nd set ever)...L

  • Why does my iPod Gen6 not sync after changes made in iTunes on PC?

    I make changes in my music in my iTunes program on my PC (check/uncheck certain music/songs) and these changes are not reflected after I sync my iPod Gen6; all music is the same as it was before on the iPod.

    How is your iPod configured to sync with your iTunes library?  Automatically or manually?  In other words, what options do you have enabled from under the iPod's Music and Summary tabs?
    Syncing music to iPod or iPhone
    B-rock

  • Prompt constrain - prompt values are not refreshed after change in calendar

    Hello,
    I have prompt with Date, OrgUnit and Employee field in OBIEE 10g.
    Date - calendar component "date between"
    OrgUnit - multi-choice
    Employee - multi-choice
    I have checked "Constrain" checkbox on Employee field, because I want to show only employees from selected OrgUnit and also I have checked constrain on Date field.
    After first selection everything works fine. I select some dates (I have calendar component - date between), some OrgUnit and I can see list of employees constrained by selected OrgUnit and Dates
    - physical select is executed to get list of employees to multi-choice component
    After that I change date interval, open employees multi-choice component but no physical query is executed and I will get back some cached result from previous request.
    It seems that change in calendar component does not force refresh of data in other constrained components.
    If I select some other OrgUnit, Employees are refreshed.
    I tried to change component for Date from calendar to multi-choice. After some change of dates in multi-choice component. OrgUnit and also Employees are refreshed.
    I also tried some different combinations of constrain checkboxes but with no success
    So my question is: How can I force refresh (force execution of sql query) data in constrained fields after some change in calendar component?
    Thank you

    In my case It doesn´t refresh after change in calendar component. It does refresh after change in multi-select promot, or dropdown component, but doesn't refresh after change in calednar component.
    BI server cache is not enabled.
    If I open employee multi-choice component for the first time, physical query is executed. I change date to some other, open employee component for second time and no query is executed and I will get old values from previous action...

  • Weblog Not Functioning After 10.4.10 to 10.5 Upgrade

    Last night we ran the 10.5 upgrade DVD on our 10.4.10 server which was only running web (w/ weblogs enabled) and Software Update services. This box is also bound to AD.
    After the upgrade my AD Bind was broken but is now fixed by unbinding and re-binding. This fixed all exsiting local groups that are populated with AD users.
    My two unresolved issues, SU and web services are not working/not working correctly.
    1. web services is running although blogs and wikis are not, although they are enabled in server admin. When I go to the default homepage, I get a standard OS X page but not of my original content (weblogs) are accessible. I also can't create any new blogs or wikis as I get a message "checking status". I can see the content in the finder at /Library/WebServer/Documents but not online. I did not make any changes to the original webserver config (still running APache 1.3 and Tomcat is not enabled). When attempting to access a formal weblog URL, I get the following error message:
    Service Temporarily Unavailable
    The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
    Apache/1.3.39 Server at blogs.springside.org Port 16080
    This makes me think somehow the service is not turned on, even though it's say it is in the server admin?
    2. We were using this server for SUs in the past. At this point, I can't even get the server to start.
    I am hopeful that since I have our content local on the XServe that all is not lost.
    Any helpful friends out there?!
    TIA,
    --Pete
    Message was edited by: pdidonato

    Hello,
    Possibly the mysql server can't get started because /tmp/mysql.sock does not exist. The reason therefor is, that the php module expect the socket to be in /var/mysql/mysql.sock, but this folder does not exist under Leopard.
    This workaround helped me to get my MySQL work under Tiger (but not the server version, I am using the desktop version).
    1. Start the MySQL Server in safe-mode using the Terminal (you will have to confirm using your admin password):
    sudo /usr/local/mysql/bin/safe_mysqld
    2. Then open a new Terminal window and create a directory (you will have to confirm using your admin password):
    sudo mkdir /var/mysql/
    3. Then you create a symbolic link:
    sudo ln -s /tmp/mysql.sock /var/mysql/mysql.sock
    4. Now you have to restart the MySQL-Server and that's it. I restarted the server in System Preferences/Sharing/WebSharing and I stopped and restarted the MySQL Server through the System PrefPane (also be found in System Preferences).
    I hope that helps.
    Kind regards,
    Cornelia

  • Ipad3 camera not functioning after connecting to laptop

    After connecting ipad3 to my laptop to delete some photos, the camera does not function properly. it is slow and "saving photo" keep appearing when i capture. and no photos can be taken after that. what should i do?

    Hello @Rob1216 , and welcome to the HP Forums, I hope you enjoy your experience!
    I see you are having issues scanning. I'd like to help!
    Does this issue occur when making a copy as opposed to a scan?
    I'd recommend starting with a power reset.  Disconnect the power cord from the printer and the power outlet, then wait 60 seconds. After 60 seconds, plug the printer back in. Ensure you plug the printer directly to a wall outlet. Make sure to bypass any sort of surge protector or power bar.
    I would also recommend downloading and running the HP Print and Scan Doctor.
    Good luck and please let me know the results of your troubleshooting steps. Thank you for posting on the HP Forums!
    Please click “Accept as Solution " if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks" for helping!
    Jamieson
    I work on behalf of HP
    "Remember, I'm pulling for you, we're all in this together!" - Red Green.

  • "Finder" does not function after installing Leopard on Mac G5

    After successfully installing Leopard on my (new) MacBook Pro and on my (old:2003) iMac PowerMac 6,1 I tried installing Leopard on my 2005 iMac G5.
    The installation seemed successful, but after restarting the computer I was asked to choose the wireless network from a list. This was not possible. I do not use the Airport on this computer so tried to press "cancel". Could not do this and got the turning rainbow circle which never stopped.
    *The Finder does not function and cannot be restarted. This seems to be the main problem.
    I cannot log off or shut down and have to use the powerbutton to shut down.
    When starting up I do not get the Startup sound. Do get login and can login. But, all my desktop buttons have disappeared and I immediately get a notice that OS X shut down unexpectedly, asking me to cancel or send a report. Neither of these options are possible and the turning rainbow reappears. It's driving me crazy!
    I can sometimes open programs but no longer "system preferences".
    Is there anybody out there who can help me??
    I am especially frustrated since the other two installations on an older and on a newer Mac went well. I use the exact same programs on all three computers.
    HELP!

    After successfully installing Leopard on my (new) MacBook Pro and on my (old:2003) iMac PowerMac 6,1 I tried installing Leopard on my 2005 iMac G5.
    The installation seemed successful, but after restarting the computer I was asked to choose the wireless network from a list. This was not possible. I do not use the Airport on this computer so tried to press "cancel". Could not do this and got the turning rainbow circle which never stopped.
    *The Finder does not function and cannot be restarted. This seems to be the main problem.
    I cannot log off or shut down and have to use the powerbutton to shut down.
    When starting up I do not get the Startup sound. Do get login and can login. But, all my desktop buttons have disappeared and I immediately get a notice that OS X shut down unexpectedly, asking me to cancel or send a report. Neither of these options are possible and the turning rainbow reappears. It's driving me crazy!
    I can sometimes open programs but no longer "system preferences".
    Is there anybody out there who can help me??
    I am especially frustrated since the other two installations on an older and on a newer Mac went well. I use the exact same programs on all three computers.
    HELP!

Maybe you are looking for

  • Update column in one table from another

    I've got two tables: t1: con_num con_code ex elin addressee a few other columns t2: con_num con_code elin addressee contact a few other columns I just got about 300 rows into t2 using sqlloader, and now I need to use t2 to update t1. t1 will have 3 r

  • How do I keep a layer constantly selected?

    I am creating a animated GIF image, over 70 frames. I need to edit each frame for this GIF image. I select the layer of the GIF, but how do I keep it selected when I go onto the next frame? I always have to click the layer again to edit, it's quite a

  • Uh oh...iPod completely unrecognized by my computer  (but it will charge?!)

    so i just changed my computer from an old Dell to a Macbook White but unfortunately my iPod seems unable to make the switch. it never is recognized (not even as a random USB device) by my new computer and i can't get it to appear in iTunes. yet, clea

  • Employee Delta data xchange between CRM and HR system-ALE

    Hi SDN team, We have integrated SAP R/3 HR 4.6c with SAP CRM 5.2 using ALE integration layer . Background : We have downloaded few Employees and Positions from SAP HR system into SAP CRM system using ALE . We observe that the delta changes made the E

  • IPad 1 updates makes apps run slower and crash

    Hello everyone, I have 34 updates in the app store until now, i always updated everything to the latest but noticed things are getting slower and very crashy, the updates are obtimized for newer ipads so likewise it gets slower on the old ipad, i dun