After disabling failover can't configure interfaces

I had a pair of ASA 5510s in failover and needed to move one so I disabled failover. Now I can't configure any of the interfaces. When I put an IP on an interface and then show interface ip brief, it shows as unassigned.
What else do I have to do after disabling failover to be able to configure the interfaces again?

Hi,
Are you not able to assign ip address on both the devices? If i am not wrong, you should be able to assign the ip address to the active one but not to the stand by one. There are two ways to assign ip address to the standby device. One is to reload the stand by so that it comes out of the stand by state.
Second way is to configure the standby ip address on the interface. For ex on the interface configure:
ip address 172.16.1.1 255.255.0.0 standby 172.16.1.2
The stand by device will take the standby ip address.
Rahul

Similar Messages

  • CSCus07365 - should I not use DNS local database at all or I can enable it again after disabling?

    I had an issue with my RV320 that it suddenly stops answering DNS queries from my LAN. I just found out that a new firmware was released last month (v1.1.1.19), and one of its "known issues" is bug id CSCus07365 according to the release notes:
    Sometimes the DNS process is gone and can not reply the DNS request from LAN network.
    Solution: Check if you have enabled DNS local database feature on RV320/325, disable it, and then configure and save the WAN setting page again.
    From that description I am not sure if this is a one-time issue after upgrading (so that I should disable and re-enable it), or if this is still a current issue and it will be better to keep away from DNS local database at all until a new firmware is released.
    Thanks in advance!

    Please follow these directions to delete the Mail "sandbox" folder.
    Back up all data.
    Triple-click the line below to select it:
    ~/Library/Containers/com.apple.mail
    Right-click or control-click the highlighted line and select
    Services ▹ Reveal
    from the contextual menu.* A Finder window should open with a folder named "com.apple.mail" selected. If it does, move the selected folder — not just its contents — to the Desktop. Leave the Finder window open for now.
    Quit and relaunch Mail, and test. If the problem is resolved, you may have to recreate some of your Mail settings. You can then delete the folder you moved and close the Finder window. If you still have the problem, quit Mail again and put the folder back where it was, overwriting the one that may have been created in its place. Post your results.
    Caution: If you change any of the contents of the sandbox, but leave the folder itself in place, Mail may crash or not launch at all. Deleting the whole sandbox will cause it to be rebuilt automatically.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard (command-C). In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar, paste into the box that opens (command-V). You won't see what you pasted because a line break is included. Press return.

  • Can't configure airport express with laptop after 10.5.6 update

    I can't configure airport express with laptop after 10.5.6 update
    the airport express is seen but can't access configuration screen, I get the spinning wheel forever.
    Other computer gets to the configuration screen without problem.
    And the airport utility describes the airport express like this: syAP.802.11format

    I downloaded the airport utility and re-installed
    and the problem was solved

  • I can't configure elan touchpad after service

    Hi!
    My laptop is G580, i7. OS: Windows 8.1.
    After service (touchpad change), I can't configure the new one. I tried with different drivers - installing and uninstalling - nothing has change. "Options" in "ELAN" tab doesn't work.... When I start programs in Elantech folder, I change the settings, but it doesn't affect touchpad. Please, help!
    Link to image 1
    Link to image 2
    Link to image 3
    Moderator note: large image(s) converted to link(s):  About Posting Pictures In The Forums
    Solved!
    Go to Solution.

    1) Uninstall the ELAN Touchpad driver from the Control Panel
    2) Reboot your system
    3) Install this driver
    http://support.lenovo.com/de/de/products/laptops-and-netbooks/lenovo-g-series-laptops/lenovo-g500s-n...
    4) Test the options

  • After downloading Adobe Reader, Can't Configure Reader

    After downloading Adober Reader, during install, it puts up an error saying that it can't configure itself.

    Try using the installer from http://get.adobe.com/reader/enterprise/
    If you are still getting errors, please tell us what OS you use.

  • I can't configure my Airport Express after updating to iOS7

    Since updating to iOS7 and after changing the name and password on my Airport Extreme I can't configure my Airport Express via my iPad (neither in the Airport App, nor under Wi-Fi in the control panel App). Please advise!

    Try the "protected setup" method of configuring that adapter.  According to the electronic book "Take Control of Your 802.11n AirPort Network", that involves selecting the AirPort Utility menu option Base Station > Add Wireless Clients.  TiVo may have more information on how to do that.

  • Can netctl configure Bluetooth PAN (Personal Area Network) interface?

    Having sorted out the (so I thought) most difficult part of setting up Bluetooth PAN networking, I am at the stage of being able to make a PAN connection from an Android phone to my Arch machine, which causes a new interface "bnep0" to appear:
    [root@alarm ~]# ip link show
    1: lo: <LOOPBACK,UP,LOWER_UP. mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
    link/ether c8:a0:30:ae:19:26 brd ff:ff:ff:ff:ff:ff
    3: pan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default
    link/ether 00:19:45:44:16:33 brd ff:ff:ff:ff:ff:ff
    4: bnep0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master pan0 state UNKNOWN mode DEFAULT group default qlen 1000
    link/ether 00:19:45:44:16:33 brd ff:ff:ff:ff:ff:ff
    pan0 is a "skeleton" interface created using "brctl addbr", which is then used to provide an org.bluez.NetworkServer for PAN clients to connect to.
    My question is: how can I configure the system (using a config file /etc/netctl/bnep0? or some other way?) so that bnep0 is automatically assigned a static IPv4 address when it comes up?
    I have a working /etc/netctl/eth0 config. file that assigns a static IP address, gateway, nameserver etc. to eth0, and I've tried various modifications of that file as /etc/netctl/bnep0 (e.g. connection type "bridge" or "dummy" instead of "ethernet"), but without success so far.
    thanks,
    Mike
    Last edited by MikeH (2014-02-26 08:35:20)

    MikeH wrote:
    Having sorted out the (so I thought) most difficult part of setting up Bluetooth PAN networking, I am at the stage of being able to make a PAN connection from an Android phone to my Arch machine, which causes a new interface "bnep0" to appear:
    [root@alarm ~]# ip link show
    1: lo: <LOOPBACK,UP,LOWER_UP. mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
    link/ether c8:a0:30:ae:19:26 brd ff:ff:ff:ff:ff:ff
    3: pan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default
    link/ether 00:19:45:44:16:33 brd ff:ff:ff:ff:ff:ff
    4: bnep0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master pan0 state UNKNOWN mode DEFAULT group default qlen 1000
    link/ether 00:19:45:44:16:33 brd ff:ff:ff:ff:ff:ff
    pan0 is a "skeleton" interface created using "brctl addbr", which is then used to provide an org.bluez.NetworkServer for PAN clients to connect to.
    My question is: how can I configure the system (using a config file /etc/netctl/bnep0? or some other way?) so that bnep0 is automatically assigned a static IPv4 address when it comes up?
    I have a working /etc/netctl/eth0 config. file that assigns a static IP address, gateway, nameserver etc. to eth0, and I've tried various modifications of that file as /etc/netctl/bnep0 (e.g. connection type "bridge" or "dummy" instead of "ethernet"), but without success so far.
    thanks,
    Mike
    Hello.
    I’m also trying to set up a Bluetooth tethering with my smartphone but every guide I’ve found are deprecated (using bluez4 and pand), please, could you explain me what have you do to have pan0 and bnep0
    Interfaces "woke up"?.
    Thanks

  • After iPad ios 5 upgrade, itunes "interrupted while restoring" restore gets error -50. iPad starts in 'configure' mode - can I configure as 'New iPad' and then restore?

    After iPad ios 5 upgrade on Win7 64bit pc (x386 iTunes), iTunes gave me error "iTunes was interrupted while restoring, restore again now?" I try to restore but iTunes immediately gives error -50. Apple website says -50 is a timeout, but I have tried all fixes: changed usb ports, new cable, reset iPad, restart pc, remove sim... no good.
    iPad starts in 'configure' mode, but won't restore from any of the several iTunes backups I have. Ready to giveup on 'restore'! iPad is sync'ed in iTunes, connects and syncs ok, so I don't want to lose that info.
    Can someone from Apple advise - can I 'configure' as 'New iPad' and then restore or sync to recover my Apps and data etc? OR if I 'Restore' from iTunes 'Summary' tab, will I still be able to Sync to restore the iPad Apps and data?
    I'm seeing a lot of frustrated Apple users online, hoping that a fix for this problem will help a few of us!! An iOS upgrade should not cause this much pain and wasted effort.

    You might already have tried all of these, but just in case:
    1. Make sure you have the latest version of iTunes.
    2. If you're on a Windows PC, consider uninstalling iTunes and Quicktime, restarting the PC, then reinstalling. This sometimes fixes oddities.
    3. Make sure you have no firewall or anti-virus running/active.
    4. Try different USB cable; if you're using a cable via a hub, try connecting without the hub. On desktop PCs, the direct (non-internal-hub) USB sockets are usually at the back.
    5. If yoiu haven't already done so, download the iOS5 update via the direct links I posted above
    6. If using Update doesn't work, use Restore. Option-click (Mac) or Shift-Click (Windows) the Restore button in itunes.
    7. Before you to the Restore, right-lick the entry for your device in iTunes and choose Backup from the drop-down menu. You may need this backup later.
    If you're srtuck in recovery mode:
    - There are some tips here for Windows users
    http://thehowto.wikidot.com/ipad-stuck-recovery-mode
    - If your device is stuck in Recovery mode, you can try putting it into DFU mode, from which iTunes should be able to Restore, as above. Details here:
    http://www.tipb.com/2010/12/02/tip-put-iphone-ipad-dfu-mode/
    - This link points to a utility that can help (Windows and Mac)
    http://runningblind.com/post/2800674985/ipad-stuck-in-recovery-mode-for-no-reaso n
    I hope something here helps

  • How can I configure EM after machine name changed?

    Dear all,
    How can I configure EM after machine name changed?
    Thanks in advance.

    You can change it for Management Agents, but you need to re-install OMS if the hostname for the OMS host has changed.

  • Can't configure deployed WebCenter app using Enterprise Manager after WLST

    Using fusion middleware version 11.1.1.4 with WLS and WebCenter of same versions.
    I deployed an ADF application using WLST and the application mostly runs, but I need to configure some portal connections from the Enterprise Manager. I am able to configure many options but when I try to select an option under WebCenter I get:
    "You do not have permission to view this page. Contact your administrator"
    I get this message for any deployed application even those I didn't deploy using WLST and I was able to configure them fine before this.
    I am logged as the Weblogic administrator.
    For the deployment using WLST, I connected to the admin server, deployed successfully and last issues exit().
    I tried to shutdown the Managed server but took more than 5 minutes (which is not common) so I killed the process and restarted it. Was able to run the application but still can't configure the WebCenter options for any application???
    Please advise how to get out of this stuck issue!!
    Thanks

    Solved, seems browser caching. Opened a new browser and it worked !! (seems weird)
    Thanks

  • Can't configure FingerScan after re-install the system

    I had to re-install the whole system from the image. All went well and works fine now BUT... I can't configure the finger scann utility with my fingerprints. Every time I try, I am able to scan it and I can see that it works. But then the tool asks to save the configuration.
    When I try to save it I get a message which in German says.
    Vorgang fehlgeschlagen. Doppelte Vorlagen sind bereits vorhanden.
    I'll try to translate in English :
    Operation failed. Double templates are already available.
    I don't have any idea what I have to do now and I want to use it.
    Who can help me with this problem?
    Thank you in advance
    thunderstorm 007

    Hi
    Thanks for all the help...BUT... I haven't anything that has such an icon or is named like "True suite access manager". And if Toshiba people would sometimes try to read forums, they could helpus.
    I also wrote them about this problem but didn't get an answer yet.
    What is the next step if this tool isn't in the list and I also couldn't find d file in the TOSHIBA directories (c:) with such an icon.
    I hope you have another idea ;-))
    Cheers from Switzerland

  • Can't configure personal cloud after firmware uppdate

    I recently bought in ix2-device. I uppdated the firmware to version 4.1.108.32627 with the result that I now can't configure a personal cloud.
    When I try, the browser opens the domain https://portal.iomegacloud.com with an error message saying the page can't be displayed.
    Something must have gone wrong at the uppdating for the firmware. But what? And how do I fix this?

    Hello all,
    If you are experiencing problems setting up or using personal cloud, please double check that port forwarding is in place and shown as open if using a port checking utility. (80, 443 for remote web browser access, 50500-50599 for LSM/basic cloud functions) How do I set up my router for Personal Cloud?
    At that point please contact LenovoEMC support to create a support incident and troubleshoot for your specific circumstance.
    Lenovo Contact Information is region specific. Please click the correct link then access the Contact Us at
    the top right:
    US and Canada: https://lenovo-na-en.custhelp.com/
    Latin America and Mexico: https://lenovo-la-es.custhelp.com/
    EU: https://lenovo-eu-en.custhelp.com/
    India/Asia Pacific: https://lenovo-ap-en.custhelp.com/
    LenovoEMC Contact Information is region specific. Please select the correct link then access the Contact Us at the top right:
    US and Canada: https://lenovo-na-en.custhelp.com/
    Latin America and Mexico: https://lenovo-la-es.custhelp.com/
    EU: https://lenovo-eu-en.custhelp.com/
    India/Asia Pacific: https://lenovo-ap-en.custhelp.com/
    http://support.lenovoemc.com/

  • Can't configure EPM modules after ODI 11.1.1.6 install

    So recently ran the EPM 11.1.2.1 install on my windows server r2 x86. I have configured foundation. Then i proceeded to install ODI 11.1.1.6. ODI installed successfully and runs. Although now I can't configure essbase with shared services. Anyone know how to fix this. I followed some guides and I can't figure out whats going wrong.
    DjSmeadly

    [2012-03-17T13:49:21.256-07:00] [EPMCFG] [WARNING] [EPMCFG-01013] [oracle.EPMCFG] [tid: 20] [ecid: 0000JOYQuga9TcIqyoedMG1FPFXl000003,0] [SRC_CLASS: com.hyperion.cis.ConfigToolDocument] Failed to parse Relation Storage Configuration task priority: priority = null
    [2012-03-17T13:49:21.257-07:00] [EPMCFG] [WARNING] [EPMCFG-01012] [oracle.EPMCFG] [tid: 20] [ecid: 0000JOYQuga9TcIqyoedMG1FPFXl000003,0] [SRC_CLASS: com.hyperion.cis.ConfigToolDocument] Failed to parse App Server Deployment task priority: priority = null
    [2012-03-17T13:49:21.335-07:00] [EPMCFG] [WARNING] [EPMCFG-01013] [oracle.EPMCFG] [tid: 20] [ecid: 0000JOYQuga9TcIqyoedMG1FPFXl000003,0] [SRC_CLASS: com.hyperion.cis.ConfigToolDocument] Failed to parse Relation Storage Configuration task priority: priority = null
    [2012-03-17T13:49:21.335-07:00] [EPMCFG] [WARNING] [EPMCFG-01012] [oracle.EPMCFG] [tid: 20] [ecid: 0000JOYQuga9TcIqyoedMG1FPFXl000003,0] [SRC_CLASS: com.hyperion.cis.ConfigToolDocument] Failed to parse App Server Deployment task priority: priority = null
    [2012-03-17T13:49:21.407-07:00] [EPMCFG] [WARNING] [EPMCFG-01011] [oracle.EPMCFG] [tid: 20] [ecid: 0000JOYQuga9TcIqyoedMG1FPFXl000003,0] [SRC_CLASS: com.hyperion.cis.ConfigToolDocument] Failed to parse Hub Registration task priority: priority = null
    [2012-03-17T13:49:21.470-07:00] [EPMCFG] [WARNING] [EPMCFG-01011] [oracle.EPMCFG] [tid: 20] [ecid: 0000JOYQuga9TcIqyoedMG1FPFXl000003,0] [SRC_CLASS: com.hyperion.cis.ConfigToolDocument] Failed to parse Hub Registration task priority: priority = null
    [2012-03-17T13:49:21.627-07:00] [EPMCFG] [WARNING] [EPMCFG-01011] [oracle.EPMCFG] [tid: 20] [ecid: 0000JOYQuga9TcIqyoedMG1FPFXl000003,0] [SRC_CLASS: com.hyperion.cis.ConfigToolDocument] Failed to parse Hub Registration task priority: priority = null
    [2012-03-17T13:49:21.682-07:00] [EPMCFG] [WARNING] [EPMCFG-01011] [oracle.EPMCFG] [tid: 20] [ecid: 0000JOYQuga9TcIqyoedMG1FPFXl000003,0] [SRC_CLASS: com.hyperion.cis.ConfigToolDocument] Failed to parse Hub Registration task priority: priority = null
    [2012-03-17T13:49:21.832-07:00] [EPMCFG] [WARNING] [EPMCFG-01013] [oracle.EPMCFG] [tid: 20] [ecid: 0000JOYQuga9TcIqyoedMG1FPFXl000003,0] [SRC_CLASS: com.hyperion.cis.ConfigToolDocument] Failed to parse Relation Storage Configuration task priority: priority = null
    [2012-03-17T13:49:21.832-07:00] [EPMCFG] [WARNING] [EPMCFG-01012] [oracle.EPMCFG] [tid: 20] [ecid: 0000JOYQuga9TcIqyoedMG1FPFXl000003,0] [SRC_CLASS: com.hyperion.cis.ConfigToolDocument] Failed to parse App Server Deployment task priority: priority = null
    [2012-03-17T13:49:21.855-07:00] [EPMCFG] [WARNING] [EPMCFG-01013] [oracle.EPMCFG] [tid: 20] [ecid: 0000JOYQuga9TcIqyoedMG1FPFXl000003,0] [SRC_CLASS: com.hyperion.cis.ConfigToolDocument] Failed to parse Relation Storage Configuration task priority: priority = null
    [2012-03-17T13:49:21.855-07:00] [EPMCFG] [WARNING] [EPMCFG-01012] [oracle.EPMCFG] [tid: 20] [ecid: 0000JOYQuga9TcIqyoedMG1FPFXl000003,0] [SRC_CLASS: com.hyperion.cis.ConfigToolDocument] Failed to parse App Server Deployment task priority: priority = null
    [2012-03-17T13:49:21.917-07:00] [EPMCFG] [WARNING] [EPMCFG-01013] [oracle.EPMCFG] [tid: 20] [ecid: 0000JOYQuga9TcIqyoedMG1FPFXl000003,0] [SRC_CLASS: com.hyperion.cis.ConfigToolDocument] Failed to parse Relation Storage Configuration task priority: priority = null
    [2012-03-17T13:49:21.917-07:00] [EPMCFG] [WARNING] [EPMCFG-01012] [oracle.EPMCFG] [tid: 20] [ecid: 0000JOYQuga9TcIqyoedMG1FPFXl000003,0] [SRC_CLASS: com.hyperion.cis.ConfigToolDocument] Failed to parse App Server Deployment task priority: priority = null
    [2012-03-17T13:49:21.938-07:00] [EPMCFG] [WARNING] [EPMCFG-01013] [oracle.EPMCFG] [tid: 20] [ecid: 0000JOYQuga9TcIqyoedMG1FPFXl000003,0] [SRC_CLASS: com.hyperion.cis.ConfigToolDocument] Failed to parse Relation Storage Configuration task priority: priority = null
    [2012-03-17T13:49:21.940-07:00] [EPMCFG] [WARNING] [EPMCFG-01012] [oracle.EPMCFG] [tid: 20] [ecid: 0000JOYQuga9TcIqyoedMG1FPFXl000003,0] [SRC_CLASS: com.hyperion.cis.ConfigToolDocument] Failed to parse App Server Deployment task priority: priority = null
    this is what i found in the configtool.log

  • Issues After Disabling IPv6 on Your NIC on SBS 2008

    If you uncheck the IPv6 protocol from your network interface card on your Windows SBS 2008 server you may see the following issues after a reboot:
    Microsoft Exchange services fail to start
    Server hangs at “Applying Computer Settings…” (can eventually logon after 30 – 60 minutes)
    Network icons show as offline
    Some or all of the following events
    Application Log Events
    Source: MSExchange ADAccess
    Event ID: 2114
    Task Category: Topology
    Level: Error
    Description:
    Process MAD.EXE (PID=2088). Topology discovery failed, error 0x80040a02 (DSC_E_NO_SUITABLE_CDC). Look up the Lightweight Directory Access Protocol (LDAP) error code specified in the event description. To do this, use Microsoft Knowledge Base article 218185,
    “Microsoft LDAP Error Codes.” Use the information in that article to learn more about the cause and resolution to this error. Use the Ping or PathPing command-line tools to test network connectivity to local domain controllers.
    Source: MSExchange ADAccess
    Event ID: 2601
    Task Category: General
    Level: Warning
    Description:
    Process MSEXCHANGEADTOPOLOGY (PID=952). When initializing a remote procedure call (RPC) to the Microsoft Exchange Active Directory Topology service, Exchange could not retrieve the SID for account <WKGUID=DC1301662F547445B9C490A52961F8FC,CN=Microsoft Exchange,CN=Services,CN=Configuration,…>
    – Error code=80040a01.
    The Microsoft Exchange Active Directory Topology service will continue starting with limited permissions.
    Source: MSExchange ADAccess
    Event ID: 2102
    Task Category: Topology
    Level: Error
    Description:
    Process MAD.EXE (PID=2088). All Domain Controller Servers in use are not responding: SBS.sbs2008.local
    Source: MSExchange ADAccess
    Event ID: 2105
    Task Category: Topology
    Level: Warning
    Description:
    Process MAD.EXE (PID=2088). Exchange Active Directory Provider failed to obtain DNS records for domain sbs2008.local. DNS Priority and Weight for the Domain Controllers in this domain will be set to the default values 0 (priority) and 100 (weight).
    Source: MSExchange ADAccess
    Event ID: 2114
    Task Category: Topology
    Level: Error
    Description:
    Process MSEXCHANGEADTOPOLOGYSERVICE.EXE (PID=952). Topology discovery failed, error 0x80040a02 (DSC_E_NO_SUITABLE_CDC). Look up the Lightweight Directory Access Protocol (LDAP) error code specified in the event description. To do this, use Microsoft Knowledge
    Base article 218185, “Microsoft LDAP Error Codes.” Use the information in that article to learn more about the cause and resolution to this error. Use the Ping or PathPing command-line tools to test network connectivity to local domain controllers.
    Source: MSExchangeFBPublish
    Event ID: 8197
    Task Category: General
    Level: Error
    Description:
    Error initializing session for virtual machine SBS. The error number is 0x80040a01. Make sure Microsoft Exchange Store is running. Also, make sure that there is a valid public folder database on the Exchange server.
    Source: MSExchangeTransportLogSearch
    Event ID: 7005
    Task Category: General
    Level: Error
    Description:
    Microsoft Exchange couldn’t read the configuration from the Active Directory directory service because of error: Failed to load config due to exception: Microsoft.Exchange.Data.Directory.NoSuitableServerFoundException: The Exchange Topology service on server
    localhost did not return a suitable domain controller.
    System Log Events
    Source: Service Control Manager
    Event ID: 7044
    Task Category: None
    Level: Warning
    Description:
    The following service is taking more than 16 minutes to start and may have stopped responding: Microsoft Exchange System Attendant
    Source: Service Control Manager
    Event ID: 7022
    Task Category: None
    Level: Error
    Description:
    The Microsoft Exchange Transport service hung on starting.
    Source: Service Control Manager
    Event ID: 7024
    Task Category: None
    Level: Error
    Description:
    The Microsoft Exchange Information Store service terminated with service-specific error 0 (0×0).

    Hi,
    Based on your description, it seems to be the same as the following blog.
    Issues
    After Disabling IPv6 on Your NIC on SBS 2008
    Did you mean that encounter the same issue? If so, there is a resolution in that blog, please check if can
    help you solve the issue.
    If any other issue exists or any update, please don’t hesitate to let me know and provide more details. It
    will help me understand clearly.
    Best regards,
    Justin Gu

  • Configure Interface channel monitoring for PI in SOLMAN 7.1

    Hi Experts,
    I am configuring interface channel monitoring for PI in SOLMAN 7.1.In step 5 (Define scope) it is asking to select scenario.I can see all PI systems (Dev,QA and PRD) is listed in the table with "monitoring and alerting setup status" as yellow.when I select PI (prod) and proceed , in step 6.3 (Interface channel Monitoring config) I don't find any channel name in table.I need your support to clear my understanding on this.
    1)My objective is to monitor all the interfaces that are existing between PI system and other SAP as well as non SAP systems (that include JDBC connections also).How can find all these interfaces in solman while doing Interface channel monitoring config?
    2)I am not sure if I have understood correctly that I need to create scenario that includes technical systems between which Interface channel are to be monitored. If I am correct then how can I bring the technical system to SOLMAN SLD from Local SLD of PI(prod).Here I am not getting option to synchronize SOLMAN SLD from PI Local SLD. Even Import option is also not there. Do I need to create all the Technical systems (present in PI) to SOLMAN SLD manually?
    If my understanding is not correct then please guide me through steps to do the configuration to achieve my objective.
    Thanks
    Aditya Roushan.

    yes, the problem solved. thanks for your replies all.
    the users SLDDSUSER and SLDAPIUSER got locked, I changed it in su01.
    and I created rfc in SM59 for SAPSLDAPI and LCRSAPRFC and create the same in JCo RFC provider.
    both are working.
    but iam facing new problem.
    I have solution manager 7.1 system and I configured local SLD. I did not connect any managed system as of now.
    after all the trouble shooting, SLDAPICUST and SLDCHECK is fine but
    the error is
    "Functional call returned exception code 3"
    "Access to XI Profile currently disrupted.
    I have solution manager 7.1, I did not configure managed systems as of now.  is this error belongs to solution manager 7.1 or for PI system.
    can u please guide me how to trouble shoot this error. check the following screen shot for reference.
    thanks in advance.

Maybe you are looking for

  • Linking calendars in iCal

    Hey How can I link calendars in iCal, if I have two or more calendars I want to turn into one calendar? Sincerly Niels Martin - Denmark

  • ITunes Windows SDK IITUserPlaylist::AddFile access violation

    Hello. I am just try to write simple program for some practice. But iTunes COM for Windows SDK threw me a little surprise. I am want to create playlist and add file to it but when i call IITUserPlaylist::AddFile program crash with access violation. I

  • How to reset Sound and Vibration Spectral map

    Hi, I want to create a Campbell diagram for a rotating machine, in live (while the machine is rotating). This diagram is basically a graph of the spectral content a a signal (Hz), versus the rotation speed (RPM). I've found an express VI that seems t

  • Bug in JAAS Kerberos module on Windows XP?

    We have a large application with its own user management. A recent addition to this application is a single sign-on using the Microsoft Active Directory. Specifically we use the Sun provided Kerberos login provider for JAAS to retrieve the currently

  • Windows socket initialization failed Error

     Hello, I have a truble with programming on MS visual c 6.0 Followings are error message on MS visual c 6.0 If i don't use DAQmxErrChk, error doesn't come out. If i use DAQmxErrChk just one line(or more), error come out like the figure. Please help m