SAP Logging Debug an Warning

Hi,
I am workin on sap logging api using logging.jar,
Debug, and Warning is not working on a was 7.0 environment where as it works fine on was 6.4 environment, any idea.
Regards
Abhijith YS

Hi Michael,
my log-destion and log-controllor are as follows.
<log-destination
     count="10"
     effective-severity="ALL"
     limit="80000"
     name="MyTrace"
     pattern="./log/applications/com/company/project/module/ProjectModuleTrace%g.trc"
     type="FileLog">
     <formatter-ref
          name="DefaultFormatter"/>
</log-destination>
<log-controller
     effective-severity="ALL"
     maximum-severity="ALL"
     minimum-severity="ALL"
     name="com.company.util.LogClass">
          <associated-destinations>
          <destination-ref
               association-type="LOG"
               name="MyTrace"/>
     </associated-destinations>
</log-controller>
and using this in the class like :
private static Location mvLocation = null;
mvLocation = Location.getLocation(com.company.util.LogClass.class);
mvLocation.setEffectiveSeverity(Severity.DEBUG);
mvLocation.debugT("...", "debug test...");
Regards
Abhijith YS

Similar Messages

  • [SOLVED]Couldn't open file for 'Log debug file /var/log/tor/debug.log'

    Hello,
    I'm trying to run a tor relay on my arch linux box. Trying to launch the tor daemon, here's the log via
    $ systemctl status tor.service
    May 20 11:53:10 arch tor[21726]: May 20 11:53:10.877 [notice] Tor v0.2.4.21 (git-505962724c05445f) running on Linux with Libevent 2.0.21-stable and OpenSSL 1.0.1g.
    May 20 11:53:10 arch tor[21726]: May 20 11:53:10.877 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://www.torproject.org/download/download#warning
    May 20 11:53:10 arch tor[21726]: May 20 11:53:10.877 [notice] Read configuration file "/etc/tor/torrc".
    May 20 11:53:10 arch tor[21726]: May 20 11:53:10.909 [notice] Opening Socks listener on 127.0.0.1:9050
    May 20 11:53:10 arch tor[21726]: May 20 11:53:10.909 [notice] Opening OR listener on 0.0.0.0:9798
    May 20 11:53:10 arch tor[21726]: May 20 11:53:10.000 [warn] Couldn't open file for 'Log debug file /var/log/tor/debug.log': Permission denied
    May 20 11:53:10 arch tor[21726]: May 20 11:53:10.000 [notice] Closing partially-constructed Socks listener on 127.0.0.1:9050
    May 20 11:53:10 arch tor[21726]: May 20 11:53:10.000 [notice] Closing partially-constructed OR listener on 0.0.0.0:9798
    May 20 11:53:10 arch tor[21726]: May 20 11:53:10.000 [warn] Failed to parse/validate config: Failed to init Log options. See logs for details.
    May 20 11:53:10 arch tor[21726]: May 20 11:53:10.000 [err] Reading config failed--see warnings above.
    May 20 11:53:10 arch systemd[1]: tor.service: main process exited, code=exited, status=255/n/a
    May 20 11:53:10 arch systemd[1]: Unit tor.service entered failed state.
    Why the tor daemon cannot write into /var/log/tor/debug.log ?
    Here's my /etc/group
    root:x:0:root
    bin:x:1:root,bin,daemon
    daemon:x:2:root,bin,daemon
    sys:x:3:root,bin
    adm:x:4:root,daemon,nue
    tty:x:5:
    disk:x:6:root
    lp:x:7:daemon
    mem:x:8:
    kmem:x:9:
    wheel:x:10:root,nue
    ftp:x:11:
    mail:x:12:
    uucp:x:14:
    log:x:19:root
    utmp:x:20:
    locate:x:21:
    rfkill:x:24:
    smmsp:x:25:
    http:x:33:
    games:x:50:
    lock:x:54:
    uuidd:x:68:
    dbus:x:81:
    network:x:90:
    video:x:91:
    audio:x:92:
    optical:x:93:
    floppy:x:94:
    storage:x:95:
    scanner:x:96:
    power:x:98:
    nobody:x:99:
    users:x:100:
    systemd-journal:x:190:
    nue:x:1000:
    avahi:x:84:
    lxdm:x:121:
    polkitd:x:102:
    git:x:999:
    transmission:x:169:
    vboxusers:x:108:
    tor:x:43:
    mysql:x:89:
    Last edited by giuscri (2014-05-20 12:18:56)

    SidK wrote:You must have modified your torrc to print to that log file. systemd starts the service as the tor user (see /usr/lib/systemd/system/tor.service). So if if you want to log to a file the tor user must have write access to it. By default however tor it set to log to the journal, which doesn't require any special permissions.
    Yes. I did edit the torrc file since I wanted the log to be store in that file. Indeed
    ## Logs go to stdout at level "notice" unless redirected by something
    ## else, like one of the below lines. You can have as many Log lines as
    ## you want.
    ## We advise using "notice" in most cases, since anything more verbose
    ## may provide sensitive information to an attacker who obtains the logs.
    ## Send all messages of level 'notice' or higher to /var/log/tor/notices.log
    #Log notice file /var/log/tor/notices.log
    ## Send every possible message to /var/log/tor/debug.log
    Log debug file /var/log/tor/debug.log
    ## Use the system log instead of Tor's logfiles
    Log notice syslog
    ## To send all messages to stderr:
    #Log debug stderr
    I missed the file systemd uses to choose who's the process owner.
    Course, I could edit /usr/lib/systemd/system/tor.service such that root will become the process owner; or, I could add the user I use everyday in the root group, then change the permission of /var/log/tor/debug.log such that it will be writable also for the folks in the root group.
    Yet they both seems to be a bit unsafe ...
    What is the best choice, to you guys?
    Thanks,

  • Use SAP logging in my application

    HI,
    I would like to use SAP logging in my application. i have written a web application on KM. i would like to enable SAP logging on it.
    can anybody point me t useful resources to use SAP logging in  application.
    Any help appreciated.
    Thanks,
    Dipti

    Hi,
    You can use SAP Logging APIs for the same, please refer the below link for more information.
    http://help.sap.com/saphelp_nw70/helpdata/en/d2/5c830ca67fd842b2e87b0c341c64cd/frameset.htm
    Regards,
    Smita.

  • Protection of SAP Log Files

    Does anyone know of any tools (SAP or third-party) to protect SAP log files (system logs, security audit logs, etc.) from alteration by an authorized user (e.g., someone with SAP_ALL)?  We are looking for an audit-friendly method to protect log files such that someone with SAP_ALL privileges (via Firefighter or special SAP userid (DDIC, SAP*)) can't perform actions and then cover up their tracks by deleting log entries etc.  For example, we're wondering if any tools exist that enable the automatic export of the log files to a protected area (that's inaccessible to users with SAP privileges)?  We'd certainly appreciate any advice or insight as to how to resolve this issue.
    Regards,
    Gail

    For anyone who is interested, I wanted to pass along what we did (this was in response to an audit finding):
    First, SAP_ALL access is restricted to monitored Firefighter accounts (we already had that in place).  Recognizing that users with SAP_ALL and super-user access at the UNIX level (i.e., our Basis Team) can still circumvent pretty much any measure we take (e.g., can disable alerts in CCMS, delete batch jobs, deactivate Security Audit Log filters, delete Security Audit Log files, etc.), at least the actions would be captured via FF  (although they could disable that as well) or other utilities at the UNIX level.  And the more things the person has to disable/deactivate, the more likely it becomes that someone would notice that something was amiss. 
    Our company was already using SPLUNK to capture logs from other (non-SAP) systems so we decided to leverage that to capture and retain certain SAP Security Audit Log entries.  We created a batch job on SAP that runs a custom program at 5 minute intervals to extract records from the Security Audit Log files into a UNIX file (the program includes some logic that uses timestamps in the UNIX file to determine which records to extract).  The UNIX file is monitored by the UNIX tail-f command which is spawned by a Perl script.  The output from the tail-f command is then piped to a file on a central syslog server via the logger command in the script.  Finally, a SPLUNK process, which monitors syslog entries, extracts the information into SPLUNK real-time.
    This process is not bulletproof as our Basis Team (with SU privileges at the UNIX level) could disable the Perl script or delete/change entries within the UNIX file.  All we can really do is make it difficult for them to cover their tracksu2026
    Gail

  • SAP Logs in NWA

    hi all,
    I am unable to view SAP logs in NWA logs and traces..It keeps on processing, but we can see logs once in a blue moon only.
    Since, NWA is main and powerful tool for J2ee engine troubleshooting, we need this be perfect so that we can make use to troubleshoot other errors.
    How to check if there is any problem with the NWA ? it opens properly and i am able to login and browse through the tabs..Please help.
    Appreciate your time..
    Thanks!
    Addy

    Ramanath,
    Thanks for your reply.The problem here is that i am not able to view "Last 24 hours" logs under Logs and Traces..!! And my question here was how to check if there is any problem with the NWA itself..??
    Sometimes, after processing for a long time, It opens...
    NWA is configured properly and i am able to use it..but, when it comes to checking logs, it keeps on processing for a long time and never shows the results most of the time..
    Please help...Appreciate your time.
    Addy

  • SAP Logging

    Hello,
    I am trying to use SAP Logging in my J2EE Web Application. When I tried adding the line of code "import com.sap.tc.logging.*;" the compiler complained as it's not found. Then I tried adding by "set additional libraries" and found "com.sap.tc.Logging". But now, I cannot add the line of code "private static Location loc = Location.getLocation("...");" because the class Location is not found in com.sap.tc.Logging package.
    Is there a different pkg or library to use?
    Is there something that's changed across different SPs about SAP Logging?
    Thanks,
    Kiran

    Hi Kiran,
    the com.sap.tc.logging.Location class resides in the logging.jar. This JAR could be found in the following directory of your Web AS installation: \usr\sap\<SID>\JC<instance_number>\j2ee\deploying\lib.
    Hope that helps!

  • V$DATAGUARD_STATUS - Log Transport Services Warning

    Hello gurus,
    OS read hat, oracle enterprise edition 11g release 2, dataguard 2 physical standby's
    everything works fine but since 1 day we get following warnings from dataguard on the primary server:
    SELECT * FROM V$DATAGUARD_STATUS;
    FACILITY          SEVERITY     DEST_ID MESSAGE_NUM ERROR_CODE CAL TIMESTAM
    MESSAGE
    Log Transport Services     Warning          0 309911     0 NO 01.11.12
    RTC returned 2, disabling RTC for next 2 I/Os.
    does anybody know this warning message?
    in the alert log it looks like this:
    RTC returned 2, disabling RTC for next 2 I/Os.
    Thu Nov 01 12:09:46 2012
    RTC returned 2, disabling RTC for next 2 I/Os.
    Re-enabling RTC following backoff interval 2.
    Re-enabling RTC following backoff interval 2.
    RTC returned 2, disabling RTC for next 2 I/Os.
    RTC returned 2, disabling RTC for next 2 I/Os.
    Re-enabling RTC following backoff interval 2.
    Re-enabling RTC following backoff interval 2.
    Thu Nov 01 12:11:16 2012
    RTC returned 2, disabling RTC for next 2 I/Os.
    Re-enabling RTC following backoff interval 2.
    thanks in advance

    Hello;
    It might be this :
    Bug 9869401 - Unwanted ".. RTC .." messages in alert log if COMPRESSION enabled on LOG_ARCHIVE_DEST_n [ID 9869401.8]
    Best Regards
    mseberg

  • Dataguard Log Transport Services Warning

    Please, explain me. What mind Warning on Primary Server
    SELECT a.facility, a.severity, a.ERROR_CODE, a.MESSAGE
    FROM v_$dataguard_status a
    where a.facility = 'Log Transport Services'
    and a.severity = 'Warning';
    result
    FACILITY SEVERITY ERROR_CODE
    MESSAGE
    Log Transport Services Warning 0
    LNS: Standby redo logfile selected for thread 1 sequence 136 for destination LOG_ARCHIVE_DEST_2
    Log Transport Services Warning 0
    ARC0: Standby redo logfile selected for thread 1 sequence 135 for destination LOG_ARCHIVE_DEST_2

    In alertlog on Primary only message like :
    Fri Jun 20 16:08:11 2008
    LNS: Standby redo logfile selected for thread 1 sequence 146 for destination LOG_ARCHIVE_DEST_2
    Fri Jun 20 16:08:12 2008
    Thread 1 advanced to log sequence 147 (LGWR switch)
    Current log# 3 seq# 147 mem# 0: /ora/oradata/testmain/redo31.log
    Current log# 3 seq# 147 mem# 1: /ora/oradata/testmain/redo32.log
    Fri Jun 20 16:08:12 2008
    LNS: Standby redo logfile selected for thread 1 sequence 147 for destination LOG_ARCHIVE_DEST_2
    Fri Jun 20 16:08:13 2008
    Thread 1 advanced to log sequence 148 (LGWR switch)
    Current log# 1 seq# 148 mem# 0: /ora/oradata/testmain/redo11.log
    Current log# 1 seq# 148 mem# 1: /ora/oradata/testmain/redo12.log
    and alert log Standby like:
    Fri Jun 20 16:06:29 2008
    Recovery of Online Redo Log: Thread 1 Group 5 Seq 145 Reading mem 0
    Mem# 0: /ora/oradata/maintest/redo51std.log
    Mem# 1: /ora/oradata/maintest/redo52std.log
    Fri Jun 20 16:08:11 2008
    Primary database is in MAXIMUM PERFORMANCE mode
    RFS[1]: Successfully opened standby log 4: '/ora/oradata/maintest/redo41std.log'
    Fri Jun 20 16:08:11 2008
    Media Recovery Waiting for thread 1 sequence 146 (in transit)
    Fri Jun 20 16:08:11 2008
    Recovery of Online Redo Log: Thread 1 Group 4 Seq 146 Reading mem 0
    Mem# 0: /ora/oradata/maintest/redo41std.log
    Mem# 1: /ora/oradata/maintest/redo42std.log
    I think that all work property. But I do not understand why message Warning?

  • To find whether User name has SAP log in ID

    Dear all
            How to check up particular user name has SAP log in ID are not

    Hi,
    Go to transation SU01. Drill down on user. Enter the user name & press enter. Check the user id for selected user name & click on Display. If the user has user id in SAP, then system will show the details, otherwise messgae will appear stating that the user id does not exist.
    Regards,
    Prashant

  • Problems with SAP logging,tracing in custom LoginModule

    Hello,
    We are developing a custom logimodule for our J2EE application on WebAS.
    We are using eclipse IDE to develop the code.
    We want to use the SAP logging framework in the custom loginmodule.
    In this regard we have certain queries:
    - If we hard code the log(category) and trace(location) file location in our loginmodules
    the logging, tracing works fine i.e. we are able to see the traces etc. in the files at the specified location.
    - Our requirement is that we want to leverage the logging tracing mechanism provided by the J2EE engine.That is we want that our traces should appear in the WebAS defaultTrace.0.trc file. Also we want that the trace properties for our loginmodule like severity, TraceFormatting etc. could be configured using the WebAS visual admin tool etc.
    As per documentation to configure tracing, we navigated to Log Configurator in visual Admin tool and from there to the destination tab but we don't see our LoginModule int the list of destinations.
    How could we enforce our LoginModule to use defaultTrace.0.trc file and let J2EE engine decide
    the logging properties like severity etc. for our LoginModule.
    Thanks
    Alok

    Hi,
    No, I´m not yet in the middle of a update. I want to apply some support package using JSPM, and it need to SDM run in integrated mode, but my sdm don´t start in integrated mode,
    Feb 18, 2009 5:51:57 PM  Info:
    Feb 18, 2009 5:51:57 PM  Info: ============================================
    Feb 18, 2009 5:51:57 PM  Info: =   Starting to execute command 'server'   =
    Feb 18, 2009 5:51:57 PM  Info: ============================================
    Feb 18, 2009 5:51:57 PM  Info: Starting SDM - Software Deployment Manager...
    Feb 18, 2009 5:51:58 PM  Info: tc/SL/SDM/SDM/sap.com/SAP AG/7.0014.20071029094708.0000
    Feb 18, 2009 5:51:59 PM  Info: SDM operation mode successfully set to: Integrated
    Feb 18, 2009 5:52:00 PM  Info: JStartupFramework is active
    Feb 18, 2009 5:52:00 PM  Info: Operation mode of SDM in JStartupFramework is "Integrated".
    Feb 18, 2009 5:52:00 PM  Info: Check if Server is running already.
    Feb 18, 2009 5:52:01 PM  Info: OK server is not running. Enable SDM Process in JStartupFramework.
    Feb 18, 2009 5:52:01 PM  Info: enabling SDM Process with JStartupFramework
    Feb 18, 2009 5:52:01 PM  Info: enabled SDM Process with JStartupFramework
    Feb 18, 2009 5:52:01 PM  Info: Successfully enabled SDM Process in JStartupFramework.
    Feb 18, 2009 6:04:11 PM  Error: SDM server startup not finished after 600 seconds. Giving up.
    Feb 18, 2009 6:04:11 PM  Error: Could not start SDM. Processing error. Return code: 4
    For these reason I want to extend the timeout value, or any other idea.
    Thanks.

  • SAP Log Folder

    Hi Sir/Madam
    where i can find the SAP Log folder in sap server Directory and which format is available how i can check it?
    Regards
    M.Arun

    Hi Arun,
    1) In case you want to look into work process logs of SAP you may look into following location
             <Drive:>\usr\sap\<SID>\DVEBMGS<NR>\work\
    2) In case you want to look into Database logs ( for eg Oracle) you may look into following location
              <Drive:>$ORACLE_HOME\saptrace\background\alert_<SID>.log
    Regards,
    Deepak Kori

  • Populating our log message along with standard sap log in ck11n.

    Hi all,
    I have developed a user exit which is used in costing of material using ck11n.
    Here i have to show our custom log message along with the standard log shown by standard sap system after costing run is complete.
    I got one FM-- CM_F_MESSAGE  which is used by SAP. But i want the message along with SAP messages and not separately.
    Can u help me out for this. its very urgent.
    Thanks in advance.

    Hi
    I'm not sure because I don't know that trx, but I seem the function group of that function manages a log, so you can try.
    This is an extract of abap code of SAPLCKDI where that fm is used:
    CALL FUNCTION 'CM_F_MESSAGE'
       EXPORTING
         ARBGB = Y_CMF-CK
         MSGNR = '327'
         MSGTY = Y_CMF-W
         MSGV1 = SICHT
         MSGV2 = KLVAR.
    So I suppose you should call it by this way:
    CALL FUNCTION 'CM_F_MESSAGE'
       EXPORTING
         ARBGB = <your message class>
         MSGNR = <message number>
         MSGTY = <message type>
         MSGV1 = <text 1>
         MSGV2 = <text 2>
         MSGV3 = <text 3>
    I think MSGV* is optional parameter.
    Max

  • SAP Log on into Business Objects server not working (Error FWB 00014)

    Hello,
    I recently installed Business Objects XI 3.1 Edge series, I am able to logon to enterprise and everything is working fine. I am even able to import roles from SAP system but I have two problems.
    1. Logging on to enterprise using SAP user: I am getting the following error message when I choose SAP in the Athentication and enter SAP username and password and click log on.
    "Account Information Not Recognized: All of your system's 0 Concurrent Access Licenses are in use at this time or your system's license key has expired. Try again later or contact your administrator to obtain additional licenses. (FWB 00014)".
    2. Logging on to SAP system through SAP Logon pad: When I enter my username and passord in SAP system from the same server as I installed BusinessObjects I am getting a run time error.
    Did any one of you had the same problem or does any one of you have any clue how to solve this?
    Thanks in advance.

    Hi,
    I assume that you have a key for named licences (You can check this in the CMC under Licence keys).
    What you need to do is to go in the CMC, navigate to Authentication->SAP->Options and select the Named users option.
    Regards,
    Stratos

  • Problem with SAP log-in using VBA with Excel Bexanalyzer add-in

    I am trying to login in to SAP using VBA code but the code fails as indicated below .
    In Function GetBEx(Optional iWb As Workbook) As Object
    GetBEx = pAddin.ExcelInterface.WorkbookBExExcelApplication(lName)
    Works properly – I get an object
    However, in the sapBEXgetConnection function it seems that the lBex.ComConnection fails.  The p_connectionObj doesn’t get assigned (p_connectionObj is Nothing)
    Function sapBEXgetConnection(Optional IWhat As Integer) As Variant
        If IWhat = 0 Then
    ' try to get BexApi Connection
            Dim lBEx As Object
            Set lBEx = GetBEx
            On Error Resume Next
            Set p_connectionObj = lBEx.ComConnection  'fails here
            If Err.Number <> 0 Then Set p_connectionObj = Nothing
            On Error GoTo 0
            If p_connectionObj Is Nothing Then If Not prepareConnection Then Exit Function
            Set sapBEXgetConnection = p_connectionObj
        End If
    End Function
    All of this code is part of the Bexanalyzer Excel Add-In
    I’m assuming that I’m missing a patch or some configuration is incorrect but, since I’m not very familiar with SAP I don’t know.  Any help would be greatly appreciated.  Thank you.

    Hello Sebastien,
    Since I don't know what an SSO automatic connection is I can't give you an answer.  Can you explain it?
    Here's what I'm trying to achieve: on demand I'd like to execute VBA code that will use Bexanalyzer.xla functions to log in and then refresh a query that exists in the Excel workbook. Ultimately I'll want to apply parameters / variables to the query when it is refreshed.  I may then automatically execute VBA code to manipulate the resulting data in the workbook.  Basically I want to be able to do all of this without any user input.
    Paul

  • Status of online redo log file INVALID warning appears during online backup

    Hi All,
    I have a peculiar problem in one of the SAP ECC 6.0 systems. The daily online backup is getting completed with warnings.
    Please find below the warnings in DB12 logs:
    BR0335W Status of online redo log file /oracle/AS0/mirrlogB/log_g18m2.dbf is INVALID
    BR0274W File '/oracle/AS0/mirrlogB/log_g18m2.dbf' not found
    BR0335W Status of online redo log file /oracle/AS0/mirrlogA/log_g50_m2.dbf is INVALID
    BR0274W File '/oracle/AS0/mirrlogA/log_g50_m2.dbf' not found
    BR0335W Status of online redo log file /oracle/AS0/mirrlogB/log_g51_m2.dbf is INVALID
    BR0274W File '/oracle/AS0/mirrlogB/log_g51_m2.dbf' not found
    BR0335W Status of online redo log file /oracle/AS0/mirrlogA/log_g52_m2.dbf is INVALID
    BR0274W File '/oracle/AS0/mirrlogA/log_g52_m2.dbf' not found
    BR0335W Status of online redo log file /oracle/AS0/mirrlogA/log_g53_m2.dbf is INVALID
    BR0274W File '/oracle/AS0/mirrlogA/log_g53_m2.dbf' not found
    BR0335W Status of online redo log file /oracle/AS0/mirrlogA/log_g54_m2.dbf is INVALID
    BR0274W File '/oracle/AS0/mirrlogA/log_g54_m2.dbf' not found
    BR0335W Status of online redo log file /oracle/AS0/mirrlogA/log_g55_m2.dbf is INVALID
    BR0274W File '/oracle/AS0/mirrlogA/log_g55_m2.dbf' not found
    BR0335W Status of online redo log file /oracle/AS0/mirrlogA/log_g56_m2.dbf is INVALID
    BR0274W File '/oracle/AS0/mirrlogA/log_g56_m2.dbf' not found
    BR0335W Status of online redo log file /oracle/AS0/mirrlogB/log_g57_m2.dbf is INVALID
    BR0274W File '/oracle/AS0/mirrlogB/log_g57_m2.dbf' not found
    BR0335W Status of online redo log file /oracle/AS0/mirrlogA/log_g58_m2.dbf is INVALID
    BR0274W File '/oracle/AS0/mirrlogA/log_g58_m2.dbf' not found
    BR0335W Status of online redo log file /oracle/AS0/mirrlogB/log_g59_m2.dbf is INVALID
    BR0274W File '/oracle/AS0/mirrlogB/log_g59_m2.dbf' not found
    For the above mentioned alerts I followed the recommendations of SAP Note 491160. I dropped and recreated the mirrorlog files. But the next day again when I checked the backup it finished with warnings. At the database level there is no problem
    SQL> select * from v$logfile;
        GROUP# STATUS  TYPE
    MEMBER
    IS_
            59         ONLINE
    /oracle/AS0/origlogB/log_g59_m1.dbf
    NO
            59         ONLINE
    /oracle/AS0/mirrlogB/log_g59_m2.dbf
    NO
        GROUP# STATUS  TYPE
    MEMBER
    IS_
            58         ONLINE
    /oracle/AS0/origlogA/log_g58_m1.dbf
    NO
            58         ONLINE
    /oracle/AS0/mirrlogA/log_g58_m2.dbf
        GROUP# STATUS  TYPE
    MEMBER
    IS_
    NO
            57         ONLINE
    /oracle/AS0/origlogB/log_g57_m1.dbf
    NO
            57         ONLINE
        GROUP# STATUS  TYPE
    MEMBER
    IS_
    /oracle/AS0/mirrlogB/log_g57_m2.dbf
    NO
            56         ONLINE
    /oracle/AS0/origlogA/log_g56_m1.dbf
    NO
        GROUP# STATUS  TYPE
    MEMBER
    IS_
            56         ONLINE
    /oracle/AS0/mirrlogA/log_g56_m2.dbf
    NO
            55         ONLINE
    /oracle/AS0/origlogA/log_g55_m1.dbf
    NO
            54         ONLINE
    /oracle/AS0/origlogA/log_g54_m1.dbf
        GROUP# STATUS  TYPE
    MEMBER
    IS_
    NO
            54         ONLINE
    /oracle/AS0/mirrlogA/log_g54_m2.dbf
    NO
            53         ONLINE
        GROUP# STATUS  TYPE
    MEMBER
    IS_
    /oracle/AS0/origlogA/log_g53_m1.dbf
    NO
            53         ONLINE
    /oracle/AS0/mirrlogA/log_g53_m2.dbf
    NO
        GROUP# STATUS  TYPE
    MEMBER
    IS_
            52         ONLINE
    /oracle/AS0/origlogA/log_g52_m1.dbf
    NO
            52         ONLINE
    /oracle/AS0/mirrlogA/log_g52_m2.dbf
    NO
        GROUP# STATUS  TYPE
    MEMBER
    IS_
            51         ONLINE
    /oracle/AS0/origlogB/log_g51_m1.dbf
    NO
            51         ONLINE
    /oracle/AS0/mirrlogB/log_g51_m2.dbf
        GROUP# STATUS  TYPE
    MEMBER
    IS_
    NO
            50         ONLINE
    /oracle/AS0/origlogA/log_g50_m1.dbf
    NO
            50         ONLINE
        GROUP# STATUS  TYPE
    MEMBER
    IS_
    /oracle/AS0/mirrlogA/log_g50_m2.dbf
    NO
             8         ONLINE
    /oracle/AS0/origlogB/log_g18m1.dbf
    As you can see from the above output at the database level everything is fine. So why during backup it is giving me warnings in DB12. Any help with this regard will be appreciated.
    Regards
    Mitesh Nair

    Hi Joe,
    My OS is HP-UX. I dont think its a permission problem. Please find below the contents of origlogA and mirrlogA
    predbci2:/oracle/AS0/origlogA#ls -rtl
    total 1433712
    drwxrwxrwx   2 oraas0     dba             96 Oct 15 03:27 cntrl
    -rw-rw----   1 oraas0     dba        104858624 Dec  4 01:50 log_g52_m1.dbf
    -rw-rw----   1 oraas0     dba        104858624 Dec  4 03:51 log_g50_m1.dbf
    -rw-rw----   1 oraas0     dba        104858624 Dec  4 05:51 log_g54_m1.dbf
    -rw-rw----   1 oraas0     dba        104858624 Dec  4 07:52 log_g53_m1.dbf
    -rw-rw----   1 oraas0     dba        104858624 Dec  4 09:50 log_g55_m1.dbf
    -rw-rw----   1 oraas0     dba        104858624 Dec  4 10:50 log_g56_m1.dbf
    -rw-rw----   1 oraas0     dba        104858624 Dec  4 12:41 log_g58_m1.dbf
    predbci2:/oracle/AS0/mirrlogA#ls -rtl
    total 1433728
    -rw-rw----   1 oraas0     dba        104858624 Dec  4 01:50 log_g52_m2.dbf
    -rw-rw----   1 oraas0     dba        104858624 Dec  4 03:51 log_g50_m2.dbf
    -rw-rw----   1 oraas0     dba        104858624 Dec  4 05:51 log_g54_m2.dbf
    -rw-rw----   1 oraas0     dba        104858624 Dec  4 07:52 log_g53_m2.dbf
    -rw-rw----   1 oraas0     dba        104858624 Dec  4 09:50 log_g55_m2.dbf
    -rw-rw----   1 oraas0     dba        104858624 Dec  4 10:50 log_g56_m2.dbf
    -rw-rw----   1 oraas0     dba        104858624 Dec  4 12:41 log_g58_m2.dbf
    Regards
    Mitesh

Maybe you are looking for

  • SLOW form loading in Adobe Reader 7 in software app on ONE laptop

    Background:  We have a developed application from a software vendor that uses Adobe Reader 7 for the forms.  We have about 50 PCs and laptops that run this application. Problem:  ONE of these laptops starts off the day loading these forms ok, but aft

  • Sapscript PO MEDRUCK total amount including condition charges

    Hie gurus , i need your help with  a sapscript  Purchase order  Medruck, i can't find the variable which contains PO total that includes condition charges, (e.g Freight charge , discount and customs). i am just getting an amount that does not include

  • YouTube upload fails due to details in description

    Recently I've come across a bug in the iMovie YouTube uploader. This post is basically another confirmation of the problems discussed in http://discussions.apple.com/message.jspa?messageID=9339330 iMovie goes through all the steps, compression and up

  • How to fetch the select statements

    Hi all , I am able to display all the lines in the program if i give the program name as my input . I need to fetch only the select statements from that program . so please any one help me out to solve this problem. thanks shwetha

  • FCPX will not open after move to a new Mac'

    I've just invested in a "new" 2010 MacPro and transferred everything from my 27" iMac, ( same year vintage ), to the MacPro using Carbon Copy Cloner to a new 2tb Hard Drive, installed that drive into the MacPro as it's Start Up drive and everything o