Error Message in config Archive in RME in LMS 4.2

                  I got the below error message in the config archive in the LMS 4.2.
CM0056 Config fetch failed for 10.0.0.10  Cause: CM0204 Could not create DeviceContext for 797 Cause: CM0202 Could not access 10.0.0.10 via SNMP. Action: Check the Read Community string Action: Check if required device packages are available. Action: Check if protocol is supported by device and required device package is installed.
Switch model type is 3560 and 2960
Please tell me the reason for this issue.

Are you usig only TFTP option to archive configuration. Try to use the telnet/ssh. TFTP as a protocol set for config archive.
Check the Credential verificatio job to see if the crendentials are configured correctly.
-Thanks

Similar Messages

  • I have Adobe Photoshop Elements 5.0 and am trying to upgrade to 13 - getting error message that "file archive part" of Adobe 13 is missing. When I try to download installers for older products it only goes back to v7, not v5 what to do next?

    I have Adobe Photoshop Elements 5.0 and am trying to upgrade to 13 - getting error message that "file archive part" of Adobe 13 is missing. When I try to download installers for older products it only goes back to v7, not v5 what to do next?

    TDFields you will want to ensure the 7z and exe file are in the same folder/directory.  You can find more details at Find a download link on Adobe.com.

  • I'm trying to upgrade to the latest iTunes, but keep getting an error message C:\config.msi\7db625.rbf

    Please help
    I'm trying to upgrade to the latest iTunes, but keep getting an error message C:\config.msi\7db625.rbf

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    tt2

  • I keep getting the error message TypeError: config.jsonProxyUrl is undefined

    I keep getting the error message
    TypeError: config.jsonProxyUrl is undefined

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")

  • VSH may not load properly - Error message in config file

    Hi again,
    I use the following eem script to copy the running config to a tftp-server:
    event manager applet SAVE_CONFIG_TFTP  event cli match "copy running-config startup-config"  action 1.0 cli copy running-config tftp://1.2.3.4/SWITCHNAME-eem.cfg vrf management  action 2.0 event-default
    When I open the config file on the tftp-server with an editior I see the following error message on top of the configuration:
    SH may not load properly. (Not enough memory resource)Please check rlimit of your process.Errno: 1; Error string: Operation not permittedTYPE : 3new softlimit bf8c45e8 hardlimit bf8c45ecold softlimit f4240 hardlimit f4240!Command: show running-config!Time: Fri Apr 26 11:21:12 2013version 6.1(3)feature-set fexfeature-set mpls[...]
    Besides this message I have not yet seen any negative impact. I googled for the error message and found a Cisco bug CSCsr06310 which should have been fixed in NX-OS 4.0(4)
    Anyone an idea what this is about? Is there anything I can do about it?
    Regards
    Pille

    Hi Joseph,
    to be honest the negative impact of this error is not big enough to justifiy the effort of opening a TAC case. Thanks for your answer anyway.
    Regards Pille

  • Pc cannot install purchased photo elements 13.  Error message appears:  File archive part missing from Adobe Photo Elements 13.  You need all parts in the same folder in order to extract Adobe Photoshop 13.  please download all parts.

    Cannot install my download due to above error message.

    Hi revbos,
    Apologies for your incovinience.
    Requesting you to please go to https://www.adobe.com/cfusion/tdrc/index.cfm?product=photoshop_elements&loc=us. When you click on download button (after selecting your OS details), it should open a new browser window (which will launch the Akamai installer automatically). Please cancel any installation or error shown.
    The newly opened browser page will look something like this:
    As highlighted, please click on these links (one by one) and see if it downloads the required files. The downloaded files will be compressed with 7z format. If you have some extracting tool (like WinZip) try extracting it. If you don't have it, download 7z. Its a free utility from Microsoft. Once downloaded and installed, you will be able to extract file and locate the PSE setup.
    Please let me know if you face any issues.
    ~Surendra

  • HTML Preview - Error message - Improper Config?

    I'm using SAP CR 2013 in standalone mode, on a Windows 7 PC.
    I have an SQL Server DB on this local machine, and can design and print reports as expected.
    HTML Preview yields an error, inviting configuration of File\Options\Smart Tag and HTML Preview.
    Of note, I did not have IIS installed at the time I installed CR2013.
    I installed it now, and ran an update on CR2013 (Add/Romove Program - Modify).
    The error persists.
    The option is checked to "Enable HTML Preview when no logged on..."
    Looks like I need to point to an ASPX application and have a virtual directory on my IIS.
    Could someone help me get started?
    Dave
    Message was edited by: Ludek Uher
    Phone number removed (SCN Rules of Engagement and all that...)

    Ok, that sounds good. Now, in order for you to be able to see the reports in a web app, you will have to download SAP Crystal Reports, Developer Version for Visual Studio .NET (2010 / 2012 / 2013).
    You will then have to add a bit of code to view the reports. The simplest code would be:
    CrystalReportViewer1.ReportSource = <path to the report>
    Now the above is pretty trivial, but lacks any power. E.g.; the report engine will prompt for DB logon and any parameters, which you may not want. Also, you will not be able to change the database logon (server, DB, table, etc.). For that you will have to expand the code. Once you have a working app, you will need to deploy the CR runtime to the server.
    Perhaps the best place to start with all of this is here:
    Crystal Reports for Visual Studio 2005 Walkthroughs
    (Don't let the title throw you - the doc applies to all versions of CR and .NET)
    There are a number of samples here:
    Crystal Reports for .NET SDK Samples - Business Intelligence (BusinessObjects) - SCN Wiki
    And of course the Developer Help files:
    SAP Crystal Reports .NET SDK Developer Guide
    SAP Crystal Reports .NET API Guide
    One last thing. There really are two SDKs - Crystal Reports and InProcRAS. Both come with SAP Crystal Reports, Developer Version for Visual Studio .NET, however RAS is much more powerful in that it allows report creation APIs, may be a bit more stable (according to some people), provides finer control over tasks such as printing and so on. The Developer Help files for EAS are here:
    Report Application Server .NET SDK Developer Guide
    Report Application Server .NET API Guide
    Samples are here:
    NET RAS SDK Samples - Business Intelligence (BusinessObjects) - SCN Wiki
    And a pretty good doc:
    How to Use The RAS SDK .NET With In-Process RAS Server
    Last, last thing ; SDK questions should go here:
    http://scn.sap.com/community/crystal-reports-for-visual-studio
    - Ludek

  • How to delete the error message in the Web page Message Monitoring

    Hi All:
    I'd like to ask a question.If there is error message in the T-code sxmb_moni->Monitor for Processed XML Messages,I can cancel the error message manually and archive the message. After that,I can delete the message from "Monitor for Processed XML Messages".
    But after those operation,I find in the web page " Message Monitoring", there are still messages in the "Messages from Component Integration Server and/or Adapter Engine".
    How can I delete those message both successful and error.
    Thanks All
    Elliott

    Hi Elliot,
    SXMB_ADM
    Integration Engine Configuration
    Specific Configuration
    Category: DELETION
    Parameters: PERSIST_DURATION, PERSIST_DURATION_ERROR
    Subparameters: SYNC, ASYNC
    Change "Current Value".
    and execute your delete job again!
    Regards,
    Udo

  • How to update more than 5 million records without error message ORA-00257:

    Hi ,
    I need to update some columns in my table which is contains about 5 million records
    I 've already tried this
    Update AAA_CDR
    Set RoamFload = Null ;
    but the problem is I've got the error message ("ORA-00257: archiver error. Connect internal only,until freed.) and the update consuming about 6 hours with no results ,
    then I do the commands ( Alter system set db_recovery_file_dest_size=50G) and the problem solved .
    but I need to update about 15 columns of this table to be null ,what I should do to overcome this message and update the table in reasonable time
    Please Help Me ,

    The best way would be to allocate sufficient disk space for your archive log destination. Your database is not sized properly. NOLOGGING option will not do much for you because it' only applies to direct load operations when the data inserted into nologging table is selected from another table. UPDATE will be be logged, regardless of the NOLOGGING status. Here is the quote from the manual:
    <quote>
    LOGGING|NOLOGGING
    LOGGING|NOLOGGING specifies that subsequent Direct Loader (SQL*Loader) and direct-load
    INSERT operations against a nonpartitioned index, a range or hash index partition, or
    all partitions or subpartitions of a composite-partitioned index will be logged (LOGGING)
    or not logged (NOLOGGING) in the redo log file.
    In NOLOGGING mode, data is modified with minimal logging (to mark new extents invalid
    and to record dictionary changes). When applied during media recovery, the extent
    invalidation records mark a range of blocks as logically corrupt, because the redo data
    is not logged. Therefore, if you cannot afford to lose this index, you must take a backup
    after the operation in NOLOGGING mode.
    If the database is run in ARCHIVELOG mode, media recovery from a backup taken before an
    operation in LOGGING mode will re-create the index. However, media recovery from a backup
    taken before an operation in NOLOGGING mode will not re-create the index.
    An index segment can have logging attributes different from those of the base table and
    different from those of other index segments for the same base table.
    </quote>
    If you are really desperate, you can try the following undocumented/unsupported command:
    ALTER DATABASE ARCHIVELOG COMPRESS ENABLE;
    That will cause database to compress your archive logs and consume less space. This command is not documented or supported, not even in the version 11.2.0.3 and causes the database to start spewing ORA-0600 in version 10G. DO NOT USE IN A PRODUCTION ENVIRONMENT!!!!

  • NAC Error Message in 4500 Switch

    Hi There,
    I have a 4507R core Switch running IOS version 12.2(31). I am trying to configure this switch for Clean Access; I have already configured the ACS server but when configuring the switch as a NAD and apply the "ip admission NAC" command on the interface level, I get the following error message:
    % This config is not supported on this platform. Try configuring a new rule.
    The NAC configuration I entered on the switch is as follows:
    Switch(config)=ip access-list extended Interface_ACL
    Switch(config-nacl)=permit udp any any eq 21862
    Switch(config-nacl)=permit udp any any eq domain
    Switch(config-nacl)=permit udp any any eq bootpc
    Switch(config-nacl)=permit udp any any eq bootps
    Switch(config-nacl)=permit tcp any host (antivirus ip address)
    Switch(config)=ip admission name NAC eapoudp
    Can somebody clarify to me the meaning of that error message and assist me whether my NAC configuration is alright?
    Thanking in advance.
    Regards,
    Haitham

    Hello All,
    I just figured out the problem; you need first to configure the following commands before applying the ip admission command:
    switchport mode access
    switchport access vlan
    Thanks to all.
    Regards,
    Haitham

  • Config Archive for Call Manager

    Hello,
    It give me the attahced error fo r config archive for call manager.

    The supported devices page shows each supported device, and what features are supported:
    http://www.cisco.com/en/US/docs/net_mgmt/ciscoworks_lan_management_solution/3.2/device_support/table/lms32sdt.html

  • Error message on my video after Publishing.

    When Publishing my video to HTML 5/SWF, in the end result I get an error message "...unable to acquire LMS API, content may not play properly and results may not be recorded..." How do I fix this?

    This error message would normally appear if you have LMS reporting turned on but you're trying to test your content from your local hard drive or somewhere else that is NOT from an LMS web server.
    So to fix it, either turn off LMS reporting and republish, or upload to your LMS and test from there.  (You don't really need the LMS reporting turned on while you're developing the content.  Just turn it on when ready to publish finally for the LMS.)

  • RME Issues: Config Status & Config Archive

    Hi All,
    1. While trying to generate Device Manageability Status Report, I noticed that the Config Status of all devices is Failed. The reason for the failure on all the device is as follows:
    Failed to establish TELNET connection to 10.180.9.172 -Cause: Authentication  failed on device 3 times Failed to detect SSH version running on the device.
    Can anyone help with the solution to this?
    2. Also, the RME Collection Status as shown in the attachment shows that no archive was successfully collected on any of the devices. How can I resolve this issue?
    3. How do I generate a report of Configuration Changes performed by users from RME?
    Thank you in advance.

    This error typically means you have not filled in the correct credentials for the devices in DCR.  In order to fetch configs from devices you need to populate the SNMP read-write credentials and/or the telnet/SSH username, password, and enable password.
    Once you have configs getting archived, and assuming you're sending syslog messages from your devices to RME, you can run a Change Audit (within RME) report to see the config changes that have been made by your users.

  • How do I install Elements for Windows 7 PC with 64 bit? Get error message - file archive part missing

    We purchased Elements 12 and Premiere Elements 12 on September 7, 2014 and have tried a variety of things including searching through FAQs on the Adobe site, etc. etc. and cannot get our downloads to work. We are avid computer users and have never had problems downloading software before.
    From our account under "orders" - I have tried clicking on the Akamai download manager and the Alternate Download Method on for each application with the same results.
    We have a Windows 7 PC with a 64 bit operating system and Internet Explorer 11.
    On all attempts we get an Adobe screen with 2 links – 1 for a file ending in .7z and a 2nd file ending in .exe.
    I click on the first file and confirm the download completes at 100% (not paused, etc.) and is in the downloads folder for my user name on the PC.
    I click on the 2nd link for .exe and I receive the error message below – 2nd screen shot – “file archive is missing” all folders/files must be in same folder.
    So I see it’s a winzip file (as a winzip pop up folder had come up also) so I download the free version and unzip the files in the same downloads folder under my user name to try that.
    I click on .exe file link again and same message. I tried copying the files directly to the downloads folder (as they all unzipped into a subfolder called PSE 12 and tried clicking on .exe again but get the same message.
    For Premiere I tried the same and got same results on the 64 bit version download.
    I do not know how to access the software we purchased.
    Any help or advice is appreciated.
    Also - if anyone knows how I can contact Adobe for a full refund so I can just buy the boxed software instead - that would be helpful as well as that is not easy to find online either.
    Thanks!
    Ariel

    I get an error message saying that the quicktime installer will only work on 32 bit
    The QuickTime player works on 64-bit systems. (It's a 32-bit application, but it should run fine using the standard 32-bit-on-64-bit Windows-on-Windows emulation.)
    What's the precise text of your installation error message, dc? (There one or two different ones I can think of that might mention 32-bit)

  • Had to uninstall Firefox, now I can't reinstall. Get error message "Can not find archive file." Please help!

    I believe I had some kind of virus attack. I got everything cleaned up. (I HOPE) In the process of cleaning the virus, I unintalled Firefox because it wouldn't open. Kept getting the error message that Firefox was already open and I had to close out of the sessions or restart the computer. After restarting the computer several times and not being able to find any open sessions in task manager, I uninstalled. When trying to reinstall, I get the error message "can not find archive file." I've tried downloading Firefox from cnet as well as the Mozilla site to no avail. Please help. I'm getting tired of using Chrome already!

    Hello,
    Certain Firefox problems can be solved by performing a ''Clean reinstall''. This means you remove Firefox program files and then reinstall Firefox. Please follow these steps:
    '''Note:''' You might want to print these steps or view them in another browser.
    #Download the latest Desktop version of Firefox from http://www.mozilla.org and save the setup file to your computer.
    #After the download finishes, close all Firefox windows (click Exit from the Firefox or File menu).
    #Delete the Firefox installation folder, which is located in one of these locations, by default:
    #*'''Windows:'''
    #**C:\Program Files\Mozilla Firefox
    #**C:\Program Files (x86)\Mozilla Firefox
    #*'''Mac:''' Delete Firefox from the Applications folder.
    #*'''Linux:''' If you installed Firefox with the distro-based package manager, you should use the same way to uninstall it - see [[Installing Firefox on Linux]]. If you downloaded and installed the binary package from the [http://www.mozilla.org/firefox#desktop Firefox download page], simply remove the folder ''firefox'' in your home directory.
    #Now, go ahead and reinstall Firefox:
    ##Double-click the downloaded installation file and go through the steps of the installation wizard.
    ##Once the wizard is finished, choose to directly open Firefox after clicking the Finish button.
    Please report back to see if this helped you!
    Thank you.

Maybe you are looking for

  • Go button in View Panel of Query Region

    Hi, I have a search page uses Query Region, and query region includes Simple Search Panel and View Panel, I understand to get the id of the Go button in Simple Search Panel, the method is: queryBean.getGoButtonName(). How can get the id of Go button

  • Change frame rate on an AC3 files?

    I've been given two NTSC (23.98 fps) .ac3 files (5.1 Dolby Digital EX and 6.1 DTS-ES) that I need to use in a PAL 25fps project. Any suggestions as to how to change the frame rate to match my PAL encodes?

  • Command Authorization in ACS

    Hi, Can anybody tell me how can I permit only ping command to a group in ACS. What is the actual statement that I want to add in command authorization sets.

  • IPhoto 9.2 Library Rebuild

    I did the rebuild library option to try to stop the crashes and now none of the pictures show up except as gray squares. I have a backup copy but am afraid to open it. What should I do?

  • ORA-01555: snapshot too old error while ANALYZE command!!!

    Hi All, I have 2-node 10gR2 RAC on RHEL4. The database is working fine. And i am able to import the schema also. But when i try to analyze all the tables in schema..i'm getting the following error...my undo_tablespace is of 1.2GB in both instances of