Who is logged in currently in Outlooksoft (BPC) v 4.2

Are there any log files in Outlooksoft 4.2 that show  who is currently logged or to see the last time each user logged in?  In the private publications folder, debuglogic.log shows you the last time a user submitted data, but it doesn't tell you the last time each user logged in to the system, which is what I'm looking for.
Best regards,
Greg

Hi Greg,
There is no out of the box functionality in 4.2 AND 5.1 to see who is online.
In V5 there is an option in admin called 'Who is Online', but this option will only show you who have logged on to Admin and NOT to MS Office. so you can't see the endusers who have logged in (still hoping for some improvement here).
There is however one some kind of workaround to see who have logged in over time:
The IIS log will log all users that have logged in. I imported this file into a SQL table and using some Query statements I could find out who logged in and even to see what connection type they were using (in 4.2 we had something called 'http' users, we used this method to search for these kind of users).
Hope this helps,
Alwin

Similar Messages

  • How do you assign the user who has logged in current session ?

    Hello,
    in oracle forms , you could assigned user who has logged in to any field , e.g field_name := USER_ID;
    I need to assign the user who has logged to a field in jdeveloper 12 . How do you do that please ?
    Thanks.

    Try this: https://www.google.com/search?q=adf+get+current+user
    CM.

  • Who's logged-in?

    How can I see/check who is logged-in?
    We are evaluating Final Cut Server and only have a 10-client license currently. How can I check who is connected if say 10 users are using the client? Is there a Leopard Server tool so I can see who is on the network or should I fire up Terminal?
    There is no way to do this in the FCSvr admin afaik...

    To actually see which users are connected to a service, you typically need to ask the service, most of which each have their own way of showing you. I'm not familiar with Final Cut Server yet. Does it not have its own admin tool?
    But this will show you raw tcp/and udp connections, inbound and outbound:
    lsof -i tcp -i udp
    It also shows you the process which is doing it which I quite like.

  • Who is logged in

    I have 5 users that log onto an CUCM attendent console. They are located in different parts of the building. Is there a way for each of those users to see who is currently logged in.I am thinking either by a button assignment or plugin. If not for all users is there a way for 1 users to see who is logged into that AC_Group.

    Yes you can do this you have to be a bit creative and use https or a web page to display this real time info.:
    The actual realtiem performace monitor field you need to look for is:
    ClientsOnline :
    This counter represents the total number of Cisco Unified Communications Manager attendant console clients that are currently online. Attendant Console clients include all users that are configured in the Attendant Console User Configuration window in Cisco Unified Communications Manager Administration that are currently online. This number increases by one for each client that goes online and decreases by one for each client that goes offline.
    Other related details are:
    Cisco Unified Real-Time Monitoring
    The RTMT runs as a client-side application and uses HTTPS and TCP to monitor system performance, device status, device discovery, CTI applications, and voice messaging ports. RTMT can connect directly to devices by using HTTPS to troubleshoot system issues. Cisco Unified RTMT performs the following tasks:
    •Monitor a set of predefined management objects that monitor the health of the system.
    •Generate various alerts, in the form of e-mails, for objects when values go over/below user-configured thresholds.
    •Collect and view traces in various default viewers that exist in RTMT.
    •Translate Q931 messages.
    •View syslog messages in SysLog Viewer.
    •Work with performance-monitoring counters.
    In addition to SNMP traps, Cisco Unified RTMT can monitor and parse syslog messages that are provided by the hardware vendors, and then send these alerts to RTMT Alert Central. You can configure RTMT to notify the Cisco Unified CM system administrator when the alerts occur. The notifications can occur by using e-mail or Epage or both.
    http://www.cisco.com/en/US/docs/voice_ip_comm/cucm/managed_services/rtmtdeftalrt.html#wp1055879
    Please rate helpful posts.
    thanks,
    Baseer.

  • Who's logged on?

    I'm using session variables to store when a user is logged
    into my site, among other persistent variables. Is there anyway I
    can create a admin webpage that shows who is logged in at any given
    time? I guess what I'm trying to do is pull in all the current
    statuses of #SESSION.login# on the server. I thought about when the
    user logs in, putting a value in a db that could be polled, but
    then when the session times out or the user logs off, I would have
    to finda way to update the database. Is there a more effecient way
    to do this? I see other webpages that do it, so there must be a way
    to accomplish it.
    Thanks!!
    xt07t

    Hi, you might like to play around with the
    coldfusion.runtime.SessionTracker java library - discussed here in
    >>this
    thread<<
    You could also check out
    >>this
    article<< which demonstrates a method for counting number
    of active sessions.
    cheers.

  • How  to find out list of users who has logged into webtools

    Hi All,
    From a database administration and monitoring traffic point of view we want to know who has logged into our web tools web site for a given period.  Is there a easy way to have this information. basically user ID , date and time are info we need. (need all users - with or without orders)
    any ideas welcome.
    Regards
    David

    Hello,
    The easiest way to accomplish this is by creating a report.
    Use the SQL query
    SELECT     UserID, LastVisitDate
    FROM         Users
    ORDER BY LastVisitDate DESC
    And a template that looks something like this:
    <html>
    <head>
    <title>%%ReportName%% - %%Today, {0:d}%%</title>
    %%StyleSheet%%
    </head>
    <body>
    <center>
    <h1>%%ReportName%%</h1>
    <table width=800 cellpadding=1 cellspacing=0 border=1>  
    <tr>
    <td><b>User ID</b></td>
    <td><b>Last Visit</b></td>
    </tr>
    <section name="uservisit">
    <tr>
    <td>%%UserID%%</td>
    <td>%%LastVisitDate%%</td>
    </tr>
    </section>
    </table>
    </center>
    </body>
    </html>

  • List of users who has access to current community

    Hi,
    Is there an API which provides list of users who have access to current community in ALUI? Will there be huge performance impact in retrieving the list of all users who have access to current communty?
    Thanks
    Sampath

    Sorry,
    I am not quite following you..
    Users can only view a community if the permissions exist for that specific community. I dont understand what do you meant by
    "I need to let user type a name and show his/her user ID from the list of users who have access to the current community".
    Are you trying to look at user permissions based on a list of communities existing in the portal? The user can't even get to that community if he doesn't have permissions.

  • How to capture the user who has logged into the portal.

    Hi,
    How do I capture the user who has logged into the portal.
    HOw do I retrieve the first name and last name of the logged in username.
    Could someone provide me a related link or PDF to work on this.
    Thanks,
    Suvarna

    Hi suvarna,
    Check the following code
    ISearchResult rst = UMFactory.getUserFactory().getUniqueIDs();
                      IUserFactory usf = UMFactory.getUserFactory();
                      IUser iuser = null;
                      IUserListElement userElement = null;
                      int i = 0;
                      while (rst.hasNext()) {
                            iuser =
                                  UMFactory.getUserFactory().getUser(rst.next().toString());
                            String email = iuser.getEmail();
                            String fname = iuser.getFirstName();
                            String lname = iuser.getLastName();
    regards
    Anil Dichpally

  • When I create a photo stream in ios6, everyone who is logged in to my iCloud account can see and edit my stream (on their iPhones only). Not just the email addressees that I sent the photo stream link to. Is that how photo stream security is meant to work

    When I create a photo stream in ios6, everyone who is logged in to my iCloud account can see and edit my stream (on their iPhones only). Not just the email addressees that I sent the photo stream link to. Is that how photo stream security is meant to work? Is so it means my whole family can see any photo stream I set up. Hence no security? Can't share the pics with the wife then :(

    The whole idea to an icloud account is that one user uses it and has all their devices synced together.  Different users need different Apple IDs to create their own icloud accounts.  Note that everyone can still use the same ID for an iTunes account (to share purchases).
    To create a new icloud account, go to
    http://www.apple.com/icloud/setup/

  • Who has logged into SharePoint 2007 in 2014?

    We are going to be decommissioning our SharePoint 2007 server (running on Windows Server 2003 SP2 machine) very soon. There aren't a lot of people that use our 2007 instance any more but I will need alert all of the users who do still use it that
    we will be decommissioning it that way they can make sure their pertinent data is moved or saved elsewhere.
    I have tried using the Usage Summary to get a list of all of the users who have used SP 2007 this year but I am not finding it very helpful. I have checked the Event Viewer >  Security logs, but it is a lot to go through and the native filter is
    not dynamic enough.
    Can somebody recommend what I should use to compile a concise list showing who has logged in and when?
    Thank you in advance!

    within LogFiles is a subfolder for each IIS web application. Match the webapp ID to the subfolder. Each log file will include the HTTP request (specifically the HTTP GET request), and the authenticated username (if any).
    You should be able to pull a log file into Excel relatively easily (columns are separated by spaces).
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com
    Strategic Data Systems - for all your SharePoint needs

  • Warning:Low-level logging is currently enabled in 12.0.6

    Hi All,
    DB:10.2.04.0
    Oracle Apps:12.0.6
    OS:AIX
    We are seeing the message : Warning:Low-level logging is currently enabled.Your application will not perform as well while Low-level logging is on.
    On investigation, found the following:
    NAME USER_PROFILE_OPTION_NAME LEV CONTEXT VALUE
    AFLOG_ENABLED FND: Debug Log Enabled SITE N
    AFLOG_ENABLED FND: Debug Log Enabled APP XX Y
    AFLOG_ENABLED FND: Debug Log Enabled RESP XXXX Y
    AFLOG_ENABLED FND: Debug Log Enabled RESP XYZ Y
    AFLOG_ENABLED FND: Debug Log Enabled RESP ABC Y
    AFLOG_ENABLED FND: Debug Log Enabled USER XXX N
    AFLOG_ENABLED FND: Debug Log Enabled USER XXX N
    AFLOG_ENABLED FND: Debug Log Enabled USER XXX Y
    AFLOG_ENABLED FND: Debug Log Enabled USER XXXX Y
    Should the value be simply set to 'N' at APP,RESP and USER level to disable the message:Warning:Low-level logging is currently enabled.
    Additionally, should the apache be bounced too?
    Please advise.
    Thanks for your time!
    Regards,

    Hi,
    Should the value be simply set to 'N' at APP,RESP and USER level to disable the message:Warning:Low-level logging is currently enabled.Correct.
    Additionally, should the apache be bounced too?Yes.
    Problem with 11.5.10.2
    Re: Problem with 11.5.10.2
    Regards,
    Hussein

  • Portal users who have logged in during a specified time interval ?

    Hi,
    I need to know all the users who have logged in to the portal during a specific interval of time e.g during the last 10 days. Is there any provision to write code using UME api ?
    Any help would be highly appreciated and rewarded.
    Thanks & Regards,
    Sudhir

    Hi Jaga, Thanks for your reply.
    This is what i needed.
         Vector v=new Vector();
         IUserAccountFactory uaf = UMFactory.getUserAccountFactory();
         IUserAccountSearchFilter userAccountSearchFilter=uaf.getUserAccountSearchFilter();
         userAccountSearchFilter.setLoggedInBetween(fromDate,toDate);
         ISearchResult sr = uaf.search(userAccountSearchFilter);
         while(sr.hasNext())
                         IUserAccount ua = uaf.getUserAccount((String)sr.next());
              IUser tmp = ua.getAssignedUser();
              v.add(tmp);

  • Low-level logging is currently enabled

    Hi,
    I just noticed a warning sign today, when I login to my EBS 11i (11.5.10.2).
    WARNING :Low-level logging is currently enabled. Your application will not perform as well while low-level logging is on.
    I did not remember setting it on, how do i set it off please?
    Thanks a lot

    Check the following profile options (at the Site/User level):
    FND: Debug Log Enabled
    FND: Debug Log Filename
    FND: Debug Log Level
    FND: Debug Log Module
    If the value of "FND: Debug Log Enabled" is set to "Yes", change it to "No" and bounce Apache then.
    Also, make sure that "AFLOG_ENABLED" is set to "FALSE" in (oc4j.properties -- R12) and (jserv.properties -- 11i).

  • Who is logged in, on which voip phone? SQL server Callmanager 4.2

    Hi,
    In what table(s) can I lookup who has logged in (name user) and on which phone (mac address).
    Thx,
    Marc

    Hi,
    Where is the user in this table and where can I see which phone belogs to this user?
    Thx,
    Marc

  • Can you tell who is logged onto Hyperion Analyzer?

    In Wired 4 you used to be able to look at the Wired Application window to see who is logged onto Wired. I have just upgraded to Analyzer 5.0. Anyone know how I can find out which user is on the system?Also, is there a log I can look at to see which users were on the system the past few days?Thanks folks.Cornelius.

    You can run the Hyperion Analyzer Analysis Server Console from your browser. Cheers.

Maybe you are looking for

  • LV 2010 and PCI-MIO-16​XE-50

    Hi, I'm trying to use a PCI-MIO-16XE-50 with LabView 2010. Would it be possible? I insert the DAQ card but I cannot see it from Measurements and Automation explorer. NI-DAQmx 9.3 is installed. Any suggestion is welcome, thanks! Solved! Go to Solution

  • My apps on my Ipad2 quit abrubtly. How can I solve this.

    The apps stop by themselves. Quite a nuissance.

  • Namespace being changed at runtime?

    I have a BPEL process that assigns an input value to a string variable, lets say V1. Next, I assign the V1to my Invoke_variable1 variable. I am using the invoke to call a web service, looking something like this: <Invoke_variable1><part xmlns:xsi="ht

  • Playing wmv files on iMac

    Hello, is there a way to playback wmv files on my iMac? Or a recommended app that will take care of that? Thanks!!

  • Spaces in string

    Dear Gurus, I have a string . 'My name is Roshan Lilaram Wadhwani' I need to find the number of spaces used in this string. Rather i need to segregate the string in two parts after a particular number of spaces. Regards, Roshan Lilaram.