I need to record client IP with the Activity Data Collector.

I need to record the user activity with the Activity Data Collector.
One of the data record is the IP address of the client.
How I can do?
In support of the log format that data does not exist.
[http://help.sap.com/saphelp_nw70ehp1/helpdata/en/47/8ab49e1b141e1ee10000000a42189d/content.htm]

Hi,
You are absolutely right, this is simply not supported.
Anyhow, in most cases this might also not make too much sense, as the access to the server often (almost "normally") goes via some kind of proxy; in such a case, one would only see one (or two or so if the proxy is clustered itself) IP address in the logs.
On the other hand, just in such scenarios, the proxy is normally able to forward the original client IP address as an additional header variable. If this is the case, then "rfo.rh(X-Forwarded-For)" could do the trick.
Hope it helps
Detlev

Similar Messages

  • I deleted gardens of time yesterday and need to get it back with the current data and progress. Is this possible?

    I deleted gardens of time yesterday and need to get it back with the current data and progress. Is this possible?

    Is that on an iPad, iPod Touch or iPhone?

  • New entries created for RPTQTA00 with the same data

    Hi,
    Whenever I run RPTQTA00, it creates a new record in IT2006. If i run the report again, another record is created with the same data. How can i prevent this? It should only update the existing record.
    thanks,
    Steph

    Hi
    Can you please paste the piece of code written for the same to get the idea.
    Thanks
    LG

  • Problem with Activity Data Collector with web dynpro

    Hi Gurus,
    We try to use the Activity Data Collector to create portal statistics. We activate the service, define the file formats, and files generates successfully. After that, we load those files into BI, and create some query. Analyze queries look the following problem:
    There is a web dynpro application which in portal (in web dynpro iview), and the log files non contains every hit.
    For example, 2000 users used this application, but the log files contains only 13 users.
    Can yout help me, what is the problem?
    Thanks

    Dwa-
    Did you create activity reporting service similar to below link.
    http://help.sap.com/saphelp_nw70/helpdata/en/45/74eeda9ba26975e10000000a114a6b/frameset.htm 
    If you have used it. Activity reporting service which you created will not record the Webdynpro activity.  I think the above one is more of KM reporting service.
    Try creating activity report with below link. But portal version required is EHP1.
    Portal Activity Data Collector using Solution Manager
    Thanks,
    Sharath.

  • Differences between the Portal Data Collector and the Activity Data Collect

    Hello,
    I want to know what are the differences between the Portal Data Collector and the Activity Data Collector?
    Best Regards.
    Pablo Mortera.

    All of my SQL Server instances  are sql server 2008r2 standard edition(10.50.2500). MDW is existing database, I try to setup collection sets for multiple instances and store data in one central MDW database 
    I create MDW in one instance, then run run configure Management Data Warehouse in target intance. collection sets were created successfully, but job failed with following error:
    Executed as user: COCAD\INTDEPT01SQLAgentC10. The Management Data Warehouse version "00.00.0000.00" is not supported by the current data collector. Please upgrade the Management Data Warehouse by running the Management Data Warehouse Configuration
    Wizard.  Process Exit Code 5.  The step failed.
    Thanks
    PAULqaz

  • Info about the log traces in Activity Data Collector

    Hi,
    I have configured the activity data collector by setting the following properties in ADC and restarted the service
    Activate Data Collection :true
    Additional File Formats: --(not set anythng left blank)
    Base File Name: Portal Activity
    Directory Name: portalActivityTraces
    File Encoding : UTF-8
    Hour in the day to close all files, in GMT : 0
    Main File Format : %Orfo.t(dd-MM-yyyy HH:mm:ss,GMT+5.5)%%Stab%%Orfo.ct%%Stab%%Orfo.in%%Stab%%Orfo.un%%Stab%%Orfo.bt%%Stab%%Orfo.pu%%Stab%%Orfo.rh(referer)%%Snl%
    Max Buffer size :500KB
    Max File Size : 10240 KB
    The files are created in the folder called "Portal Activity Traces" But the issue is with the name of the log files getting created
    Since i have not set any additional file formats, The log files consist of main file formats
    the file names are like this 
    portalActivity_29893750_1254305061537.txt.open in this
    wat  does the time stamp "1254305061537" refer? Plz explain
    some files are of type text document and some are of type "open" wat does tis mean?
    If i set t "Hour in the day to close all files"
    to 0 wen does it write the log files? Is it at 12? after that will it create a new file?
    n in the main file format i have set the time to GMT5.5 (since IST is GMT5.5) but im not getting the proper time format
    Plz help me out
    Thanks in Advance
    Regards,
    Sowmya
    Edited by: Sowmya B on Sep 30, 2009 1:43 PM

    Hi Prasanna,
    Thanks for the reply.
    Actually there are about 3 to 4 files which are of type .open and they have created long back.Are those files still getting populated.If we set the "hour to close all files" to 0 it should close the open files and create the new(fresh) files for the next day right?
    According to the documentation in help portal, "Files may be closed before reaching this limit(Max File Size), as all files are closed at the hour specified in the Hour in the day to close all files property."
    Then how come some old files are still getting populated?
    Midnight means wat time in particular? Plz explain
    About timestamp is it the time the file was created in some format?
    If anyone knows plz explain the format of timestamp
    Edited by: Sowmya B on Sep 30, 2009 2:13 PM

  • Finding the record with the latest date

    Post Author: sconlon
    CA Forum: General
    Hi,I am using CR 8 with an Access database which has a table that holds (multiple) sales records for each of our clients. I want to create a report that lists only the latest sale from each client.  I am thinking that I first need to group by client and then create a sub-report that prints the necessary details of sales record with the latest date of sale.  It's this last bit that I cannot figure out how to do.  Can anyone suggest a way of doing this?Many thanks,sconlon

    Post Author: Jagan
    CA Forum: General
    Charliy's suggestion if fine, and does require sorting and displaying in the group header/footer according to the sort order. In case it's not clear, when you print in the group header you are using the first record's data; when you print in the group footer you are using the last record's data (first and last within the group that is).
    Personally, I'd group on the client have a group selection formula of:
    {table.date_field} = maximum({table.date_field}, {table.client_id})
    so that there's no date sort required as you'll only get one record per client group - assuming that each record has a unique date of course. I'd probably still suppress the details section and display in the group footer, but it wouldn't matter if you use the details section either.
    I believe the benefit with the group selection formula is that any summary formulas, running totals etc. you use would only have the one record per client to work on, rather than including all of the suppressed records too.

  • Should I get a 2.0 or 3.0 USB external hard drive for my 2011 Macbook Pro? I need it to be compatible with the USB ports of both a PC and a Mac.

    Should I get a 2.0 or 3.0 USB external hard drive for my 2011 Macbook Pro? I need it to be compatible with the USB ports of both a PC and a Mac. I was thinking of getting a Seagate becuase apparently it is compatible with both systems, but I want to know which would be a better investment.

    Using USB 3 devices on Mac computers FAQ

  • I need to open programs made with the old Appleworks v6. Is there a program i can obtain to open them?

    I need to open programs made with the old Appleworks v6. Is there a program i can obtain to open them?

    Hello Ian Shaw,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    AppleWorks: Document Recovery Techniques
    http://support.apple.com/kb/TA22029?viewlocale=en_US
    Best of luck,
    Mario

  • I have an ipod touch and just updated my software to ios 7.1.2. Now I get the message that my adapter, accessory does not support my device. Is there a new adapter that I need to buy that works with the ios 7.1.2?

    i have an ipod touch and just updated my software to ios 7.1.2. Now I get the message that my adapter, accessory does not support my device. Is there a new adapter that I need to buy that works with the ios 7.1.2?

    This is not my problem. However, I think it may be related to an old speaker. I was using the 30 pin adapter for about a week after the upgrade to 7.1.2. But I think with the update the speaker won't work anymore. I will try with a new speaker system. Thank you for trying to assist.

  • I need to authorize my laptop with the itunes store to sync it with my ipad the instruction is go to store and then go to authorize this computer but where do i find the authorisation section?

    I need to authorize my laptop with the itunes store in order to sync it with my ipad but when I go into the store I cannot find where to do the authorization?

    johnbescoby wrote:
    Hi Roger, Many thanks I found the authorization section activated it and it was confirmed by itunes. But then I encountered another problem as attempting to sync my computer to my ipad i still received the same notification that it was not authorized so I really would not know how to rectify that so any assistance would be appreciated,
    Thanks John
    I was under the impression that once you had authorised the computer, transferring purchased and other songs to your iPod/iPad wasa then straightforward. However it gets more complicated with apps, and as I don't have an iOS device I can't advise. You've actually asked in the forum for questions about these forums, and you would do better to ask in the iPad forum, where people who actually have these toys hang out.

  • I want to upgrade the ram on my macbook pro 13inch (early 2011). i found an 8Gb (4Gb x2) PNY "mac compatible" that is DDR3 PC3-10666 but my macbook is a PC3-10600. Do i need to use a ram with the exact specifications that my macbook lists?

    i want to upgrade the ram on my macbook pro 13inch (early 2011). i found an 8Gb (4Gb x2) PNY "mac compatible" that is DDR3 PC3-10666 but my macbook is a PC3-10600. Do i need to use a ram with the exact specifications that my macbook lists? Or will the ram i am trying to buy work fine?

    Yes that is your best bet.  Without looking at it too closely double check your options here:
    OWC http://www.macsales.com/
    or Crucial http://www.crucial.com/

  • BAdI needed for transfer order split with the maxi.of 5 item level

    Hi,
    BAdI needed for transfer order split with the maximum of 5 item level.
    If a transfer order contains 12 item level, three separate transfer order should be created with item level 5,5 and 2.
    This transfer order is for the material which bound to flow to production from warehouse.
    Can anyone explain the step by step procedure to implement this BAdI?
    It would be great if the procedure is for New BAdI.
    Thanks.

    http://www.esnips.com/doc/e06e4171-29df-462f-b857-54fac19a9d8e/ppt-on-badis.ppt
    http://www.esnips.com/doc/10016c34-55a7-4b13-8f5f-bf720422d265/BADIs.pdf
    http://www.esnips.com/doc/43a58f51-5d92-4213-913a-de05e9faac0d/Business-Addin.doc
    http://www.esnips.com/doc/1e10392e-64d8-4181-b2a5-5f04d8f87839/badi.doc
    www.sapgenie.com/publications/saptips/022006%20-%20Zaidi%20BADI.pdf
    http://www.sapdevelopment.co.uk/enhance/enhance_badi.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/04/f3683c05ea4464e10000000a114084/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/e6/d54d3c596f0b26e10000000a11402f/content.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/c2/eab541c5b63031e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/04/f3683c05ea4464e10000000a114084/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/e6/63ee7f486cc143a560799d8803ce29/content.htm
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/srm/badi-general+information&
    http://www.esnips.com/doc/e06e4171-29df-462f-b857-54fac19a9d8e/ppt-on-badis.ppt
    http://www.esnips.com/doc/10016c34-55a7-4b13-8f5f-bf720422d265/BADIs.pdf
    http://www.esnips.com/doc/43a58f51-5d92-4213-913a-de05e9faac0d/Business-Addin.doc
    http://www.esnips.com/doc/1e10392e-64d8-4181-b2a5-5f04d8f87839/badi.doc
    www.sapgenie.com/publications/saptips/022006%20-%20Zaidi%20BADI.pdf
    http://www.sapdevelopment.co.uk/enhance/enhance_badi.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/04/f3683c05ea4464e10000000a114084/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/e6/d54d3c596f0b26e10000000a11402f/content.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/c2/eab541c5b63031e10000000a155106/frameset.htm
    The specified item was not found.
    http://help.sap.com/saphelp_erp2005/helpdata/en/73/7e7941601b1d09e10000000a155106/frameset.htm
    http://support.sas.com/rnd/papers/sugi30/SAP.ppt
    http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/abapindx.htm
    http://members.aol.com/_ht_a/skarkada/sap/
    http://www.ct-software.com/reportpool_frame.htm
    http://www.saphelp.com/SAP_Technical.htm
    http://www.kabai.com/abaps/q.htm
    http://www.guidancetech.com/people/holland/sap/abap/
    http://www.planetsap.com/download_abap_programs.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/1975cc43b111d1896f0000e8322d00/content.htm
    http://www.allsaplinks.com/badi.html
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3430https [original link is broken] [original link is broken] [original link is broken]:///people/alwin.vandeput2/blog/2006/04/13/how-to-search-for-badis-trace-it
    /people/thomas.weiss/blog/2006/04/18/how-to-implement-a-badi-and-how-to-use-a-filter--part-4-of-the-series-on-the-new-enhancement-framework /people/thomas.weiss/blog/2006/05/03/source-code-enhancements--part-5-of-the-series-on-the-new-enhancement-framework
    http://www.esnips.com/doc/e06e4171-29df-462f-b857-54fac19a9d8e/ppt-on-badis.ppt
    http://www.esnips.com/doc/10016c34-55a7-4b13-8f5f-bf720422d265/BADIs.pdf
    http://www.esnips.com/doc/43a58f51-5d92-4213-913a-de05e9faac0d/Business-Addin.doc
    http://www.esnips.com/doc/1e10392e-64d8-4181-b2a5-5f04d8f87839/badi.doc
    http://www.esnips.com/doc/3b7bbc09-c095-45a0-9e89-91f2f86ee8e9/BADI-Introduction.ppt

  • Was the emergency records file deleted with the Mountain Lion operating system?

    Was the emergency records file deleted with the Mountain Lion operating system?

    It's a Quicken file & I was able to open same.  Not used often & the copy in my documents wouldn't open, but it did in the Quicken app that's friendly with Mountain Lion.  Learned something new today!

  • Can I populate a text field in one PDF with the modification date of a different file ?

    Rather convoluted problem here but I'm trying to place a text field on a PDF document that serves as the main menu page for a library of interlinked PDF documents
    The complete library contains over 7,000 files and additions are added and documents changed almost daily.
    We currently use batch files to open the main menu from it's shortcut and this runs a check on a sync log file (.txt) to ascertain when the last time the user synchronised with the server to get the latest copy of the files.
    Between a certain time range they are told how long it has been since they sync'ed and are offered the option to sync before opening, after a prescribed timeframe they cannot enter without synchronising. We use Allways Sync to conduct the file synchronisation with our mother files on our server.
    What I'd like to do is take advantage of Allways Syncs automatic synchronisation options to synchronise on log on and at prescribed idle periods there after.
    This works fine but I'd like the text field on the main menu PDF to say when the last synchronisation took place - easy if the main menu is the last file modified .. just use info.modDate.
    However, the main menu is rarely modified therefore I wish to import the text to populate the text field from a different file.. either by interrogating the other files modifictaion data (though I doubt Acrobat can do this) or by simply importing some text stored in another file (a .txt file?) which has previously been created by batch file commands.
    Any assistance would be greatly appreciated.
    Regards,
    Nifty Styles
    (Norfolk, England)
    P.S.  I'm using Acrobat 8.3.1. Professional on Windows XP (SP3).

    Thank you for all your help above.
    Just to confirm your advice, am I right with the following conclusions? :
    1. The script (function) to fill the text field with the modification date of a different PDF file needs to be stored in a folder level .js file.
    2. The document containing the text field needs to call the .js function either within the document script or within the custom script property of the text field itself.
    Further to that can you just advise on the syntax for accessing the modification date of the other document.
    Do I need to assign a variable to the address of the file to be used, and then use this variable in the text form filling script (as below) or can I use a direct file reference at the .modDate command.
    var LastSync = "C:\sync\bin\lastsync.pdf";
    var strMsg = util.printd("h:MM tt",LastSync.modDate) + " on ";
    strMsg += util.printd("dddd, d mmmm, yyyy",LastSync.modDate);
    this.getField("LastSyncDate").value = strMsg;
    If the syntax is totally different to the above I would be very grateful for some guidance in the right direction.
    I much appreciate your time to help me ... I'm almost there.
    Kind Regards,
    Nifty

Maybe you are looking for

  • Spry Menu bar is being stubborn

    I am trying to put a horizontal Spry menu bar in my header. Here is the code that, to me looks like it is in the header: <div id="header"> <h1>Beer Diary</h1> <ul id="header_navi" class="MenuBarHorizontal">    <li><a href="#">Home</a></li>    <li><a

  • 2iPhones, 2 iCloud IDs, shared ID for AppStore - What about Back Up to PC via iTunes?

    I've seen various versions of a similar issue but nothing that specifically addressed our question so here it is... We have 2 iPhones - wife & hub We each have our own AppleIDs for iCloud services. Hub uses wife's AppleID in AppStore. This allows us

  • Function module change from 4.6 c to 6.0

    hi all, plz tell me the new functiom module in ecc6.0  for CALL FUNCTION 'PROFILE_GET' in ECC4.6c  Right answers wil b awarded points Thanks in advance Sandeep Edited by: Sandeep Reddy on Mar 5, 2008 11:25 AM

  • How to reset Work Order System Status -NCMP Not completed

    Hi Friends, Please can anyone guide me how do I reset / revert the NCMP (Not completed) System Status of the Work Order. The System Status comes after I have done the Function of "Do Not Execute". Thanks in Advance. Anant

  • Passing values to a portlet

    Howdy, The BEA WLW Portal tutorial gives a nice example of sending a var to a URL and the popping the results in a window.open (http://localhost:7001/tutorial/tutorialPortal.portal?_nfpb=true&_pageLabel=Dictionary_Backing_Sample What I need to do is