How to enable logging in OBIEE 10G

I have LDAP authentication in OBIEE 10 G and users are only residing in LDAP.
I have a requirement to enable logging for few users. Can suggest me what all steps are required. I created user in RPD and enabled logging for that user. Kept same user ID as in LDAP. Still i cant see the logs.

oh.. its 10g.. okay.
In this case NQS authentication will override the LDAP authentication. Do not go for rpd users this can be taken care using init blocks as below.
When using LDAP we can set the loglevel using Init blocks(see below). this can be set runtime using Set varaible from Answers->Advanced tab.
You Init block suppose to be like
case when :user in ('a','b') then 2 ELSE 0 END
set to LOGLEVEL variable
Pls mark correct/helpful

Similar Messages

  • How to enable logging for the Web Proxy

    Hi,
    Does anyone know how to enable logging for the Web Proxy feature under "Web" in Server Admin?

    Aren't the web proxy hits logged in the standard apache logs? /var/log/httpd/access_log

  • How to enable logging for mail.app in Mountain Lion

    I am at my wits end trying to figure this out....
    Does anyone have a clue how to enable the logging for mail.app under Mountain Lion?
    In the past, you could open up Console and click on Console.log and see the logging of mail. Under mountain Lion, there is no more console.log. I cannot figure out how to enable it.
    I have tried to run the AppleScript of "Turn On Logging" but the script errors out under Mountain Lion.
    Does anyone know how to do this or a better way, maybe a tool or something that can help you troubleshoot mail.app issues?
    Thanks in advanced

    Hello,
    I have a similar problem. The script "Turn on Logging.scpt" runs without error, but I do not see any socket logging. I only get two messages, which I also get when I start mail without the script by just clicking the mail.app icon in the dock. The Messages are:
    1/10/13 3:43:32.618 PM Mail[11276]: Using V2 Layout
    1/10/13 3:43:36.388 PM Mail[11276]: *** -[IADomainCache init]: IA domains cache is out of date.
    Any help would be appreciated

  • How to enable log gathering in Nokia Suite?

    Feeling a bit dumb here. All the instructions I've read suggest to enable log gathering by double-clicking enable_logs.js, which should prompt some sort of a dialog window. The problem is, I can't run .js files, I can only view them in Notepad, Firefox, etc. How exactly is this thing done?

    Hi,
    We have created FAQ for log collecting with new versíon 3.2:
    How can i send the log files with the Nokia Suite 3.2? 
    Disconnect your device from your computer and exit Nokia Suite from File > Exit. Enable log gathering by double-clicking the enable_logs.js file in installation folder, normally C:\Program Files\Nokia\Nokia Suite. Then open Nokia Suite again and reconnect your device. Try to reproduce the error and click Help > Send feedback in Nokia Suite menu and fill in the description of the bug. Log files and system information will be automatically included in the feedback. You can also add screen shots and other files by choosing Add file (maximum size 5 MB).
    Please let us know  for the result.
    Br
    Mahayv

  • How to Enable logging of the ASA 5525?

    I need help to enable logging of the ASA 5525 for all new rules created today from the firewall module, rules changed, deleted desabilidas and disabled rules.
    Not found in the historic level of the ID on new firewall rules.
    0 or emergencies—System is unusable.
    1 or alerts—Immediate action needed.
    2 or critical—Critical conditions.
    3 or errors—Error conditions.
    4 or warnings—Warning conditions.
    5 or notifications—Normal but significant conditions.
    6 or informational—Informational messages.
    7 or debugging—Debugging messages.
    Thank you.

    You cannot log only those changes but you can log *all* changes.
    The messages 111008 and 111010 are the ones to look for (as described in this post).

  • How to track deleted items in rpd from log in OBIEE 10g?

    Hi All,
    I am an OBIEE developer working on 10g. Some of my objects got deleted from Presentation layer of rpd. I want to know how I can get information about when and how these items got deleted through log files, etc.
    Appreciate your Help on this...!!
    Thanks
    Amir

    Hi Amir,
    Can find using rpdfilename.rpd.log (ex: OracleBIAnalyticsApps.rpd.log) file from location OracleBI\server\Repository.
    Open the file and search for DELETE
    you can find text like
    DELETE 4010:507753;
    But it hard to know by name unless you get the ID(ex: 4010:507753) of the column from gui ex: Query Repository.
    Hope this helps

  • How to enable logging of IMAP and SMTP connections in Mail

    I have set up my own mail server and am able to send and receive mail. However, I would like to enable SSL security for connections from the client application to the mail server. I have created certificate authority, created a root certificate, and created an SSL certificate and key for the server. However, every time I connect, I get a warning message that the certificate is not valid - but the host names and domain names are correct in the certificate and match in the error message. It appears that there is some other problem with the certificate that is not reported in the dialog.
    I would like to turn on logging in Mail.app to try to find out what is happening as the connection is made and TLS is enabled to find out why the certificate is being rejected. What options exist for logging SMTP and IMAP connections in mail? How can I find the logging options - should I look for strings in the binary or a resource file?

    You cannot log only those changes but you can log *all* changes.
    The messages 111008 and 111010 are the ones to look for (as described in this post).

  • How to enable LogMiner in Oracle 10g

    Can anyone enable LogMiner GUI in orcale database 10g?

    but the oracle documentation on logminer proves that the logminer GUI can be started from the EM database control on 10g.
    How do we start the logminer through EM?
    Everyone try and contribute,this is amajor challenge for many.

  • How to enable logging of database changes of  Z tables into a log table.

    Dear Team,
    We have 8 Z tables and we need to log the changes in these tables. Earlier Change Document process was proposed but now we know that the possible changes in the Z tables will be many and this can cause too many entries in CDHDR and CDPOS tables. Going through so many entries of Change Document tables will decrease the system performance. The other option involves enabling the Log data base changes for the Z data base tables, but this will also cause the system to slow down as per SAP F1 help on "Log data changes" checkbox.
    description-"Note: Activating logging slows down accesses that change the table. First of all, a record must be written in the log table for each change. Secondly, many users access this log table in parallel. This could cause lock situations even though the users are working with different application tables."
    So we came to a solution where we can create a Z table and we will log the above mentioned Z table changes in the Z Change table but I have no idea how to implement the suggested solution. Please help me on this.
    Regards
    Amit

    Hi,
    Have a suggestion..
    Have custom fleld as LOG with char 1 and date field (sy-datum) in all the 8 ztables. The ztables are updated either through SM30 or from custom program, making sure who ever changes the record if manually then fill that flag field as 'X' and if by program then populate the field with value 'X'.So you will know based on the flag field whether changed or not.similarly for date field updatin as well.
    Now create a custom program to update the new ztable . Schedule this program daily may be at midnight..Read the 8 ztables with having flag = 'X' and update the new ztable. Once done clear the FLAG  from all the 8 ztables to space for that day and update the date field in the custom program.
    So for that particular day the records were written to new ztable and all the 8 ztables are having flag value as space and date will be sy-datum.
    Now for next day again do the same procedure.
    Hope this gives you an idea.
    Regards,
    Nagaraj

  • How to enable logging of changes (SA38)

    Hi everyone!
    I am checking the change log for a program (RSVTPROT) for table MARV.
    However, there was no logs. When I checked the status (Logging: Display status button), the message is this:
    Logging in system XXX
    Logging is switched off
    Logging of the selected tables
      Table name       Description                                         active
      MARV             Material Control Record                        [checked]
    Does it mean that logging is turned off for the system, generally, or just for the table?
    Also, How can I turn on the logging?
    Thanks a lot!
    Message was edited by:
            Ricardo Caliolio Jr.

    > in se11, technical settings, u need to click on the
    > radiobutton logging, if it is disabled, u need basis
    > help.
    Hi! In our case, the settings for the table was fine. I think logging is not activated in our system..
    You know how to activate? Thanks!

  • How to Personalize prompts in OBIEE 10g

    Hi,
    I have a requirement that if a user "A" log in, and access dashboard he should be able to see a prompt with default values based on his preference. For example user "A" wants to see a report based on a prompt with two columns "District" and "Year" with a default value of "East" as District and "2007" as Year
    When user "B" log in, he should be able to see a prompt with a default value of "West" as District and "2009" as Year
    Can you please tell me how to implement this.
    Thanks

    Hi,
    One way to acheive this requirement, is to maintain an external table with the username and two other columns one having the value for district and other for the year. Make sure the data type of the prompt column and data type of the year and district column in the external table are the same. When you create the prompt, under default value, select sql results and use the following sql.
    select year from externaltable where upper(username)=upper(':USER');
    repeat the same for district prompt.
    Hope this helps.
    Thanks,
    -Amith.

  • How to calculate Median In OBIEE 10g

    hi
    I am trying to calculate median in OBIEE 10 g .
    The problem is that if suppose we Since the column measures are already having aggregates by default set in RPD. hence if we apply median to any measure column, then if we try to group by the report by Year or Quarter then the results are varying with undesired results . in my case i didnt wanted to apply the median function on a measure , so i created a column calculating the total number of rows in the column BRANDS , then i Applied the median function to it. like ----MEDIAN(COUNT("D4 Product"."P04 Brand") BY "D0 Time"."T03 Per Name Qtr")------. heres the scenario that i want to implement.
    Qtr Sales Median
    1 10
    2 20
    3 15
    etc...
    to be precise .. how to apply median function most appropriately over any measure or column count . and wht do i need to take care of ???
    please help ..
    thanks in advance

    Hi,
    Try with level based measures: http://gerardnico.com/wiki/dat/obiee/measure_level_based
    J.

  • How to enable logging

    Hi,
    I am trying to set the logging.
    PFB the code snippet.
    import java.util.Logger;
    public static Logger log = Logger.getLogger("com.MyFile");
    log.info("PERF: Updating Time in MyFile class");
    But this is not coming in log file. I guess we need to turn the logging on somewhere in Jdeveloper. I am using JDeveloper 11.1.1.3. Could anyone help me on this?

    How about a look into the docs: http://download.oracle.com/docs/cd/E15523_01/web.1111/b31974/web_testdebug.htm#BABDBCGF
    Timo

  • How to enable logging of weblogic classs

    Hi Everyone,
    Is there anyway I can enable the logging on few classes of the Weblogic server like "ReplicatedSessionData, SessionData, CookieSessionData" etc which are present in the "weblogic.servlet.internal.session" package.
    For your information I'm experiencing the logout issue in my server even though the user is in the session is valid. Nothing is displayed in the log files related to my application. It's just redirecting to the login page. this issue is not reproducible very often.
    Thanks

    I recommend you contact support as there are pre-defined support patterns for diagnosing the root cause for these types of issues. There are also special debug flags they can provide to provide additional logging.

  • How to enable logging for Java Web Start on Java 6.

    I'm trying to get logging working in Java Web Start from Java 6. In previous versions I was able to specify a log file in the Java Web Star control panel (or whatever it was called) , but I can't work out what to do in the Java 6 version of JWS. I've checked the docs and searched the forums here and on java.net but haven't been able to find anything.
    Does anybody know how I can get this working?
    Cheers
    Stephen.

    Sorry, I was in a hurry and didn't read your e-mail properly. Note: This is a thread in a public forum, not email.
    If it were email, it would be a private conversation,
    between you, me and whoever we add to the addess
    list. ..and you would be paying consulatnacy fees for
    my participation.
    On the public forum, it can be seen by anybody, and
    I don't send you a bill.
    And on that note, when asking for free advice on
    public forums, please read replies carefully (I
    might ask the same of a consultancy client, but
    since thay are paying by the email - it is really
    their own choice).
    ..the problem is that I can't find where the log file
    is being written. Do you know where it writes to?..
    I understand it is specified in the logging.properties
    in the lib of the JRE/JDK. E.G. several locations
    for my current system..
    C:/Program Files/Java/j2re1.5.0/lib/logging.properties
    C:/Program Files/Java/j2sdk1.5.0/jre/lib/logging.properties
    C:/Program Files/Java/j2re1.6.0/jre/lib/logging.properties

Maybe you are looking for

  • XPath Expression

    Hey Guys... Currently I am working on one Xpath expression issue..as described below; Its a File to Idoc scenario  ...where in I need to check the two Item level nodes and based on that need to produce the target Idoc. and my souce structure look lik

  • How do i unblock Firefox? it says proxy diabled/blocked it how do i fix it?

    when i open Firefox it says that it was unable to connect to any sites because proxy is blocking it

  • Feedback requested: in backing bean, use AM svc method or operation binding

    Hello all, I'm posting this here to solicit feedback from both Oracle and from the community at large. The basic question is around what is the best/better practice for calling Application Module service methods from a backing bean. One choice is to

  • Integrate multiple javabeans in one webservice

    Hi! I'm developing web services for a company, and i've a problem. I've yet built a webservice which connects via SOAP to a JavaBean. But now I want to build a webservice who connects to multiple JavaBeans (which contain the functions for the webserv

  • TS5216 faceTime on MacBook Air camera not working

    I have just tried my FaceTime for the first time in a while and it says camera not connectd.  I have looked at a few 'fixes' on here but nothing seems to work.  Any clues? Thanks