Usage Tracking Dashbiard Name

Hi All,
We have configured Usage Tracking but when we look at results, Dashboard Name is showing like "/shared/Financials/_portal/Test Dashboard" actually our dashboard name is Test Dashboard.
How can we get that Dashboard name in results?
Thanks in advance...

Hi,
to show only the name of the report you can use the EVALUATE function (in Answers or directy inside the metadata). With the EVALUATE you can fire to the database a specific function to return a value. I have made an example with Oracle Database:
EVALUATE('REVERSE(substr(REVERSE(%1),1,INSTR(REVERSE(%1),''/'')-1))',Topic."Webcat Path)
This syntax (inside a criteria of Answers) use two Oracle function, it reverse the string and find the first occurrence of the char '/' and then find the substring from first position to the '/' char, and then I reverse the string to have the correct name of the report.
If you have another database you can use the specifc funcion of the DB.
I hope it helps.
Regards,
Gianluca

Similar Messages

  • How to track frequency of usage and variant name

    Hi experts,
    Our team currently involved in Kaizen project. One of the enhancement we are looking at is tracking frequency of usage and variant name created. For example, for the payroll transaction, we created  a few variant (a,b,c,d). Is there any standard report we can check-which variant we use most; who created the variant, last change, last access,how many time we use the variant.
    Thanks in advance

    There is a table VARID where you can see who created the variant plus the date and time. This table also has the changed by details again with date and time.
    If the payroll transaction is run with a job i.e. sm37 then from there you can click on "step" and get the variant name.
    Please mark helpful or correct answers.
    If you can give me more detail of what it is you required then let me know.

  • 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 - Access problem when Authentication Mode = Windows

    Hi Everyone,
    I´m working on UPK Usage Tracking configuration, in order to provide the finished training material.
    1) In Server01 (on Window Server 2003) the UPK Usage Tracking is installed
    2) In Server02 (also on Windows Server 2003) the Usage Tracking database is installed
    3) By accessing the configuration file (http://Server01/ODSTrack/configuration/setup.aspx) on Server01,I setup the Authentication Mode = Forms
    Note: The rest of the configurations were done.
    4) Once the configuration from step 3 is done, I execute the traning material (on Server01) from another node of the windows network
    and as a result I´m able to perform it.
    5) I access the Statistc data on Server01 by accessing the file (http://Server01/ODSTrack/admin/default.aspx)and I´m also able to see the results.
    6) When I execute the step 3 but with Authentication Mode = Windows, and including the GROUP name (windows group specially created for this goal where my user is included),
    - I still have access to the training material (step 4)
    - I have NO aceess to the statistics data any more (step 5) and the following message is display
    "You do not have permission to access this page. Please contact your Usage Tracking Server Administrator to update your permissions. "
    I don´t know what else I can do, and I wonder if some other configurations need to be done at windows network and/or explorer lever or any other.
    Any help would be appreciated.
    Best Regards//
    Rubén Zamudio

    Hi All,
    This problem was solved by reconfiguring Usage Tracking in the authentication method (was anonymous and the solution was Windows integrated).
    It is important to count on people from your organization working on Networks with some knowledge in IIS.
    Best Regards
    Ruben

  • Trouble shoot Usage Tracking

    I configured Usage tracking but for some reason S_NQ_Acct table is not populating rows. I checked the error log and I see there has been some problem with the usage tracking. I used the 10.1.3.4 usage tracking rpd and did update the connection pools to point to the right database.
    The rpd metadata columns and the tables created under the schema are consistent. I do not see any errors under Usage tracking canned reports or the columns. All i see is No results because S_NQ_ACCT table is always empty, even though I ran some reports.
    Here is my usage tracking settings under nqsconfig.ini file
    ENABLE = YES;
    DIRECT_INSERT = YES;
    PHYSICAL_TABLE_NAME = "OBI Usage Tracking"."Catalog"."dbo"."S_NQ_ACCT" ;
    CONNECTION_POOL = "OBI Usage Tracking"."Usage Tracking Writer Connection Pool" ;
    BUFFER_SIZE = 10 MB ;
    BUFFER_TIME_LIMIT_SECONDS = 5 ;
    NUM_INSERT_THREADS = 5 ;
    MAX_INSERTS_PER_TRANSACTION = 1 ;
    My NqServer log details:
    2010-07-08 14:53:14
    [59055] Usage Tracking started.
    2010-07-08 14:53:16
    [16020] Metadata Database Type: Oracle8.1
    Data Source Name: Dev
    Data Source Type: Oracle 10.02.0020
    2010-07-08 14:53:16
    Data Source Name: Dev
    Client Driver Version 10.02.0001
    2010-07-08 14:53:16
    [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: 984 message: [Oracle][ODBC][Ora]ORA-00984: column not allowed here.
    [nQSError: 16015] SQL statement execution failed.
    I tried to debug what that error is but i was not successfull in doing so. One thing that i wanted to mention here is, when creating the NQ_LOGIN_GROUP view, I edited th default script for creating the column LOGIN to USER_NAME as LOGIN is a key word in ORACLE database. I dont think that is causing the issue here, as I renamed the rpd Physical column of the table as well. That was the only change i made and rest of them are default settings.
    Any suggestions here....
    Thanks
    Prash

    A lot of things smell fishy in your post. For a start your BI Server log says "Metadata Database Type: Oracle8.1" but then it says you are using "Client Driver Version 10.02.0001". Which database version are you running? If you are running 10g then make sure you set the correct database type in the Physical layer. If you are using Oracle then you should be using Oracle native drviers in your connection pool (OCI) however the PHYSICAL_TABLE_NAME definition has the "dbo" which seems to suggest you are using ODBC. Also the error you are gettign seems to suggest you are using ODBC. The insert the BI Server sends looks like this:
    INSERT INTO S_NQ_ACCT (USER_NAME, REPOSITORY_NAME, SUBJECT_AREA_NAME, NODE_ID, START_TS, START_DT, START_HOUR_MIN, END_TS, END_DT, END_HOUR_MIN, QUERY_TEXT, SUCCESS_FLG, ROW_COUNT, TOTAL_TIME_SEC, COMPILE_TIME_SEC, NUM_DB_QUERY, CUM_DB_TIME_SEC, CUM_NUM_DB_ROW, CACHE_IND_FLG, QUERY_SRC_CD, SAW_SRC_PATH, SAW_DASHBOARD, SAW_DASHBOARD_PG, PRESENTATION_NAME, RUNAS_USER_NAME, NUM_CACHE_INSERTED, NUM_CACHE_HITS)
    So try that manually to see if it works but it seems you need to to some RPD config changes first as it all looks too fishy to me.

  • 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.)

  • 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.

  • Usage Tracking - Cant perform insert operation inside a READ ONLY trans

    Hello,
    I have been experiencing the following error message when trying to install a row in our s_nq_acct table for USAGE TRACKING:
    [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.
    - I am able to manually insert rows via SQL*Plus whilst logged on as the same user as the Connection Pool
    - The Read Only option is not ticked for the ODBC
    Can anyone please help me with this?
    Thanks,
    Rhys

    Hi rnm1978,
    You were right!
    I was being a bit retarded and had to simply switch the call interface on the connection pool to use the OCI and ensure the dta source name was that of the TNS names entry and not the system DSN.

  • Oracle Usage Tracking dialog

    hi
    After installing JDeveloper 11.1.1.5.0 (and other 11g versions before that) and starting JDeveloper for the first time, an "Oracle Usage Tracking" dialog is shown with the message
    "In order to continuously improve our products, Oracle is interested in learning about product usage. To that end, automated reports can occasionally be sent to Oracle describing the product features in use. No personally identifiable information will be sent and the report will not affect performance. You can review Oracle's privacy policy on our website. "
    and a checkbox "Allow automated usage reporting to Oracle".
    see the screenshot at http://www.consideringred.com/files/oracle/img/2011/OracleUsageTracking111150.png
    - (q1) Where can details be found about this feature, like which information it sends exactly, or when?
    - (q2) Has Oracle published anything related to the results of this "Usage Tracking" feature?
    many thanks
    Jan Vervecken

    Hi Jan,
    I'm not aware of a public wiki page or anything like that which explains the data being gathered on this feature.
    What it does, is create an xml file after each close of the IDE. It records some of the API usage during a session (defined as start to close of the IDE).
    The file is saved to this location by default on a windows machine with an install with the "single user" option selected.
    C:\Documents and Settings\<username>\Application Data\JDeveloper\system11.1.1.5.37.60.13\o.ide.usages-tracking
    You can see what this file gathers if you like, by setting some bogus proxy info in the Tools --> Preference in JDev to stop JDev from being able to connect to the tracking server. Then just doing some normal work and stopping JDeveloper. The file will stay there until it can connect again.
    Of course this will only happen if you have opt-in to the usage-reporting in the first place.
    The data that is gathered is used internally by the product management team to see which features are used more often in relation to each other, etc. It is not made available publicly.
    Here is a report that I just did on my own machine. This is the result of opening an extension.xml file and then opening a .java file.
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <usages xmlns="http://xmlns.oracle.com/jdeveloper/110000/usages-tracking-data">
    <hash n="system-info">
    <value n="build-label" v="JDEVADF_11.1.1.5.0_GENERIC_110409.0025.6013"/>
    <value n="dev-build" v="false"/>
    <value n="guid" v="07dd49ee-012e-1000-8001-0a9a27d99b84"/>
    <value n="jdk-version" v="1.6.0_24"/>
    <value n="operating-system" v="Windows XP"/>
    <value n="product-edition" v="oracle.studio, oracle.j2ee, oracle.jdeveloper"/>
    <value n="product-name" v="Oracle JDeveloper 11g Release 1"/>
    <value n="product-version" v="11.1.1.5.37.60.13"/>
    <value n="session-end-time" v="1305043200531"/>
    <value n="session-id" v="1305043105550"/>
    <value n="session-start-time" v="1305043105550"/>
    <value n="user-role" v="<none>"/>
    </hash>
    <hash n="usage-data">
    <list n="activities">
    <hash>
    <value n="extension-product-id" v="oracle.jdevimpl.extensiondt.editor.ExtensionManifestEditor"/>
    <value n="property-id" v="oracle.jdeveloper.extensiondt.model.ExtensionManifestNode"/>
    <value n="time-stamp" v="1305043182769"/>
    <value n="usage-type" v="OPEN_EDITOR"/>
    </hash>
    <hash>
    <value n="extension-product-id" v="oracle.jdevimpl.extensiondt.editor.ExtensionManifestEditor"/>
    <value n="property-id" v="oracle.jdeveloper.extensiondt.model.ExtensionManifestNode"/>
    <value n="time-stamp" v="1305043182832"/>
    <value n="usage-type" v="ACTIVATE_EDITOR"/>
    </hash>
    <hash>
    <value n="extension-product-id" v="oracle.ide.ceditor.CodeEditor"/>
    <value n="property-id" v="oracle.jdeveloper.model.JavaSourceNode"/>
    <value n="time-stamp" v="1305043190096"/>
    <value n="usage-type" v="OPEN_EDITOR"/>
    </hash>
    <hash>
    <value n="extension-product-id" v="oracle.ide.ceditor.CodeEditor"/>
    <value n="property-id" v="oracle.jdeveloper.model.JavaSourceNode"/>
    <value n="time-stamp" v="1305043190767"/>
    <value n="usage-type" v="ACTIVATE_EDITOR"/>
    </hash>
    </list>
    </hash>
    </usages>
    Hope that helps explain things a bit. Let me know if you have any other Q's.
    --jb                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Failed to update usage tracking reports

    Hi
    I tried to add Usage Tracking reports to OBIEE 11.1.1.6.0 (why it is not installed by default like other BI solutions). It cannot be updated
    Any idea which step wrong?
    Thanks.
    The following objects failed to be updated to the current version of Presentation Services:
    /shared/Usage Tracking/Usage Monitoring Reports/Avg Statistics by Day
    /shared/Usage Tracking/Usage Monitoring Reports/Avg Statistics by Subject Area
    /shared/Usage Tracking/Usage Monitoring Reports/Avg Statistics by User
    /shared/Usage Tracking/Usage Monitoring Reports/Long-Running Queries
    /shared/Usage Tracking/Usage Monitoring Reports/Longest Running Queries by User
    /shared/Usage Tracking/Usage Monitoring Reports/Max Statistics by Day
    /shared/Usage Tracking/Usage Monitoring Reports/Max Statistics by Subject Area
    /shared/Usage Tracking/Usage Monitoring Reports/Max Statistics by User
    /shared/Usage Tracking/Usage Monitoring Reports/Performance by User
    /shared/Usage Tracking/Usage Monitoring Reports/Queries by Hour
    /shared/Usage Tracking/Usage Monitoring Reports/Query Count by Day of Week
    /shared/Usage Tracking/Usage Monitoring Reports/Query Count by Group Name
    /shared/Usage Tracking/Usage Monitoring Reports/Query Count by Subject Area
    /shared/Usage Tracking/Usage Monitoring Reports/Query Count by User
    /shared/Usage Tracking/Usage Monitoring Reports/Query Details by User
    /shared/Usage Tracking/Usage Monitoring Reports/Top 10 Queries

    Not sure how u have implented and also just by seeing that error it is very difficult to tell :(
    Check the below url which has step by step and let us know the updates :)
    http://paulcannon-bi.blogspot.com/2012/11/how-to-install-usage-tracking-in-obiee.html
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/ut/ut.html
    Marks as correct if it is helpful.
    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.

  • 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.

  • OBIEE 11g (11.1.1.6) usage tracking migration

    Hi Team,
    I am facing issue in setting up the usage tracking in 11g (11.1.1.6).
    All the tables and views are available in DEV_BIPLATFORM schema. Migration of the the RPD and the Catalog (available under 'sample' folder) is failing.
    Error: Wrong Password.
    I have used the default password of Usage Tracking rpd (Admin123 as well as Administrator) during migration. Even though the migration fails.
    Is there any bug associated with this as i have also tried to open the RPD with 10g (10.1.3.4) and also with 11g (11.1.1.6). In both case, they failed to open.
    Error in 10g:
    [nQSError: 36010] Server version 184 cannot read the newer version 266 of the repository.
    Error in 11g:
    [nQSError: 36015] Please run the upgrade utility obieerpdmigrateutil to upgrade the repository.

    This is a bug.
    Raised SR with Oracle to resolve it. Oracle has provided a new RPD.

  • Usage tracking problem : not started due to non-existent Usage Tracking tab

    Hello,
    I need some help after following the necessary steps to setup 'Usage Tracking'.
    My table S_NQ_ACCT stays empty.
    The structure in the rpd files looks like
    * OBI Usage Tracking
    Connection Pool
    Usage Tracking Writer Connection Pool
    Catalog
    dbo
    S_NQ_ACCT
    My nqsconfig has the following entries related to usage tracking
    # Usage Tracking Section
    # Collect usage statistics on each logical query submitted to the
    # server.
    [ USAGE_TRACKING ]
    ENABLE = YES;
    DIRECT_INSERT = YES;
    PHYSICAL_TABLE_NAME = "OBI Usage Tracking"."Catalog"."dbo"."S_NQ_ACCT";
    CONNECTION_POOL = "OBI Usage Tracking"."Usage Tracking Writer Connection Pool" ;
    BUFFER_SIZE = 10 MB ;
    BUFFER_TIME_LIMIT_SECONDS = 5 ;
    NUM_INSERT_THREADS = 5 ;
    MAX_INSERTS_PER_TRANSACTION = 1 ;
    When making queries on the Usage Tracking SA, I still receive the following error in the NQServer.log File
    +[59049] Usage Tracking not started due to non-existent Usage Tracking table "<Database>"."<Catalog>"."<Schema>"."<Table>".+
    What am I doing wrong??
    Txs for your quick help on this!
    Kr,
    A.

    Can you post your entire NQSConfig.INI file?
    According to the message guide (http://download.oracle.com/docs/cd/E12103_01/books/AnyMsg/AnyMsg_Messages.html#wp1007961) the error you're getting specifies the table that OBIEE is trying to use, so the fact that yours reports literally "<Database>"."<Catalog>"."<Schema>"."<Table>" makes me think maybe the wrong config is being picked up. Also your comment that using a file instead of DB doesn't work either.

  • Ok i work at a military base and there were iPod touch's given out to some units and I have found one and would like to return it but don't know the owner so is there a way to track a name with the serial number?

    Ok i work at a military base and there were iPod touch's given out to some units and I have found one and would like to return it but don't know the owner so is there a way to track a name with the serial number? Or how can I find out who owns it?

    No. Turn it into the military police.

Maybe you are looking for