Log not Found

We are using external table authentication. Data is not filtering by user. All records are displaying for all users. i am trying to view “ view Log” from session Management, but I am getting No Log Found error. Please can you help me, how can I view Log file. Should I change any thing for external table authentication?
My second doubt is why data is not filtering? I have created all joins between S&V tables with fact table. Could you please help on this issue also?
Thank you very much for your time.

Hi User,
You need to set the Logging Level (LOGLEVEL variable) to an appropriate value in order to get logs to be generated. In this article, Venkat shows how to increase the logging level and get to queries for standard RPD users.
In your case, since you're using external table and not internal RPD users, you'll want to set the LOGLEVEL variable in a RPD initialization block or at the report level. Nico has an article about how to do it for the request level. See his article here.
For the RPD level, just create a new initialization block and set it to a query is a source. Use the query "SELECT 7 FROM DUAL" as the initialization query and set the variable LOGLEVEL. 7 is the highest logging level. Save the RPD, restart services and every user should generate a log file.
Good luck!
-Joe

Similar Messages

  • Background Job - Log Not found (in main memory)

    Gents,
    I am triggering a background through an RFC using JOB_OPEN,JOB_SUBMIT & JOB_CLOSE
    the program associated with the Job is put in to execution immly I don't have any problem
    but some Jobs are in Cancelled Status  coz the program was terminated due to the Error Message
    Log not found ( in main memory ) Message Class - BL Message ID - 207 all the cancelled jobs are
    having the same message.
    It's pretty sure that this message is not issued by my background program.How to get rid of this
    is there any SAP Notes.
    Best Regards-Sreeni Anbarasan

    Check out if there has been any update error in VA02 using transaction SM13.
    Lokesh

  • OBIEE 11g : query log not found

    Hi,
    I am not able to see the query log in 11g answers manage session throwing error query log not found.
    I am using obiee 11g. 11g admin client is installed in local machine and I upload the rpd through enterprise manager. But I can not able to open the rpd in online mode that's why cannot change the query log level=2 (as in obiee 10g) for seeing the query log in Answers. Usually after making changes in 11g rpd, I upload that in server via enterprise manager console.
    Can anyone please tell me what should be correct option to see the query log and how I can open the rpd in online mode and how I can set the query log level in obiee 11g????
    Please help.
    Thanks
    Titas

    Hi,
    Its known bug and it can be done by below methods,
    Method1:
    If you enabled loglevel for each users wise it may be override with below place also can you confirm both places.
    enabled Tools-->Options-->Repository-->
    System log level by default will be 0 just try to increase to 2 or 3 and save it.
    Method1:
    by each report wise enabling loglevel
    try putting the below syntax in prefix section of advanced tab.
    SET VARIABLE LOGLEVEL=2,DISABLE_CACHE_HIT=1;
    It should generate the log with database sql as well.
    Method 3:
    Create Session variable(LOGLEVEL) with initblock
    in your init block --> datasource place put it like below query
    select 3 from IW_POSITION
    Note:just point any existing physical table from u r RPD.
    Then try to save it and test it.
    Refer screen
    http://bidevata.wordpress.com/2012/03/03/no-log-found-error-in-obiee-11g/
    Thanks
    Deva
    Edited by: Devarasu on Oct 11, 2012 11:44 PM

  • Error in integration Log not found (in main memory)

    Hello Experts,
    We are facing an error at the moment  when we send a contract from CLM to the ERP, we run the transaction BBP_ES_ANALYZE and the error that we got is Log not found (in main memory).
    We already reviewed all master data integration, any other suggestions?
    Also, this integration was working fine at the beginning, but Basis team applied an update to our ERP system and after this it generates this error.
    thanks in advance
    Kind Regards

    Hi,
    Can you check the settings as per blog Debugging MA publish to ERP?
    Unless the activate log is set, BBP_ES_ANALYSE will not be able to provide much information.
    Ashwin

  • Archive log not found

    Hi,
    I want to run the RMAN backup, but I lost some of the archivers. How to take the backup excluding those lost archivers?
    Thanks,
    GK

    Only as note: You are faced to the error RMAN-06059.
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of backup command at 03/05/2006 12:43:42
    RMAN-06059: expected archived log not found, lost of archived log compromises recoverability
    ORA-19625: errore nell'identificare il file C:\ORACLE\DB\TEST\ARCHIVE\1_36.DBF
    ORA-27041: impossibile aprire file
    OSD-04002: impossibile aprire il file
    O/S-Error: (OS 2) Impossibile trovare il file specificato.

  • Update Rules inactive-Log not found in main memory

    Hi
    I am trying to active update rules but it is failing with log not found in main memory. 
    I tried  update rules syntax check and system says no error when checking the update rules.
    What could the reason? How can I dig this further? Please advise ASAP as this is urgent.
    Regards
    Vennela

    Check out if there has been any update error in VA02 using transaction SM13.
    Lokesh

  • BRARCHIVE fails with BR0017E error message: "off line redo log not found"

    After upgrade, archive format was changed to introduce resetlogs id in archive log file name
    Archive destination            /oracle/GDD/oraarch/GDDarch
    Archive format                 %t_%s_%r.dbf
    NOTE: %s log sequence number, %t thread number, %r resetlogs ID that ensures unique names are constructed for the archived log files across multiple incarnations of the database
    We did have problems with this upgrade so database was recovered once and started with resetlogs (new incarnation created).
    Now when we run brarchive it is trying to archive archive_log_file
    BR0017E Offline redo log file '/oracle/GDD/oraarch/GDDarch1_853_544272161.dbf' not found
    while on archive_log_dest we have files like "/oracle/GDD/oraarch/GDDarch1_853_618656359.dbf"
    Can you please help me to find out from where brarchive is picking parameter for log_archive_format and why it is not picking up current one causing missmatch between archvie_redo_log_file create and one BRARCHIVE is trying to back up.

    I already tried it (renamed archGDD.log to andrija.archGDD.log) and rerun
    brarchive -c -u / -r initGDD.utl.nbkp.bdhp4320 -cs
    it gave me output:
    brarchive -c -u / -r initGDD.utl.nbkp.bdhp4320 -cs
    BR0002I BRARCHIVE 7.00 (14)
    BR0006I Start of offline redo log processing: advfexyn.cps 2007-05-08 08.33.13
    BR0477I Oracle pfile /oracle/GDD/102_64/dbs/initGDD.ora created from spfile /oracle/GDD/102_64/dbs/spfileGDD.ora
    BR0013W No offline redo log files found for processing
    BR0007I End of offline redo log processing: advfexyn.cps 2007-05-08 08.33.15
    BR0280I BRARCHIVE time stamp: 2007-05-08 08.33.15
    BR0004I BRARCHIVE completed successfully with warnings
    and in archGDD.log that is created there is againreference to 0544272161 which seems to be still reference to old resetlog ID:
    bdhp4320:ac8558 41> vi archGDD.log
    "archGDD.log" 4 lines, 322 characters
    GDD  util_file  advfexyn cps  2007-05-08 08.33.13  2007-05-08 08.33.15  9  ...........         0        0        0
         0  -
    7.00 (14)  @0544272161
    GDD  util_file  advfexyn cps  2007-05-08 08.33.13  2007-05-08 08.33.15  1  ...........         0        0        0
         0  -
    7.00 (14)  @0544272161
    and in /oracle/GDD/saparch/advfexyn.cps file there is output like:
    Name                           Value
    oracle_sid                     GDD
    oracle_home                    /oracle/GDD/102_64
    oracle_profile                 /oracle/GDD/102_64/dbs/initGDD.ora
    sapdata_home                   /oracle/GDD
    sap_profile                    /oracle/GDD/102_64/dbs/initGDD.sap
    backup_dev_type                util_file
    util_par_file                  /oracle/GDD/102_64/dbs/initGDD.utl.nbkp.bdhp4320
    system_info                    oragdd/oragdd bdhp4320 HP-UX B.11.11 U 9000/800
    oracle_info                    GDD 10.2.0.2.0 8192 862 2969171885
    sap_info                       640 SAPGDD GDD W1381514715 R3_ORA 0020195637
    make_info                      hp_64 OCI_101 May 27 2006
    command_line                   brarchive -c -u / -r initGDD.utl.nbkp.bdhp4320 -cs
    BR0013W No offline redo log files found for processing
    BR0007I End of offline redo log processing: advfexyn.cps 2007-05-08 08.33.15
    BR0280I BRARCHIVE time stamp: 2007-05-08 08.33.15
    BR0004I BRARCHIVE completed successfully with warnings

  • Temporary Log not found - tp

    I get the following error when trying to view the log of a transport in our BWP system.
    Execution of programs after import (XPRA)
    Transport request   : BD1K907012
    System              : BP2
    tp path             : tp
    Version and release: 340.16.38 640
    Temporary log
    SDCSAPBD20\sapmnt\trans\tmp\BD1R907012.BP2 not found
    Execution of programs after import (XPRA)
    End date and time : 20091009153451
    Ended with return code:  ===> 0 <===
    Why would it still look in the \tmp directory after the transport has been successfully moved into the target (BWP)?
    Thanks for your help!
    Sincerely,
      -- Jackie

    Hey Markus:
      If I go through STMS and look at the logs, I still see the same. I went to STMS, chose the big truck, chose the SID, then the history and pulled up the request. When I double clicked on the request, I see the objects in the request and I did GOTO -> Transport Logs. Then when I double clicked on Method Execution, I see the same error.
    Please help with any other ideas you might have.
    Thanks for your help,
      -- Jackie

  • RMAN-6089: archive log not found or out of sync with catalog

    Hi:
    I am using OEM, not RMAN, to do a DB backup and got the above error message. I think the problem is caused by some archive logs missing from my NT machine.
    I tried to manually copy from an existing archive log and rename it to the missing archive log but it didn't work.
    I then tried to backup the archive logs only, not whole DB, and specified "delete input" option, and the process completed successfully.
    However, when I tried to re-do the whole DB backup, it failed with the same error.
    I looked at v$archived_log and I can see all archive logs, including the ones from previous incarnation and the missing ones from the current incarnation. How can I delete them or change their status (from OEM not from RMAN) from not deleted (NO) to deleted (YES) in order to perform a DB backup?

    Hi,
    I'm using controlfile for rman. I've issued "change archivelog all validate" before a full backup Before the full backup, I had a incremental backup process crashed(don't know why), which left some entres in v$archived_log. I have no problem completing the rman backup, but "restore archivelog all validate" command gives me "falure of restore..." and all those seq can be found in v$archived_log with "yes" for deleted column. Does that mean controlfile is still not in sync with the system? I don't need those target seq because those were before the full backup. Will there be potential problem later on during recovery? How do I (or when Oracle server will) get rid of those entries in v$archived_log? Thanks.
    RMAN> restore archivelog all validate;
    Starting restore at 11-AUG-05
    using target database controlfile instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=28 devtype=DISK
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 08/11/2005 10:20:24
    RMAN-06026: some targets not found - aborting restore
    RMAN-06025: no backup of log thread 1 seq 1048 scn 122640071 found to restore
    RMAN-06025: no backup of log thread 1 seq 1047 scn 122572176 found to restore
    RMAN-06025: no backup of log thread 1 seq 1046 scn 122431604 found to restore
    SQL> select name, completion_time,deleted from v$archived_log;
    NAME COMPLETIO DEL
    /u04/arch/arch_1_1046.arc 10-AUG-05 YES
    /u04/arch/arch_1_1047.arc 10-AUG-05 YES
    /u04/arch/arch_1_1048.arc 11-AUG-05 YES
    /u04/arch/arch_1_1049.arc 11-AUG-05 YES
    /u04/arch/arch_1_1050.arc 11-AUG-05 YES

  • Deadlock detected but lmd log not found

    We've an Oracle 10g RAC database. The version number is: 10.2.0.3.0. In one application sometimes we get deadlock error. When we check the alert log we see:
    Global Enqueue Services Deadlock detected. More info in file
    /oracle/product/admin/WEBCREAL/bdump/webcreal1_lmd0_27191.trc.
    But when we checkthe folder /oracle/product/admin/WEBCREAL/bdump/ we do not see any log that contains the string "lmd0". We've also checked adump, udump folders but there is no file. I've even applied below command to find all files that contains "lmd0" but I've found only some old log files:
    find / -name "*lmd*"I think there is a problem with lmd0 trace file generation but I can not find the root cause.
    Any suggestion about this problem?

    Your find statement is anyway wrong, because you should use wildcards like here:
    wcsprd@vsv1h181ps:/opt/wcsprd/ora/diag/rdbms/wcsprd/WCSPRD2 $ find . -name "lmd"-- Nothing found here
    wcsprd@vsv1h181ps:/opt/wcsprd/ora/diag/rdbms/wcsprd/WCSPRD2 $ find . -name "*lmd*"
    ./trace/WCSPRD2_lmd0_1527948.trc
    ./trace/WCSPRD2_lmd0_1634460.trm
    ./trace/WCSPRD2_lmd0_1527948.trm
    ./trace/WCSPRD2_lmd0_467134.trc
    ./trace/WCSPRD2_lmd0_467134.trm
    ./trace/WCSPRD2_lmd0_462908.trc
    ./trace/WCSPRD2_lmd0_462908.trm
    ./trace/WCSPRD2_lmd0_1478740.trc
    ./trace/WCSPRD2_lmd0_1478740.trm
    ./trace/WCSPRD2_lmd0_1634460.trc
    ./trace/WCSPRD2_lmd0_626694.trc
    ./trace/WCSPRD2_lmd0_626694.trm
    ./trace/WCSPRD2_lmd0_860250.trc
    ./trace/WCSPRD2_lmd0_860250.trmCan it be that there is a cleanup process running on your system to clean out the log/trace directories in order to save disk space??
    Otherwise the file must be there

  • RMAN-06059: expected archived log not found

    I'm using Backup Exec Remote Agent 11d to backup a Oracle 9.2 database runing on a Windows 2003 platform. Some ARC files have been manually deleted.
    I've tried using "corsscheck archivelog all;" but then I found that the Remote Agent has been configured NOT to use recovery catalog. Thus, RMAN uses the target database control file as the sole repository of metadata.
    Is there a way to clean up the reference to the missing ARC files? Thanks!

    Crosscheck command does not need a catalog to work. When you see RMAN-06059 controlfile obviously knows archivelogs, which should be in place, but were already moved from disk. So 'crosscheck archivelog all' should mark such archivelogs as EXPIRED.
    Werner

  • QRT Logs not found

    Hi Guys,
    CUCM ---6.1.3.33190
    RTMT---7.0
         I enabled the trace settings at the  cisco extended functions  level in the call manager, softkey template with the qrt button applied to the phones,  when the users initiate the qrt logs, i couldn't see the xml files in RTMT.  I have logged into RTMT, remote browse, checked both the pub and sub nodes, enabled the Cisco Extended function and Cisco Extended Functions Report, and then tried to view the files, however i couldn't see any current xml files, i can see a lot of .txt files.   I can see two xml files at the 'Cisco Extended Functions Report' node which were dated a month ago, but not the current ones.  I have checked with the users, they are initiating the qrt logs and also it worked before, however it stopped working now.  Could anyone can help on this.
    Thanks
    Barry

    Hi,
    You have to set parameter LOGGING (type runtime) in TC SXMB_ADM --> Integration Engine Configuration --> Specific Configuration.
    This will enable asynchronous messages to be displayed in sxmb_moni.
    You can do the same with parameter LOGGING_SYNC in order to display synchronous messages.
    See this blog for more detailed info.. /people/michal.krawczyk2/blog/2005/05/10/xi-i-cannot-see-some-of-my-messages-in-the-sxmbmoni
    Regards,
    Sarvesh

  • Restore command fails with "target not found.

    Hi,
    Can you help me explain what does the following output means and the possible way to clean it up? It doesn't look like to be a controlfile not in sync problem and the "change archivelog '..' uncatalog' reports file not found in controlfile. I have trouble finding out the root cause of this "restore failure" for archivelog. The "report unrecoverable" show no record. Thanks.
    This is 9iR2 under archivelog mode with weekly full backup. Recovery windows is set to 7 days.
    1)RMAN> restore archivelog all validate;
    ===========================================================
    RMAN-03002: failure of restore command at 08/22/2005 12:07:24
    RMAN-06026: some targets not found - aborting restore
    RMAN-06025: no backup of log thread 1 seq 1844 scn 133107107 found to restore
    RMAN-06025: no backup of log thread 1 seq 1843 scn 132994888 found to restore
    RMAN-06025: no backup of log thread 1 seq 1842 scn 132653855 found to restore
    RMAN-06025: no backup of log thread 1 seq 1841 scn 132328870 found to restore
    2) SQL> select name,archived,deleted,status from v$archived_log where sequence# in (1844,1843,1842,1841);
    NAME
    ARC DEL S
    /u05/hotbk/arch_1_1841.arc
    YES YES D
    /u05/hotbk/arch_1_1842.arc
    YES YES D
    /u05/hotbk/arch_1_1843.arc
    YES YES D
    /u05/hotbk/arch_1_1844.arc
    YES YES D
    3) These archivelog files already gone from the file system.
    4) list expired backup and delete expired backup has been done.
    5) delete obsolete has been done.
    6) RMAN> change archivelog '/u05/hotbk/arch_1_1842.arc' uncatalog;
    ===========================================================
    RMAN-03002: failure of uncatalog command at 08/22/2005 12:07:02
    RMAN-20240: archived log not found in the recovery catalog
    RMAN-06046: archive log name: /u05/hotbk/arch_1_1842.arc

    Did you tried to execute: restore archivelog from scn 1 validate; ?
    It can be the problem: Note:110160.1 - RMAN-06026 RMAN-06025 Restore Archivelogs Seperately: https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=110160.1
    Bye, Aron

  • Page not found when connecting to server (if not logged in on server)

    Hi,
    When we try to connect to the presentation server (http://esddev02:9704/analytics/saw.dll?Dashboard) we get a page not found error if I don't open a remote desktop connection session on the server first.
    I suppose the problem originates in the fact that the installation of the software has been done with my credentials on the server.
    The windows services start with 'Local System' as logon but the OC4J seems to start only when I log on with my user.
    I don't see a reason for this as in the registry the OC4J start command is found under HKEY_LOCAL_MACHINE.
    Changing this to "D:\OracleBI\oc4j_bi\bin\oc4j.cmd -start& " did not change anything.
    Has somebody got a clue?
    Tx for any advice,
    Kris

    Hi,
    I checked further on this today. Problem is not solved yet. I need to find a way to start the OC4J server independent from my session on the server.
    Has anybody got some advice?
    Brgrds,
    Kris

  • File not found error after log on to ADF application

    Hi
    I just took over an ADF application, after clicking on log in button, in the application_log, there is always a login.jspx -- file not found error message, the directory is not even exist. somehow the application had 'registered ' an directory for the login page, common\skin\login.jspx, the actural log in page is under common\login.jspx.
    there is a loginfilter.java created and has a entry in web.xml. the login Filter has let httpServerRequest object to know that the login file directory is ..\common\login.jspx
    so why the app server would be looking at the wrong directory? how should I do to correct it?
    Thanks in advance.

    Hi
    I just took over an ADF application, after clicking on log in button, in the application_log, there is always a login.jspx -- file not found error message, the directory is not even exist. somehow the application had 'registered ' an directory for the login page, common\skin\login.jspx, the actural log in page is under common\login.jspx.
    there is a loginfilter.java created and has a entry in web.xml. the login Filter has let httpServerRequest object to know that the login file directory is ..\common\login.jspx
    so why the app server would be looking at the wrong directory? how should I do to correct it?
    Thanks in advance.

Maybe you are looking for