Logging clipboard usage SSGD

Hello,
We are quit happy using SSGD.
There is 1 requirement what can't be filled with my current knowlegde.
Using the clipboard you can copy/paste data from your desktop into the SSGD session and vice versa.
Is there a possibility to log the information that is copied (using clipboard) between desktop and SSGD.
We need this information for compliance requirements.
Thanks for any help.
Henk.

SSGD does no store information of the clipboard. If you want to use clipboard logging you should perform the logging on the application server.
The company Toolbox Solutions (www.tbsol.de) has created software to store a complete video log of all session (see for examples: http://www.tbsol.de/index.php?article_id=97&clang=1). Maybe that might be an option.
If you have found a solution please post it here or send me an email, since it is a question I hear multiple time per year when talking to SGD customers.
- Remold

Similar Messages

  • By what time zone does Verizon use to log data usage?  When I checked my current usage, there is data used logged in at early morning times and I don't have anyone else who is up at these times.

    By what time zone does Verizon use to log data usage?  When I checked my current usage, there is data used logged in at early morning times and I don't have anyone else who is up at these times.  I also have 1.8+ GB charged to my allowance that I don't understand at all how it is mine because the highest I've ever logged at any given time has been barely 0.5 GB.  I'm cruising along at .04-.07 GB and all of a sudden appears a 1.8+ GB deduction/usage and it makes me wonder what the ???? is going on.  Is Verizon posting fraudulent usage amounts just to drive up my usage so I have to buy more Gigs?

    The time is not the time of actual use, but the time a tower reports the use. The data would have been used anytime prior to that time. Usually, but no always, the usage happened between the time prior and the time reported.
    For example:
    9:00 AM   1.23 MB
    7:05 AM   0.01 MB
    1:15 AM  350.03 MB
    8:00 PM   23.89 MB
    This does not indicate 350 MB was used at 1:15 AM. It really tell you 350 MB was used sometime between 8:00 PM and 1:15 AM.
    The times are local time zone as far as I can tell.

  • Any program for advanced clipboard usage?

    Hi everybody!
    I need to make a clipboard the same for everything, so it's like syncronized. I need data in clipboard to be saved there when I close an application where data was copied. And I need data to be available everywhere inside one user, for example in OpenOffice, in Terminal, in Mozilla, etc...
    Is there any program for this? Or maybe system settings to configure?

    skanky wrote:
    Sorry if this is going OT:
    Another silent fail for me, second one this evening:
    anamnesis --start
    No error, and a ps check returns nothing. This means anamnesis -a fails (I assume that's why it fails, as the help says it needs it running).
    All/most other anamnesis functions seem to work.
    EDIT: actually it seems to be problem with the -a option and the log file says the daemon is running. I'll post an error to the bug tracker.
    Just to update here to finalise, a fix is apparently in the pipeline.

  • Monitor archived log disk usage

    is there an easy way to monitor the disk usage on
    archived redo logs (/archive in unix platform) in
    plsql (general user if possible)? Thanks.
    - Zack Hu

    You cannot easily do it from PL/SQL. You would need to write a shell script to do it.
    We use a script that uses df -k and awk to find the percent used foreach ofthe mount points, then depending on thresholds, we send an email.
    It goes something like this (O/S Sun Solaris 9.5
    filesystems=`df -k|awk '{print $1"!"$6"!95"}'|tail +2`
    for f in $filesystems
    do
       fs=`echo $f|awk -F! '{print $1}'`
       perc=`echo $f|awk -F! '{print $3}'`
       mnt=`echo $f|awk -F! '{print $2}'`
       chk=`df -k $fs|tail +2|awk '{print $5}'|awk -F% '{print $1}'`
       if [ $perc -lt $chk ]; then
          email dba with $mnt $perc and $chk
       fi
    doneThere is, of course, a lot more error checking and stuff, but that is the gist.
    HTH
    John

  • Logging CFMail usage

    Running ColdFusion 7.0.2 Enterprise, I have not had any luck
    with the CFMail logging options.
    In particular, I have selected "Log all mail messages sent by
    ColdFusion" but it doesn't seem to work. I have checked the default
    CF log folder as well as the folder I specified under logging
    configuration, but there is no log of the mail sent.
    The logging worked fine on our previous servers running CF
    7.0.1. Any ideas? Does this feature work correctly for other
    people, or is it just me?

    After doing some more tests, I discovered that I can get the
    mail to be logged normally by configuring ColdFusion to use the
    default log location.
    But, if I try to use a log directory on a different disk, the
    mail is not logged, and there is some other incorrect logging
    behavior such as logs cannot be displayed in CF Admin and "Maximum
    File Size" does not work.

  • Generate detailed log of usage in Fire Fighter

    Hi,
    We have recently configured the FFIDs. I am able to view FF-Id, time, activity, reason, T Codein the log report. However, I am not able to view detailed changes that were executed in the system using the FF ID.
    Can anyone help us.
    With best regards,
    Adarsha KG
    Edited by: Adarsha kg on Aug 1, 2008 8:24 AM
    Edited by: Adarsha kg on Aug 1, 2008 9:59 AM

    Hi Adarsha,
    Here is what i recommend if you want a detailed log of what fields the FF ID has changed/executed while running a particular tcode. You can view the Table change log details.
    1. Use tcode SCU3 ( Transaction table History)
    2. You can view the tables with Change recording activated
    3. You can Analyze the tables by clicking on Evaluate Logs
    4. You can give the date and time and evaluate the objects/tables
    5. You need to activate the logging of tables if not previously done.
    Hope this helps
    Regards,
    Kiran Kandepalli.

  • Question. usage of transaction log

    Hello,
    our BI-Database (db2 v.9.5) is 3 TB big. log_dir 20GB
    1) What would be your suggestions regarding size of log:dir to prevent the error transaction log is full.
    2) How can I monitor the usage of the transaction log? We would like to set up a monitoring to send out an alarm, when the usage reaches 90%. A database select or can I find the information in db2diag.log?
    Regards,
    Alexander

    Hi Alexander,
    in addition to the script Joachim provided, the following gives a SQL based solution to find about Log Space usage
    db2 "SELECT TOTAL_LOG_AVAILABLE AS LOG_AVAILABLE,TOTAL_LOG_USED as LOG_USED, APPL_ID_OLDEST_XACT as OLDEST_APPL_ID from SYSIBMADM.SNAPDB"
    Yo can find more interesting values on the snapdb admin view here:
    DB2 9.5 Information Center
    Gruss,
    Hans-Jürgen
    Edited by: Hans-Juergen Moldowan  on Jan 19, 2009 5:07 PM

  • Forms 10g usage / logging

    Hi,
    We're running WebForms10g on OAS. We have about 700+ forms running across 12 servers.
    I'd really like to get a profile of which Forms are being used by the end users on a daily / weekly basis so that we can prioritise and focus our development efforts.
    I must admit that I'm no technical expert in this area so please forgive me if I use the wrong terminology. :-)
    My tech support people have search through every possible file on the app and web servers for possible logging when a form is called.
    Some Form names have been logged but most haven't.
    In the past (when we were on Forms 6) we added some log code into every Form to write data away to a table but I really want to avoid this approach.
    Can anyone advise on the best way of logging Form usage at runtime on Forms10/OAS running on Linux ?
    Are there any standard tools for reporting form usage?
    Is there logging that we can turn on? How do we do this?
    What would the affect of logging be on performance?
    Any advice would be much appreciated.
    Cheers,
    Paul Thomas, UK

    Consider starting with the documentation that covers creating java beans for Forms. Some of the information is available in the Forms Builder online help and additional information is available in an older white paper on OTN:
    This paper was originally created for 9.0.2, but the concepts remain basically the same.
    http://www.oracle.com/technology/products/forms/pdf/forms_in_java_world.pdf
    The Forms 10.1.2 online help is available within the Builder or online here:
    http://www.oracle.com/webapps/online-help/forms/10g/

  • Logging open and close of documents?

    I'd like to have a record of when I open and close documents, so that I can support my diary notes of jobs I've been working on. So I need to have the filename recorded. I can find an app' to log application usage; is there one for file usage ?
    regards, alan

    Hi, alan.
    This search of VersionTracker reveals two apps that track document time. Of the two, T3, looks exactly like what you want, but it is expensive. Check out the developer's site
    Active Timer may be more to your liking: it can track time at the application window level and is free.
    You can investigate other solutions by searching MacUpdate or Version Tracker. The user-submitted reviews accompanying the listings can be helpful in sorting the wheat from the chaff. Try searches for time track and look at the various options each provides.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X

  • Usage reports are not getting in site collection level

    Verifiedthatusage
    data collection is enabled.
    Verified that Analytics Usage, Feature Use, and
    Page Requests are selected under the
    Events to Log.
    Verified that jobs Microsoft SharePoint Foundation Usage Data Import and
    Microsoft SharePoint Foundation Usage Data Processing scheduled and are working fine under
    Log Collection Schedule
    Verified that Analytics Usage definition Receivers is defined.
    Verified that Page Request usage definition Receivers is defined.
    Verified that both managed accounts (admin & service accounts) is having permissions to database in production environment.
    Verified that Search crawl also working fine.
    Usage File is getting created successfully-see attached
    (typically found
    C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\LOGS\Request Usage)
    In this folder, a .usage file should be getting created if all above steps are healthy and working correctly. Ideally we will see a *.tmp file and periodically
    a *.usage file is getting generated.
    As a last option we have tried by re-creating the Usage service application with above steps.

    The amount and variety of formatting makes reading your post very difficult.
    You have contradictory information there; is this for SharePoint 2013, if so this is in the wrong forum, or is this for 2010 in which case your title is misleading.
    You have not described your issues very clearly. I believe that you cannot see site collection analytics, are these blank/empty or throwing an error? Are the usage files appearing in the expected location?
    Have you checked the timer jobs that run nightly to compile the analytics reports?

  • Where can I find Reboot notifications to user in SCCM logs ?

    Hello,
    Where can I find information about the balloon tips and Reboot dialog that are displayed to the user ?
    I've looked into the logs but found nothing relevant
    Best regards,
    Michel

    I've found a full reference for the logs here :
    http://technet.microsoft.com/en-us/library/hh427342.aspx#BKMK_ClientLogs
    SCClient_<domain>@<username>_1.log
     Records the activity in Software Center for the specified user on the client computer.
    SCClient_<domain>@<username>_2.log
     Records the historical activity in Software Center for the specified user on the client computer.
    SCNotify_<domain>@<username>_1.log
    Records the activity for notifying users about software for the specified user.
    SCNotify_<domain>@<username>_1-<date_time>.log
    Records the historical information for notifying users about software for the specified user.
    smscliui.log
    Records usage of the Configuration Manager client in Control Panel.

  • Why is the Log Area size much smaller than the log volume

    I have been following up on an Early Watch report that has been generated for our production SCM 5.0 system running liveCache 7.6.02 Build 14.  The alert says "The LOG volumes size in your system is too small. Recommendation: Configure LOG Volumes to at least 2 GB".  There are two interesting things about this.
    1) I have spent the last couple of days reading all the OSS Notes, and MaxDB documentation I could find, and this does not seem to be documented as a recommendation anywhere.  Does this seem like a realistic recommendation without taking into account the level of change actifity?
    2)  There is a single log volume allocated with size 2,097,160 KB.  In production LC10 and DBMGUI report this to be correct size under volume details, but only list the total log area size as 1,706,328 (81% of the volume size).  We have a non-production environment with exactly the same size log volume, but it reports that the log area size is 2,032,008 KB (97% of the volume).  What leads to these different amounts of wasted space, and is there any way of getting the database to start using it?
    Thanks,
    Mark

    Hi Natalia,
    I did read 869267, several times.  It does not answer my questions which is why I posted here.
    DBMGUI version = 7.6.00.25
    DBMCLI commands for PL1 (Production)
    > xinstinfo PL1
    IndepData           : /sapdb/data
    IndepPrograms       : /sapdb/programs
    InstallationPath    : /sapdb/PL1/db
    Kernelversion       : KERNEL    7.6.02   BUILD 014-123-152-175
    Rundirectory        : /sapdb/data/wrk/PL1
    > dbmcli -d PL1 -u control,control
    dbmcli on PL1>db_state
    OK
    State
    ONLINE
    dbmcli on PL1>info log
    OK
    END    
    Name                            | Value
    Log Mirrored                    = NO
    Log Writing                     = ON
    Log Automatic Overwrite         = OFF
    Max. Size (KB)                  = 1706328
    Backup Segment Size (KB)        = 699048
    Used Size (KB)                  = 104640
    Used Size (%)                   = 6
    Not Saved (KB)                  = 104640
    Not Saved (%)                   = 6
    Log Since Last Data Backup (KB) = 0
    Savepoints                      = 5210
    Checkpoints                     = 0
    Physical Reads                  = 2469115
    Physical Writes                 = 15655616
    Queue Size (KB)                 = 48000
    Queue Overflows                 = 646
    Group Commits                   = 98205
    Waits for Logwriter             = 10957511
    Max. Waits                      = 10
    Average Waits                   = 0
    OMS Log Used Pages              = 0
    OMS Min. Free Pages             = 0
    dbmcli on PL1>param_getvolsall
    OK
    LOG_MIRRORED                     NO
    MAXLOGVOLUMES                    2
    MAXDATAVOLUMES                   14
    LOG_VOLUME_NAME_001              262145     F  /sapdb/PL1/saplog/DISKL001
    DATA_VOLUME_NAME_0001            524289     F  /sapdb/PL1/sapdata/DISKD0001
    DATA_VOLUME_NAME_0002            524289     F  /sapdb/PL1/sapdata/DISKD0002
    DATA_VOLUME_NAME_0003            524289     F  /sapdb/PL1/sapdata/DISKD0003
    DATA_VOLUME_NAME_0004            524289     F  /sapdb/PL1/sapdata/DISKD0004
    DATA_VOLUME_NAME_0005            524289     F  /sapdb/PL1/sapdata/DISKD0005
    DATA_VOLUME_NAME_0006            524289     F  /sapdb/PL1/sapdata/DISKD0006
    DATA_VOLUME_NAME_0007            524289     F  /sapdb/PL1/sapdata/DISKD0007
    DATA_VOLUME_NAME_0008            524289     F  /sapdb/PL1/sapdata/DISKD0008
    DATA_VOLUME_NAME_0009            1048577    F  /sapdb/PL1/sapdata/DISKD0009
    DATA_VOLUME_NAME_0010            1048577    F  /sapdb/PL1/sapdata/DISKD0010
    DATA_VOLUME_NAME_0011            1048577    F  /sapdb/PL1/sapdata/DISKD0011
    DATA_VOLUME_NAME_0012            1048577    F  /sapdb/PL1/sapdata/DISKD0012
    dbmcli on PL1>param_directget MAXCPU
    OK
    MAXCPU  12
    dbmcli on PL1>param_directget MAX_LOG_QUEUE_COUNT
    OK
    MAX_LOG_QUEUE_COUNT     0
    dbmcli on PL1>param_directget LOG_IO_QUEUE
    OK
    LOG_IO_QUEUE    6000
    > xinstinfo SL1
    IndepData           : /sapdb/data
    IndepPrograms       : /sapdb/programs
    InstallationPath    : /sapdb/SL1/db
    Kernelversion       : KERNEL    7.6.02   BUILD 014-123-152-175
    Rundirectory        : /sapdb/data/wrk/SL1
    dbmcli on SL1>db_state
    OK
    State
    ONLINE
    dbmcli on SL1>info log
    OK
    END    
    Name                            | Value
    Log Mirrored                    = NO
    Log Writing                     = ON
    Log Automatic Overwrite         = OFF
    Max. Size (KB)                  = 2032008
    Backup Segment Size (KB)        = 699048
    Used Size (KB)                  = 3824
    Used Size (%)                   = 0
    Not Saved (KB)                  = 3824
    Not Saved (%)                   = 0
    Log Since Last Data Backup (KB) = 0
    Savepoints                      = 1256
    Checkpoints                     = 0
    Physical Reads                  = 2178269
    Physical Writes                 = 4969914
    Queue Size (KB)                 = 16000
    Queue Overflows                 = 21201
    Group Commits                   = 643
    Waits for Logwriter             = 751336
    Max. Waits                      = 4
    Average Waits                   = 0
    OMS Log Used Pages              = 0
    OMS Min. Free Pages             = 0
    dbmcli on SL1>param_getvolsall
    OK
    LOG_MIRRORED                     NO
    MAXLOGVOLUMES                    2
    MAXDATAVOLUMES                   10
    LOG_VOLUME_NAME_001              262145     F  /sapdb/SL1/saplog/DISKL001
    DATA_VOLUME_NAME_0001            262145     F  /sapdb/SL1/sapdata1/DISKD0001
    DATA_VOLUME_NAME_0002            262145     F  /sapdb/SL1/sapdata2/DISKD0002
    DATA_VOLUME_NAME_0003            1048577    F  /sapdb/SL1/sapdata3/DISKD0003
    DATA_VOLUME_NAME_0004            1048577    F  /sapdb/SL1/sapdata4/DISKD0004
    DATA_VOLUME_NAME_0005            783501     F  /sapdb/SL1/sapdata1/DISKD0005
    DATA_VOLUME_NAME_0006            783501     F  /sapdb/SL1/sapdata2/DISKD0006
    dbmcli on SL1>param_directget MAXCPU
    OK
    MAXCPU  4
    dbmcli on SL1>param_directget MAX_LOG_QUEUE_COUNT
    OK
    MAX_LOG_QUEUE_COUNT     0
    dbmcli on SL1>param_directget LOG_IO_QUEUE
    OK
    LOG_IO_QUEUE    2000
    Thanks for the explaination of the reserved space for the Log Queue pages.  This does explain why there is the difference between the two.  I think we probably have our log segment size too large.  As you can see we do get occasional log queue overflows.  Do you suggest we increase the size of our log IO queue higher, and allocate more log volume space to compensate?
    select * from SYSINFO.LOGSTATISTICS (on PL1)
    1706328;334176;19;334176;19;1879;20305192;64109066;7806480;182151514;12;48000
    DBMGUI Log Area Usage
    Total Size: 2048.01 MB
    Free Log Area: 1330.38 MB
    Used Log Area: 335.96 MB
    Unsaved Log Area: 335.96
    Log since Last Data Backup: 0.00 MB
    Thanks,
    Mark

  • Work Group Manager Reports and Logs

    Mac Manager maintains logs and display current activity information somewhat different that Work Group Manager. With Mac Manager we are able to quickly report for Activity Log, Disk Usage, Connected Machines, Printer Quotas, Workgroup by User, Computers, Checked Out Computers and user activity.
    How can we duplicate such a report with Work Group Manager?
    We are a school district that is 88% Macintosh and miss the reports and logs feature in Mac Manager (10.3.9).
    Hope to hear and find a solution to this challenge.
    Marco Baeza, Director of Technology

    Hello,
    Possibly some ideas here. http://www.macintouch.com/macmanager.html
    Carolyn

  • TbbMeter checks usage from MULTIPLE computers

    I just found that tbbMeter from Think Broadband can now run on multiple computers and amalgamate the usage into a single figure to check you quotae. It has predefined settings for BT Broadband as well.
    http://www.thinkbroadband.com/tbbmeter.html

    Yes. It does this by logging the usage on your account on their website so make sure that when you register your copy of tbbMeter, you use the same username.
    Like this post? Give it a Star . If this post answers your question, please Mark it as the Accepted Solution.

  • How to determine memory usage?

    Is there something built into OSX that permits me to monitor and/or log memory usage?
    I use Logic Pro and FCP and would like to know if I reaching the limits of my memory (4GB) with the type of work I do.
    Thanks, Rob.

    How To Determine Your Memory Needs >>
    -Bmer
    Mac Owners Support Group
    Join Us @ MacOSG.com
    ITMS: MacOSG Podcast
     An Apple User Group 
    Disclaimer required by Apple Discussions Terms of Use: MacOSG - a non-profit Apple User Group - may receive some form of compensation, financial or otherwise, from my recommendation or link.

Maybe you are looking for

  • I have all my contacts saved to my phone, but can't figure out how to sync them on the cloud. Help me?

    I had been without a system to dump pictures, music, etc. on for months and haven't done a back up in a while. I want to update to iOS 8 but I want to back up my contacts. My iCloud storage was full, but shouldn't be anymore, however none of my conta

  • Where can I get a copy of elements 8 for mac

    Suddenly, when I try to open Elements 8 for Mac I get the message, "Licensing for this product has stopped working." I tried repairing it using Support's nine suggested solution. None worked. I no longer have my original DMG file I downloaded (don't

  • Query output

    Hi, I have SERVER_UID_RPT table with the following details. table consist of records of entry & exit for the employees. But i want to query those user which have only entry granted but the exit granted entry is not there in table for the user & vice

  • Expose/dashboard/and spaces all laggy

    I may have the answer all ready but i am just checking for other people's opinions i guess. I just installed 10.5 on my g4 and the expose/dashboard/spaces features are all really laggy and not nearly as smooth as on my macbook. I think that it is due

  • Exporting video to youtube

    I Have a camera that records AVCHD...once I put my card in and import, I start editing in FCPX...when I export, I export to h.264 to publish to youtube...my question is, am I getting the best quality possible? Or should I export to ProRes 422 then us