Web content reporting User information

HI Guys,
We have been using the web content reporting tool for a while now.  We however want to have information about WHO logged on.
If I look into the databse I can see a hashed userid is logged.  Has anyone allready tried to get this information into the reports?  (
Does anyone has an idea to unhash this userid, or maybe better DO not hash it at all?
Thanks
Joachim

It seems I am blond.  I somehow missed the parameters in the application descriptor.  It now seems to be writing the logon id(unhashed) in te logonid field.
Hopefully it will appear in the standard reports.....

Similar Messages

  • Errors when using Web Content Reporting

    Hi,
    has anybody installed Web Content Reporting from the SDN download successful?
    We got through the db-update and ran the aggregator component.
    But we have two errors:
    1.) When restarting the service, we get the following error:
    Jan 18, 2005 11:33:06 AM # PRT-Async 0          Fatal           unexpected error
    java.lang.IllegalArgumentException: Name value is not one of the known names or integer.
         at com.sapportals.portal.prt.logger.Level.parse(Level.java:154)
         at com.sapportals.portal.prt.logger.util.LoggerFile.isLevelRequired(LoggerFile.java:124)
         at ...
    2.) Trying to use the iview webreportform we get the error:
    com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Resource
    Component : com.sap.portal.webreport.frontend.webreportform
    Component class : com.sap.portal.webreport.frontend.WebReportForm
    User : stuehrman_h
    Caused by: com.sapportals.portal.prt.component.PortalComponentException: Unable to Find Method : key
         at com.sapportals.portal.prt.core.broker.JSPComponentItem.getComponentInstance(JSPComponentItem.java:101)
    We are on EP6.0 SP2, Patch 28.
    Any ideas?
    Best Regards,
    Helge Stührmann

    Helge,
    did you find out why there is nothing displayed? I experience the same issue, the lists in the FORM iView are empty.
    Is the aggregator not working? I get the following in the log of:
    *--flush data begin--*
    Data_Reporter1107427396468 - opening new connection
    Current database timestamp: 2005-02-03 11:55:16.483
    Data_Reporter1107427396468 - Closing connection
    Data_Reporter1107427396468 - opening new connection
    Data_Reporter1107427396468 - commit and close connection done
    Data_Reporter1107427396468 - opening new connection
    Data_Reporter1107427396468 - connection closed
    2 user ids saved
    Data_Reporter1107427396468 - opening new connection
    Data_Reporter1107427396468 - commit and close connection done
    Data_Reporter1107427396468 - opening new connection
    Data_Reporter1107427396468 - connection closed
    11 pages saved
    Data_Reporter1107427396468 - opening new connection
    Data_Reporter1107427396468 - commit and close connection done
    Data_Reporter1107427396468 - opening new connection
    Data_Reporter1107427396468 - connection closed
    47 iViews saved
    *--flush data end--*
    *Duration: 109 millis*
    Thread will flush data in 60 minutes.
    WebReportForm.doInitialization()
    Current database timestamp: 2005-02-03 12:07:17.607
    WebReportForm.doProcessAfterInput()
    Converted 20050203,00 to Thu Feb 03 01:00:00 CET 2005 to 1107388800000
    WebReportForm.doProcessAfterInput()
    Converted 20050203,00 to Thu Feb 03 01:00:00 CET 2005 to 1107388800000
    WebReportForm.onSubmitButtonClicked()
    Skipped 0 PCD URLs
    Database accesses: 0, Cache Hits: 0
    Database access took 16 milliseconds.
    WebReportForm.doProcessAfterInput()
    WebReportForm.doInitialization()
    Current database timestamp: 2005-02-03 12:08:03.293
    Regards,
    Erik

  • For forum: re: Tools Options Network Offline Web Content and User Data, see Details below, thanks in advance!

    For forum: re: Tools>Options>Network>Offline Web Content and User Data, (Help) says in part, '..If you have previously blocked a website from storing data for offline use..', If this refers to the times I have 'denied' a web service from storing data on my machine, then something is wrong. I have 'denied' many such requests, yet there is nothing in the box (Exceptions) 'Offline Data'. Why is there nothing in the box, and/or how do I manually add a service to the 'blocked' box? For me, this is a real problem as I have spent as much as 5 minutes clicking on the little 'Deny' box in the request before it goes away and allows me to watch the video I wanted to watch (the little 'request' box sits right in the middle of the video box, blocking viewing of the video). Is this a problem with Adobe Flash Player Settings (whos 'request' box it appears to belong to) or a problem with the Firefox> Tools (Local Storage) settings? (a picture of this 'request box' available on request)

    Note that Offline Web Content is different then local DOM storage and is only used on a few websites that run an application like the mega.co.nz website.
    You can inspect and manage the permissions for all domains on the <b>about:permissions</b> page or for the domain in the currently selected tab via these steps:
    *Click the "Site Identity Button" (globe/padlock) on the location bar
    *Click "More Information" to open Page Info
    *Go to the Permissions tab
    *Tools > Page Info > Permissions
    *https://support.mozilla.org/kb/how-do-i-manage-website-permissions
    You can delete the permissions.sqlite file to reset all permissions.

  • Problem installing Web Content Reporting

    Hi,
    we tried to install Web Content Reporting on our EP6.0 SP2 and MS SQL Server / Win 2000.
    We use the Installationmanual and executed the following SQL-Statement :
    >>
    USE master
    exec sp_addlogin 'webreporting', 'pibm001', 'B07'
    USE B07
    exec sp_grantdbaccess 'webreporting'
    GO
    exec sp_addrole 'webreporting_role'
    exec sp_addrolemember 'webreporting_role', 'webreporting'
    CREATE TABLE [WCR_AGGINFO] ("TIMESTAMPHOUR" BIGINT  NOT NULL, "AGGREGATIONLEVEL" NVARCHAR(1) DEFAULT N' ' NOT NULL, "LASTAGGLEVEL" NVARCHAR(1) DEFAULT N' ' NOT NULL, "NUMAGGREGATES" BIGINT  NOT NULL)
    ALTER TABLE [WCR_AGGINFO] ADD PRIMARY KEY ([TIMESTAMPHOUR], [AGGREGATIONLEVEL])
    CREATE TABLE [WCR_USERNODESTAT] ("TIMESTAMPHOUR" BIGINT  NOT NULL, "NODEID" BIGINT  NOT NULL, "HASHEDUSERID" NVARCHAR(28) DEFAULT N' ' NOT NULL, "USERTYPE" NVARCHAR(1) DEFAULT N' ' NOT NULL, "LOGONID" NVARCHAR(255))
    ALTER TABLE [WCR_USERNODESTAT] ADD PRIMARY KEY (  [TIMESTAMPHOUR],  [NODEID],  [HASHEDUSERID])
    CREATE TABLE [WCR_USERSTAT] ("TIMESTAMPHOUR" BIGINT  NOT NULL, "AGGREGATIONLEVEL" NVARCHAR(1) DEFAULT N' ' NOT NULL, "HASHEDUSERID" NVARCHAR(28) DEFAULT N' ' NOT NULL, "USERTYPE" NVARCHAR(1) DEFAULT N' ' NOT NULL, "LOGONID" NVARCHAR(255))
    ALTER TABLE [WCR_USERSTAT] ADD PRIMARY KEY (  [TIMESTAMPHOUR],  [AGGREGATIONLEVEL],  [HASHEDUSERID])
    CREATE TABLE [WCR_WEBCNODESTAT] ("TIMESTAMPHOUR" BIGINT  NOT NULL, "NODEID" BIGINT  NOT NULL, "COUNTER" BIGINT  NOT NULL, "PCDURL" NTEXT  , "OBJECTTYPE" NVARCHAR(1) DEFAULT N' ' NOT NULL, "IMPRESSIONS" BIGINT  NOT NULL, "VISITS" BIGINT  NOT NULL, "CUSTOM" NVARCHAR(1024))
    ALTER TABLE [WCR_WEBCNODESTAT] ADD PRIMARY KEY (  [TIMESTAMPHOUR],  [NODEID],  [COUNTER])
    CREATE TABLE [WCR_WEBCONTENTSTAT] ("TIMESTAMPHOUR" BIGINT  NOT NULL, "AGGREGATIONLEVEL" NVARCHAR(1) DEFAULT N' ' NOT NULL, "COUNTER" BIGINT  NOT NULL, "PCDURL" NTEXT  , "OBJECTTYPE" NVARCHAR(1) DEFAULT N' ' NOT NULL, "IMPRESSIONS" BIGINT  NOT NULL, "VISITS" BIGINT  NOT NULL, "CUSTOM" NVARCHAR(1024)  )
    ALTER TABLE [WCR_WEBCONTENTSTAT] ADD PRIMARY KEY (  [TIMESTAMPHOUR],  [AGGREGATIONLEVEL],  [COUNTER])
    grant all on WCR_AGGINFO to webreporting
    grant all on WCR_USERNODESTAT to webreporting
    grant all on WCR_USERSTAT to webreporting
    grant all on WCR_WEBCNODESTAT to webreporting
    grant all on WCR_WEBCONTENTSTAT to webreporting
    <<
    but we got the error :
    >>
    server: Msg 911, Level 16, State 1, Line 3
    Could not locate entry in sysdatabases for database 'B07'. No entry found with that name. Make sure that the name is entered correctly.
    <<
    Has anyone an idea?
    Thanx

    HI,
    I've got it.
    The manual didn't say to create a new database
    and I'm not the specialist in SQL.
    It seems to run now.
    Rüdiger

  • Firefox not honoring "Offline Web Content And User Data" settings

    Firefox always accepts offline web content and user data, I never get any notification regardless of the "tell me when a website asks to store data for offline use" setting (found in Preferences > Advanced > network).
    I also completely cleared the about:permissions tab. Regardless of the "All sites > Offline storage" setting, offline storage is always allowed.
    Here is a step- by step guide to reproduce my issue.
    1. Make sure about:permissions is clear
    2. make sure the list at: preferences > Network > "The following websites are ...." is also clear
    3. Close the preferences window
    4. Go to go to http://appcachefacts.info/demo/ ... No notification regarding offline cache will be shown.
    5. Open the preference window, the list at preferences > Network > "The following websites are ...."
    Will now be populated with http://appcachefacts.info (1.1MB)
    This list entry persists even after closing the browser window and re-opening it.
    This happens with complete disregard to the settings described in the first paragraph.
    I found a related issue, but it is old and archived:
    https://support.mozilla.org/he/questions/981189

    Firefox will store small amounts (less than 50 MB) of data without asking for permission.
    *offline-apps.allow_by_default;true
    *offline-apps.quota.warn;51200
    You can toggle the offline-apps.allow_by_default pref to false to make Firefox ask.

  • How to create the web based report without enterprise portal?

    Hi experts,
    We don't have enterprise portal but I like to create the web based version of the existing Bex reports and which option is the best to distribute this web based report using information broadcasting?
    Can I use report designer for this?
    Thanks in advance.
    Sharat.

    Hi Sharat
    In BI 7.0 the Queries which u devoleped can be broad casted by using two ways .
    1. Enterprise portal
    2.Web Application Designer(WAD)
    So you can choose any of the option, For the Option 1 you should have seperate server for the EP or else For option 2 you have to make some setting in the BI system to enable the Web reports..
    Reagrds
    Satish

  • Aski user information while trying to print a report from a web application

    Hi,
            I am trying to print a report from web application. When I click on the print button then the page is redirected to the below link and asking for user information. See the below given link for more help.
    _http://<server><port>PlatformServices/service/app/logon.do?appKind=InfoView&service=%2FOpenDocument%2FappService.do&backContext=%2FOpenDocument&backUrl=%2Fopendoc%2FopenDocument.jsp%3FSERVICE%3D%252FOpenDocument%252FappService.do%26OBJIDS%3D20016421%26backUrl%3D%252Fcontent%252Fview.do%26PREF%3DmaxOpageUt%253D200%253BmaxOpageC%253D10%253Btz%253DUS%252FPacific%253BmUnit%253Dinch%253BshowFilters%253Dtrue%253BsmtpFrom%253Dtrue%253BpromptForUnsavedData%253Dtrue%253B%26CONTAINERID%3D6424083%26backContext%3D%252FPlatformServices%26LOC%3Den%26APPKIND%3DInfoView%26PVL%3Den%26ACTID%3D280%26service%3Dtimeout&backUrlParents=1&appName=OpenDocument&prodName=BusinessObjects+Enterprise&cmsVisible=false&cms=<servername>%3A6600&authenticationVisible=false&authType=secEnterprise&sso=false&sm=true&smAuth=secLDAP&persistCookies=true&sessionCookie=true&useLogonToken=true
    The instance Id for the report is generated successfully and the staus of the report is showing as success on Business Objects server side ie. crystal server side.
    And we are using OpneDocumentURL for generating the report. And the in the URL we are passing the "Instatce ID" and the "Token" which Both are generated successfully.

    Hi,
    This is a crystal report link which i am trying to print.
    The actual URL to generate a report is,
    http://servername:port/OpenDocument/opendoc/openDocument.jsp?&iDocID=22874532&token=systemname%4022874531JOLS2B40fr7cuAE522874529JVB36Yr3PswjM7IP
    but it is redirected to below URL,
    http://servername:port/PlatformServices/service/app/logon.do?appKind=InfoView&service=%2FOpenDocument%2FappService.do&backContext=%2FOpenDocument&backUrl=%2Fopendoc%2FopenDocument.jsp%3FPREF%3DmaxOpageUt%253D200%253BmaxOpageC%253D10%253Btz%253DUS%252FPacific%253BmUnit%253Dinch%253BshowFilters%253Dtrue%253BsmtpFrom%253Dtrue%253BpromptForUnsavedData%253Dtrue%253B%26service%3Dtimeout%26CONTAINERID%3D21700595%26backContext%3D%252FPlatformServices%26ACTID%3D279%26OBJIDS%3D22874532%26SERVICE%3D%252FOpenDocument%252FappService.do%26APPKIND%3DInfoView%26LOC%3Den%26PVL%3Den%26backUrl%3D%252Fcontent%252Fview.do&backUrlParents=1&appName=OpenDocument&prodName=BusinessObjects+Enterprise&cmsVisible=false&cms=systemname&authenticationVisible=false&authType=secEnterprise&sso=false&sm=true&smAuth=secLDAP&persistCookies=true&sessionCookie=true&useLogonToken=true
    -VinodC

  • Some of the user information is displaying as domain\userid in site web analytics report under top visitors list

    Hi,
    When I was checking the top visitors list under web analytics report I see few user names as full name and most of other users as domain\userid. How can i show all the list as user full name.
    We are using SharePoint 2010.
    Thanks in advance!!!!!!
    Rithu

    Hi,
    This might be problem with User Profile service configuration settings.  Please refer to the similar post.
    http://social.technet.microsoft.com/Forums/en-US/0857f140-84f8-4c7c-a0e0-7b3e79d9619b/sharepoint-server-2010-display-name-issue-with-top-visitors-web-analytic-report?forum=sharepointadminprevious
    Please mark it answered, if your problem resolved.

  • How to pass preprocessing information to a web service report?

    Post Author: rmsky
    CA Forum: Crystal Reports
    Does anyone know how a web service client can provide information to the constructor for a Crystal Reports web service report so that it can preload a non-trivial dataset prior to running a report. For example, if I want to load a dataset based on a user ID prior to calling SetDataSource, how do I get that user ID to the web service report constructor? If I pass a parameter into the report via the CrystalReportsViewer, is there any way to get access to that parameter at the web service? Thanks.

    SSZ wrote:
    Yes.But couldn't understand where to start.In that case use the magic wand.
    Ask specific questions, Many of your posts have an underlying tone , that of you not having read any documentation of bothered to research anything yourself I havent got the time to tell you how if you havent got the time to tell me what you have read , what you grasp and what you do not grasp.

  • How to Set up the User POV in Web Analysis report

    Hi , I am new to create the Hyperion Web Analysis report.
    I am trying to set up the user POV. I have followed the document and did the below steps.
    1. I went to User preference -> OLAP Server -->checked the BOX "Save Filters only for POV".
    2. selected the layout and in options checked the Use user POV.
    after that I have opened the report in HTML. nothing got prompted.
    When I opened the Financial report, It will prompt user to select the year, period, entity, etc... I need the same way in Web Analysis also.
    I have selected Accounts in rows, Entity, Year, Period in columns , rest all i kept in Filters.
    Could some one please help me how user can get prompted to select the members from dimensions.
    Thanks

    What you have in Webanalysis is POV and PV
    Applying Point of View (POV)
    Selecting Personal Variables
    You can also look at Oracle - Hyperion Labs......: WebAnalysis - how to show the current user's report when he logs in to see how PV can be leveraged.
    There is no prompt option in WebAnalysis
    Regards
    Celvin
    http://www.orahyplabs.com

  • User Information checkboxes in remote web service

    They have these checkboxes there for a reason - ease of property retrieval in a remote portlet. However, I'm unable to retrieve these values w/o using the IObjectManager and IExtendedData. If I'm using the .net app accel 1.1 and my portlet page is inheriting from the ALIPortletPage class, how the heck do I easily retrieve the user's email or full name or company name or any of the checkboxed values?
    Right now I achieve this like this:
    IRemoteSession currSession = RemoteSessionFactory.GetTokenContext(this.RemoteAPIEndpoint, User.LoginToken);
    IObjectManager objMgr = currSession.GetObjectManager(ObjectClass.User) as IObjectManager;
    IExtendedData extData = objMgr.QueryExtendedData(this.User.ID) as IExtendedData;
    // employee id
    extData.GetValue("Employee Id").ToString();
    // company
    extData.GetValue("Company").ToString();
    This works fine, but there must be an easier way than this if they're explicity offering checkboxes at the web service level for the most used properties. Anyone?

    Are you trying to get info about a random user? or the currently logged in user?
    There appears to be a transformer tag to retrieve info about the logged in user:
    The userInfo tag is replaced with the value of the specified User Information setting. Note that this tag uses camel case for the tag name (userInfo).
    Example:
    <pt:userInfo pt:name="FullName"/>
    http://edocs.bea.com/en/alui/devdoc/docs6x/api_libraries/tagdocs/ali/6.5/transformer/userinfo.html

  • How to get the ep user information data in the web dynpro?

    Hi all
      I want to create a web dynpro application on EP.I want to get the ep user information data in the web dynpro.How can I do?Thanks.

    Lin,
    Two steps to achieve this:-
    <b>Step 1:</b> Add the following code in your view Controller:-
    IWDClientUser user = WDClientUser.getCurrentUser();
    IUser objUser = user.getSAPUser();
    wdContext.currentContextElement().setXXXX(objUser.getUniqueName());
    wdContext.currentContextElement().setYYYY(objUser.getFirstName());
    wdContext.currentContextElement().setZZZZ(objUser.getLastName());
    where XXXX, YYYY , ZZZZ are the context names.
    getUniqueName : Gives Login id of Portal user.
    getFirstName : Gives First Name of the Portal user.
    getLastname : Gives Last Name of the Portal user.
    <b>Step 2 : </b>Use "Organize imports" and make sure that you have the following two libraries added in the build path of your project. You can do these by right clicking on your project name ==> Properties ==> Java Build Path ==> Libraries ==> Add External jars.
    The external jars are :
    <b>com.sap.security.api.jar
    com.sap.security.api.perm.jar</b>
    Finally rebuild your project and deploy.
    Regards,
    <b>Chintan Virani.</b>

  • Can web content overlay  refresh when a user re-enters the page?

    I have a page that has  a web content overlay that id like to refresh when a user re-enters the page.
    To be exact i have a photswipe gallery that works great butid like it to restart from the beginning when a user renters the page

    There is no simple way to disable swiping to a new page. You could put an empty scrolling frame in, I suppose, but I don’t see how that would make the reader’s experience very good.
    Bob

  • Sharepoint 2010 Content Deployemnt Job issue with duplicate fields in User information List

    Hi friends,
    I am facing below issue with the content deployment job.
    It was working earlier. But now since from couple of days all the content deployment jobs in production environment are failing with below error.
    Field name already exists. The name used for this field is already used by another field in the list. Select another name and try again.
    ObjectName="User Information List".
    When I check the fields in User information list in targeted site, I found couple of columns are dupicate like "ask me about",first name","Last name" etc.
    Do i Need to drop target site collection or recreate with fresh content deployment job.
    Please suggest.
    Please help .
    Regards
    Subrat

    Hi,
    According to your post, my understanding is that you got duplicate field error.
    Based on the error message, you can try to use the following code sample to remove duplicate records, and check whether it works:
    http://social.msdn.microsoft.com/Forums/en-US/sharepointgeneralprevious/thread/41ee04bd-91fb-4bf9-932a-bac42c56c357
    Here is a similar issue, you can also use the ‘RemoveDuplicateColumn64’ provided:
    http://sharepointsurfer.wordpress.com/2012/04/27/how-to-fix-publishing-site-content-deployment-error-duplicate-first-name-column/
    What’s more, as you had said, you can recreate a site with a fresh deployment job.
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Infopath - Get information about direct reports users without code

    Hi, Is it possible to do this?
    Thanks in advance!

    Hi Hemendra,
    he needs to get direct reports users field to figure out if current user have anyone reporting to him, which as a field if NOT null then current user is a manager to someone.
    unfortunately direct reports users OOTB can't be retrived by UserProfileService, where only the following user data are retrivable:
    UserProfile_GUID
    FirstName
    LastName
    PreferredName
    WorkPhone
    AccountName
    Department
    Title
    Manager
    AboutMe
    Office
    PersonalSpace
    PictureURL
    UserName
    QuickLinks
    WebSite
    PublicSiteRedirect
    SPS-Dotted-line
    SPS-Peers
    SPS-Responsibility
    SPS-Skills
    SPS-PastProjects
    SPS-Interests
    SPS-School
    SPS-SipAddress
    SPS-Birthday
    SPS-MySiteUpgrade
    SPS-DontSuggestList
    SPS-ProxyAddresses
    SPS-HireDate
    SPS-LastColleagueAdded
    SPS-OWAUrl
    SPS-ResourceAccountName
    SPS-MasterAccountName
    Assistant
    WorkEmail
    CellPhone
    Fax
    HomePhone
    hope this helps
    If a reply helps you Vote As Helpful, if a reply solves your problem don't forget to Mark As Answer. Aabed Yassine.

Maybe you are looking for

  • Read a txt file and save the value to array --PowerShell

    Hi Scriping guy.   Now i have a server name list , what i want to do was to build a array based on the txt file. The txt file looks like below. servername1,servername2,servername3,............servernameN   Can anyone help me ,thanks soo

  • Open browser from application

    please tell me how to open browser from an application.i want to give links in my application.

  • Issues with iTunes using over 1.5GB of RAM

    Looking for help. iTunes, 11.0.5.5 is using way too much System Memory as of late.  I have turned off Match and Genius and would like to know if there is anything else I can do.  I am running Windows 7 Professional SP1 (32 bit) on a Dell Latitude E43

  • BBM 5 killed location sending for Tour(all CDMA BBs???)

    So after upgrading to BBM 5.0.0.33 I can no longer send my location. Same goes for my sister and her Tour. It worked fine with the original BBM but now I can't get it to work no matter how many times I try re-installing BBM. Anyone else having the sa

  • Outbound Message

    Hi All, I'm using UCCX 7.0 Premium and have been working on a script to send out an Outbound recording to a list of phone numbers in a SQL database. So far everything is working great to initiate the script via an http trigger and send out a pre-reco