Compliance Check/Deploy DCMA0058 error

Hi
Using LMS 3.2 RME 4.3.0. I'm trying to deploy baseline config after compliance check. When I select compliance check job and click deploy i got this error:
"DCMA0058: Could not deploy selected Job.
No compliance report available."
But the report in baseline jobs window i available.
Any ideas what should i check ??

Please run a device update from Common Services --> Software Center --> Device Update --> Select RME under products and check for updates from Cisco.com and install all the device packages.
Duplicate the problem again after update and post the error if it appears again.

Similar Messages

  • Java Web Start error message when trying to run vSphere1.2 compliance checker

    It installed fine but a javaws usage message displayed when attempting to run. Seems like this might be some kind of Java environment problem on the Windows 7 Pro desktop. Not very familiar with Microsoft, any ideas and/or suggestion?.

    Thanks for your suggestions, I will look into them.
    One assumption I made is since the install completed without incident the program was able to locate any needed resources.
    Another assumption is since I received an error message from javaws then itself was being located - just lacking something else it needed.
    Ran javaws from command prompt, received same usage message. Apparently using 64 bit 1.7.0_13, didn't see a Java folder in the 32 bit Program Files so would that be the problen? That 32 bit Java version is needed to run this?  Java Web State 10.13.3.20-fcs.
    I'm the administrator of the system, so privilege is not an issue
    In Properties/Shortcut, verified that the .jar file was pathed correctly
    Target ->  "C:\Program Files\Java\jre7\bin\javaws.exe" -jar "C:\Program Files (x86)\VMware\VMware Compliance Checker for vSphere\vmcc.jar"
    Start in -> "C:\Program Files (x86)\VMware\VMware Compliance Checker for vSphere\"

  • I/o server shared variable not working in deployment system ( error no-1950679034 (0x8BBB0006) (Warning))

    Hello ,
             am using shared variable from opc client in labview when am run a exe file at development system its working fine but when am running it in deployment system its not working am using same configuration file in opc server at development and deployment system error -1950679034 (0x8BBB0006) (Warning)

    First Root cause needs to be identified before any actions.
    I would suggest first check if you can access the shared variable hosted in PC from RT using other ways like using SVE API (Logos and PS protocols, Datasocket etc..)
    Check if antivirus or firewall is playing...
    Check the same experiment with some other PC if you can.
    You can also try creating another Shared Variable in RT and binding the same to the PC and try to access it...
    Since you have did all the reinstallations already
    Best Regards,
    Vijay.

  • REP-56071: Security check failed with error message: Error code30009 - Gene

    REP-56071: Security check failed with error message: Error code30009 - Generic access check failed..
    Hello,
    I am also receiving the above error - these reports are deployed on our Portal - to which all registered SSO users should have access to.
    one more thing...
    We obtain the error only when execute under some "load", example: 15 reports running simultaneously.
    Tx,
    Diego.

    I am also facing this problem - I've deployed the reports on the Portal and authenticated users can access the reports.
    The problem is that when any authenticated user tries to access the report, on his very first access this error is shown.
    REP-56071: Security check failed with error message: Error code30009 - Generic access check failed..
    But after the user click on the Personalize link of the portlet and specify the parameters values(which are empty initially) then report runs fine.
    Plz let me know the solution as no user will like to see this error message for the first time he opens the report.
    Regards.

  • Deploy occurs errors after rename project.

    deploy occurs errors after rename project.
    local project (in JAVA perspective refactor->rename)
    then rebuild,create,deploy.an erros occurs:
    2009-5-19 9:35:35 /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:
    [013]Deployment aborted
    Settings
    SDM host : 10.98.3.59
    SDM port : 50018
    URL to deploy : file:/C:/DOCUME1/ADMINI1/LOCALS~1/Temp/temp6550783345363564101WYJ_WD_FlightList.ear
    Result
    => deployment aborted : file:/C:/DOCUME1/ADMINI1/LOCALS~1/Temp/temp6550783345363564101WYJ_WD_FlightList.ear
    Aborted: development component 'WYJ_WD_FlightList'/'local'/'LOKAL'/'0.2009.05.19.09.30.59'/'0':
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Cannot deploy application local/WYJ_WD_FlightList.. Reason: Clusterwide exception: Failed to deploy application local/WYJ_WD_FlightList. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine?; nested exception is:      com.sap.engine.services.deploy.container.DeploymentException: Clusterwide exception: Failed to deploy application local/WYJ_WD_FlightList. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine?
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Deployment exception : The deployment of at least one item aborted
    Can anyone help me?
    thanks a lot!

    Thanks for Rajat Jain  and Umang Mathur  's answers 。
    the demo project can be download in SDN::TutWD_FlightList.zip   
    before i sign this thread ,i've followed the issue : (project folder,.project file )
    Rename package for an existing Web Dynpro App
      tips:if i only change .project file,i can not import the project.
    but these do not work。it shows the same erros.
    after then i just try to redo this in the other way: (in java perspective ,refactor->rename)。
    it shows the same errors.
    my environment:
    studio:Version: 7.0.11
    JAVA AS:7.00 sp18

  • Ciscoworks showing + and - when running a compliance check

    I am trying to write a compliance check for switches. The issue I am getting now is that when the template runs I am getting notices stating that non the of switches are compliant, when they are. In the output after it runs I am seeing items in red with - and items in green with +. I thought the items in green with the + and items that are needed in the switches. Am I correct in assuming this? What are the items in red with the -?
    The problem seems to be with ACLs they first show up in red (-) and then again in green (+) even though they are correct in the switch. Any ideas?

    In the run.log, your device has an ACL:
    access-list 101 remark Permit SSH from admin systems and other switches
    access-list 101 permit tcp 172.20.2.0 0.0.1.255 any eq 22 log
    access-list 101 permit tcp 192.168.10.0 0.0.1.255 any eq 22 log
    access-list 101 deny   ip any any log
    But your template requires:
    access-list 101 remark Permit SSH from admin systems and other switches
    access-list 101 permit tcp 172.20.2.0 0.0.1.255 any eq 22 log
    access-list 101 permit tcp 192.168.10.0 0.0.1.255 any eq 22 log
    access-list 101 permit tcp 192.168.12.0 0.0.1.255 any eq 22 log
    access-list 101 deny   ip any any log
    The test.log device has "ip sla enable reaction-alerts" which will trigger a parse error in baseline.  If you remove this line, re-archive the config, then run a new compliance test, it should show as being compliant (from the ACL standpoint).

  • Adobe Section 508 compliance check question

    I've run the Adobe Section 508 compliance check on a document.  The only errors I receive now are 5 tables without designated table headers.  I click on the link to these tables, but nothing happens.  It doesn't point me to the tables with the errors.  Any help would be greatly appreciated.  I'm using Adobe Pro v9.2.0.

    I work at a college and have to create complex Section 508-compliant PDFs throughout the year. Though you've probably upgraded to CS6 or higher, I thought I'd share info on an ID plug-in that is very helpful with determining and setting the reading order from within ID. It is called "FrameMaker," by Rorohiko, and it puts a tiny label on each frame of a page. For example, if I select a frame, the reading order "number" will show on the top right of the frame. So I'll know immediately that I need to fix the order before creating a pdf.
    Very inexpensive. Definitely worth the money.
    http://www.rorohiko.com/wordpress/2013/09/17/easily-edit-stacking-order-of-page-items/
    BTW: If you have to create text files from large ID files, their TextExporter is fabulous.

  • RME - Compliance Management - Deploy strangeness

    Hi All,
    Here is an interesting one. Got a selection of Compliance management jobs and am having trouble with the deploy phase. Basically I am looking for the following on a series of devices and then removing it.
    - [#radius-server host.*#]
    So when this runs, it matches what I expect (shown below)
    no radius-server host x.x.x.x auth-port 1812 acct-port 1813 key 7 XXXXXXXXXXXX
    However when I deploy this, the line above remains on the device?
    I have tried changing the compliance check to
    - radius-server host x.x.x.x auth-port 1812 acct-port 1813 key 7 XXXXXXXXXXXX
    To see if its a regex problem of some form and the job does exactly the same, i.e. it matches the line and tries to deploy however doesn't work?
    Any ideas?

    Hi Yidabear,
    Its not a pre-requisite problem as the pre-requisites are fillfilled and hence it deploys the rest of the config to the devices in question. For some reason it is just this one line that it has a problem with. Strangely enough, we had a similar issue with the same format of TACACS server line. It seems to happen when you have the "key 7 xxxxxxxxx" value at the end? Even though it finds it and tried to remove it it fails.

  • Baseline Compliance Check Loopback0

    I'm working on a Baseline Template for compliance.  One of the interfaces that we use across all our routers is Loopback 1.  I want to use a baseline template to check if Loopback 0 exists and then if it exists, I want to check certain lines in its interface config.  Here is how I have my Template configured:
    Prerequisite Command Set - checkLoopback
    +interface Loopback1
    Subordinate Command Set - checkLoopbackConfig
    +description Network Management Interface
    +ip address [#172\.16\..*\..*#] [255.255.255.0]
    Basically I want to confirm that Loopback 1 exists and then check that the standard description has been used and that the IP Address is within a certain range.
    Whether the interfrace is configured or not, when I run the compliance check it reports that the device is compliant.  I've also tried "-interface Loopback1" in the Prerequisite Command Set and the result still reports the device is compliant.
    How can I accomplish my goal of checking that the interface exists first then check the config of the interface?
    Thanks for the help.

    You can use commandsets. The commandsets are a set of one or more CLI commands. You can define a commandset while creating a Baseline template in the Advanced mode.
    The features of the commandsets are:
    •If the commands in commandset are in a submode (ip/interface etc.) a submode command must be specified for such a commandset.
    •Commandsets can have one or more child commandsets.
    •Child commandsets inherit parent's sub-mode command.
    You can define commandsets that have to be checked before running the actual commands.
    The features of the prerequisite commandsets are:
    •A commandset can have another commandset as its prerequisite.
    •A prerequisite commandset is used only for comparison and is not deployed onto the device.
    •A commandset is compared with the config only if its prerequisite condition is satisfied.
    LMS evaluates the commandsets in different ways depending on whether you have defined the commandset as Parent or Prerequisite.
    For example, assume that you have defined two commandsets, commandset1 and commandset2:
    •Commandset defined as Prerequisite
    - commandset1 as the Prerequisite of commandset2. When LMS evaluates the Baseline template, it evaluates commandset1 first, and commandset2 next.
    - If commandset1 does not contain submode and is not present in a device, then commandset2 is not evaluated and the device is displayed in the excluded  list in the compliance report.
    - If commandset1 contains submode and is not present in applicable submodes, then commandset2 is not evaluated and the device is displayed in the excluded list in the compliance report.
    •Commandset defined as Parent
    - commandset1 as the Parent of commandset2. When LMS evaluates the Baseline template, it evaluates commandset1 first, and commandset2 next.
    - If either of these commandsets is missing, the template is considered non-compliant.
    -Joe

  • Compliance Checker for Vsphere 5.5 Not working /connecting

    I am trying to run the Compliance Checker for VSphere 5.5 woth no luck.
    I run the program from the Vcenter server and get nothing.
    I have run from a pc and gotten "cannot connect"
    I have tried every possible username and PW combination we have.
    Any help would be greatly appreciated

    This is the error I receive,
    Error connecting to host service instance (IP Address xxxxxxxxxxx; User ID: [email protected])
    Also I can log into the vsphere server at the console using root but cannot login using the vsphere client using root
    it tells me root does not have permission. Not sure if this may have be some of the issue with the compliance checker
    or a function of Vcenter 5.5.

  • NMI: Parity Check / Memory Parity Errors on Lenovo T500 2082-58M running Windows XP.

    NMI: Parity Check / Memory Parity Errors are occurring on
    five out of five Lenovo T500 laptops 2082-58M tested.
    I can get the error to re-occur consistently by installing
    IBM Director Client version 5.20 or 5.23, taking remote control and then within
    the remote session I initiate a PC restart. This re-produces these errors
    without fail.
    I've also received this same error without Director but am
    unable to cause this to re-occur consistently.
    My Findings:
    Changing the BIOS Settings from the default settings of :
    BIOS Config > Display
    Default Primary Video Device:[Internal]
    Boot Display Device:[ThinPad LCD]
    Graphics Device:[Discrete Graphics]
    OS Detection for Switchable Graphics:[Enabled]
    To the following settings resolves the issue though this
    causes the installed and previously working ATI driver not to detect the video
    device.
    BIOS Config > Display
    Default Primary Video Device:[Internal]
    Boot Display Device:[ThinPad LCD]
    Graphics Device:[Integrated Graphics]
    OS Detection for Switchable Graphics:[Disabled]
    What I have tried:
    o Updated the BIOS and Drivers to Latest available
    o Re-Installed the Display Driver, Downgraded the
    Display Driver
    o Removed the Display Driver and left BIOS
    settings enabled (NMI errors re-occur)
    To get to the above findings I tried removing /
    re-installing pretty much every driver and disabling every option within the
    BIOS. I am only listing what I believe is now relevant to the identified
    problem. I can provide further information upon request.
     Anyone able to help ?

    Hello,
    the switchable gfx doesn´t work in XP. In XP you have to choose gfx options in bios before booting os.
    Please try: 
    Default Primary Video Device:[Internal]
    Boot Display Device:[ThinPad LCD]
    Graphics Device:[discrete Graphics]
    OS Detection for Switchable Graphics:[Disabled] 
    Follow @LenovoForums on Twitter! Try the forum search, before first posting: Forum Search Option
    Please insert your type, model (not S/N) number and used OS in your posts.
    I´m a volunteer here using New X1 Carbon, ThinkPad Yoga, Yoga 11s, Yoga 13, T430s,T510, X220t, IdeaCentre B540.
    TIP: If your computer runs satisfactorily now, it may not be necessary to update the system.
     English Community       Deutsche Community       Comunidad en Español

  • Java call rfc check in original:error while checking in and storing.

    hi,experts.
    java call rfc check in original:error while checking in and storing. BAPI in the RFC is "BAPI_DOCUMENT_CJANGE2",
    the RFC was fine in SE37 and calling by Visual Basic. and in java,when mConnection.setAbapDebug(true), and  runing by step and step, was fine too.
    if mConnection.setAbapDebug(false) in JAVA, up error in title was displayed.
    what cause this error?
    Best Regards.

    Hi Priya
    Please use Su53 after getting the error and find any authorization is missing for the user..
    S_GUI Full Authorization is required..
    Since by giving BASIS Authorization its rectificed, then it shud be mostly due to Auth issues only
    Regards
    Aby

  • [svn:osmf:] 11848: Added check for argument error DRM subsystem throws while generating a DRMContentInfo Object .

    Revision: 11848
    Revision: 11848
    Author:   [email protected]
    Date:     2009-11-16 10:00:48 -0800 (Mon, 16 Nov 2009)
    Log Message:
    Added check for argument error DRM subsystem throws while generating a DRMContentInfo Object.
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/drm/DRMServices.as

    Well, I can tell you that this kind of error is not OS related, but rather a HW thing.  It happens where there is a general detection of something going wrong.  Sometimes it can happen randomly and might not be an indication of a problem.  But sometimes it can be caused by things that are improperly functioning within the system like bad capacitors. 
    Unfortunately I don't really know what to do about such things except give you machine a proper inspection.  But if things are working fine, and continue to do so, I wouldn't worry about it.  If it becomes a regular occurance, then I'd worry.

  • DB13 Database check getting following error

    Job started
    Step 001 started (program RSDBAJOB, variant &0000000000116, user ID KMDBASIS)
    No application server found on database host - rsh/gateway will be used
    Execute logical command BRCONNECT On host sapbwpor3
    Parameters: -u / -jid CHECK20070822134120 -c -f check
    BR0801I BRCONNECT 7.00 (26)
    BR0252E Function NetShareGetInfo() failed for 'sapmnt' at location BrEnvProcess-89
    BR0253E errno 2310: This shared resource does notexist.
    BR0806I End of BRCONNECT processing: cdvzfvhd.log2007-08-22 13.41.25
    BR0280I BRCONNECT time stamp: 2007-08-22 13.41.25
    BR0804I BRCONNECT terminated with errors
    External program terminated with exit code 3
    BRCONNECT returned error status E
    Job finished

    this post is duplicated at DB13  Database check getting following error.

  • Deployment Manager Error with Oracle Weblogic Server 10.3.1

    I have installed Identity Manager 9.1.0.2 (patch upgraded from 9.1.0.1) on OEL 5.3 64bit and Weblogic 10.3.1
    Database:Oracle 11gR2 (remote machine).
    **I am aware that IM 9.1.0.2 is not certified on Weblogic 10.3.1 (it is only certified on 10.3),
    The installation was successful and OIManager is up and running. Able to create Users, Resources etc. as well.
    As part of configuring OIM Connectors tried to Import .xml file using Import option from Deployment Management section as below and the following error was displayed.
    "Either your session timed out or you are trying to access a page without logging in".
    Did all workarounds like enabling java, changing browsers, restarting machine etc as per the below discussion but in vain.
    Deployment Manager Error with Oracle Weblogic Server
    Can any one suggest any workaround or solution for this problem.
    Or atleast can any one confirm there is no Identity manager available on this date which is compatible with 10.3.1? and cannot be continued further.
    Thanks in Advance
    Sudheer
    Edited by: SudheerPrabhala on Oct 20, 2009 1:26 AM

    You are facing this issue because you're using a non certified combination.
    Other folks who tried to use OIM in 10.3.1 ended up in the same problem you're facing.

Maybe you are looking for

  • CMS status is offline. WAVE 274 appears offline but it is telnetable

    Hi all , One of my WAVE-274 has this alarm : CMS status is offline. It appears offline on the central manager GUI but it is reachable by Telnet . This is the message I get when logging : System Initialization Finished. Disk based software not install

  • Modify_item got takes longer time in 9i

    Portal version 3.0.9.8.5 DB version 9.2.0.3.0 OS Version SunOS 5.8 We were on database version 8.1.7.4 After we upgraded to DB version 9.2.0.3.0 , it takes more than 10 times the time it took on 8.1.7.4 to do a modify_item on a file of the same size.

  • Disp+work.exe is yellow!!

    Hi,everyone: I met a problem. In MMC  the status of disp+work.exe is yellow. I restarted the service but not work. Will I have to uninstall the system?If so,I will have to redo the post-installation,and it is terrible. The deloper trace of disp+work.

  • Oracle 9i and windows 2003 R2 installation issues

    Hi All, I have a windows 2003 R2 server with oracle 9.2.0.8 installed both OS and DB are 32bit. The server has 12gb ram and I therefore use AWE and /PAE, however when ever the number of connections exceeds >60 memory errors start to appear and sessio

  • MQ JMS adapter does not work

    Hi Experts we are using PI 7.1, we have deployed MQ 6.0 libraries via com.sap.aii.adapter.lib.sda. I have a scenario HTTP --> XI --> MQ JMS configured. At first, I forgot to specify user name / password, in RMB I got error of security authentication,