Usage tracking on OBIEE 10.1.3.3.1

Hi All,
We want to implement the usage tracking on the OBIEE version 10.1.3.3.1. But the default rpd provided by the Oracle from the link:
http://www.oracle.com/technology/obe/obe_bi/bi_ee_1013/usage_tracking/files/SH_UsageTracking.zip
belongs to the OBIEE version 10.1.3.4.0 and higher, so when I try to open the usage tracking rpd in the OBIEE 10.1.3.3.1 the rpd does not open.
Has anyone encountered similar sort of problem? Any pointers to this would be highly helpful

Hi,
You can use the usagetracking RPD available from the below location,
C:\OracleBI\server\Sample\usagetracking
Thanks,
Vino

Similar Messages

  • Usage Tracking in OBIEE 11g - S_NQ_DB_ACCT and S_NQ_ACCT

    Hi Experts,
    How to fetch the physical query using usage tracking in OBIEE 11g, i hope in OBIEE 11g there is a feature to capture the physical query using S_NQ_DB_ACCT.
    I have imported the table S_NQ_ACCT and S_NQ_DB_ACCT in to RPD.
    Please let me know how to join these two tables(Using which Key).
    Thanks.

    Hi,
    Which version are you using it?
    If you in obiee11.1.1.6.0 and above version refer,
    CREATE TABLE [dbo].[S_NQ_ACCT](
         [USER_NAME] [varchar](128) NULL,
         [REPOSITORY_NAME] [varchar](128) NULL,
         [SUBJECT_AREA_NAME] [varchar](128) NULL,
         [NODE_ID] [varchar](15) NULL,
         [START_TS] [datetime] NULL,
         [START_DT] [datetime] NULL,
         [START_HOUR_MIN] [char](5) NULL,
         [END_TS] [datetime] NULL,
         [END_DT] [datetime] NULL,
         [END_HOUR_MIN] [char](5) NULL,
         [QUERY_TEXT] [varchar](4000) NULL,
         [QUERY_BLOB] [ntext] NULL,
         [QUERY_KEY] [varchar](128) NULL,
         [SUCCESS_FLG] [numeric](10, 0) NULL,
         [ROW_COUNT] [numeric](10, 0) NULL,
         [TOTAL_TIME_SEC] [numeric](10, 0) NULL,
         [COMPILE_TIME_SEC] [numeric](10, 0) NULL,
         [NUM_DB_QUERY] [numeric](10, 0) NULL,
         [CUM_DB_TIME_SEC] [numeric](10, 0) NULL,
         [CUM_NUM_DB_ROW] [numeric](10, 0) NULL,
         [CACHE_IND_FLG] [char](1) NOT NULL,
         [QUERY_SRC_CD] [varchar](30) NOT NULL,
         [SAW_SRC_PATH] [varchar](250) NOT NULL,
         [SAW_DASHBOARD] [varchar](150) NOT NULL,
         [SAW_DASHBOARD_PG] [varchar](150) NOT NULL,
         [PRESENTATION_NAME] [varchar](128) NOT NULL,
         [ERROR_TEXT] [varchar](250) NOT NULL,
         [IMPERSONATOR_USER_NAME] [varchar](128) NOT NULL,
         [NUM_CACHE_INSERTED] [numeric](10, 0) NULL,
         [NUM_CACHE_HITS] [numeric](10, 0) NULL
    ) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
    this one is working fine and no issue.
    Thanks
    Deva

  • Problem while installing Usage Tracking in OBIEE 10g

    Hi all,
    I am installing usage tracking in OBIEE for that created a database called usertracking using the sample tables provided in OBIEE 10g. everything is fine, but while configuring the NQSConfig.INI (like, PHYSICAL_TABLE_NAME   = "usertracking"."dbo"."S_NQ_ACCT" ; where usertracking is the database ) file I am getting the error called : Error 1067 : The process terminated unexpectedly.
    Please help me by your precious suggestions.
    Thanking you,
    Jagadeesha
    Edited by: Jagadeesh on Apr 15, 2012 9:55 PM

    Hi,
    Just keep it only below
    PHYSICAL_TABLE_NAME = "usertracking"."dbo"."S_NQ_ACCT" ;
    for example oracle default usage tracking setting in NQSconfig.ini file
    PHYSICAL_TABLE_NAME = "OBI Usage Tracking"."Catalog"."dbo"."S_NQ_ACCT";
    CONNECTION_POOL = "OBI Usage Tracking"."Usage Tracking Writer Connection Pool" ;
    For more info refer :
    http://obiee101.blogspot.com/2008/08/obiee-setting-up-usage-tracking.html
    http://www.obieetalk.com/obiee11g-setting-usage-tracking
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/biee/r1013/usage_tracking/usage_tracking.htm
    http://oraclebizint.wordpress.com/2007/08/14/usage-tracking-in-obi-ee/
    Thanks
    Deva

  • Error in implementing Usage Tracking in OBIEE

    Hi All,
    I wants to implement Usage Tracking in my project. I have done all the steps as per link http://obiee101.blogspot.com/2008/08/obiee-setting-up-usage-tracking.html
    But i am getting following error in NQServer.log file----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    [59048] Usage Tracking encountered an insert statement execution error. This error has occurred 1 times and resulted in the loss of 1 insert statements since this message was last logged.
    [nQSError: 16001] ODBC error state: S1000 code: 1456 message: [Oracle][ODBC][Ora]ORA-01456: may not perform insert/delete/update operation inside a READ ONLY transaction.
    [nQSError: 16015] SQL statement execution failed.
    I have also check by changing the Call_Interface in Connection Pool of Admin Tool from ODBC 3.5 to OCI 10g. By this chage i get ollowing error:
    [59048] Usage Tracking encountered an insert statement execution error. This error has occurred 1 times and resulted in the loss of 1 insert statements since this message was last logged.
    [nQSError: 17001] Oracle Error code: 3114, message: ORA-03114: not connected to ORACLE
    at OCI call OCIStmtExecute.
    [nQSError: 17011] SQL statement execution failed.
    Please help....
    Thanks in Advance...
    Regards,
    Avi

    problem is solved....
    Actually in NQServer.ini file i was using actual Database name instead of Admin Tool Physical Layer name at PHSICAL TABLE NAME: <database>.<schema>.<tablename>
    and at CONNECTION POOL: <database name>.<connection pool>
    thanks...

  • USAGE TRACKING Error in Obiee 11.1.1.6.0

    Hi All,
    I have configured usage tracking in our Obiee 11.1.1.6.0 version properly using enterprise manager. And, I have also created a a subject area in the repository called "Usage Tracking" where I gave all the details of "DEV_BIPLATFORM" schema in the connection pool as well. Now when I go to analysis to build a report using same subject area, I can't see any results. I checked the SQL and its quering from the right table "S_NQ_ACCT" but just can't populate the usage information. Also I checked in the database. The table is empty there too!! But It works fine for Obiee 11.1.1.5.0 version.
    I referred following oracle link to configure usage tracking in Obiee 11.1.1.6.0.
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/ut/ut.html
    PLEASE HELP!!
    Thanks,
    BK.

    Hi,
    Thank You for your quick reply. The table permission was alright.
    Its very strange that, we configure usage tracking in obiee 11.1.1.6.0 using enterprise manager and that how all document says. And then it should automatically update the "NQSCONFIG.INI". But it was not updated there. So we need to change all configuration settings in both "Enterprise Manager" and also in the "NQSCONFIG.INI". Then it works fine!!
    Thanks,
    BK.

  • Usage Tracking Subject Area in OBIEE 11 not visible in Answers

    Hi All,
    I implemented Usage tracking in OBIEE 11G, set the permissions to every one in presentation layer of the rpd. Re started the server, I am able to see Usage Tracking dashboard but not able to see Usage Tracking Subject area in the Answers.
    Please help me..
    Thanks,
    LonaD

    Hi,
    I tried to set privileges under Administration->Manage Privileges->Add respective role to that SA,
    here the respective role is not showing up to add in search. However i have already Created Application Roles and Assigned User Groups to Roles.
    Please help.
    Thanks,
    LonaD

  • OBIEE 11g - Usage Tracking Not Working

    Dear All,
    I have enabled the usage Tracking in OBIEE 11g by using Setting up Usage Tracking in Oracle BI 11g guide.
    Still i am getting the following error
    Usage Tracking not started due to non-existent Usage Tracking table "12-Usage Tracking"."Usage Tracking Schema"."S_NQ_ACCT".
    In my RPD,
    Database Name : "12-Usage Tracking"
    Physical Schema Name : "Usage Tracking Schema"
    Physical Table Name : "S_NQ_ACCT"
    This table reside under BIPLATFORM Schema in Oracle.
    I have followed the steps mentioned in the Document, still unable to find why getting such error. Please point out if any mistake exists.
    Please advice.

    Hi,
    Good for you.
    Maybe you can post the solution and how you solved your issue to help other users having the same problem and then close the thread (currently it's still This question is Not Answered.)

  • OBIEE 11G - Usage Tracking - Table S_NQ_DB_ACCT

    Hi
    I successfully set up usage tracking in Obiee 11 and the table S_NQ_ACCT gets a lot of new records. Basically it's working.
    In the nqserver.log I get some errors concerning a new table S_NQ_DB_ACCT:
    [nQSError: 17001] Oracle Error code: 942, message: ORA-00942: table or view does not exist
    at OCI call OCIStmtExecute: INSERT INTO S_NQ_DB_ACCT (ID,LOGICAL_QUERY_ID,QUERY_TEXT,QUERY_BLOB,TIME_SEC,ROW_COUNT,START_TS,START_DT,START_HOUR_MIN,END_TS,END_DT,END_HOUR_MIN) VALUES (:1,:2,:3,:4,:5,:6,:7,:8,:9,:10,:11,:12).
    This is an additional Usage Tracking Table which didn't exist in OBIEE 10G.
    I configured the table as S_NQ_ACCT in the same place in the repositry/connection pool. Writing to this table should be possible.
    Does anybody has an idea what could be wrong? Does another user fill data to this table than the user which fills data to S_NQ_ACCT?
    Thank you

    Hi
    Thank you.
    I use the table within the default RCU created schema. What I don't understand ist why the table S_NQ_ACCT gets a lot of records (because I set the loglevel) but S_NQ_DB_ACCT keeps empty with the error in the nqserver.log. I mean if one table works then the other should be working too? I checked also the permissions which are the same for both tables.
    [2012-06-04T15:14:39.000+00:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 7d4f9e9d968c0bfe:-39c197c9:13773b9d89f:-8000-000000000005c768] [tid: 18e0] [nQSError: 17011] SQL statement execution failed. [[
    [nQSError: 17001] Oracle Error code: 942, message: ORA-00942: table or view does not exist
    at OCI call OCIStmtExecute: INSERT INTO S_NQ_DB_ACCT (ID,LOGICAL_QUERY_ID,QUERY_TEXT,QUERY_BLOB,TIME_SEC,ROW_COUNT,START_TS,START_DT,START_HOUR_MIN,END_TS,END_DT,END_HOUR_MIN) VALUES (:1,:2,:3,:4,:5,:6,:7,:8,:9,:10,:11,:12).
    ]]

  • BI publisher report : why "Database Usage Tracking Summary"  repport is empty ?

    Hi everyone,
    I'me using BI publisher intergated to Grid Control12c (R3), trying to get "Database Usage Tracking Summary" report folowing Oracle documentation (http://docs.oracle.com/cd/E24628_01/doc.121/e24473/usage_reports.htm#EMADM13568)
    And I have 2 problems :
    1) FTPburst delivery is not working, sftp is configured but still have the folowing error
    Echec de la distribution.
    [INSTANCE_ID=gs00slli052.occ.lan.1424277393149] [OUTPUT_ID=1973]
    Echec de distribution du document
    [INSTANCE_ID=gs00slli052.occ.lan.1424277393149] [DELIVERY_ID=1974]Error deliver document to FTP::Exception happened when calling deliver API::Error deliver document to FTP::FILE=[::Exception happened when calling deliver API::oracle.xdo.delivery.ssh2.SshException: Error in writing data Broken pipeoracle.xdo.service.delivery.DeliveryException: oracle.xdo.delivery.ssh2.SshException: Error in writing data Broken pipe
    at oracle.xdo.service.delivery.impl.DeliveryServiceI
    2) Since FTPburst delivery is not working, i decide to try mail delivery. The delivery itself is working but the report is empty (see Sortie1.xls in attachements)
    So i don't know why is it empty.
    Can someone   guide me  ?

    Hi,
    Thank You for your quick reply. The table permission was alright.
    Its very strange that, we configure usage tracking in obiee 11.1.1.6.0 using enterprise manager and that how all document says. And then it should automatically update the "NQSCONFIG.INI". But it was not updated there. So we need to change all configuration settings in both "Enterprise Manager" and also in the "NQSCONFIG.INI". Then it works fine!!
    Thanks,
    BK.

  • Usage Tracking Catalog Problem

    I am trying to setup usage tracking in OBIEE running on Windows 2008. Every time I try to open the sample catalog I receive the following error: Error initializing/loading existing Catalog: D:\UsageStatistics\UsageTracking. I have tried the file from three different installs with the same error. I am using 7-Zip to unpack the zip file.
    Any ideas

    Sorry about that -- this is 11g. I haven't gotten far. I have been using blogs like: http://obieeelegant.blogspot.com/2011/08/obiee11g-setting-up-usage-tracking.html to guide me. While looking at the sample files provided I just wanted to take a look at the catalog provided in OBIEEHOME\instances\instance1\bifoundation\OracleBIServerComponent\coreapplication_obis1\sample\usagetracking\usagetracking.zip. When I unzip and then try and open it in offline mode I am getting the error.

  • Can we improve performence using usage tracking

    hi all
    wat is the use of usage tracking in obiee
    by using this can we improve report performance
    Thanks
    Sreedhar

    Hi,
    We can use it to track the performance but not to improve the performance...
    Check this....http://sranka.wordpress.com/2010/06/22/the-myth-usage-tracking-measures-for-tracking-the-performance-of-report-retrieval-time/
    In order to improve performance...http://obieetalk.com/obiee-performance-tuning
    http://www.rittmanmead.com/2008/11/28/thoughts-on-obiee-performance-optimization-diagnostics/
    Regards,
    Srikanth

  • Usage tracking problem

    Hi all,
    I am trying to set up usage tracking in obiee 11.1.1.6 but I am not able to see any data in the usage tracking table (S_NQ_ACCT). The table is always empty and no data get collected.
    I used the new MBean feature to set up the usage tracking details in NQSConfig.ini
    I don't see any details in the NQServer.log saying that usage tracking has started.
    I did it in two different environment and in both I am not able to see data in the table.
    Any ideas?
    Thanks

    So connection is good and all usage tracking settings in Mbean set to "true".
    1. Are you using table created by RCU in _BIPLATFORM schema?
    2. Is this fresh install or upgraded?

  • "ORA-01704: string literal too long" with Usage Tracking

    Hello,
      We are facing “ORA-01704: string literal too long" with Usage Tracking in OBIEE 11.1.1.6.0 environment and as per Doc ID 1274586.1 we upgraded the environment to 11.1.1.6.12. But still the issue is not resolved.
    Any ideas or suggestions?
    Thanks

    Check this cool-bi.com

  • Usage Tracking with Display_Name

    Hi experts!
    I have implemented usage tracking on obiee 11.1.1.5.0 and all works fine. I need an additional data in my subject area of UsageTracking, DISPLAY_NAME.
    I can see users with your login but I can't see name of these users.
    I try to modify script code to create a table (S_NQ_ACCT Table) adding DISPLAY_NAME but don't work...
    Any help¿?
    Thanks!!

    Hi All, no need to create that manually, it will come in default. The main use of Usage tracking is you can see how many users are using how many tables in how many times and wat will be the timings. Once you give the usage tracking credentials in EM, If you run the reports you can check the the columns in physical layer by update by count option, it will show . before that you have to import that S_NQ_ACCT table into physical layer. Hope it will be useful for u guysss.

  • Clear up Usage tracking in Version 8

    <p>Is there a way to clear up the usage tracking records inV8_USAGE_ATTRIBUTES table to clear up the table.  The has 2.6million rows and slowing up the the migration to sytem 9.  Anythoughts on this?</p>

    Hi Mathias
    Yes I did. It appears, that with the new version, we are also getting some new Usage Tracking data. These were created when you updated your schemas. So you need to reimport the usage tracking metadata for your usage tracking. OBIEE gives the errors because it can't write the new data fields. Once I did that, most of my reporting started to work again. The reason for the added data, is for Exalytics usage. You might not need them, but you can't come around them - so reimport the metadata, and you should be fine.
    It's just not very clear, that you need to do this, from the documentation Oracle provides, atleast it wasn't for you and me any ways. Hope this helps! :-)
    Regards, Jacob

Maybe you are looking for

  • How do i change the master password on lion

    hi, i know the master password on my macbook pro but i would like to change it and since i upgraded to lion i cant a optionto change it any where. Macbook Pro osx 10.7 FileVault Is ON

  • Can't find the jammed paper in 2605nd printer

    I accidently used jetprinter photo paper in my 2605 printer.  It was a disaster.  I tried to print a blank sheet of paper with a few characters of black, yellow, red and blue on regular paper to try to clear up any powder on the inside of the printer

  • Problema iphone 5s bateria

    buenas tardes soy gomez federico de Argentina Compre ONU 5s apple iphone Hace Meses y Tengo Grandes Problemas con la bateria q uiero sable si USTEDES me pueden Recomendar algun tienda de aplicaciones en buenos aires PORQUE Estoy desepcionado pense Qu

  • Inverter or Backlight?

    Hi, I'm having a little bit of trouble with a new macbook that I hope you can help with... This morning I was just opening up an internet connection when the display became very very black (though intermittently a faint outline of the desktop could b

  • How to add an email account to the inbox

    HHow to add an email account to inbox on an ipad