Error when executing database check using brconnect or in DB13.

Dear Experts,
I am facing problem in executing database check using brconnect or in DB13.
I get the following error:-
<b>I am giving the last few lines where the error comes</b>
G:\oracle\MRP\sapbackup                            6      52228060      20440724      60.86             0             0
G:\oracle\MRP\sapcheck                             6      52228060      20440724      60.86             0             0
G:\oracle\MRP\sapreorg                             6      52228060      20440724      60.86             0             0
BR0252E Function _stat() failed for 'G:\oracle\MRP\saptrace' at location BrDiskStatGet-1
BR0253E errno 2: No such file or directory
BR0277E Determination of disk volume status for G:\oracle\MRP\saptrace failed
BR0806I End of BRCONNECT processing: cdvnwuiw.chk 2007-06-23 16.45.39
BR0280I BRCONNECT time stamp: 2007-06-23 16.45.39
BR0804I BRCONNECT terminated with error
<b>This is the config path in my init<sid>.ora.</b>
*._OPTIM_PEEK_USER_BINDS=FALSE
*.background_dump_dest='F:\oracle\MRP\saptrace\background'
*.compatible='10.2.0'
*.control_file_record_keep_time=30
*.control_files='G:\oracle\MRP\origlogA\cntrl\cntrlMRP.dbf','G:\oracle\MRP\origlogB\cntrl\cntrlMRP.dbf','G:\oracle\MRP\sapdata1\cntrl\cntrlMRP.dbf'
*.core_dump_dest='F:\oracle\MRP\saptrace\background'
*.db_block_size=8192
*.db_cache_size=281699942
*.db_files=254
*.db_name='MRP'
*.dml_locks=4000
*.event='10191 trace name context forever, level 1'
*.FILESYSTEMIO_OPTIONS='setall'
*.job_queue_processes=1
*.log_archive_dest='F:\oracle\MRP\oraarch\MRParch'
*.log_buffer=1048576
*.log_checkpoint_interval=0
*.log_checkpoints_to_alert=true
*.open_cursors=800
*.optimizer_features_enable='10.2.0.1'
*.pga_aggregate_target=375599923
*.processes=80
*.recyclebin='off'
*.remote_login_passwordfile='exclusive'
*.remote_os_authent=true
*.sessions=96
*.sga_max_size=563399884
*.shared_pool_reserved_size=28169994
*.shared_pool_size=281699942
*.sort_area_retained_size=0
*.sort_area_size=2097152
*.statistics_level='typical'
*.undo_management='AUTO'
*.undo_retention=43200
*.undo_tablespace='PSAPUNDO'
*.user_dump_dest='F:\oracle\MRP\saptrace\usertrace'
*.workarea_size_policy='AUTO'
<b>The path in my system is same as mentioned in the init<sid>.ora</b>
Please help me to find out cause of the error.
Thanks

Dear Mr. Yaroslav,
Thanks,
I have checked in <sid>adm user since we have looged in the same user Id.
There was no entrie for the SAPTRACE in environmental variable.
I have inserted and given the requried path"F:\oracle\MRP\saptrace".
Thankyou....hope in my next restart of the server it will work....

Similar Messages

  • Error in executing Database Check on SRM Server (BRCONNECT)

    Dear All,
    When executing the Database check by DB13 or BRTOOLS I am getting the following Error.
    BR0477I Oracle pfile /oracle/FRP/102_64/dbs/initFRP.ora created from spfile /oracle/FRP/102_64/dbs/spfileFRP.ora
    BR1301W Error message from likeywlib:
    ===...could not load SSF library libsapsecu.o .
    BR1301W Error message from likeywlib: likey_init:Couldn't load SAPSECULIB ("libsapsecu.o") using function SsfSupInit (), rc = 1
    BR1302E Initialization of license key library likeywlib failed, return code 1
    BR0602E No valid SAP license found - please contact SAP
    BR0806I End of BRCONNECT processing: cegxjpxo.log2011-10-03 14.02.25
    BR0280I BRCONNECT time stamp: 2011-10-03 14.02.25
    BR0804I BRCONNECT terminated with errors
    I have following profile parameters
    ssl/ssl_lib                           /usr/sap/FRP/SYS/exe/run/libsapcrypto.o
    ssf/ssfapi_lib     /usr/sap/FRP/SYS/exe/run/libsapcrypto.o
    sec/libsapsecu                  /usr/sap/FRP/SYS/exe/run/libsapcrypto.o
    ssf/name                          SAPSECULIB
    I have maintained DIR_LIBRARY as Environment variable with /usr/sap/FRP/SYS/exe/run and all the library files are maintained at above said location including libsapsecu.o which have 777 permission at AIX level.
    Please Helpu2026u2026u2026u2026u2026..
    Regards,
    Manish Sachan

    Thanks, Sunny
    Problem has been solved by the help of your suggested NOTE....................
    Regards,
    Manish Sachan

  • Error processing request in sax parser: Error when executing statement...

    Hello,
    I want to INSERT data from R/3 System to AS400 via JDBC adapter into a DB2 database. The interfaces from R/3 are Ok. but i have some problems to use the JDBC in DB2 Systems. The message in comunitation channel is:
    " Error processing request in sax parser: Error when executing statement for table/stored proc. 'SPE106TST' (structure 'STATEMENT'): java.sql.SQLException: SPE106TST de SADMT1 no válido para la operación."
    in the SXMB_MONI -> Request Message Mapping payloads this:
    The connection to the database is fine, Sender adapter with a SELECT * works perfect.
    Please Can anyone help me solve this problem? I'm lost.
    Best regards,
    Edited by: Nicola Occhipinti on May 22, 2008 7:40 PM

    Hi Nicola,
    This error occurs when the receiver side structure is incorrect.
    Your structure seems to be correct.
    Please use lower case for action, access and table.
    Please check whether the field names are exactly the same as in the actual Database table sadmt1.SPE106TST.
    Check if the table has permissions to write.
    You can try an alternate structure without using table tag.
    <ns0:MT_XMLSQL_SPEC xmlns:ns0="urn:damm.com/pi/EmployeeMasterData">
    <STATEMENT>
    <sadmt1.SPE106TST action="INSERT">
    <access>
    <CODEMP>D</CODEMP>
    <CODPRO>00202339</CODPRO>
    <NOMPRO>ROSIQUE PERALSGENIS</NOMPRO>
    <DIRPRO>GIRONA</DIRPRO>
    <POBPRO>S. VICENS HORTS</POBPRO>
    <RUTA>0</RUTA>
    <ORDEN>0</ORDEN>
    <NOMINA>S</NOMINA>
    </access>
    </sadmt1.SPE106TST>
    </STATEMENT>
    </ns0:MT_XMLSQL_SPEC>
    Hope your problem gets solved.
    -Shamly

  • ORA-29902 Error when executing context query

    We sometimes get the following error when executing a search based on keywords entered by a user:
    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Error generating context stmt ORA-29902: error in executing ODCIIndexStart() routine ORA-20000: interMedia Text error: DRG-50901: text query <HR></BLOCKQUOTE>
    A demonstration of the error can be seen by going to the main
    http://technet.oracle.com technet page and then performing a site search. Type in any of the following search phrases:
    Oracle and not Microsoft
    not Microsoft
    and database
    In my brief experimentation, the presence of any of
    not, and, or
    at the beginning of the keywords, or next to each other 'and not' within the keywords set causes the above oracle error.
    OK, I could train the users not to do this, but with the potential for every net user on the planet using my site, it might take me some time to speak to all of them.
    So how do I stop Intermedia from throwing up the error? I have written a quick parser to try to strip out offending entries, but that is not, imho, a good solution, as I do not know all the rules that will break it.
    tia

    You need to write a text query parser. Check the Query Translator code samples from http://technet.oracle.com/sample_code/products/text/content.html

  • Webi report throwing error when executed

    HI Experts,
    While executing a Webi Report we are gettign following error when executing with more than one characteristics -
    A Database error occured. The database eror text is : The MDX Query select { [Measures].[4225B1TBMEMOYKZGDKLVINMAW] } ON COLUMNS FROM [ZMEPSC01/ZMEPSC01_QRY_0001]
    failed to execute with the error Unknown error.(WIS 10901).
    We tried changing the Universe -> Parameter -> Control -> Limit size of result set to -> unchecked it.
    But still the error remains. Can u put some light over it.
    Thanks.

    Hello ,
    Just Check with the BI the people they might change the the column name or some thing else in the bex Query that s way It is showing error.
    Refresh the universe and generate the report then check it.
    Thanks
    Santhosh V

  • File to JDBC :Error when executing statement for table/stored proc.

    Hi,
    I am getting following error when i am trying to insert data into z-table using JDBC recr adapter.
    Error while parsing or executing XML-SQL document: Error processing request in sax parser: Error when executing statement for table/stored proc. 'ZTEST' (structure 'STATEMENT'): java.sql.SQLException: <u>[Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]Invalid object name '<b>ZTEST</b>'.</u>
    But the database table name 'ZTEST' exists in the system.
    XML structure:
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:MT_RECR xmlns:ns0="http://urn:srini/FileToJDBC">
       <STATEMENT>
          <TEST action="INSERT">
             <table>ZTEST</table>
             <access>
                <ROLLNO>123</ROLLNO>
                <FIRSTNAME>ABC</FIRSTNAME>
                <LASTNAME>XYZ</LASTNAME>
             </access>
          </TEST>
       </STATEMENT>
    </ns0:MT_RECR>
    Regards,
    Srinivas

    Hi,
    I have changed my MT str but still getting the same error.Is it possible to insert/ update a z-table using JDBC adapter.
    XML str:
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:MT_RECR xmlns:ns0="http://urn:srini/FileToJDBC">
       <STATEMENT>
          <ZTEST action="INSERT">
             <access>
                <ROLLNO>123</ROLLNO>
                <FIRSTNAME>abc</FIRSTNAME>
                <LASTNAME>XYZ</LASTNAME>
             </access>
          </ZTEST>
       </STATEMENT>
    </ns0:MT_RECR>
    Regards,
    Srinivas

  • Error when executing function in MSS launchpad report ???

    In MSS lanchpad report, we have the following problem:
    Error in Manager Sef-Service
    When calling the report, the following error occurred:
    System: HRP
    Error when executing function
    Basically in MSS report, I select employees in the first iView which calls another ABAP query in back-end to display back-end t-code inside iView of portal through ITS service. What could be the reason for it? please advice.
    Thanks,
    Anthony

    Please try converting the standadrd-delivered scenario RPT0, then check
    out the things.
    Also problem may be that your function code names contain
    the character '&'. This causes a problem when the selected function
    code is passed to the ITS-WebGUI as a URL parameter. Please use only
    standard characters (A..Z and _) when you define a function code.
    Then it should work.
    Please go through the following link also
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/3a/
    3198408d953154e10000000a1550b0/frameset.htm
    Please test in backend using Se38 > PWPC_RPT_START_REPORT_TEST
    The Reporting Iview in the portal has the Report category type, by
    the report category type is set to "RPT0". Therefore, when the
    application is launched, the reporting category type is also sent as URL
    parameter to the backend system. As of ECC 6.0 only the reporting
    category type "RPT0" is supported. ensure this is set for your custom reports if you are using own scenarion
    then set in the Iview property of reports as well
    ie example
    1)Change the Iview property "Scenario" of the Reporting iview from
    "RPT0" to your own "ZRPT", than this set of reports will work. however,
    the standard reports will not work.
    pwpc_convert_mdt_to_lpa >>
    The following list of reports have been converted.

  • Error in the database check.

    hi all,
    I am getting following error while doing Database check in my system:
    BR0976W Database message alert - level: ERROR, line: 7649, time: 2010-08-26 22.56.27, message:
    ORA-19502: write error on file "/oracle/IRQ/oraarch/IRQarch1_28567_661029934.dbf", blockno 63489 (blocksize=512)
    BR0976W Database message alert - level: ERROR, line: 7650, time: 2010-08-26 22.56.27, message:
    ORA-27063: number of bytes read/written is incorrect
    BR0976W Database message alert - level: ERROR, line: 7654, time: 2010-08-26 22.56.27, message:
    ORA-19502: write error on file "/oracle/IRQ/oraarch/IRQarch1_28567_661029934.dbf", blockno 63489 (blocksize=512)
    BR0976W Database message alert - level: ERROR, line: 7657, time: 2010-08-26 22.56.27, message:
    ORA-19502: write error on file "/oracle/IRQ/oraarch/IRQarch1_28567_661029934.dbf", blockno 63489 (blocksize=512)
    BR0976W Database message alert - level: ERROR, line: 7658, time: 2010-08-26 22.56.27, message:
    ORA-27063: number of bytes read/written is incorrect
    BR0976W Database message alert - level: ERROR, line: 7662, time: 2010-08-26 22.56.27, message:
    ORA-19502: write error on file "/oracle/IRQ/oraarch/IRQarch1_28567_661029934.dbf", blockno 63489 (blocksize=512)
    BR0976W Database message alert - level: ERROR, line: 7669, time: 2010-08-26 22.56.27, message:
    ORA-16038: log 1 sequence# 28567 cannot be archived
    BR0976W Database message alert - level: ERROR, line: 7670, time: 2010-08-26 22.56.27, message:
    ORA-19502: write error on file "", blockno  (blocksize=)
    BR0976W Database message alert - level: ERROR, line: 7675, time: 2010-08-26 22.56.27, message:
    ORA-16038: log 1 sequence# 28567 cannot be archived
    BR0976W Database message alert - level: ERROR, line: 7676, time: 2010-08-26 22.56.27, message:
    ORA-19502: write error on file "", blockno  (blocksize=)
    BR0976W Database message alert - level: ERROR, line: 7686, time: 2010-08-26 22.57.02, message:
    ORA-19502: write error on file "/oracle/IRQ/oraarch/IRQarch1_28567_661029934.dbf", blockno 65537 (blocksize=512)
    BR0976W Database message alert - level: ERROR, line: 7687, time: 2010-08-26 22.57.02, message:
    ORA-27063: number of bytes read/written is incorrect
    BR0976W Database message alert - level: ERROR, line: 7691, time: 2010-08-26 22.57.02, message:
    ORA-19502: write error on file "/oracle/IRQ/oraarch/IRQarch1_28567_661029934.dbf", blockno 65537 (blocksize=512)
    BR0976W Database message alert - level: ERROR, line: 7694, time: 2010-08-26 22.57.02, message:
    ORA-19502: write error on file "/oracle/IRQ/oraarch/IRQarch1_28567_661029934.dbf", blockno 65537 (blocksize=512)
    BR0976W Database message alert - level: ERROR, line: 7695, time: 2010-08-26 22.57.02, message:
    ORA-27063: number of bytes read/written is incorrect
    BR0976W Database message alert - level: ERROR, line: 7699, time: 2010-08-26 22.57.02, message:
    ORA-19502: write error on file "/oracle/IRQ/oraarch/IRQarch1_28567_661029934.dbf", blockno 65537 (blocksize=512)
    BR0976W Database message alert - level: ERROR, line: 7709, time: 2010-08-26 22.58.02, message:
    ORA-19502: write error on file "/oracle/IRQ/oraarch/IRQarch1_28567_661029934.dbf", blockno 65537 (blocksize=512)
    BR0976W Database message alert - level: ERROR, line: 7710, time: 2010-08-26 22.58.02, message:
    ORA-27063: number of bytes read/written is incorrect
    BR0976W Database message alert - level: ERROR, line: 7714, time: 2010-08-26 22.58.02, message:
    ORA-19502: write error on file "/oracle/IRQ/oraarch/IRQarch1_28567_661029934.dbf", blockno 65537 (blocksize=512)
    BR0976W Database message alert - level: ERROR, line: 7717, time: 2010-08-26 22.58.02, message:
    ORA-19502: write error on file "/oracle/IRQ/oraarch/IRQarch1_28567_661029934.dbf", blockno 65537 (blocksize=512)
    BR0976W Database message alert - level: ERROR, line: 7718, time: 2010-08-26 22.58.02, message:
    ORA-27063: number of bytes read/written is incorrect
    BR0976W Database message alert - level: ERROR, line: 7722, time: 2010-08-26 22.58.02, message:
    ORA-19502: write error on file "/oracle/IRQ/oraarch/IRQarch1_28567_661029934.dbf", blockno 65537 (blocksize=512)
    BR0976W Database message alert - level: ERROR, line: 7734, time: 2010-08-26 22.59.02, message:
    ORA-19502: write error on file "/oracle/IRQ/oraarch/IRQarch1_28567_661029934.dbf", blockno 69633 (blocksize=512)
    ORA-19502: write error on file "/oracle/IRQ/oraarch/IRQarch1_28567_661029934.dbf", blockno 69633 (blocksize=512)
    BR0976W Database message alert - level: ERROR, line: 7735, time: 2010-08-26 22.59.02, message:
    ORA-27063: number of bytes read/written is incorrect
    BR0976W Database message alert - level: ERROR, line: 7739, time: 2010-08-26 22.59.02, message:
    ORA-19502: write error on file "/oracle/IRQ/oraarch/IRQarch1_28567_661029934.dbf", blockno 69633 (blocksize=512)
    BR0976W Database message alert - level: ERROR, line: 7742, time: 2010-08-26 22.59.02, message:
    ORA-19502: write error on file "/oracle/IRQ/oraarch/IRQarch1_28567_661029934.dbf", blockno 69633 (blocksize=512)
    BR0976W Database message alert - level: ERROR, line: 7743, time: 2010-08-26 22.59.02, message:
    ORA-27063: number of bytes read/written is incorrect
    BR0976W Database message alert - level: ERROR, line: 7747, time: 2010-08-26 22.59.02, message:
    ORA-19502: write error on file "/oracle/IRQ/oraarch/IRQarch1_28567_661029934.dbf", blockno 69633 (blocksize=512)
    BR0976W Database message alert - level: ERROR, line: 7757, time: 2010-08-26 22.59.04, message:
    ORA-19502: write error on file "/oracle/IRQ/oraarch/IRQarch1_28567_661029934.dbf", blockno 65537 (blocksize=512)
    BR0976W Database message alert - level: ERROR, line: 7758, time: 2010-08-26 22.59.04, message:
    ORA-27063: number of bytes read/written is incorrect
    BR0976W Database message alert - level: ERROR, line: 7762, time: 2010-08-26 22.59.04, message:
    ORA-19502: write error on file "/oracle/IRQ/oraarch/IRQarch1_28567_661029934.dbf", blockno 65537 (blocksize=512)
    BR0976W Database message alert - level: ERROR, line: 7765, time: 2010-08-26 22.59.04, message:
    ORA-19502: write error on file "/oracle/IRQ/oraarch/IRQarch1_28567_661029934.dbf", blockno 65537 (blocksize=512)
    BR0976W Database message alert - level: ERROR, line: 7766, time: 2010-08-26 22.59.04, message:
    ORA-27063: number of bytes read/written is incorrect
    BR0976W Database message alert - level: ERROR, line: 7770, time: 2010-08-26 22.59.04, message:
    ORA-19502: write error on file "/oracle/IRQ/oraarch/IRQarch1_28567_661029934.dbf", blockno 65537 (blocksize=512)
    BR0976W Database message alert - level: ERROR, line: 7780, time: 2010-08-26 23.00.02, message:
    ORA-19502: write error on file "/oracle/IRQ/oraarch/IRQarch1_28567_661029934.dbf", blockno 63489 (blocksize=512)
    BR0976W Database message alert - level: ERROR, line: 7781, time: 2010-08-26 23.00.02, message:
    ORA-27063: number of bytes read/written is incorrect
    BR0976W Database message alert - level: ERROR, line: 7785, time: 2010-08-26 23.00.02, message:
    ORA-19502: write error on file "/oracle/IRQ/oraarch/IRQarch1_28567_661029934.dbf", blockno 63489 (blocksize=512)
    BR0976W Database message alert - level: ERROR, line: 7798, time: 2010-08-26 23.00.10, message:
    ORA-19502: write error on file "/oracle/IRQ/oraarch/IRQarch1_28567_661029934.dbf", blockno 77825 (blocksize=512)
    BR0976W Database message alert - level: ERROR, line: 7799, time: 2010-08-26 23.00.10, message:
    ORA-27063: number of bytes read/written is incorrect
    BR0976W Database message alert - level: ERROR, line: 7803, time: 2010-08-26 23.00.10, message:
    ORA-19502: write error on file "/oracle/IRQ/oraarch/IRQarch1_28567_661029934.dbf", blockno 77825 (blocksize=512)
    BR0976W Database message alert - level: ERROR, line: 7811, time: 2010-08-26 23.01.02, message:
    ORA-19502: write error on file "/oracle/IRQ/oraarch/IRQarch1_28567_661029934.dbf", blockno 63489 (blocksize=512)
    BR0976W Database message alert - level: ERROR, line: 7812, time: 2010-08-26 23.01.02, message:
    ORA-27063: number of bytes read/written is incorrect
    BR0976W Database message alert - level: ERROR, line: 7816, time: 2010-08-26 23.01.02, message:
    ORA-19502: write error on file "/oracle/IRQ/oraarch/IRQarch1_28567_661029934.dbf", blockno 63489 (blocksize=512)
    BR0976W Database message alert - level: ERROR, line: 7826, time: 2010-08-26 23.02.03, message:
    ORA-19502: write error on file "/oracle/IRQ/oraarch/IRQarch1_28567_661029934.dbf", blockno 63489 (blocksize=512)
    BR0976W Database message alert - level: ERROR, line: 7827, time: 2010-08-26 23.02.03, message:
    ORA-27063: number of bytes read/written is incorrect
    BR0976W Database message alert - level: ERROR, line: 7831, time: 2010-08-26 23.02.03, message:
    ORA-19502: write error on file "/oracle/IRQ/oraarch/IRQarch1_28567_661029934.dbf", blockno 63489 (blocksize=512)
    BR0976W Database message alert - level: ERROR, line: 7839, time: 2010-08-26 23.03.03, message:
    ORA-19502: write error on file "/oracle/IRQ/oraarch/IRQarch1_28567_661029934.dbf", blockno 77825 (blocksize=512)
    BR0976W Database message alert - level: ERROR, line: 7840, time: 2010-08-26 23.03.03, message:
    ORA-27063: number of bytes read/written is incorrect
    BR0976W Database message alert - level: ERROR, line: 7844, time: 2010-08-26 23.03.03, message:
    ORA-19502: write error on file "/oracle/IRQ/oraarch/IRQarch1_28567_661029934.dbf", blockno 77825 (blocksize=512)
    BR0976W Database message alert - level: ERROR, line: 7857, time: 2010-08-26 23.03.42, message:
    ORA-19502: write error on file "/oracle/IRQ/oraarch/IRQarch1_28567_661029934.dbf", blockno 65537 (blocksize=512)
    BR0976W Database message alert - level: ERROR, line: 7858, time: 2010-08-26 23.03.42, message:
    ORA-27063: number of bytes read/written is incorrect
    BR0976W Database message alert - level: ERROR, line: 7862, time: 2010-08-26 23.03.42, message:
    ORA-19502: write error on file "/oracle/IRQ/oraarch/IRQarch1_28567_661029934.dbf", blockno 65537 (blocksize=512)
    BR0976W Database message alert - level: ERROR, line: 7870, time: 2010-08-26 23.04.03, message:
    ORA-19502: write error on file "/oracle/IRQ/oraarch/IRQarch1_28567_661029934.dbf", blockno 65537 (blocksize=512)
    BR0976W Database message alert - level: ERROR, line: 7871, time: 2010-08-26 23.04.03, message:
    ORA-27063: number of bytes read/written is incorrect
    BR0976W Database message alert - level: ERROR, line: 7875, time: 2010-08-26 23.04.03, message:
    BR0978W Database profile alert - level: WARNING, parameter: LOG_BUFFER, value: 14251008 (>< 4096,512 KB)
    BR0978W Database profile alert - level: WARNING, parameter: OPTIMIZER_FEATURES_ENABLE, value: 10.2.0.1 (set in parameter file)
    BR0978W Database profile alert - level: WARNING, parameter: PARALLEL_EXECUTION_MESSAGE_SIZE, value: 2152 (>< 16384,4096)
    BR0978W Database profile alert - level: ERROR, parameter: QUERY_REWRITE_ENABLED, value: TRUE (<> FALSE)
    BR0978W Database profile alert - level: ERROR, parameter: REPLICATION_DEPENDENCY_TRACKING, value: TRUE (<> FALSE)
    BR0978W Database profile alert - level: WARNING, parameter: STAR_TRANSFORMATION_ENABLED, value: FALSE (<> TRUE)
    BR0978W Database profile alert - level: WARNING, parameter: STATISTICS_LEVEL, value: TYPICAL (set in parameter file)
    What are these and how to rectify these?
    Regards,
    Priya

    Hi Priya,
    When you perform database check either using brtools or in tx code db13, SAP will check the health of database system by reading the content of alert_<SID>.log file located in /oracle/<SID>/saptrace/background. Also it checks the contents of database parameters as per the threshold configuration in tx code db17.
    The content of oracle alert log file showed that it cannot write archive log file.. Please see the content of alert_<SID>.log file  and correct the  archive log error creation. The error indicates that either disk block is corrupted or damaged.
    As seen in the error message the error message was created in the month of Aug 2010 and appended in the alert_IRQ.log file located in /oracle/IRQ/saptrace/background.If the error is not present now and if you want to perform database check, then delete old contents from the first line to  till last month in alert_IRQ.log file using operating system. Then save the file and Then perform database check again.
    Please make sure you must monitor database check daily and ensure that if the error occurs for writing archive log file, it is dangerous as archive will stuck and the whole operation hangs.
    The message below is for warning and this can be ignored and this is becasue of threshold configuration. You may change the threshold configuration in tx code db17.
    However warning " WARNING, parameter: LOG_BUFFER, value: 14251008 (>< 4096,512 KB) BR0978W Database profile alert - level: WARNING, parameter: OPTIMIZER_FEATURES_ENABLE, value: 10.2.0.1 (set in parameter file) BR0978W Database profile alert - level: WARNING, parameter: PARALLEL_EXECUTION_MESSAGE_SIZE, value: 2152 (>< 16384,4096) BR0978W Database profile alert - level: ERROR, parameter: QUERY_REWRITE_ENABLED, value: TRUE (<> FALSE) BR0978W Database profile alert - level: ERROR, parameter: REPLICATION_DEPENDENCY_TRACKING, value: TRUE ( FALSE) BR0978W Database profile alert - level: WARNING, parameter: STAR_TRANSFORMATION_ENABLED, value: FALSE ( TRUE) BR0978W Database profile alert - level: WARNING, parameter"  - is for warning only it could be bug problems. SO there is no need to correct the problem.
    Hope this helps you.
    Thanks and Regards
    apr

  • SQL2005 cluster error MDB-05053  Errors when executing sql command: p nr="

    Hi all,
    We are migrating from 32 bit to x64 bit machines. SQL 2005 database on windows 2003.
    I am trying to install E 4.7-200 SR1 on the clustered nodes. The installation manuals for 4.7 are very old and there is nothing for SQL2005 installation.
    Now that some how we were able to have SQL up and running in clustered environment (It only took 10 days), After installing CI, I am not able to deploy the database and database creation phase is failing with the following error:
    MDB-05053  Errors when executing sql command: <p nr="0"/>.
    I am heavily relying on our server managment team on clustering and hoping they have done a good job, However I need some guidelines which can help me in verifying what they have done is correct and meets SAP and SQL requirments and issues we are facing is actually install problems not cluster.
    SAP install manuals are not detailed in this regards. Also manuals are out dataed and they only show the sql 2000 clustering pre-requisit for 4.7 installls.
    Can any one with clustering experience please help.
    Calling out NPC, As his sql installation and upgrade manual has helped me with stand alone installs, Hoping he has some thing for clustering as well.
    Regards,
    KG

    Hi,
    What installation CD/DVD are you using?
    Try look at SAP note [924288|https://service.sap.com/sap/support/notes/924288],
    and note [969699|https://service.sap.com/sap/support/notes/969699],
    and note [967124|https://service.sap.com/sap/support/notes/967124],
    and note [106275|https://service.sap.com/sap/support/notes/106275].
    In special the last note say at the end:
    "3. You must use the 51031444 CD to install Enterprise 4.7 on an x64 platform with SQL Server 2005. This CD installs the central instances and database instances. To convert the A and B nodes in MSCS, use the SAP NetWeaver 04 SR1 installation master CD or DVD."
    Hope this helps
    Regards
    Rolf

  • Error when executing statement for table/stored proc.  : ORA-00911

    Hi All,
    I am posting IDOC->XI->JDBC, approx 5000 Idocs.
    But few messages are giving following error in XI-_SXMB_MONI
    Can any one guide me what is the cause of error? I check whole Idoc data I am not able to see bad character? can any once guide me what are the bad character in XML to post data in oracle? so that i can search in XML and how to avoide this error.
    "com.sap.aii.af.ra.ms.api.MessagingException: Error processing request in sax parser: Error when executing statement for table/stored proc. 'HRP1001' (structure 'INSERT_PAD34'): java.sql.SQLException: ORA-00911: invalid character"

    > I am talking about following IDOC.<ZRMD_A06> ->
    > <E1PLOGI SEGMENT="1">-> <E1PITYP SEGMENT="1"> ->
    > <E1PAD34 SEGMENT="1"> -><PROZT>0.00 #</PROZT>.
    > Can we remove this # during message mapping in XI??
    sure you can remove it using Replace function or by writing UDF.
    as I am seing # is last character..<b>so remove # with " " (single space) and then use the TRIM fucntion.</b>
    Thanks
    Farooq.
    *<b>Rewards points if you find it useful*</b>

  • ORA-00054 error when loading Oracle table using Data Services

    Hello,
    we are facing ORA-00054 error when loading Oracle table using BO Data services
    (Oracle 10g database, BODS Xi 3.2 SP3)
    Test Job performs
    1- truncate table
    2- load table (tested in standard and bulk load modes)
    Scenario when issue happens is:
    1- Run loading Job
    2- Job end in error for any Oracle data base error
    3- When re-running the same Job, Job fails with following error
         ORA-00054: resource busy and acquire with NOWAIT specified
    It seems after first failure, Oracle session for loading the table stays active and locks the table.
    To be able to rerun the Job, we are forced need to kill Oracle session manually to be able to run the Job again.
    Expected behaviour would be : on error rollback modifications made on table and BODS stops Oracle session in a clean way.
    Can somebody tell me / or point me to any BODS best practice about Oracle error handling to prevent such case?
    Thanks in advance
    Paul-Marie

    the ora-0054 can occure depending how the job failed before. If this occures you will need the DBA to release the lock on the table in question
    Or
           AL_Engine.exe on The server it creates the Lock. Need to Kill Them. Or stop it..
    This Problem Occurs when we select The Bulkloading Option in orclae  We also faced the same issue,Our admin has Killed the session. Then everything alright.

  • Error when executing a .irpt page

    Hi,
    I am getting the below error when executing a .irpt from the workbench. I am on MII 12.2.2 Build (235).
    404   Not Found
    SAP NetWeaver Application Server 7.20 / AS Java 7.30
    Error: S:usrsapALXJ10j2eeclusterappssap.comxappsxmiiearservlet_jspXMII
    oot/XMII/CM/<Project>/<File.irpt>
    Troubleshooting Guide https://sdn.sap.com/irj/sdn/wiki?path=/display/jstsg/home
    Details: No details available.
    Please share your thoughts on this.
    Regards,
    Chanti.

    Hi Chanti,
    This sounds obvious, but check to make sure your irpt page has the extension .irpt in the workbench.  Depending on how you saved it, it might have been dropped.
    Also make sure the page is published by either saving it to web:// (not db://) or by right clicking and selecting Publish.
    Regards,
    Mike

  • Error when executing statement for table/stored proc

    Hi All,
          I am getting this error when executing IDOC to JDBC (Stored Procedure) Scenario.
         In my stored procedure I have three insert statements to insert rows in to 3 tables.
        This stored procedure is working fine for two insert statements i.e, 
             For this I have created data type for stored procedure with 10 elements and executed the scenario and was successfully running.
        when I added 3rd insert statement to stored procedure ie., when i added 5 more elements to the datatype (totally 15 elements) it starts giving the bellow error in Message Monitoring.
    <i><b>Exception caught by adapter framework: Error processing request in sax parser: Error when executing statement for table/stored proc. 'COGRP_TMP_PROC_1' (structure 'Statements'): java.sql.SQLException: General error</b></i>
    <i><b>Delivery of the message to the application using connection JDBC_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: Error processing request in sax parser: Error when executing statement for table/stored proc. 'COGRP_TMP_PROC_1' (structure 'Statements'): java.sql.SQLException: General error</b></i>
       Note:- I have run the stored procedure  with three insert statements in Sql Server, and also by calling an external program also, and was working fine.
    <i><b> Note : Is there any structure needs to be follow when working with IDOC to Stored procedure.</b></i>
    I am struck up with the error, can any body resolve this issue.
    Thanks in Advance,
    Murthy

    Hi narasimha,
                      This seems to be any error due to incorrect query formation.In your receiver jdbc channel set the parameter logSQLstatement = true.you can find this parameter in the advanced mode. Using this parameter you will be able to see the sql query which is generated at runtime in the audit log in RWB.
    Regards,
    Pragati

  • Error when executing DBMS_ERRLOG through Stored Procedures...

    Hi,
    We have TWO schemas like IDWH_ODS and IDWH_ERR running on Oracle 10g Rel.2.
    The schema IDWH_ERR has direct SELECT privilege on all the base tables in IDWH_ODS schema. (As Pl/sql doesn't support ROLE, we have granted direct SELECT on each of the tables)
    IDWH_ODS schema has tables like ACCOUNT & CUSTOMER, for which I need to create DML Error logging tables in IDWH_ERR schema.
    I have one procedure 'Cr_Errlog_Tabs' in IDWH_ERR schema which gets all tables in IDWH_ODS and creates Error logging table in IDWH_ERR schema using DBMS_ERRLOG package. My problem starts here,
    When I execute the DBMS_ERRLOG package in IDWH_ERR through SQL*Plus LIKE,
    > exec DBMS_ERRLOG.CREATE_ERROR_LOG('idwh_ods.ACCOUNT','ERR$_ACCOUNT','idwh_err');
    it's creating the error log table 'ERR$_ACCOUNT' in IDWH_ERR schema.
    (...the same will be working when execute through Anonymous plsql block)
    BUT, when i execute the DBMS_ERRLOG package with same parameters through the stored Procedure 'Cr_Errlog_Tabs', it throws the following error...
    ORA-01031: insufficient privileges
    Please let me know how the solution at the earliest.

    WHY DO YOU FEEL YOU HAVE TO START A NEW THREAD FOR YOUR PROBLEM!?
    Insufficient priv error when executing DBMS_ERRLOG through PLSQL

  • Error when executing DBMS_ERRLOG pkg through Stored Procedures...

    Hi,
    We have TWO schemas like IDWH_ODS and IDWH_ERR running on Oracle 10g Rel.2.
    The schema IDWH_ERR has direct SELECT privilege on all the base tables in IDWH_ODS schema. (As Pl/sql doesn't support ROLE, we have granted direct SELECT on each of the tables)
    IDWH_ODS schema has tables like ACCOUNT & CUSTOMER, for which I need to create DML Error logging tables in IDWH_ERR schema.
    I have one procedure 'Cr_Errlog_Tabs' in IDWH_ERR schema which gets all tables in IDWH_ODS and creates Error logging table in IDWH_ERR schema using DBMS_ERRLOG package. My problem starts here,
    When I execute the DBMS_ERRLOG package in IDWH_ERR through SQL*Plus LIKE,
    > exec DBMS_ERRLOG.CREATE_ERROR_LOG('idwh_ods.ACCOUNT','ERR$_ACCOUNT','idwh_err');
    it's creating the error log table 'ERR$_ACCOUNT' in IDWH_ERR schema.
    (...the same will be working when execute through Anonymous plsql block)
    BUT, when i execute the DBMS_ERRLOG package with same parameters through the stored Procedure 'Cr_Errlog_Tabs',
    it throws the following error...
    ORA-01031: insufficient privileges
    Please let me know the solution at the earliest.
    Thanks.
    -Saravanan

    duplicate post
    Insufficient privilege error when executing DBMS_ERRLOG through PLSQL

Maybe you are looking for

  • HT4623 I can't Active My iPhone

    Hello I have iPhone 3GS .I was update  to iOS 6.1.3 and i can't activate my iphone!!! IMEI : 012761007447520

  • Safari downloading without my knowledge....

    the past few days i am being asked if i want to run "ilike" downloaded by Safari on 16th June. I have no idea what ilike is and have no idea why or how Safari downloaded it considering i don't use it and have no clue when i last used Safari... I have

  • How do I change the "Open with" on iPad

    When I try to download some videos, a dialog pops up and gives me an application to select (usually iZip or DropBox), to open the file. Obviously neither app will open the video. How do I control which app to use to open files ?

  • Why does Photoshop Fail to initialize menus

    Hello! I used to work on CS6 and wanted to try the CS6 extended edition. I uninstalled CS6 and proceed with the reinstallation of CS6 ext. But it just won't start... Everytime i try, there's a pop-up windows which tell me that photoshop crashed at "i

  • Not able to activate the Function Code in screen layout.

    Hi Experts, I was not able to activate the screen function code in se51. It is in the transaction code - J1IEX. What can the possible reasons?.. Please suggest. Regards, Neslin.