General role of the SSO interface version on portal functioning

i have some general questions about the SSO version and the Portals functioning. it relates specifically to 9iAS portals 3.0.9 and OracelAS 10g(904).
- how significant is the SSO interface version (like v1.1, or v1.2) in the portal functioning.
- what relevance does it have with the WWSEC_ENABLER_CONFIG_INFO table entries? i know it can be seen in that table too. but what does it do for these entries.
- if the SSO interface version is not correct, does it change the site2pstoretoken value? i suppose it precedes this token value sometimes. does it not show this toeken value altogether?
- what errors one should expect if the SSO interface version is not correct for a certain portal?
thanks for any help.

Hello Murthy,
What about simply use function module BBP_USER_GET_DETAIL with importing parameter USERNAME = SY-UNAME ?
You will get all user's roles in table ACTIVITYGROUPS.
Regards.
Laurent.

Similar Messages

  • About the role of SSO interface versions on portal functioning

    i have a general question about the SSO version and the Portals functioning. it relates specifically to 9iAS portals 3.0.9 and OracelAS 10g(904).
    how significant is the SSO interface version (like v1.1, or v1.2) in the portal functioning.
    - what relevance does it have with the WWSEC_ENABLER_CONFIG_INFO table entries? i know it can be seen in that table too. but what does it do for these entries.
    - if the SSO interface version would not be correct, will it change the site2pstoretoken value? i suppose it precedes this token value sometimes.
    - what errors one should expect if the SSO interface version is not correct for a certain portal?
    thanks for any help.

    i have a general question about the SSO version and the Portals functioning. it relates specifically to 9iAS portals 3.0.9 and OracelAS 10g(904).
    how significant is the SSO interface version (like v1.1, or v1.2) in the portal functioning.
    - what relevance does it have with the WWSEC_ENABLER_CONFIG_INFO table entries? i know it can be seen in that table too. but what does it do for these entries.
    - if the SSO interface version would not be correct, will it change the site2pstoretoken value? i suppose it precedes this token value sometimes.
    - what errors one should expect if the SSO interface version is not correct for a certain portal?
    thanks for any help.

  • I want to write a java program that can add a user to a role or sub role to the Profile Database in iPlanet Portal Server 3.0. Does anyone has any idea or a sample program do such thing. Thanks, Tommy

    I want to write a java program that can add a user to a role or sub role to the Profile Database in iPlanet Portal Server 3.0. Does anyone has any idea or a sample program do such thing? Thanks, Tommy

    // create the user profile, get the handle back,
    // and set the membership profile attributes.
    ProfileAdmin newProfile = null;
    try {
    // the users profile name is the domain      
    // he belongs to plus their userName
    // you will request.domain if your doing this from a servlet, domain_name is the domain_name the user belongs too
    String profileName = domain_name + "/" + user;
         if (debug.messageEnabled()) {
    debug.message("creating profile for " + profileName);
    // create the user profile object
    newProfile = ProfileManager.createProfile(
    getSession(), profileName ,Profile.USER);
    UserProfile userProfile = (UserProfile)newProfile;
         // set the role the user is a member of. Default is to set
         // the users to the default role of the domain they surfed to
         StringBuffer roleName = new StringBuffer(64);
    // request.domain instead of domain_name if your doing this from a servlet ..
    Profile dp = getDomainProfile(domain_name);
    roleName.append(dp.getAttributeString("iwtAuth-defaultRole"));
         if (debug.messageEnabled()) {
    debug.message("setting role for " + user + " = " + roleName);
    userProfile.setRole(roleName.toString());
    newProfile.store(false);
    } catch (ProfileException pe) {
         debug.error("profile exception occured: ",pe);
    return;
    } catch (ProfileException pe) {
         debug.error("login exception occured: ",le);
    return;
    HTH ..

  • URL to public_html docs on the app server version of Portal Server 6.0

    I recently switched from Portal Server 6.0 to the Portal Server version that runs under Sun's Application Server 7.
    I want to create a bookmark that references a URL that is already located on the portal server itself.
    I did this in the previous version by placing my files in a subdirectory under /opt/SUNWam/public_html/go/index.html
    I could access the URL by creating the bookmark with the relative URL /go/index.html
    This no longer works under the application server version of portal server 6.0. I tried placing my file in /opt/SUNWappserver7/SUNWam/public_html/go/index.html and referencing the file as /go/index.html
    Anybody know what the new relative URL would be to access this document?

    By golly, I figured it out.
    In order to use the URL /go/index.html as the bookmark, the file needs to be placed in the "go" subdirectory off the default document root of the application server at /var/opt/SUNWappserver7/domains/domain1/server1/docroot/go/index.html

  • How to check the Business Package version in portal

    Hi All,
    I need information on business package version which is running in portal. after the business package deployed in portal then we could see the content in portal content->content provided by SAP folder.
    Recently we upgraded the Busiess Package of XRPM from 4.5 to 5.0  in portal, now i wanted to see what the content currently running in Portal whether it is Business Package of 4.5 or 5.0 version??
    Please let me know where could we check the BP version which is running in portal??
    Please get back to me with your inputs
    Thanks in advance
    Regards
    PortalUser100

    Hello,
    Please look in the http://HOST:PORT/index.html here you can find the link for the portal information. then click on system information >> component information. here you can find the all the deployed content running in the portal.
    Best Regards,
    Arun Jaiswal

  • How do I get to see the elder sourcecode versions of a Function Module?

    Hello experts,
    apparently the standard functionality behind "Utilities" -> "Versions" -> "Version Management" doesn't seem to work for function modules. I have like 10 older versions of a certain FM and I know for sure that there have been changes to it but under each version I only get to see my code as it currently is.
    Thanks in advance for your help
    Andreas

    Hi Rob,
    Hi Avinash,
    yes, you're right, the version management seems to include FMs, too.
    A new version had been created every time a transport had been released that contained the FM.
    But unlike in "regular" reports I don't get to see the old sources and I also don't get any result when I use the comparison option. I know how it should work and it actually does for any other kind of development object except for FMs. That's why I'm asking. Of course an FM is an include program, too, but one that I cannot call up in SE38/SE80 without automatically switching to the function builder, which doesn't give me the information that must be there, somewhere.
    Thanks
    Andreas

  • What is the role of the RETURN clause in a pipelined function?

    I wrote several pipelined functions and they work just fine without the return clause. However in the oracle's documentation there are returns in the pipelined functions:
    CREATE FUNCTION StockPivot(p refcur_pkg.refcur_t) RETURN TickerTypeSet
    PIPELINED IS
      out_rec TickerType := TickerType(NULL,NULL,NULL);
      in_rec p%ROWTYPE;
    BEGIN
      LOOP
        FETCH p INTO in_rec;
        EXIT WHEN p%NOTFOUND;
        -- first row
        out_rec.ticker := in_rec.Ticker;
        out_rec.PriceType := 'O';
        out_rec.price := in_rec.OpenPrice;
        PIPE ROW(out_rec);
        -- second row
        out_rec.PriceType := 'C';  
        out_rec.Price := in_rec.ClosePrice;
        PIPE ROW(out_rec);
      END LOOP;
      CLOSE p;
      RETURN;
    END;
    /http://docs.oracle.com/cd/E11882_01/appdev.112/e10765/pipe_paral_tbl.htm#CHDJEGHC
    Moreover, at least in PL/SQL developer I recieve hints that my pipelined functions return no values, though as I said the functions work smoothly. So is there a need in the return clause in pipelined functions or it is redundant?
    My oracle version is 11.2.0.2.0

    As already mentioned, in later versions of the database it doesn't appear to be necessary, however, it IS good programming practice (and necessary in non-pipelined functions) to always ensure a function has a RETURN statement in it. It could be a 'side effect' (read that as bug if you like) that it doesn't appear to be necessary, so you would be best to ensure you DO include a RETURN statement, as documented.

  • Requesting to remove roles for the direct report's in OIM 11g R2

    Is it possible to have the manager log into OIM and request to remove roles for one of his/her direct reports? You can only add roles from the catalog interface.
    Thanks

    Search the user
    Go to the Roles Tab
    Select the Role
    "Remove Role" link will get enabled
    Click that link
    Submit
    Request ID will be generated
    For SELF REQUEST:
    Go to My Access Form
    And do the same thing

  • Assigning role to the users

    HI All,
      I want to assign 1 role to the 400 users in my portal.Is it possible to assign automatically to do this.
    Can any one give me clue on this .
    Regrads,
    Suresh.

    You can use a script like the one below if you have all the usernames with you.
    [role]
    rid=pcd:portal_content/administrator/content_admin/content_admin_role
    rdesc=Content Admin
    user=user1;user2;user3
    Or you can assign all the users to a group using a script file like this
    [group]
    gid=Administrators
    user=user1;user2
    and then assign the role to the group.
    Thanks,
    GLM

  • How can I change the language interface of Firefox 4 Beta to English (on Swedish OS)? Can only find different language versions for 3.6.8.

    How can I permanently change the language interface of Firefox 4 Beta to English?
    Computer is running on Swedish Windows XP.
    Found that the advice on similar questions is to install the language version of the desired language on top of the current version but I haven't found different language versions for 4 Beta, only 3.6.8.
    Have also tried to change general.useragent.locale (about:config) to en-US but to no avial.

    Hello,
    If somebody has installed the multi-language package is there a possibility the language to be changed without reinstalling the browser?
    Best regards,
    Yuli

  • Just upgraded iTunes to version 11.0.2.26...... now have no music or apps..... they are still in the iTunes library on the pc, just not in the iTunes interface.... ideas anyone..?

      Just upgraded iTunes to version 11.0.2.26...... now have no music or apps..... they are still in the iTunes library on the pc, just not in the iTunes interface.... ideas anyone..?

    Empty/corrupt library after upgrade/crash
    Hopefully it's not been too long since you last upgraded iTunes, in fact if you get an empty/incomplete library immediately after upgrading then with the following steps you shouldn't lose a thing or need to do any further housekeeping. In the Previous iTunes Libraries folder should be a number of dated iTunes Library files. Take the most recent of these and copy it into the iTunes folder. Rename iTunes Library.itl as iTunes Library (Corrupt).itl and then rename the restored file as iTunes Library.itl. Start iTunes. Should all be good, bar any recent additions to or deletions from your library.
    Note with iTunes 11 an "empty" library may show all your purchases with cloud icons that allow them to be streamed or downloaded from Apple's servers.
    See iTunes Folder Watch for a tool to catch up with any changes since the backup file was created.
    When you get it all working make a backup!
    If, for some inexplicable reason, the media has been removed from your computer see Recover your iTunes library from your iPod or iOS device.
    tt2

  • I am still trying to update my ipod touch 4 to the iOS 6 version. It is on the 4.3.5 (8L1) version. When I go to settings-General-it just says About and nothing about an update. I have no idea how to update it! Please help!

    I am still trying to update my Ipod touch 4 to the iOS 6 version. It is on the 4.3.5 (8L1) version. When I go to settings-General-it just says About and nothing about an update. I have no idea how to update it! Please help!

    You can only update via the ipod with ios 5 or later.
    You need to update via itunes on your computer as always.

  • Just installed the newest version. the controller interface doesn't work.

    Just installed the newest version. the controller interface doesn't work.
    Hello, I just installed the newest version from App Store.
    I did not download the drum stuff when open the app for the first time (the check box that you can un-cheack it).
    I open and try to go to the Control interface but it kept saying that it cannot find the layout.
    Please help.
    Thank you.

    Sorry to post in the wrong place.
    I try to move to post but didn't have authorize.
    I guess I will be posting another one in the Garageband for Mac room.

  • I CANNOT FIND THE OPTION "PROFILE" UNDER GENERAL SETTINGS IN MY IPHONE 4 VERSION 4.2.1

    I CANNOT FIND THE OPTION "PROFILE" UNDER GENERAL SETTINGS IN MY IPHONE 4 VERSION 4.2.1

    So, when in doubt, check out the manual (this one is for 4.2 and 4.3: http://manuals.info.apple.com/en_US/iPhone_iOS4_User_Guide.pdf).
    This is what I found under the General / Settings section. Not super helpful!
    Profiles
    This setting appears if you install one or more profiles
    So I guess my question is, did you already set up the profile somewhere??  I searched through the manual and didn't see anything super helpful, but since you know specifically what you're looking for, maybe you'll find something I missed.

  • HT4623 I want to update my iOS software from version 4 to the latest available version, but I cannot find the software update tab in Settings- General. Pls help.

    I want to update my iOS software from version 4 to the latest available version, but I cannot find the software update tab in Settings->General. Pls help.

    http://support.apple.com/kb/ht4623
    Sometimes older devices must be plugged into iTunes to update.
     Jackson

Maybe you are looking for

  • Keynote View During Projection

    I recently purchased a mini-DVI to VGA adapter for my MacBook. When I went to play my presentation, it came up on the projector in Rehearse View. Also, as I went back to the Desktop to try and reopen the application, but that didn't work either. Also

  • Message type EDI is not triggering for outbound deliveries

    Hello, When ever the shipment status is completed message type EDI is triggered for the outbound delivery. However, in spite of the shipment completion the DESADV EDI message is not created in the outbound delivery. So, i request you to help me in th

  • Easy Question:  Tomcat and SSI

    How do you get SSI to work with Tomcat? I just installed Tomcat 4.0.1 on Win2K and wrote a MyHelloWorld servlet. I made an entry in the web.xml and the servlet is served up just fine when I load directly http://localhost/servlet/MyHelloWorld I tried

  • Outlook calender sync stopped working

    3 of our office computers stopped syncing outlook to our Iphones 2 PC's are running outlook 2003 (both 3G Iphones) and 1 PC is running Outlook 2007 (Iphone 4). we have tried resetting the sync history also have tried shuting down norton as all 3 PC's

  • Photo Stream and non-primary accounts

    My wife is not the primary account holder on me.com our family pack is there anyway to get photo stream to work on her phone through iCloud? If not what are our options.