How to query deployment status.

Hi all
I'm trying to get the list of deployments in the admin console, namely, I'm trying to get the same thing you get when you go to Domain Structure -> Deployments, the list with the status of all the deployments, I need a third party application to check their health. Either by using a java or the command line tools, is that possible?
I've tried the utilities (weblogic.Admin and weblogic.Deployer) and using the API that comes with Weblogic, but they don't seem to list the same things I get in the admin web interface. Any ideas?

you can use WLST to get status of all deployed apps.
below link describes nicely the steps for getting status:
Getting Application States using WLST « Middleware Magic
Thanks,
Vivek Vishal

Similar Messages

  • Monioring - How to remove deployment status from monitoring

    How to remove deployment status from monitoring in SCCM 2012
    Thanks in advance
    NTRao

    You can also install this right click tool to be able to delete the deployment direct from the monitoring node.
    http://myitforum.com/myitforumwp/2013/04/16/how-to-add-a-delete-deployment-action-to-right-click-actions-in-configmgr-2012/
    Cheers Paul | http://sccmentor.wordpress.com

  • How to query Process Status from database in Project Server 2010

    Hello All,
    I am using Project Server 2010. 
    I need to query Process Status  from SQL. 
    where can I find Process Status in Database. 
    Thanks,
    Rohit

    Hi Rohit,
    you will not be able to find this information in reporting DB - the only database queries are supported.
    If you really want to go for an unsupported solution, you should be able to find related tables and how to join them in stored proc "MSP_WEB_SP_QRY_Statusing_ReadStatus" in published database.
    Regards
    Barbara
    To increase the value of this forum, please mark the replies that helped to solve your issue as answer. If you find answers to questions from other forum participants to be helpful, please mark them as helpful. Your participation will help others to find
    an appropriate solution faster. Thanks for your support!

  • How to query the status of disk groups in specific time?

    Dears,
    While trying connect to database , i faced ORA-00257:archiver error. Connect internal only, until freed.
    Also found in alert file ORA-15041: diskgroup space exhausted
    And found in ASM alert file WARNING: allocation failure on disk DG_DATA_0002 for file 357 xnum 2147483648
    I expected from above errors that the problem in ASM Disk groups or in file system space.
    After checking, found every thing is fine and OK as i have much free space.
    And when i tried after some time to connect to database, it connected successfully without errors.
    It means that the problem not in space,may be the status of disk groups became invalid for some time
    Appreciate your advise. And how can i know the status of disk groups in specific time?
    Thanks & Regards,,

    Hi All,
    We got another idea to create new template and use it as "Current Default Workbook".
    Then it is showing latest date as we changed one of the Text element from "Display Status of Data" to "Display status of Data To".
    But the this change is showing to my user id only but not to the other users.
    We are selecting the tick mark for "Global Default Workbook", but this tick mark is going away after each refresh. I think if this tick mark is holds permanently, my problem will solve.
    Please suggest me if you have any ideas to resolve this issue....

  • Query connector status

    Hi folks,
    Can anyone tell me how to query the status of a connector via either Powershell or SDK?
    I can find pretty much everything except for:
    a)Start time
    b)Finish time
    c) is running?
    Many thanks
    Steve

    You're looking for a connector's "SyncStatus" object.
    SyncStatus objects are related to each connector. They keep track of start/end times and current status.
    The class name is "Microsoft.SystemCenter.LinkingFramework.SyncStatus"
    The relationship class between the connector object and the sync status object is "Microsoft.SystemCenter.LinkingFramework.DataSourceHostSyncStatus"
    Here's a quick line of C# to get the sync status object related to your connector:
    //Connect to your management group
    EnterpriseManagementGroup emg = new EnterpriseManagementGroup("myGroup");//Get the relationship we'll need
    ManagementPackRelationship relDataSourceHostSyncStatus = emg.EntityTypes.GetRelationshipClass(new Guid("1548950D-6CEA-D9C1-11EC-53701FBCBBEC")); //Microsoft.SystemCenter.LinkingFramework.DataSourceHostSyncStatus
    //Get your connector from the connector framework. Your Id is a Guid (you may have to look it up in the MT_Connector table in SQL, unless you already know it)
    EnterpriseManagementConnector emcMyConnector = emg.ConnectorFramework.GetConnector(new Guid("<my connector's Id>"));
    //Get all related sync status objects via the DataSourceHostsSyncStatus relationship
    IList<EnterpriseManagementObject> lstSyncStatus = emg.EntityObjects.GetRelatedObjects<EnterpriseManagementObject>(emcMyConnector.ConnectorObject.Id, relDataSourceHostSyncStatus, TraversalDepth.OneLevel, ObjectQueryOptions.Default);
    //Get the sync status object from the returned list..there should only be one sync status object per connector.
    EnterpriseManagementObject emoSyncStatus = null;
    foreach(EnterpriseManagementObject emo in lstSyncStatus)
    emoSyncStatus = emo;
    After you have your sync status object, you can see the "LastRunStartTime", "LastRunFinishTime", "SyncPercent", and "Status". Status is an enumeration with values like "Running, finishedsuccess, neverrun, unknown,
    funishedwitherror, and runningwitherror"
    Example:
    ManagementPackClass mpcSyncStatus = emg.EntityTypes.GetClass(new Guid("2D4AFD51-D2FF-92C6-266F-2B6060000DAE")); //Microsoft.SystemCenter.LinkingFramework.SyncStatus
    Console.Writeline(emoSyncStatus[mpcSyncStatus,"LastRunStartTime"].Value.ToString());
    Console.Writeline(emoSyncStatus[mpcSyncStatus,"LastRunFinishTime"].Value.ToString());
    Console.Writeline(emoSyncStatus[mpcSyncStatus,"Status"].Value.ToString());
    Console.Writeline(emoSyncStatus[mpcSyncStatus,"SyncPercent"].Value.ToString());
    Note that the .Value.ToString() calls will fail if Value is null..always check to see if the value has something in it :)

  • Query to get the Deployment Status of an application - SCCM 2012

    Hi,
    Do we have any query/report to get the detailed status report & machine name, user name of a deployment in sccm 2012 as in sccm 2007, instead of clicking on each deployment status to find the machine names and status details?
    Regards,
    Mike.

    Hi,
    You could have a look the report -"All system resources for a specified package and program deployment in a specified state".
    Best Regards,
    Joyce
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • How to get System status Check Boxes into Query selection screen

    Dear experts,
    Pleas help in knowing how to get System status Check Boxes into quick view query (SQVI), selectionscreen.
    Regards
    Jogeswara Rao
    Edited by: K Jogeswara Rao on Jul 6, 2010 7:26 PM

    Problem solved through other Forum
    (Checkboxes not possible, some alternative solution to my requirement found)

  • How to Query the Employment Status of an Employee in Time Evaluation

    Hi SAPGurus,
    Does any one have an idea as to how to query an employee's Employment Status in Time Evaluation.
    Looking forward to hear from you soon.
    Regards,
    Aslam

    Arun,
    Thanks, for your reply. I was looking for a way to query the Field: P0000-STAT2 ie: employment status in Time Evaluation. I am aware of the way I can query an employee's Time management status ie: P0007-ZTERF. Would be great if you know a way to query it in Time Evaluation.
    Thanks Again.
    Regards,
    Aslam

  • OMBPLUS - check deployment status

    Thanks all for reading.
    How can I check the deployment status of an object? I want to be able to DROP existing items prior to CREATEing them, but if the object is not currently deployed, the DROP will result in a failed deployment.
    Am I considering this the wrong way? Should I attempt a DROP on items to deploy as one DEPLOYMENT_ACTION_PLAN (capturing or at least ignoring errors) then put CREATE items in a different DEPLOYMENT_ACTION_PLAN? I can run a sql query to tell me the same information, but I am pretty clueless on how I could run a sqlquery from a tcl script.
    Suggestions would be great,
    Thank you!

    Hi,
    your approach is valid. First use an action plan with DROP and ignore the result. Then use an action plan with CREATE. This deployment should always run successfully.
    Regards,
    Carsten.

  • How to get Invoice status value in oracle payable

    Hi guys,
    I am new in oracle apps plz tell me how to get invoice status value of prepayment invoice type in payable.
    Navigation ->Payables->Oracle Payables ->Invoices->Inquiry->Invoices ->go to Invoice status block and open to Status LOV
    plz provide me sql query to find those status lov values and accounted values for any supplier & invoice num.
    it's urgent plz .......................
    Thanks guys.......

    The invoice approval status does not come from any table / lookup.
    Instead, Oracle builds it by calling the ap_invoices_pkg.get_approval_status function.
    You can also call it by passing invoice_id, payment_status_flag and invoice_type_lookup_code.
    All these 4 columns are present on the ap_invoices_all record.
    Hope this helps
    Sandeep Gandhi
    Independent Consultant

  • How to decide system status cnf teco clsd

    Hi ,
    My requirement is to select work orders( auart), planned hrs( arbei), actual hrs( ismnw ) based on 'date range', 'work order type', func location ( tplnr ), 'abc indicator ( abckz).
    i have to list all work orders:
    for a particular planning plant say '1000' , systm status including CNF, TECO, CLSD, excluding PCNF , CRTD , DLFL and REL, I have to include all work orders except SM02 and CP01 and also exclude work orders scheduled outside query period .
    When the above is done, i need to sum planned work work hours scheduled for that week , divided by sum of planned work hrs.
    I am done with select statement part, how can i find system status or how to calculate system status .
    thanks.
    Raghu

    Hi Seshu,
    I have to extract auart, arbei, ismnw based on date range, work order range, func.location range ( tplnr) , abc indicator( abckz).
    list all work orders ( auart) with planning plant '1000', system status including CNF, TECO, CLSD , excluding PCNF CRTD DLFL and REL, including all work order types except ' CP01' .
    Then i have to sum planned work hrs scheduled for that period and divide by sum of planned work hrs .
    say if sum of earned hrs is 10 and planned work hrs scheduled are 20 then
    10/20.
    Here i have to find earned hrs from AUFK table.
    Basically i would like to know about system status , whether it depends on planned hrs and earned hrs or just i have to extract it from JEST or use status_read.
    Thanks.
    Raghu

  • Deployment status sucess but program does not run in client machine

    Hello Guys,
    I have created a package program to Run a batch script Install.bat
    Program Properties:
    Command Line: Install.bat
    Run: Normal
    After Running: No action required.
    Run Mode: Run with administrative rights (Allow interact with users)
    When i deploy this package i see Success in deployment status very soon, But the program doesnot run in client machine.
    Please find my batch script below for more info.(manually installed Install.bat in system context cmd, it works perrfectly )
    Please help me, where am going wrong
    rem ECHO OFF
    SETLOCAL
    SET WORKING=%~dp0
    echo Installing Office 365 pro plus NY package:
    echo ------------------------------------------
    %WORKING%setup.exe /configure %WORKING%install32ny.xml
    IF NOT EXIST "C:\Program Files\Microsoft Office 15\root\" (goto _ExitInstall)
    :_CopyingFile
    echo Copying Script to Office 365 INSTALLDIR:
    echo ----------------------------------------
    XCOPY %WORKING%Pin-Unpin.vbs "C:\Program Files\Microsoft Office 15\root" /C /F
    IF NOT EXIST "C:\Program Files\Microsoft Office 15\root\Pin-Unpin.vbs" (goto _ExitActivesetup)
    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\Office365ProPlusNY" /v "StubPath" /d "cscript.exe \"C:\Program Files\Microsoft Office 15\root\Pin-Unpin.vbs\""
    /t REG_SZ /f
    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\Office365ProPlusNY" /v "Version" /d "1.0" /t REG_SZ /f
    %WORKING%Launch.vbs
    exit /b %errorlevel%
    :_ExitInstall
    echo Aborting Installation:
    echo ----------------------
    echo Office 365 installation failed.
    echo %errorlevel%
    exit /b 3
    :_ExitActivesetup
    echo Aborting Installation:
    echo ----------------------
    echo Activesetup Script error to INSTALLDIR
    echo %errorlevel%
    exit /b 4

    It's just starting the command lines one after the other and after that simply returns a success of starting all the commands.  Two things you should do to successfully use a batch file like this:
    Use start-wait constructions, so the next action won't start before the previous action is finished. For the exact command lines see:
    http://technet.microsoft.com/en-us/library/bb491005.aspx;
    First test the batch file with psexec, to see how it behaves with SYSTEM credentials.
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • How to find the status of package (valid/invalid) was at a particular time

    How to find the status of package (valid/invalid) was at a particular time ?
    I want to find the status of one oracle package at 3pm yesterday. The status of this package today is INVALID.
    I am sure it was VALID yesterday. But no way to prove it. Can any one help please???
    I can generate AWR report for last 7 days...

    Try using a flashback query, like this:
    select object_name, object_type, status
    from dba_objects AS OF TIMESTAMP (SYSTIMESTAMP - INTERVAL '18' HOUR)  -- 18 hours ago
    where object_name = 'MY_OBJECT'
    ;if you haven't granted FLASHBACK privs, you may need to connect as SYS to do a flashback query on a data dictionary table.
    But this should give you the info you need - if it's still in undo.

  • How to query the table

    hi all,
    where to find the enterpraise manager url....i forgot it
    i need to know the enterprasie manager url,how to check this one from table.
    how to query this,from which table it will be fetch...
    pl share ur updates;

    gk wrote:
    hi all,
    where to find the enterpraise manager url....i forgot it
    i need to know the enterprasie manager url,how to check this one from table.
    how to query this,from which table it will be fetch...What's the db version? AFAIK there is no table in which the EM's url is kept. You can see it from the command though emctl status dbconsole .
    >
    pl share ur updates;Please write proper words in a professional forum like this one.
    Aman....

  • Determine Deployment Status / Progress Programmatically

    Greetings,
    My goal is to programmatically deploy a vi to a compactRIO target as well as reboot the controller.  While I have been experimenting with using the Library.DeployLibrary method call, I would also like to show the user the status of the deployment (similar to the Deployment Status window that appears when one deploys a library from within the Project Explorer - showing a status indicator and what files are being uploaded).  I seem to be having issues with trying to deploy a library containing only a vi but that may be the subject of another post on this board.
    I am using LabVIEW 8.01 and Windows XP Pro.
    Can anyone point me in the direction of being able to show this status programmatically or if it is even possible?
    Thanks
    - Con

    Thanks for getting back with a response Xaq!  Let me comment and see if there are some further suggestions.
    Xaq wrote:
    Con-
    I beleive I understand what you are trying to do now. Lets tackle each problem in order.
    1) How to keep VI in memory on teh cRIO. Most likely what is happening here is that you are terminating the program on teh cRIO itself (wither by ending the main control loop or calling quit labview, etc). The VI is not being erased from the flash memory on board, just getting stopped from running. To start the Vi again, you can reset the cRIO (as long as the VI in question is your startup VI).
    1) By resetting the vi, I am thinking there are two ways - one is actually hitting the "Reset" button on the box (something I dont want to do), the other is actually Rebooting my cRIO (which I am succesful at doing, however, I dont have feedback on whether or not the box is actually done rebooting.  I guess I can hit the Reboot, then go into a loop that Pings the controller and either times out or gets a valid IP address.  Is there another way to do this reset?
    Xaq wrote:
    2) Deploying a VI to teh cRIO. Currently there are only 2 ways to do this. The first, is from the project explorer like you are used to doing. The second, which can be done programmatically assuming you have the internet toolkit or through a command line interface, is to FTP the VI to the cRIO.
    2) I am trying to setup the cRIO vi such that it runs at startup, then I hoped after rebooting, it would be running and be in memory on the cRIO.  I will keep in mind the FTP option - thanks.
    Xaq wrote:
    3) Rebooting the cRIO programmatically. You can use the RT Reboot Controller VI, located in Real-Time VIs»Real-Time Utilities>>RT Reboot Controller.vi) to reboot a controller over the network (or reboot itself by using localhost).
    3) I am donig this as discussed in 1 - thank you.
    I was trying to provide more user feedback.  I guess I'm stuck in trying to use timing and my own messages to provide user feedback. 
    Thanks again for your suggestions!
    - Con

Maybe you are looking for

  • Pricing - Populating TKOMV for a purchase Order

    HI, I have enhaced ME21N via an enhancement spot just before it calls ME_CREATE_DOCUMENT in update task. I am adding a product to the purchase order.  All works fine except I need to add pricing data in for one particular product type.  TKOMV needs t

  • Turning iMac G4 into AirPort base

    I have a 15" G4 iMac with a 800mhz processor. I just bought my daughter a 14" iBook that has an AirPort card. I've heard that I can install an AirPort card into my iMac and send my internet connection wirelessly to the iBook basically using the iMac

  • IPhoto not updating in Yosemite

    After much grief finally installed Yosemite and there is NO ENTRY sign on iPhoto. Go to App store to update , sign in , hit update again and now .... Spinning ball... Spinning ball.... Spinning ball.... Go and make a coffee .. Spinning ball ... Quit

  • I am unable to update my itouch software

    When I am trying to update my Itouch software, I am getting an error message as " There was a problem downloading the software for the ipod . Network connection timed out:. " Need someones help in fixing this.

  • Where can i download earlier versions of firefox?

    I can not find a place to download earlier versions of Firefox for Windows. Is it available?? Where?? Thanks