DB13 jobs failling

Hi Gurus,
DB13 jobs are failling below are the details. Can you please let me know the reason behind job failing.
Thanks
Sambi
DBA:CHECK_DB
DBA:ANALYZE_TSP
DBA:NEXT_EXTENT
Job Log: DBA:CHECK_DB
Job started
Step 001 started (program RSDBAJOB, variant &0000000000032, user name AUTOSAP, language E)
Execute log. command SAPDBA on host witco-10
__Parameters: -check -u /
external program terminated with exit code 2
SAPDBA returned error status E
Job finished
Job Log : DBA:ANALYZE_TSP
Job started
Step 001 started (program RSDBAJOB, variant &0000000000030, user name AUTOSAP, language E)
Execute log. command SAPDBA on host witco-10
__Parameters: -analyze PSAP% -method CC -time  2 -T 10 -u /
SAPDBA: Method CC is not supported
Usage:
sapdba [  -u        <userid>[/<password>]
          -P        <userid>/<coded_password>
          -l        <userid>[/<long_password>]   / * transparent            */
       [  -p        <profile> ]
       [  -h[elp] ]
       [  -r        <dir>                        / * restart in batch       */
          -export   <tsp_list>     <table>
                    [-dest      <path>
                                <tape_device> [-ta pe_size <size_in_M>] ]
          -checkopt <tsp_list>     <table>
                    [-threshold <n>]             / * delta records in %     */
                    [-T         <hours>]         / * time limit             */
                    [-force]                     / * overwrite check res.   */
          -analyze  <tsp_list>     <table_list>     <index>   <file>
                    DBSTATCO   NOOPTSTAT
                    [-method    E   C   EI   CI   EH   CH
                     [ -option  P<n>   R<m>]   ] / * n in %, m in 1000      */
                    [-time      <days>]          / * refresh older than ... */
                    [-T         <hours>]         / * time limit             */
          -delete   <tsp_list>     <table>   HARMF UL
          -next     <tsp_list> [-file <exception f ile>] [-test]
          -check    [-e         <n>]             / * number of extents      */
          -check_db_open
          -sapr3            <pwd>
          -alter_user <uid>/<pwd>
          -init_sap_connect
          -shutdown
          -shutdown_abort
          -startup
          -startup_dba
          -statistics ALL   DBSTATCO   <tables>
                      [-method    E   C   EH   CH
                       [ -option  P<n>   R<m>]  ]
          -sapsid <SID1>[,<SID2>,...]
          -cleanup
          -version
          -verbose
          -V -VERSION
external program terminated with exit code 2
SAPDBA returned error status E
Job finished
Job log :DBA:NEXT_EXTENT
Job started
Step 001 started (program RSDBAJOB, variant &0000000000031, user name AUTOSAP, language E)
Execute log. command SAPDBA on host witco-10
__Parameters: -next PSAP% -u /
ORA-01012: not logged on
           (2011-02-05 08.00.30)
SAPDBA: Can't connect to ORACLE.
        (2011-02-05 08.00.30)
SAPDBA - database not open or can't connect to ORA CLE
SAPDBA - exit status 2.
external program terminated with exit code 2
SAPDBA returned error status E
Job finished

> Then select * from v$instance;Below is the result
>
>  1 NCQ              witco-10                                                         8.1.7.4.0         28-JAN-11 OPEN    NO           1 STARTED             ALLOWED    NO  ACTIVE            PRIMARY_INSTANCE
>
>
> witco-10:ncqadm 52> uname -a
> AIX witco-10 2 5 0005444E4C00
> witco-10:ncqadm 53> file `which disp+work`
> /usr/sap/NCQ/SYS/exe/run/disp+work: executable (RISC System/6000) or object module not stripped
Ok - so we know now:
- AIX 5.2 32bit
- Oracle 8.1.7.4 32bit
- SAP kernel 46D 32bit
- you can connect internally
Can you execute (as ncqadm)
sapdba -u /
and please post the execution permissions of sapdba:
ls -l `which sapdba`
Markus

Similar Messages

  • DB13 jobs are failing

    Hi all,
        The DB13 job checkdb is failing with the below mentioned error.
    Job started
    Step 001 started (program RSDBAJOB, variant &0000000000040, user name INAMI3)
    Execute logical command BRCONNECT On host sapdo14
    Parameters: -u / -c -f check
    BR0801I BRCONNECT 7.00 (18)
    BR0805I Start of BRCONNECT processing: cdylxgqr.chk 2008-07-29 08.20.25
    BR0280I BRCONNECT time stamp: 2008-07-29 08.20.25
    BR0301E SQL error -942 at location db_connect-4, SQL statement:
    'SELECT NAME FROM V$DATABASE WHERE ROWNUM = 1'
    ORA-00942: table or view does not exist
    BR0310E Connect to database instance O14 failed
    BR0280I BRCONNECT time stamp: 2008-07-29 08.20.25
    BR0301W SQL error -942 at location brc_dblog_open-1, SQL statement:
    'INSERT INTO SAP_SDBAH (BEG, FUNCT, SYSID, OBJ, RC, ENDE, ACTID, LINE) VALUES ('20080729082025', 'chk', 'O14', 'DATABASE', '9999
    ORA-00942: table or view does not exist
    BR0324W Insertion of database log header failed
    BR0806I End of BRCONNECT processing: cdylxgqr.chk2008-07-29 08.20.25
    BR0280I BRCONNECT time stamp: 2008-07-29 08.20.25
    BR0804I BRCONNECT terminated with errors
    External program terminated with exit code 3
    BRCONNECT returned error status E
    Job finished
    Specification:
    Oracle :10.2.0.2.0
    R/3 release 4.6C
    SAP R/3 Kernel              46D_EXT
    Support package number      2341
    We checked for the error on the database level and  found both the tables are existing in the database.
    .SQL> SELECT NAME FROM V$DATABASE WHERE ROWNUM = 1;
    NAME
    O14
    SQL> select object_name from dba_objects where object_name like '%SAP_SDBAH%';
    OBJECT_NAME
    SAP_SDBAH
    Ran the command brconnect -u / -c -f check from Unix level as o14adm and it ran successfully.
    Anybody has an idea why it is failing at SAP level...?

    Hi
    Juan is correct it is issue with OPS$ user.
    Please check the Roles of OPS$ORA<SID> user at database level using query
    select granted_role, default_role from dba_role_privs where  grantee='OPS$<DOMAIN>\SAPSERVICE<SID>'
    Roles SAPCONN & SAPDBA must be assigned to the user id OPS$<DOMAIN>\SAPSERVICE<SID>.
    Then try.
    Thanks,
    Shambo

  • DB13 jobs fail

    Hi All,
    We are getting error in our DB13 jobs; Job log says:
    Execute logical command BRCONNECT On host
    Parameters: -u / -c -f check
    BR0801I BRCONNECT 6.40 (52)
    BR0252W Function remove() failed for '/oracle/PD0/102_64/dbs/sap.ora' at location BrInitOraCreate-1
    BR0253W errno 13: Permission denied
    BR0252W Function fopen() failed for '/oracle/PD0/102_64/dbs/initPD0.ora' at location BrInitOraCopy-2
    BR0253W errno 13: Permission denied
    BR0805I Start of BRCONNECT processing: cefqipbr.chk 2011-04-11 10.33.11
    BR0252E Function fopen() failed for '/oracle/PD0/sapcheck/cefqipbr.chk' at location main-11
    BR0253E errno 13: Permission denied
    BR0121E Processing of log file /oracle/PD0/sapcheck/cefqipbr.chk failed
    BR0806I End of BRCONNECT processing: cefqipbr.chk2011-04-11 10.33.11
    BR0280I BRCONNECT time stamp: 2011-04-11 10.33.11
    BR0804I BRCONNECT terminated with errors
    External program terminated with exit code 3
    We checked that 755 permissions are set on both dbs and sapcheck and in our other same SAP version server DB13 jobs are running fine with the same permissions so I am expecting I need to provide some authorizations somewhere else.
    Please suggest.
    Shivam Mittal

    Hello Mr. Shiva
    Fisrt of all please check your permissions according to note 113747. According to note 113747 the permissions should be like this
    brarchive, brbackup, brconnect, brtools have permission 4775:
    -rwsrwxr-x   ora<sid>   sapsys   ..
    These can be started by the ora<sid> or the <sid>adm OS user.
    brrestore, brrecover, brspace, and sapdba have permission 755:
    -rwxr-xr-x   <sid>adm   sapsys   ...
    These can only be started by the ora<sid> OS user.``
    Secondaly these type of error can also occur if SAPService<SID> is not a member of the groups ORA_<SID>_DBA,ORA_<SID>_OPER.
    Please check if this user can write, read read and modify the directory on which you are getting error.
    Hope it helps
    Regards
    Venkat

  • OFFLINE backup and DB13 jobs configuratins error in MSCS cluster with OFS

    Hello,
    We have recently installed SAP ERP 6.0 EhP4 SR1 in MSCS cluster using Oracle Fail Safe.
    The installation is successful and all the failover scenarios work fine.
    I need to schedule offline backups and DB13 jobs, which is not possible in current scenario as once the database shuts down it fails over to node2.
    I am following sapnote 657999 to install standalone gateway on both the nodes of the cluster and assigned the service to ORACLE<SID> group. the gw<SID> is different from the ERP<SID>.
    However, the  service SAP<gwSID>_<gwSN> fail to come up with the following error.
    The service SAPSGA_30 cannot be started on local computer
    error 1067: the process terminated unexpectedly.
    The ../SapCluster/sapgw and associated directories have full permission.
    Following are the contents of the profiles in ../SapCluster/sapgw
    default.pfl
    SAPDBHOST = ORACLEPRD
    gw30.pfl
    SAPSYSTEMNAME = SGA
    INSTANCE_NAME = GW30
    SAPSYSTEM = 30
    DIR_PROFILE=C:\WINDOWS\SapCluster\sapgw
    DIR_EXECUTABLE=C:\WINDOWS\SapCluster\sapgw
    DIR_INSTANCE=C:\WINDOWS\SapCluster\sapgw
    SAPLOCALHOST = ORACLEPRD
    SAPLOCALHOSTFULL = ORACLEPRD
    startgw.pfl
    SAPSYSTEMNAME = SGA
    INSTANCE_NAME = GW30
    SAPSYSTEM = 30
    DIR_EXECUTABLE = C:\WINDOWS\SapCluster\sapgw
    DIR_PROFILE = C:\WINDOWS\SapCluster\sapgw
    DIR_INSTANCE = C:\WINDOWS\SapCluster\sapgw
    _GW=gwrd.exe
    Start_Program_00 = local $(DIR_EXECUTABLE)\$(_GW) pf=$(DIR_PROFILE)\gw30.pfl
    Now as the service is a part of my ORACLE<ERP SID> group, everytime I try to bring the group online, it fails due to the gw service and toggles many times in the two nodes before coming to rest on one node withfailed gw service and database in the  up condition.
    Any insight in this regard will be really helpful.
    Thanks
    Nischal

    Hello,
    Yes we were able to configure offline backups.
    We opted to install standalone gateway on both nodes and added it to the DB group. That provides the essential shell console.
    You need to follow the SAP Note 657999 and then 378648 for setting the necessary environment variables.
    One piece of advice, use the SID and system no. for the independent gateway, different from any of your SAP installations.
    Thanks
    Nischal

  • Change user for DB13 jobs

    Hi All,
    I want to change the user for DB13 jobs of update stats and check database. I do not find any option to do that.
    Please help me how to do this??
    Thanks
    Tajinder

    Hi tajinder,
    go to SM37, select job & select job -> change, go to edit -> steps and select step -> change from the menu.
    Enter the user name in user text box.
    Hope this help
    Regards,
    Rajesh

  • Question about DB13 jobs under MSCS environment

    Hi,
    I have migrated my system to cluster hardware.It´s two nodes windows 2003 server R2 x64, with MSCS and Oracle 10g.
    I need run DB13 operations, so I have installed the standalone gateway following note 657999. Gateway is running anda RFC works fine.
    Now SAP group is running in node A and Oracle group is running in node B, and when I try to run a database check through DB13 job returns this log:
    Job started
    Step 001 started (program RSDBAJOB, variant &0000000000210, user ID CONSULTORAC)
    No application server found on database host - rsh/Gateway will be used
    Ejecución del comando lógico BRCONNECT En máquina ACDCPDPSR3002
    Parámetros: -u / -jid CHECK20101201092709 -c -f check
    BR0801I BRCONNECT 7.00 (16)
    BR0252E Function fopen() failed for 'J:oracleACPsapcheckceernjjz.chk' at location main-9
    BR0253E errno 13: Permission denied
    BR0121E Processing of log file J:oracleACPsapcheckceernjjz.chk failed
    BR0280I BRCONNECT time stamp: 2010-12-01 09.27.11
    BR0301E SQL error -12560 at location db_connect-2, SQL statement:
    'CONNECT /'
    ORA-12560: TNS:protocol adapter error
    BR0310E Connect to database instance ACP failed
    BR0806I End of BRCONNECT processing: ceernjjz.chk2010-12-01 09.27.11
    BR0280I BRCONNECT time stamp: 2010-12-01 09.27.11
    BR0804I BRCONNECT terminated with errors
    External program terminated with exit code 3
    BRCONNECT returned error status E
    Job finished
    Error 1: BR0252E Function fopen() failed for 'J:oracleACPsapcheckceernjjz.chk' at location main-9
    Brconnect is trying to write .chk file in SAPDATA_HOME directory and it can´t. When I execute the command at OS level in node A (where SAP group is running) I get same error, but when I execute same command in node B it run without problems.
    Error 2: 'CONNECT /' ORA-12560: TNS:protocol adapter error
    No listener.
    SAP try to run commands on the node where SAP group is running, and it can´t works with Oracle group resources like listener or sapdata_home disk.
    My question, is it possible execute DB13 actions whene each group is running in different nodes?
    If is possible, how can I solve my problem?
    Thanks in advance.
    Pablo.

    Hello,
    As stated in point 7 within Note 446172 :
    7.  In Windows, make sure that the USER environment variable for
        SAPSERVICE<sid> contains <sid>ADM. This variable controls the user
        under which the external command is started. See also Note 556232.
    regards,
    John Feely

  • DB13 Job fail with error :Database instance is shut down

    Hi All,
    Recently we upgraded our Redhat Linux, Database from 9i to 10.2.0.4 and SAP Kernel 640 to patch 347.
    Now my system is working fine but in DB13 jobs I am getting error:
    Job started
    Step 001 started (program RSDBAJOB, variant &0000000000763, user ID SHMITTAL)
    Execute logical command BRCONNECT On host saturn
    Parameters: -u / -c -f stats -t ALL
    BR0801I BRCONNECT 6.40 (52)
    BR0805I Start of BRCONNECT processing: cegcuesi.sta 2011-06-16 06.26.52
    BR0484I BRCONNECT log file: /oracle/PP0/sapcheck/cegcuesi.sta
    BR0613E Database instance PP0 is shut down
    BR0806I End of BRCONNECT processing: cegcuesi.sta2011-06-16 06.26.52
    BR0280I BRCONNECT time stamp: 2011-06-16 06.26.52
    BR0804I BRCONNECT terminated with errors
    External program terminated with exit code 3
    BRCONNECT returned error status E
    Job finished
    it is looking to me that somewhere still Oracle path is mentioned as of 9i version.
    I checked environment variables, Default profile, initSID.sap but not find any issue, checked on google it says check tnsnames.ora, I checked that file but there is no such parameter for Oracle home.
    Please suggest to resolve the issue.
    Shivam Mittal

    Shivam Mittal wrote:
    BR0801I BRCONNECT 6.40 (52)
    Hi,
    allthough I am not quite sure, because 9i is sooo old and 10.2 is even near out of maintanance,
    Kernel 6.40 is linked against a version 9 client thus forcing sidadm to work with a 9i environment.
    brtools 6.40 working as orasid (environment 10g)
    and failing as sidadm (in the 6.40 plain kernel environment (oracle 9i))
    is perfectly normal as far as I remember.
    I think there was a section in the version 10 upg-guide whichg says to switch brtools to version 7.0, even if you use a 6.40 kernel exactly for this reason. This is, because version 7.0 brtools are hardlinked against the instantclient 10.
    So these work even as sidadm with an environment set to a version 9 client.
    I can not verify exactly, any more, cause all our 6.40 systems have recently gone to oracle version 11
    requireing the switch to the 6.40 EX2 kernel and brtools 7.20.
    Try brtools 7.00 on current patchlevel.
    Volker

  • DB13 Jobs getting failed

    Hi Basis Gurus,
    In our Development BW 3.5 system the DB13 jobs (Check DB and updatestats) are getting failed since 15 days.
    In DB13 when i clicked on the Check DB and updatestats the system is prompting message as "No action log is found for this action"
    Please let me know how can i troubleshoot this issue.
    Please help me.
    Our is Qulality BW 3.5 system, Solaris OS and Oracle 9i database.
    Regards,
    Anil.

    Hi Alok,
    Thanks for your support
    I could search the jobs by giving the criteria as
    Job name : DBA*
    Use name : *
    DBA:UPDATESTATS_____@210000/4007    D256979         Canceled
    DBA:CHECKDB_________@190000/4007    D256979         Canceled
    Like the above jobs there are some other jobs of the same name as above which got canceled from 03/01/2009 to till date.
    When i clicked on the jobs logs the system is prompting a message as "No job log entries are available for the selected job"
    Also i checked the user name with su01 and it is existing.
    Please help me
    Regards,
    Anil.

  • DB13 Jobs

    Hi All,
    I am working on ECC6.0. i have scheduled DB13 jobs and getting failed. Now i want to cancel the jobs i didnot find any cancel option. please suggest me how to cancel the jobs.
    thnaks,
    praveen.

    Hi Praveen,
    DB13 is the scheduler, so you can't cancel something which already running through DB13.
    You can kill any process with tx SM50 or find the PID of the process and kill it from OS level.
    Best way would be using the 'BRTOOLS' rather than doing it on the OS level
    Reward points if useful.
    Best regards,
    Loukas

  • Db13 jobs fails

    Hello,
    we have distributed production server.we shceduled db13 jobs like checkdb and update statistics these job s are getting failure
    sapxpg rfc connection also failed.
    Job started
    Step 001 started (program RSDBAJOB, variant &0000000000009, user ID HCCBASIS)
    No application server found on database host - rsh/gateway will be used
    Execute logical command BRCONNECT On host hrel-prdb
    Parameters: -u / -jid CHECK20080825115758 -c -f check
    SXPG_COMMAND_EXECUTE(LONG)
    COMMANDNAME = BRCONNECT
    OPERATINGSYSTEM = ANYOS
    TARGETSYSTEM = hrel-prdb
    DESTINATION =
    SXPG_STEP_XPG_START: is_local_host: rc = 403
    SXPG_STEP_XPG_START: host = hrel-prdb
    SXPG_STEP_XPG_START: is_local_r3_host: rc = 802
    SXPG_STEP_XPG_START: RFC_TCPIP_CONNECTION_OPEN returned rc_cannot_get_rfc_dests
    SXPG_STEP_COMMAND_START: SXPG_STEP_XPG_START returned: 901
    SXPG_COMMAND_EXECUTE failed for BRCONNECT - Reason: x_error
    Job cancelled after system exception ERROR_MESSAGE
    thanks in advance,
    basis team.

    Hello All,
    Please restart your server and reschedule the job in DB13 .
    We also face this problem in past
    Thanks & Regards
    Shishir

  • DB13 jobs cancelled due to "Permission denied" error.

    Hi all,
    DB13 jobs are cancelled due to "Permission denied" error. I pasted the error log below. Actually we have upgraded database from Oracle 9 to 10, then after these jobs are cancelling before that this was fine. What could be the problem cousing to cancell these jobs in DB13. Please help me to resolve this issue.
    Please let me know if you need any more information.
    Current Database:- ORACLE, Release:- 10.2.0.2.0
    SAP Component version:- SRM 4.0 , Release 640
    Job log
    Job started
    Step 001 started (program RSDBAJOB, variant &0000000000080, user ID sridharm)
    Execute logical command BRCONNECT On host aaebp0us
    Parameters: -u / -c -f check
    BR0801I BRCONNECT 7.00 (26)
    BR0252W Function fopen() failed for '/oracle/PRD/102_64/dbs/initPRD.ora' at location BrInitOraCopy-2
    BR0253W errno 13: Permission denied
    BR0252E Function fopen() failed for '/oracle/PRD/sapcheck/cdyeuiqp.chk' at location main-11
    BR0253E errno 13: Permission denied
    BR0121E Processing of log file /oracle/PRD/sapcheck/cdyeuiqp.chk failed
    BR0806I End of BRCONNECT processing: cdyeuiqp.chk2008-06-21 22.00.15
    BR0280I BRCONNECT time stamp: 2008-06-21 22.00.16
    BR0804I BRCONNECT terminated with errors
    External program terminated with exit code 3
    BRCONNECT returned error status E
    Job finished
    Thanks for your help....
    Sridhar M

    Hello,
    Please check the SAP Note 113747 - Permissions for DBA tools BR*Tools and SAPDBA
    The following settings are required for calling the BRTools and SAPDBA correctly, in particular when calling the BRTools from sapgui:
    (1)
    ora<sid> and <sid>adm on DB server have a search path on /sapmnt/<SID>/exe. (All br* and sapdba are contained in this directory.)
    ora<sid> belongs to the dba group,
    <sid>adm belongs to the sapsys group,
    (2)
    <sid>adm on the database server has the rhosts entry: "+ <sid>adm".
    (3)
    The ops$<sid>adm Oracle user must be created in the DB and must have the sapdba role (not DBA!) (refer to Note 134592 for more information about the role).
    (4)
    brarchive, brbackup, brconnect, brtools have permission 4775:
    -rwsrwxr-x   ora<sid>   sapsys   ...
    These can be started by the ora<sid> or the <sid>adm OS user.
    brrestore, brrecover, brspace, and sapdba have permission 755:
    -rwxr-xr-x   <sid>adm   sapsys   ...
    These can only be started by the ora<sid> OS user.
    <<
    Problem is due to authorization, so correct it and it will work.
    Peter

  • How to delete periodic  DB13 jobs

    Dear All:
    Our system environment is ECC 5.0 on SQL SERVER 2005, we had defined a periodic backup jobs with DB13, now we wanna  delete those jobs , i found i can only delete it one by one, how can i delete those periodic jobs in one time,please give some advice, thanks a lot
    Regards
    Alex Cheng

    you can truncate this table:
    SDBAP
    then, go into SM37 select:
    job name DBA*
    username *
    dates 01011900 31129999
    click on Execute
    press F5
    press Shift - F2

  • Regarding DB13 jobs and Mail

    Hi All,
    How can i send email if any background jobs which all are completed completed.
    My specific requirement is for any database specific jobs completed, means whatever job i scheduled through DB13, if it is completed either completed successfully or not, administrator should get alert on mail.
    I have checked through SM36, and given one email id in spool recipient, but it is not working.
    Waiting for your kind response.
    Thanks and Regards
    K R Singh
    SAP Basis Consultant
    IIL

    Hi Karmesh,
    although I'm not too sure if doing this is a good idea in terms of efficiency of monitoring there is (of course) an option to implement this.
    As (most) of the database jobs are monitored in CCMS (RZ20) you can modify the appropriate monitor there.
    Add a "AUTO-REACTION" to send an E-Mail to every monitored alert.
    See note
    <a href="http://service.sap.com/sap/support/notes/502959">#502959 -RZ20: Externe Email als Autoreaktion</a>
    and of course the documentation
    <a href="http://help.sap.com/saphelp_bw30b/helpdata/en/2c/abb2e7ff6311d194c000a0c93033f7/content.htm">Define Automatic Alert Notification (SAP Library - The Alert Monitor)</a>
    for details on this.
    KR Lars

  • DB13 Jobs - Are cancelled a second after they start to run.

    On the server the brtools run ok as ora<sid> and <sid>adm
    Any advice on what to check?

    << would delete all DBA* jobs in SM37, then delete contents of table SDBAP.>>
    DELETE FROM "SAPXI3"."SDBAP";
    COMMIT;
    SELECT * FROM "SAPXI3"."SDBAP";
    no rows selected
    <<then, try running one job immediately. does that work?
    if not, supply logs again, yuo might have problem with OPS$ authentication.>>
    DB13:
    No action log found
    DBA:CLEANUPLOGS_____@115325/3000   Canceled       02/17/2010 11:53:27   02/17/2010 11:53:27   02/17/2010 11:53:29
    Job log: No job logs available for this job
    DB37:
    DBA:CLEANUPLOGS_____@115325/3000    WFEE         Canceled        02/17/2010 11:53:27               2            0
    Step List Overview:
    1  RSDBAJOB         ABAP                  &0000000000078 WFEE EN

  • DB13 jobs doesn't work anymore

    Hi all,
    we have the folowing problem :
    our D01(it is an ERP-system) was separate installed on two
    different servers (application server (was srv056) and database(srd455)
    were separate installed). Three weeks ago we have moved them both(the
    application server and the database) on one standalone server - srd433.
    Since then we cannot execute different programs in transaction
    DB13 - "check database","cleanup logs", "verify db" etc doesnu2019t work
    anymore. The log we send is the entire log we have:
    Job started
    Step 001 started (program RSDBAJOB, variant &0000000000027, user ID
    BASIS_ADM)
    Execute logical command BRCONNECT On host srd455
    Parameters: -u / -jid CHECK20091112121329 -c -f check
    No vendor specified
    No vendor specified
    No vendor specified
    No vendor specified
    SXPG_STEP_COMMAND_START: SXPG_STEP_XPG_START returned: 1.003
    SXPG_COMMAND_EXECUTE(LONG)
    COMMANDNAME = BRCONNECT
    OPERATINGSYSTEM = ANYOS
    TARGETSYSTEM = srd455
    DESTINATION =
    SXPG_COMMAND_EXECUTE failed for BRCONNECT - Reason:
    program_start_error:For More Information, See SYS
    Job cancelled after system exception ERROR_MESSAGE
    We have noticed in the log, that the BRCONNECT tried to connect with
    the srd455, which is the old (and false) server - the new one is
    srd433!
    We have noticed also, that in transaction SM59 there are two
    automatically generated connections:
    - SAPXPG_DBDEST_SRD433 (the correct one)
    - SAPXPG_DBDEST_SRD455 (the false one).
    We have tried to delete the false one many times, but every time we
    executed a program in transaction DB13, the false one was generated
    again.
    Please help us, thank you in advance for your efforts!
    Alex

    The problem is, that when the job is started, it tried to use the false one(the old database server) instead of the right one.
    When the jobs started, obviously the first thing is checked is "is there a sapxpg_dbdest... connection". And when not - automaticaly to be generated one.
    I think you are right here.
    For further clarification:
    What is your operating system?
    Then you are talking about
    application server (was srv056) and database(srd455)
    But on which server was the central instance ? Or is that what you called application server ?
    And how did you move the servers? There are guides about homogeneous or heterogeneous system copy. Did you follow any one of them? Or did you just copy over files?
    regards

Maybe you are looking for

  • Plug-in 1.3.1_01: cannot verify the CA Root

    Dear, I try to use my signed applet with the new version of the plug-in, and it doesn't work: The plug-in is unable to check the CA Root certificate. The following trace and a dialog box appears when I launch my html file (the dialog box is a warning

  • How do you add play list from itunes to ipod on windows 8.1

    I would like to create a new play list on my I pod nano Generation 4. I have the the music in my I TUNES library as files and as a playlist . How do I get this to my I pod. Thanks for any help FCiurczak

  • IE7.0 problems (IdeaCentre K210 - 53134BU)

    Hello again guys, it appears that no one has been able to help me with some of the other problems that I am having with my IdeaCentre K210 - 53134BU system, let's see if any has experienced and/or, might have an idea of what's going on with Internet

  • DAte datat type

    Hi, I 'm loading data by external table..In that .csv file it consist of some date format like 2005-03-14 22:23:45 .How to specify datatype for this column..I used date and timestamp but it show error.

  • Structure compatibiliyt issue.

    I created a BAPI and as a part of it i declared a table veh_data like a structure. Also i created a method in se24 having a table tb_data in import parameter which was of Table type of the above structure. Now, in the BAPI when i called this method a