HowTo - get User Information like lastname, email...

Hi,
i get the Username with a call like: portletRequest.getUser().getName()
But I'm not able to get other Information, like firstname, email....
I've no Database, I don't use PLSQL - so I'm not able to use the wwsec_person$ table.
Did anywhere know how to get this datas??
Thanks in advance!!
Daniel

Hi,
I am trying to send the email when the task assign to the user who own the shared queue, but after I research the event object, it seem that it is not the same as the event we use in the event driven programming... so I just give up and send the email BEFORE assign the task.
After I look at the system db tables again and again, I come up with the following SQL, which the result look like what I want, feel free to try at your environment:
select e.email
  from tb_shared_users_2_shared_queues sq, tb_queue q, edcprincipalentity e, edcprincipaluserentity eu
where q.workflow_principal_id = eu.refprincipalid
   and eu.uidstring = ? // user login id go here
   and q.workflow_principal_id <> sq.shared_queues_id // ignore queue owner
   and q.id = sq.shared_users_id
   and sq.shared_queues_id = e.id
I am still asking Adobe support for the official method to get the above information, because I think the system tables may change in system update, so... use at your own risk.
Wish it help.
Regards
Bill

Similar Messages

  • How to get the information like IP address,Host name of connected clients v

    Hi Every one,
    I want to get the information like (IP Address,Hostname,Active sessions , Database Server….etc) of the connected clients
    via V$Views(ORACLE).
    And then I like to load these infromation into a table “Client_Table”.
    Could some one give me suggestion that which V$ views/method I use in order to get the above information and then
    how to load these information into a table “Client_table”?
    Your suggestions will be highly appreciated.
    With Regards
    BILAL

    You could use a LOGON TRIGGER so every session insert its own environment into your client_info table.
    You could use the following view and choose whatever attribute you need:
    create or replace view my_userenv (
    AUDITED_CURSORID ,
    AUTHENTICATION_DATA ,
    AUTHENTICATION_TYPE ,
    BG_JOB_ID ,
    CLIENT_IDENTIFIER ,
    CLIENT_INFO ,
    CURRENT_SCHEMA ,
    CURRENT_SCHEMAID ,
    CURRENT_SQL ,
    CURRENT_USER ,
    CURRENT_USERID ,
    DB_DOMAIN ,
    DB_NAME ,
    ENTRYID ,
    EXTERNAL_NAME ,
    FG_JOB_ID ,
    GLOBAL_CONTEXT_MEMORY ,
    HOST ,
    INSTANCE ,
    IP_ADDRESS ,
    ISDBA ,
    LANG ,
    LANGUAGE ,
    NETWORK_PROTOCOL ,
    NLS_CALENDAR ,
    NLS_CURRENCY ,
    NLS_DATE_FORMAT ,
    NLS_DATE_LANGUAGE ,
    NLS_SORT ,
    NLS_TERRITORY ,
    OS_USER ,
    PROXY_USER ,
    PROXY_USERID ,
    SESSION_USER ,
    SESSION_USERID ,
    SESSIONID ,
    TERMINAL
    ) AS SELECT
    SYS_CONTEXT ('USERENV', 'AUDITED_CURSORID') ,
    SYS_CONTEXT ('USERENV', 'AUTHENTICATION_DATA') ,
    SYS_CONTEXT ('USERENV', 'AUTHENTICATION_TYPE') ,
    SYS_CONTEXT ('USERENV', 'BG_JOB_ID') ,
    SYS_CONTEXT ('USERENV', 'CLIENT_IDENTIFIER') ,
    SYS_CONTEXT ('USERENV', 'CLIENT_INFO') ,
    SYS_CONTEXT ('USERENV', 'CURRENT_SCHEMA') ,
    SYS_CONTEXT ('USERENV', 'CURRENT_SCHEMAID') ,
    SYS_CONTEXT ('USERENV', 'CURRENT_SQL') ,
    SYS_CONTEXT ('USERENV', 'CURRENT_USER') ,
    SYS_CONTEXT ('USERENV', 'CURRENT_USERID') ,
    SYS_CONTEXT ('USERENV', 'DB_DOMAIN') ,
    SYS_CONTEXT ('USERENV', 'DB_NAME') ,
    SYS_CONTEXT ('USERENV', 'ENTRYID') ,
    SYS_CONTEXT ('USERENV', 'EXTERNAL_NAME') ,
    SYS_CONTEXT ('USERENV', 'FG_JOB_ID') ,
    SYS_CONTEXT ('USERENV', 'GLOBAL_CONTEXT_MEMORY') ,
    SYS_CONTEXT ('USERENV', 'HOST') ,
    SYS_CONTEXT ('USERENV', 'INSTANCE') ,
    SYS_CONTEXT ('USERENV', 'IP_ADDRESS') ,
    SYS_CONTEXT ('USERENV', 'ISDBA') ,
    SYS_CONTEXT ('USERENV', 'LANG') ,
    SYS_CONTEXT ('USERENV', 'LANGUAGE') ,
    SYS_CONTEXT ('USERENV', 'NETWORK_PROTOCOL') ,
    SYS_CONTEXT ('USERENV', 'NLS_CALENDAR') ,
    SYS_CONTEXT ('USERENV', 'NLS_CURRENCY') ,
    SYS_CONTEXT ('USERENV', 'NLS_DATE_FORMAT') ,
    SYS_CONTEXT ('USERENV', 'NLS_DATE_LANGUAGE') ,
    SYS_CONTEXT ('USERENV', 'NLS_SORT') ,
    SYS_CONTEXT ('USERENV', 'NLS_TERRITORY') ,
    SYS_CONTEXT ('USERENV', 'OS_USER') ,
    SYS_CONTEXT ('USERENV', 'PROXY_USER') ,
    SYS_CONTEXT ('USERENV', 'PROXY_USERID') ,
    SYS_CONTEXT ('USERENV', 'SESSION_USER') ,
    SYS_CONTEXT ('USERENV', 'SESSION_USERID') ,
    SYS_CONTEXT ('USERENV', 'SESSIONID') ,
    SYS_CONTEXT ('USERENV', 'TERMINAL')
    from dual;

  • If i reset my iphone using the home button and the sleep/wake button will my information like contacts,email,apps etc be lost??

    If i reset my iphone using the home button and the sleep/wake button will my information like contacts,email,apps etc be lost??

    No.
    ...JER

  • HT5661 I lost my iPhone 4S how shld I stop other who found my phone to view information like my email etc?

    I lost my iPhone 4S how shld I stop other who found my phone to view information like my email etc? Please help!!!!

    I've my password lock set but not in iOS7 I'm worrying of my email access etc as all these apps are all auto log in after I access to my phone. Please help!!!!

  • My ipod id destroyed! it wont turn on probly cause it is broken, like the screens are off of it but still a little connected. i am wanting to get my information, like my contacts offo fo it how do i do it?

    my ipod id destroyed! it wont turn on probly cause it is broken, like the screens are off of it but still a little connected. i am wanting to get my information, like my contacts off of it, and onto a computer.how do i do it?

    If iTunes can't see the iPod then your only hope is a data recovery company.
    However, if the info is in an iPod backup you can restore another iPod, iPad or iPhone from that backup

  • Get user information in shared queue

    Hi all,
    The case is:
    - My queue shared to some user (say A, B abd C)
    - After some task assign to me I would like to send the email to all user shared my queue too (i.e. A, B and C)
    Would like to know if there are any way to find the user information (login id, UID etc....), so I can find there email address?
    Thanks in advance.
    Regards
    Bill

    Hi,
    I am trying to send the email when the task assign to the user who own the shared queue, but after I research the event object, it seem that it is not the same as the event we use in the event driven programming... so I just give up and send the email BEFORE assign the task.
    After I look at the system db tables again and again, I come up with the following SQL, which the result look like what I want, feel free to try at your environment:
    select e.email
      from tb_shared_users_2_shared_queues sq, tb_queue q, edcprincipalentity e, edcprincipaluserentity eu
    where q.workflow_principal_id = eu.refprincipalid
       and eu.uidstring = ? // user login id go here
       and q.workflow_principal_id <> sq.shared_queues_id // ignore queue owner
       and q.id = sq.shared_users_id
       and sq.shared_queues_id = e.id
    I am still asking Adobe support for the official method to get the above information, because I think the system tables may change in system update, so... use at your own risk.
    Wish it help.
    Regards
    Bill

  • Unable to get User Information in infopath form hosted on sharepoint online(2013)

    Im trying to retrieve user information (department, Manager, Work E- Mail, Etc..) into an infopath form hosted in sharepoint online using "/_vti_bin/UserProfileService.asmx"
    web service. But it returns me an error when im opening the form as :
    An error occurred while
    trying to connect
    to a
    web service. Error ID 5566
    Any idea about how to get those  information into a form which hosted in Office365 environment?
    Thanks.

    I believe this is a known issue:http://support.microsoft.com/kb/2674193/en-us

  • Query to get user information

    4.2.1
    Hi There,
    I wanted to get the counts/information of users logged into a specific Apex application. Is that possible. I searched the forum and came across the object apex_workspace_apex_users. In this I don't see the application the users last logged into.
    I was looking for something like
    User                 Count       last_login
    [email protected]     150        21-May-2013
    [email protected]      10          22-May-2013
    .Thanks!

    ryansun wrote:
    4.2.1
    Hi There,
    I wanted to get the counts/information of users logged into a specific Apex application. Is that possible. I searched the forum and came across the object apex_workspace_apex_users. In this I don't see the application the users last logged into.
    I was looking for something like
    User                 Count       last_login
    [email protected]     150        21-May-2013
    [email protected]      10          22-May-2013
    This information is available through APEX views. See:
    <li>APEX views: Home > Application Builder > Application > Utilities > Application Express Views
    <li>Monitoring Activity Within a Workspace
    <li>Creating Custom Activity Reports Using APEX_ACTIVITY_LOG
    Note that the underlying logs are purged on a regular basis, so for the long term you need to copy the data to your own tables, as Martin suggests here.

  • How to get User's Name and Email to use in an InfoPath Form?

    Hey guys,
    I created a form that MUST have the user filling it out and his/her email in it, but I don't want the user to type it, instead I'd like the form to get it from Office 365 AD, since this form is in Sharepoint Online via Office 365.
    How can I do that?
    Thanks.

    I tried it, but the closest it got was showing the user's Group, not name and definitely no email, I don't know if this is because it's SharePoint Online and not OnSite and I don't know if UserProfileService is available there, I did not see it in the Site
    Collection Features to enable it.
    Any other idea/solution? without this info my form will not work.
    Thanks.

  • How to get user information from ldap - bpm11g

    hi all,
    i need know how to do get information from ldap, but using adf bean for show user data in adf form.
    anyone knows about this ?
    tks.

    Neal wrote:
    >
    Hi,
    I am using WLS default authentication to protect my JSP pages. Can someone tell
    me if it is possible to add more fields to the default login box (in addition
    to login and password boxes, I want to ask user the department name). In additional,
    can WLS propogate this information (department name) along with other security
    credentails to other J2EE components such as EJBs? In my EJBs I want to be able
    to get the department name that user provided during login and then use that for
    conditional business logic.
    Any insights on this subject will be greatly appreciated.
    TIA,
    -NealYou can't do this with the default simple authentication. That can only handle a
    username / password combination.
    You should be able to do this with JAAS. You could write a LoginModule that
    populates the department as a Principal or public Credential on the Subject in
    addition to the normal authentication. You would have to do a callback handler
    that passed through the department info to it.
    This link has more on WLS's stab at JAAS:
    http://e-docs.bea.com/wls/docs61/security/prog.html#1039659
    Once you have associated the Subject with the access control context by invoking
    a doAs() you should be able to get it back at any point with
    Subject.getSubject(AccessController.getContext()) to get access to the
    department info.
    It will all be a bit of a chore, mind.

  • Howto get the information about a VI

    Hi all,
    I was wondering if there is a tiny software (or option in Labview 7.0)
    to get info about a VI.
    What I would like to do is, without openning a VI in labview I will run
    this tiny programme and it will tell me the terminal information. What
    is the name of the inputs/outputs what are the data type string, number,
    array?
    Does anyone know something like that?
    Cheers

    Volvo JazzHouse wrote:
    > I was wondering if there is a tiny software (or option in Labview 7.0)
    > to get info about a VI.
    >
    > What I would like to do is, without openning a VI in labview I will run
    > this tiny programme and it will tell me the terminal information. What
    > is the name of the inputs/outputs what are the data type string, number,
    > array?
    LabVIEW's file format is proprietary and highly binary. This may change
    in the future by using a more text based format (hearing XML anywhere?)
    but until now it's the state of affairs. You could maybe write a "tiny"
    LabVIEW app which does something like that and install it in the the
    registry into the popup-menu of VI files to be launched with.
    Eventhough the basic format of LabVIEW files is much like Maci
    ntosh
    resource forks and therefore isn't to complicated although binary, there
    is no way anybody outside of NI could even guess at how the resource
    data of the VI information is organized internally. And the only
    software on earth (and most probably in the entire universe)
    understanding that format is LabVIEW itself.
    Rolf Kalbermatter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • How to get user information in a standalone java class

    Is there a way to retrieve it in a stand alone java class (with no access to request object)? If so how do I get it?
    Thanks,
    Deepak

    Hi
    use this
    IWDClientUser currentUsers[]=WDClientUser.getClientUsers();
              //Displaying the count of logged on users
              wdComponentAPI.getMessageManager().reportSuccess("Number of logged on Users in the portal - "+(currentUsers.length-1));
              for(int i=0;i<currentUsers.length;i++){
                 if(currentUsers<i>!=null){
                     // Displaying the logged on users;
                     if(!currentUsers<i>.getLastName().equals("Guest")){
                          String first= currentUsers<i>.getFirstName();
                          wdComponentAPI.getMessageManager().reportSuccess("User - "currentUsers<i>.getFirstName()" "+currentUsers<i>.getLastName());
        //@@end

  • Using message boxes or dialogs to get user information in javascript.

    Hi,
    I want to create a dialog box that displays some check boxes with some options for the user. Is this possible with the designer javascript? I suppose another option would be to have a dialog with a text field, more of a prompt allowing the user to manually enter a value. I would prefer the check boxes, but I'm not sure if that's possible. Any ideas?
    Thanks,
    Chad

    The Adobe Dialog manager should be able to handle that.
    http://partners.adobe.com/public/developer/en/acrobat/sdk/pdf/plugins/ADMReferenceGuide.pd f
    For a clean and easy product to facilitate this, check WindJack Solutions AcroDialogs, a graphical designer for creating custom dialog boxes for use with Adobe Acrobat.
    http://www.windjack.com/products/acrodialogs.html
    Noah Katz

  • Getting User Details using objectid

    Hi,
    First i am querying the projects using ALUI IDK
    ===========
    IProjectManager projectManager = GetProjectManager(Request, Response);
    IProjectFilter projectFilter = projectManager.CreateProjectFilter();
    projectFilter.NameSearchText = searchText;
    Plumtree.Remote.PRC.Collaboration.Project.IProject[] projects = projectManager.QueryProjects(projectFilter);
    =================
    then i am retreiving User IDsadded as Project Leader
    ========================
    IRole role = null;
    RoleTypes roleType = RoleTypes.Leader;
    role = project.GetRole(roleType);
    int[] GroupID = role.GetMemberIDs(MemberQueryTypes.AllGroups);
    Display Group ID
    =========================
    Now the issue is i am not able to figure out how to get the users detail ie authusername, login name etc present in the groups that are retrieved.
    Regards,
    Ankit
    Edited by: electrazy on Jul 18, 2011 11:39 AM
    Edited by: electrazy on Jul 20, 2011 2:22 AM

    Hello electrazy,
    This is not possible from within the IDK. The best you can get are the Extended Data properties that are associated with the user object in the Global Property Map. If you want to get user information like the authentication name and the login name, you'll have to use the Portal Server API or directly query the database.
    -Mike Headley, WCI Developer Support

  • PowerShell for User Information

    Hello,
    Is there a PowerShell Script available that will export to a cvs to display user information like the users name into two different  columns example: Firstname in one column and last name in next column and show email address, and office location
    from Active Directory?
    Thanks

    Hi,
    Prewritten scripts can be found in the repository here:
    http://gallery.technet.microsoft.com/scriptcenter
    If you'd like to try this yourself, you can use Get-ADUser to get your information and Export-Csv to create an output file:
    http://ss64.com/ps/get-aduser.html
    http://ss64.com/ps/export-csv.html
    Let us know if you have any specific questions.
    EDIT: You'll also need Select-Object:
    http://ss64.com/ps/select-object.html
    Don't retire TechNet! -
    (Don't give up yet - 13,225+ strong and growing)

Maybe you are looking for

  • Toshiba L755 is the only one that will not PXE BOOT

    I have a few host on my network which it has VMWare 10 installed, successively performed deployment into those machines(Hosts and created VM"s). Now, I do have also a Toshiba L755-S5258 that will not complete the process,  it does not give any errors

  • To connect the Current User Filter with the Excel Web Access

    Hello, I have uploaded an excel sheet which has data in Pivot table format into SharePoint site and then by using the current user filter I am trying to connect the filter (sharepoint profile user property) to a parameter in the excel sheet. I have d

  • 2 PX gap in IE

    I have looked everywhere to try to fix this in IE Just under the main navigation Home, Join, Super Members I have a 2px gap instead of it sitting flush onto the scrolling banner. This only seems to be in IE http://www.australiancheapholidays.com/site

  • S920 Photo Lost

    I'm using s920 for only 1 month. When i cut and paste all my file from DCIM file to Pictures, and some of the photo is disappear, what happen to that? Can i find back my photo? ANY SOLUTION?

  • TS1702 The iMovie app doesn't upgrade, over a month now with multiple attempts. Can't use the app as Wendy

    Is it just me or are you experiencing the same issues?