Db13-check database not run

Dear all
I have install  a quality server now is working perfectly
but when   use the db 13 then  when i excute the 
1-check database.
2-check and update optimizer staitics
not excuted please guide , will we configre any location ?
thanks
with best regards
venkat

Hi,
which database you are using?
check following notes might helps you.
Note 1072066 - DBA Cockpit: New function for DB monitoring
Note 1027146 - Database administration and monitoring in the DBA Cockpit
if you are using SQL Server then check following notes.
Note 1027512 - MSSQL: DBA cockpit for basis release 7.00 and later
Note 1057855 - DB13/DBACOCKPIT database jobs fail after SP12
regards,
kaushal

Similar Messages

  • DB13 Check database not working

    Hi All,
    Check DB and update stats from DB13 does not work. It comes back with the following error
    Can't exec external program (No such file or directory)
    Checked from OS level and found that brconnect -u / -c -f check works only from exe directory. If i execute the
    command from any other directory it comes back with an error saying command not found
    Upon further investigation found that this is an issue with env variable PATH
    The current value of PATH in env variable of sidadm is
    PATH=/oracle/SID/102_64/bin:/opt/IBMJava2-amd64-142/bin:.:/export/home/sidadm:/usr/sap/SID/DVEBMGS01/exe:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin
    I want to change the value from usr/sap/SID/DVEBMGS01/exe to /usr/sap/SID/SYS/exe/run
    I checked all the csh and .sh profiles for sidadm user but i did not find any PATH variable,
    I can see DIR_LIBRARY and LD_LIBRARY_PATH but i cant see PATH variable
    Checked  the shell and it is /bin/csh
    checked .bash_profile and all i can see is this
    .bash_profile
    Get the aliases and functions
    if [ -f ~/.bashrc ]; then
            . ~/.bashrc
    fi
    User specific environment and startup programs
    PATH=$PATH:$HOME/bin
    export PATH
    unset USERNAME
    Has any one faced this issue earlier??
    Meanwhile i have found a temporary fix for timebeing i.e i copied all  the br* executables from /sapmnt/SID/exe to
    /usr/sap/SID/DVEBMGS01/exe and after doing that DB13 - DBcheck and Update optimizer works fine.
    Regards,
    Ershad Ahmed

    Hi Sunil and Eric
    Thanks for the reply
    I checked all the profiles but no luck. I cant find the parameter.
    As i mentioned in my earlier post i have found a temporary fix by copying the br executables from /sapmnt/SID/exe to
    /usr/sap/SID/DVEBMGS01/exe and ran saproot.sh and that resolved the issue.
    If i can change my PATH variable to point to /usr/sap/SID/SYS/exe/run that would be a permanent fix
    Regards,
    Ershad Ahmed

  • Unable to connect to datasource:(database not running)

    I was running this example Car Application.
    I downloaded SQL Studio and wanted to check if the db tables are created or not.
    Tried to open through SQL studio but got the following exception as a pop-up:
    <b>
    [SAP-AG][SQLOD32 DLL][SAP DB]unable to connect to datasource:(database not running).return-code:SQL_ERROR(-709)</b><i></i>
    I believe my J2EE engine is running fine with all the three boxes in green.
    Does anyone went through this kind of situation?
    Please help me in this regards.
    Thanks
    -Sudheer

    Nitzan,
    Thanks for the reply.
    To be honest, I didnt understand what u meant.Iam a beginner trying to learn N/W though Iam in J2EE for a long while.
    Here is what I have done so far:
    Installled WAS with developer studio ran this Car rental application.While doing this I installed SQL studio to check if the tables r created or not.
    I dont have any back end database like oracle or SQL server installed.The car application example documentation doesnt say so.
    This is what I have given in persistant.xml:
    Datasource Name:CAR_RENTAL_POOL
    Database Vendor: SAPDB
    I dont have visual admin installed.
    Please let me know if this makes any sense.
    And also there is another problem with car reservation application:
    The application seems to running fine except withe the saving part:
    when I tried to add a car reservation, there is no response , it's not getting added to the DB.There are no error messages on screen. The screen is same before and after.
    Any help would be greatly greatly appreciated.
    Thanks

  • [solved]ps -ef|grep pmon ???? Databases not up

    Hi all,
    ps -ef | grep pmon | grep -v grep | tr -s " " |cut -d " " -f8
    This command displaying all the process which contains pmon in it
    ie.,
    ora_pmon_scott2
    ora_pmon_scott3
    ora_pmon_scott5
    I have set a database other than this in my system...they are
    ora_pmon_scott1
    ora_pmon_scott2
    ora_pmon_scott3
    ora_pmon_scott4
    ora_pmon_scott5
    Now My question is
    I want to display below two ...i.e., databases which are not up
    ora_pmon_scott1
    ora_pmon_scott4
    Help me how to do that?
    if this can be implemented with shell script please tell me how to do that?

    Of course you can't use processes to show not running DBs, since processes are not there. You need a list of all DBs, which could be /etc/oratab. If so, then you could create a script like the following :
    echo "Databases not running"
    echo
    grep -v "^#" /etc/oratab | while read LINE
    do
            if [ ! "$LINE" ]; then
                    continue
            fi
            SID=`echo $LINE | cut -f1 -d':'`
            if [ ! "`ps -ef | grep pmon | grep -v grep | grep $SID`" ]; then
                    echo $SID
            fi
    done

  • Error while check database in DB13

    Hi,
    I have scheduled check database in DB13 , I am getting an error as, BR0970W Database administration alert - level: ERROR, type: MISSING_STATISTICS, object: (table) SAPSR3./BEV2/ED970. There are lot of messages found after check database. I am also getting error in verify database in DB13. What could be problem? Please help me with your solutions.....
    Regards,
    Nageshwar

    This condition checks to see whether there are tables or indices that do not have any statistics, although they should have them.
    The OBJECT field is not specified for this condition.
    This condition has no checking operands, threshold values and value units.
    Run your DB stats every week

  • DB13 - Scheduled Update Statistics not run - Error

    Hello gurus,
    I´m faccing with an error in DB13, I scheduled Update statistics every day but it did not run due an error.
    I think this may resulted because an authorization problem.
    In /usr/sap is with this permissions:
    drwxr-xr-x  15 orad01 dba   4096 Oct 18 16:34 sap
    The /oracle/D01/sapcheck is with the following permissions:
    drwxr-xr-x  2 orad01 dba     4096 Nov 14 20:28 sapcheck
    Inside of sapcheck directory I can see the following files with permissions:
    -rw-r--r-- 1 orad01 dba       32262 Oct 14 13:16 ceeimamu.sta
    -rw-r--r-- 1 orad01 dba        2705 Oct 15 17:42 ceeisafo.sta
    -rw-r--r-- 1 orad01 dba        2705 Oct 15 17:50 ceeisazq.sta
    -rw-r--r-- 1 orad01 dba        1932 Oct 15 17:58 ceeisbie.sta
    -rw-r--r-- 1 orad01 dba        1791 Oct 15 22:16 ceeisyhm.sta
    -rw-r--r-- 1 orad01 dba        1931 Oct 15 22:24 ceeisyta.sta
    -rw-r--r-- 1 orad01 dba    19394261 Oct 15 23:45 ceeiszph.sta
    -rw-r--r-- 1 orad01 dba        1930 Nov  9 11:27 ceenjunx.sta
    -rw-r--r-- 1 orad01 dba        1790 Nov  9 11:38 ceenjvuv.sta
    -rw-r--r-- 1 orad01 dba      143103 Nov  9 11:40 ceenjwnr.sta
    -rw-r--r-- 1 d01adm sapsys      521 Nov 16 14:46 ceeosxxw.sta
    -rw-r--r-- 1 d01adm sapsys      521 Nov 16 14:49 ceeosydo.sta
    -rw-r--r-- 1 d01adm sapsys      521 Nov 16 14:54 ceeosyqi.sta
    -rw-r--r-- 1 d01adm sapsys      521 Nov 16 15:57 ceeotefd.sta
    -rw-r--r-- 1 orad01 dba       18530 Nov 16 16:27 ceeotgun.sta
    -rw-r--r-- 1 orad01 dba         996 Nov 16 16:27 connD01.log
    In DB13 at details error, it show the following statements:
    Job executado
    Etapa 001 executada (program.RSDBAJOB, variante &0000000000016, nome usuário XNSJAD)
    Execução do comando lógico BRCONNECT No host segoviad04
    Parâmetros: -u / -jid STATS20101123153214 -c -f stats -t ALL
    BR0801I BRCONNECT 7.20 (7)
    BR0301E SQL error -2133 at location BrOraThrEnable-1, SQL statement:
    'ENABLE THREADS'
    BR0806I End of BRCONNECT processing: ceeqbmqh.sta2010-11-23 15.32.15
    BR0280I BRCONNECT time stamp: 2010-11-23 15.32.15
    BR0804I BRCONNECT terminated with errors
    External program terminated with exit code 3
    BRCONNECT returned error status E
    Job encerrado
    Can you help me please!? I do not know how to solve this situation...
    Best regards,
    João Dimas - Portugal

    This wasn´t a new installation... this was a migration from windows/sql server to linux/oracle... and after that migration process I made an oracle upgrade to 11.2g and during this oracle upgrade we upgrade the BRtools to 7.20 version.
    I set up other job from DB13 (Verify database) and also it not ran well, it show an error too, but a diferent one:
    Parameters:-u / -jid VERIF20101110030000 -c force -w only_dbv -p initD01.sap -m ALL
    BR0051I BRBACKUP 7.20 (7)
    BR0055I Start of database backup: beeqitms.dbv 2010-11-25 03.00.06
    BR0484I BRBACKUP log file: /oracle/D01/sapbackup/beeqitms.dbv
    BR0477I Oracle pfile /oracle/D01/112_64/dbs/initD01.ora created from spfile /oracle/D01/112_64/dbs/spfileD01.ora
    BR0068E SAP system is running or SAP user is connected to database D01 - database cannot be shut down
    BR1025I Please shut down SAP system first or use the 'offline_force' option
    BR0056I End of database backup: beeqitms.dbv 2010-11-25 03.00.09
    BR0280I BRBACKUP time stamp: 2010-11-25 03.00.09
    BR0054I BRBACKUP terminated with errors
    External program terminated with exit code 3
    BRBACKUP returned error status E
    I also checked the permissions in /usr/sap folder and sub folders as per the link you put here... and everything is well... but tell me one thing which owner/group must have set in /usr/sap/ directory? In that help sap link it doesn´t show any suggestion in this column, so I don´t know in this case which owner and group must have set... In my case the /usr/sap/ and dba as group:
    drwxr-xr-x 28 orad01 dba      4096 Nov 23 15:20 D01
    Kind regards,
    João Dimas - Portugal

  • Automatic_Gather_Stats is not running in 11g Database.

    Hi
    we are having a 11.2.0.3 rac database on LINUX x86-64 machine. Two days back on wards we noticed that Automatic_Gather_Stats for the database is not running. When we chech the last analyzed for the schemas it is showing 28th NOV last day. After that its has not ran. From yesterday onwards we are running it manually. What could be the reason !
    I had checked the DBA_AUTOTASK_CLIENT. The auto optimizer stats collection belong to group ORA$AT_WGRP_OS is enables. What else I should check . Kindly let me know.
    Thanks
    SHIYAS M

    Here is the output of select state, last_start_date, job_name from dba_scheduler_jobs where job_name like '%STAT%';
    STATE
    LAST_START_DATE
    JOB_NAME
    SCHEDULED
    01-DEC-12 01.01.01.512036 AM -07:00
    MGMT_STATS_CONFIG_JOB
    SCHEDULED
    02-DEC-12 12.00.00.620416 AM -07:00
    BSLN_MAINTAIN_STATS_JOB
    But when I go through many documents it says that the Unlike 10g, 11g does not have the named scheduler job - 'GATHER_STATS_JOB'.
    Rather it has 'auto optimizer stats collection' as a new feature on 11g.
    - The duration times when the windows are open have changed in 11g.
    - The duration times for windows of Monday thru Friday are from 10:00PM till 02:00AM and those for windows of Saturday thru Sunday are from 06:00AM till 02:00AM.
    select client_name, status, window_group
    2 from DBA_AUTOTASK_CLIENT;
    CLIENT_NAME STATUS
    WINDOW_GROUP
    auto optimizer stats collection ENABLED
    ORA$AT_WGRP_OS

  • The Data Access service is either not running or not yet initialized. Check the event log for more information

    Hi,
    I have SCSM with remote SQL and the SCSM Management server give below error
    Message: Failed to connect to server ‘Name of Server’
    Microsoft.EnterpriseManagement.Common.ServiceNotRunningException: The Data Access service is either not running or not yet initialized. Check the event log for more information. —> System.ServiceModel.EndpointNotFoundException: Could not connect to net.tcp://ServerName:5724/DispatcherService.
    The connection attempt lasted for a time span of 00:00:04.0070932. TCP error code 10061: No connection could be made because the target machine actively refused it IPAddress:5724.  —> System.Net.Sockets.SocketException: No connection could be made
    because the target machine actively refused it IPAddress:5724
    I had try to restart SQL & MS with same error,
    Also i had try the following
    https://social.technet.microsoft.com/Forums/systemcenter/en-US/c670d54d-3a92-481f-8dc9-55c475ad196f/problems-with-data-access-service-after-rebooting
    https://social.technet.microsoft.com/Forums/systemcenter/en-US/26dc1d5c-fa82-403f-8949-3073f3b82a60/the-data-access-service-is-either-not-running-or-not-yet-initialized
    Not help meRegards

    I had same error before 
    below steps to solve it
    Make sure SQL Server Running & ServiceManager Database not full
    Stop All SCSM Services,
               System Center Management Configuration
       Microsoft System Center Data Access Service.
       Microsoft Monitoring Agent
    Rename Health Service State to Health Service State_old --- @ "C:\Program Files\Microsoft System Center 2012 R2\Service Manager"
    Start SCSM Services
        Microsoft Monitoring Agent
               System Center Management Configuration
       Microsoft System Center Data Access Service.
    Wait 2 min...
    check Event Viewer... 
    hope this help you.
    Regards, Ibrahim Hamdy

  • Errors in Livecache when running a "check database structure"

    Helleo, i have the following error messages when i do a check database structure of our QA Livecache environment :
    DBA Action starts:
    Timestamp: 20090406141745   Function: cdb   Object: DATABASE
    VERIFY command:
    check data
    VERIFY result:
    ERR
    -24988,ERR_SQL: SQL error
    -9053,〰〰〰〰〰〰〰〰〰〳
    17,Servertask Info: because b01pverify_participant() failed
    10,Job 0 (Check Data) [executing] WaitingT147 Result=OK
    6,b01pverify_participant() failed, Error code 9161 "data_page_corrupted"
    17,Servertask Info: because b01pverify_participant() failed
    10,Job 0 (Check Data) [executing] WaitingT147 Result=OK
    6,b01pverify_participant() failed, Error code 9161 "data_page_corrupted"
    17,Servertask Info: because b01pverify_participant() failed
    10,Job 0 (Check Data) [executing] WaitingT147 Result=OK
    6,b01pverify_participant() failed, Error code 9161 "data_page_corrupted"
    DBA Action ends:
    Timestamp: 20090406141753   State:    Failure
    ANd i have the same result whether i run it from DB13 or from the database managerIs there a way to run the check database with a repair option ? How can i fix this ?
    Thanks for your help.
    Y.
    Edited by: Youssef ANEGAY on Apr 6, 2009 3:59 PM

    > I guess i'll have no choice but to restore the database ...
    Yes - most like that will be the case
    But before you do that, I'd check the hardware also (drivers, firmware, OS patches etc.). If the system is connected to a SAN I would also check the logs of that.
    Markus

  • ORA-01507: database not mounted when attempting to run emca

    All,
    I'm working on a renamed host attempting to drop and create the repository so that I can get the Oracle Enterprise Manager running on this host. In doing so, I was able to successfully drop the repository with the following command:
    ./emca -deconfig dbcontrol db -repos dropMy issue surfaces when i now try to create the repository as follows:
    ./emca -config dbcontrol db -repos create.
    Dec 3, 2012 5:55:11 PM oracle.sysman.emcp.EMConfig perform
    SEVERE: No value was set for the parameter DBID.
    The above output was on my screen. When I check the emca logfile, I found the following:
    Dec 3, 2012 5:54:44 PM oracle.sysman.emcp.DatabaseChecks checkDataGuardEnabled
    CONFIG: ORA-01507: database not mounted
    Dec 3, 2012 5:55:11 PM oracle.sysman.emcp.DatabaseChecks getDbid
    CONFIG: ORA-01507: database not mounted
    Does anyone have any input as to what could be the problem?
    Thanks in advance!

    The server and database have been restarted since the hostname change. I don't know it this will help shed any light, but I have also attempted to use dbca in an attempt to work around the emca issue, but it also gives me errors. Sometimes I get the error stating it cannot run in EXCLUSIVE mode. Other times I get a database not found error.
    Could the problem be that I need to shutdown the database and start it in a particular mode prior to running emca?
    Thanks

  • Oracle 9i database configuration assisstant not running

    Hi All,
    My database is Oracle 9i.The configuration assisstant not running in this .can any body help?
    Reena

    Hi Reena, this got lost in the wrong forum. try the database forum
    Barry

  • Bridge CC on opening gives "Adobe Bridge CC has stopped working" Uninstalled, re-installed same error, will not run. "check online for a solution" does nothing.

    Bridge CC on opening gives "Adobe Bridge CC has stopped working" Uninstalled, re-installed same error, will not run. "check online for a solution" does nothing.
    Bridge worked great for a while then started to fail when starting. Old Bridge CS6 still works fine. HELP ... please.

    You problem is in the Fault Module MSVCR80.dll
    Do a web search for this.  Here is one LINK

  • The Flash Player is not running but it is there and it is enabled and Active X is not checked. The Player version is 16.0.0.305.  I have the latest ie11 and the latest W8.1. I have used the Adobe tool to delete the Flash and subsequently I have updated or

    The Flash Player is not running but it is there and it is enabled and Active X is not checked. The Player version is 16.0.0.305.  I have the latest ie11 and the latest W8.1. I have used the Adobe tool to delete the Flash and subsequently I have updated or reloaded Flash using your updater.  I have gone into IE options and insured that the settings are supportive of Flash.  The Adobe mini Flash test program on your site says it not enabled or Active X is enabled - not true - all is set as it should be.  I have gone through your forums but to no avail.  I've looked in MS forums but nothing that made any difference.  What's going on and what can I do about it?

    Try using Firefox. Flash usually works on Firefox when it won't on Safari. I noticed that the Safari does not show the same version as Firefox does. Iwonder if that could be the problem. Safari on the left shows 10.1, Firefox show 10.3

  • Check Proposal is Run but Checks are not Printed-need to cancel the run

    The Accounts Payable Check Proposal is Run but Checks are not Printed- I need to cancel the run. How do I do this ?
    Points will be awarded.
    Thanks.
    Kathy

    Restart
    If the printer stops during printing, for example because of a power failure, you will need to restart
    the print program.
    1. To do this, choose System   Services   Reporting.
    2. Enter the name of the print program (RFFOUS_C) and select Program   Execute.
    3. Enter the data identifying the print run and enter the check number from which the
    program should be restarted in the Restart field.
    4. Select Program   Execute again.
    If there is a system crash during the print run but before any checks have been printed, you
    should proceed as follows:
    1. Correct the error that caused the system to crash.
    2. Delete the check information. To do this, choose Environment   Check information 
    Delete   For payment run.
    3. Restart the print program but do not use the restart option described above.
    If there is a system crash during the print run and some checks have already been printed, you
    should proceed as follows:
    1. Correct the error that caused the system to crash.
    This error may occur, for example, when a check lot is used up and the next lot has not
    been maintained. In this case, the first thing to do after the system crash is to enter a
    new check lot. See: Maintaining Check Lots [Page 7]
    2. Delete the check information. To do this, choose Environment   Check information 
    Delete   For payment run.
    3. Restart the print program but do not use the restart option described above.
    4. Delete the print output from the print management files.
    5. Now restart the print program, this time using the restart option, (see above).
    PAGE 25 IN CHECK MANAGEMENT PDF FILE FROM HELP.SAP.  TO DOWNLOAD CLICK ON BELOW  LINK
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/FIBP/FI-BL-BM-CM.pdf
    ASSIGN POINTS IF HELPFUL.

  • Payroll - Check for Previous Period which did not run before

    Hi all,
    I have an employee who was terminated hence payroll was not run for him from his poiint of termination, i.e. he was terminated from period 03, 04, 05 onwards.
    Now currently it is period 06,... I wish to run payroll for him, for his period 03, 04, 05, I need to be able to detect that I am running payroll for the 2 conditions:
    1) That the period i'm running FOR (03,04,05) is before the currnet period.
    2) And that for periods 03, 04, 05 I am running the payroll for this employee for the FIRST TIME.
    Are there any commands in the schema that I can use to know this?
    Regards,
    Kevin

    Hi Kevin
    When simulation or payroll is running for the employee at the bottom of the screen it tells you which period it is processing as payroll runs thru each pay period.
    The log when expanded also does the same. If an employee has not had pay run for 3 months prior it is still a retro. Also check info type 0003 see if the PDC recalc date has been set and this will tell you how far back pay will run, if pay has been run the pay results.
    if its the schema commands then print your paryoll schema to the screen and then expand and search for "retro", this will give you the retro commands or run program RPDASC00 and fill in the schema name etc.
    Rona

Maybe you are looking for

  • Looking for App to record my screen from Ipad 1

    Hi; I am looking for App to record my screen from Ipad 1...the ideas is sending a video file  to one of my client showing what we are doing.. Thanks

  • Playing movies in web gallery

    When playing a movie in web gallery I have to wait until the line below the movie slowly crosses to the following side. It is as though the movie is being downloaded before you can play it through. Is this normal, or am I missing out a step before cl

  • Self Service Employee Playslip

    we enable employee payslip through personalized button from My Information page. Now any employee open payslip from My information page by clicking personalized button, it is giving java null point error But when we open payslip directly from menu fo

  • "6 photos have been found in the iPhoto Library that were not imported".

    Why do I get this message twice every time I open iPhoto? Whether I click yes or no, I get 2 folders of recovered photos that are empty. It is driving me crazy and I end up with hundreds of these folders containing nothing. I am new to Mac. Please ca

  • MacBook Pro 17" Solid State Hard drive issues

    I have just brought a MacBookPro 17in as an upgrade for my 13in Model Name:    MacBook Pro   Model Identifier:    MacBookPro8,3   Processor Name:    Intel Core i7   Processor Speed:    2.3 GHz   Number Of Processors:    1   Total Number Of Cores: