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.

Similar Messages

  • 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.

  • Require information about the Role of Data Analyst

    Hi All,
    I know this might be irrelevent question in this forum, but after a long search, I could not find any suitable place where I can get the information about the role of Data Analyst ( DA ). What all activities the DA needs to perform? Can anyone suggest me anything related to this?
    Thanks in advance
    Himanshu

    As with just about any role, it really depends on the organization. There are dozens if not hundreds of jobs that different organizations might label "Data Analyst." A lot of what a statistician, an economist, or an actuary does would count as data analysis. So would a lot of what a business analyst does. So would a lot of what an software architect does.
    Justin

  • About the JVC KS-PD500 interface Adapter & Zen MicroPhoto

    Hi everybody,
    I have found some info about the JVC KS-PD500 interface Adapter, that is intended to be used between the mp3 Player XA-HD500 (http://www.infosyncworld.com/reviews/n/6374.html) and JVC Car Audio.
    The JVC mp3 player uses Windows media player 0, like the Zen Micro & Microphoto, so I think the adapter could work with our Zen's.
    Anybody could confirm if it works?
    Regards

    sharpxia wrote:
    My JVC KS-PD100 works fine and charges my old iPhone, I have just upgraded to iPhone 3G but when I plug into my JVC KS-PD100 adapter, it doesn't charge my iPhone 3G any more, is it because of the iPhone 3G hardware change?
    Yes. Original iPhone can use firewire charging; 3G cannot.
    Is there any fix for it? like another adapter in between in the connector to make it charge my iPhone 3G? so that I can listen music in car but don't need to worry about the battery.
    I'd imaging there will be some sort of adapter or dongle or much existing hardware will be obsoleted by this very strange design decision.
    Phil

  • About the role of process configuration files

    I have done some customizations in process template XMLs. I have done my major changes only in the work item type definition XMLs. I am wondering about the role of process configuration files or category definition files. When do I really need to update
    it?
    Thanks
    Divya

    Hi Divya, 
    Thanks for your post.
    If you only did the changes on fields/controls in work item type, usually you needn’t update the process configuration and category files.
    If you want add your work item type display in team project Web Access 
    Backlog board or Task board, you need to update the process configuration and category files, please refer to the detailed information in this document:
    https://msdn.microsoft.com/en-us/library/jj920163.aspx.
    Or you want add a backlog to portfolio management, you need to update the process configuration and category files, please refer to:
    https://msdn.microsoft.com/en-us/library/dn217880.aspx.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Confused about the role of ejbc in Weblogic 7

    Howdy All
    Here is my understanding of the role of ejbc in Weblogic 7:
    * Let's assume I have a JAR containing an EJB (let's say a stateless session bean).
    Let's call this the no-ejbc-JAR.
    1. I run the no-ejbc-JAR through ejbc to create the container-ejbc-JAR which can
    now be deployed in Weblogic.
    2. I can run ejbc against the no-ejbc-JAR to create a client-ejbc-JAR for use
    by clients wishing to access and use the EJB.
    Questions...
    MUST I run the no-ejbc-JAR through ejbc (to create the container-ejbc-JAR) before
    it can be deployed in Weblogic 7?
    If so, why?
    I can sort of see why this may be necessary from the containers perspective, although
    I would have thought the ejbc process could have been automatically applied by
    Weblogic to no-ejbc-JARs being deployed.
    But I am confused as to why ejbc would need to be used to create a client-ejbc-JAR.
    From the client's perspective, isn't it simply enough to have the no-ejbc-JAR
    (or a subset of the no-ejb-JAR) containing the EJB home and remote interfaces
    (along with any non-ejbc generated support classes)? For use by the client, why
    would it be necessary to run the no-ejbc-JAR through ejbc to create a client-ejbc-JAR?
    Or do I have an incorrect understanding of the role of ejbc?
    Thanks,
    Rob

    Hello Rob,
    I will try to clarify a couple of your concerns. First of all, if your EJB jar
    contains CMP 2.0 entity beans, the underlying JDBC implementations must be generated
    for your respective abstract classes of the entity beans. EJBC will generate this
    for you automatically. Also, the EJBC utility generates all of the other necessary
    server classes that WebLogic requires for deploying your EJBs (such as custom
    code for handling transactions, security, and other EJB services). When your EJB
    utilizes remote home/component interfaces, the utility will also generate all
    of the necessary client-side proxy and server-side byte code by running the RMI
    compiler on your EJBs. In addition to the above code generation that takes place,
    EJBC also checks all of your EJBs and makes sure that they are written according
    to the EJB specification. This way you will always be sure that your EJBs will
    be deployable on BEA WebLogic if EJBC returns with no error messages. You also
    asked if EJBC must be run manually before deploying the EJBs. If you run your
    application in exploded directory format, WebLogic will automatically invoke the
    EJBC utility prior to deploying your EJBs. Please refer to the links below for
    more information about the EJBC utility as well as deploying your application
    in exploded directory format:
    http://edocs.bea.com/wls/docs70/ejb/EJB_utilities.html#1075296
    http://edocs.bea.com/wls/docs70/programming/deploying.html#1125152
    Also, feel free to examine the code that EJBC generates to gain a better feel
    for what's happening behind the scenes. Also, please be aware that ejbc has been
    deprecated in WebLogic 8.1, in favor of the appc utility:
    http://edocs.bea.com/wls/docs81/ejb/EJB_tools.html#1096936
    Best regards,
    Ryan LeCompte
    [email protected]
    http://www.louisiana.edu/~rml7669
    "Rob Young" <[email protected]> wrote:
    >
    Howdy All
    Here is my understanding of the role of ejbc in Weblogic 7:
    * Let's assume I have a JAR containing an EJB (let's say a stateless
    session bean).
    Let's call this the no-ejbc-JAR.
    1. I run the no-ejbc-JAR through ejbc to create the container-ejbc-JAR
    which can
    now be deployed in Weblogic.
    2. I can run ejbc against the no-ejbc-JAR to create a client-ejbc-JAR
    for use
    by clients wishing to access and use the EJB.
    Questions...
    MUST I run the no-ejbc-JAR through ejbc (to create the container-ejbc-JAR)
    before
    it can be deployed in Weblogic 7?
    If so, why?
    I can sort of see why this may be necessary from the containers perspective,
    although
    I would have thought the ejbc process could have been automatically applied
    by
    Weblogic to no-ejbc-JARs being deployed.
    But I am confused as to why ejbc would need to be used to create a client-ejbc-JAR.
    From the client's perspective, isn't it simply enough to have the no-ejbc-JAR
    (or a subset of the no-ejb-JAR) containing the EJB home and remote interfaces
    (along with any non-ejbc generated support classes)? For use by the client,
    why
    would it be necessary to run the no-ejbc-JAR through ejbc to create a
    client-ejbc-JAR?
    Or do I have an incorrect understanding of the role of ejbc?
    Thanks,
    Rob

  • Common misconceptions about the role of IT?

    Snufykat wrote:
    If it plugs in to the wall it is IT's responsibility, common misconception.
    You mean the coffee pot isn't IT's responsibility. :)

    With the breath of responsibilities rolled into the job description of an IT pro, it's common for non-IT colleagues to lack a true understanding of what IT is there for.I'm trying to find out about some of the common misconceptions regarding the role of IT within organizations. Can you help shed some light on the following?What odd requests clearly outside your scope of work have you received?Are there any recurring themes in helpdesk tickets that are out of your scope of work/responsibility?Is there anything you must consistently remind your non-IT colleagues about regarding the scope of your role?What isa part of your role that most people have no idea about?Any other fun tidbits on this topic you'd like to share?Thank you in advance for your insight!
    This topic first appeared in the Spiceworks Community

  • Question about the role Reporting Developer

    Hi Experts,
    I created a role for reporting developer. With this role a user can create queries without problem. But I faced an error when I tried to attach the map.
    The error messages are:
    "System error when downloading shape files from BDS."
    "Data connection for map "cntry200" could not be established."
    "Query can not be displayed on a map."
    another question is, what does authorization object Broadcast Settings mean? It would be more helpfull with examples.
    Thanks a lot!
    Ziyang

    Hi,
    With your help I've got the authorization object Broadcast Settings. Thank you very much!
    In transaction RRMX l get this message.
    For instance, now I am working as a reporting developer or a reporting user.
    step 1: run RRMX Analyzer
    step 2: open a query
    step 3: now I want to attach a map into the report. Layout -> attach map
    And then I get this message.
    However, it is no problem when I run Layout -> attach chart.
    Thanks

  • I want to know about the role of AS application binaries, remote filesystems, and local filesystems in building a development environment on the iplanet application server.

     

    I think you need to be more specific in your question.
    The typical development environment involves the developer having his own copy of the application server binaries, executing code off of the local filesystem, and developing on the local filesystem. (Using some version control system to sync his code with the team code.) The most common reason for this is that most people are using Windows as a development platform.
    That said, it doesn't have to be that way. There is nothing preventing you from using a remote filesystem for the app server binaries. (Or even running your development server remotely.)
    What exactly are you trying to accomplish?

  • How to create a report of users in ucm about their roles and permission

    Hi All ,
    I need to create a report and it should contain all the users in ucm as well as their roles and permissions. Basically the report would be for the admin who can see all the users in a single report and can know about the roles and access of each and every users.
    How to create such report ?? I have tried from web layuot editor but the default report template i.e stdUserReport in user datasource does not contain more than three fields..Is there any method to get such kind of report???
    Please suggest!!

    There was an example component to demonstrate this kind of function. Under Stellent in version 7.5
    I do not know if they hand it out anymore but it is not on the standard samples page for Oracle. You may want to open a Support SR to ask for it. It should still be around in their servers if they can get permission to hand it out as a sample again.
    Sample CustomReports component to demonstrate how to create customized reports
    CustomReportsBundle.zip
    Date:     October 30, 2006
    Sample Version:     version=2006_10_20 (build 1)
    Product and Version:     Content Server
    Sample Status:     This is a Stellent Sample. Stellent Samples are free and include non-supported add-ons, utilities, tutorials or programming examples. It may require additional configuration or security auditing for maximum effect. It is not supported by Stellent without a consulting engagement.

  • The difference between SSO/NSF(GR) and NSR

    Hello
    I have question about the differnce between SSO/NSR(GR) and NSR.
    In my understanding SSO/NSR is stateful switchover from Active to Backup
    Mainly take over teh startup configuration and FIB TCAM table and so on.
    But this protocol need to re-establish the routing table and topology database etc.
    But if NSR functions when stateful switchover happens then it takes over routing table
    and toplogy database etc. right? 
    If so, I think BGP peer down/up (flapping) , OSPF/EIGRP neighbor state change does not happen right?

    ITS is used for accessing R/3 through browser....to implement SSO from Portal to access backend R/3 systems over ITS you need to follow certains step ...
    1. Create RFC Destination in J2EE Engine RFC JCo Provider
    2. Create RFC Destination in the R/3   Transaction: SM59
    3. Maintain Portal Server Settings for the Portal
    4. Maintain Single Sign-On in the R/3 System
    5. Export  R/3 Certificate to the Portal System
    6. Import  R/3 Certificate to the Portal
    7. Create  R/3 System in the Portal
    8. Configure User Management in the Portal
    9. Export Portal Certificate from Portal
    10. Import Portal Certificate to the R/3 System
    11. Set Up Repository Manager for R/3 in the Portal
    12. Maintain User management as SAP Logon Ticket in the Portal
    Hope I have answered your query in proper way.......
    If you want step by step details pl s let me know
    Swapnil

  • [ES4] What is the role of client_info column in tb_task_attachment and summary_url in tb_task table.

    Hello,
    I am testing an upgrade issue for a customer [es3sp2->es4] can any body tell me about the role of the above mentioned tables and columns in live cycle as am new to live cycle team.
    Thanks

    What is the upgrade issue that you encountered?
    Could not relate the context why you are trying to know information about these columns in particular
    --Santosh

  • About the Beatles Songs on iTunes Music Store..

    Was wondering, and perhaps the old codgers here who like me, actually have the original vinyl (boy, did I just date myself!) and prefer those.. umm.. was wondering about the releases currently offered - what versions?
    Are they the remasters, or the original mixes? I recall some years back hearing some remastered tracks from the White Album that made my hair curl.. Brrrr!
    What, exactly, are the offerings in this catalogue? Can't seem to find much info about it, unless there's someplace I've missed looking.
    Deb.

    Your not alone - I have 4 or 5 Beatle's albums on vinyl (Bought them when they originally came out.) Anyway, I read somewhere (Maybe Macworld?) that all of the individual albums etc. are the remastered versions. However, I think the box set includes the original mixes.

  • What are the Roles and Responsibilities of SAP Testing Consultant?

    Hello,
               i want to know about The Roles and Responsibility of SAP Testing Consultant,,pls anybody guide me Real time scenarios.
    regards,
    Balaram

    Understanding the business scenarios
    Organization Structure to incorporate the tune of the script.
    Preparation of test scripts
    Execute and record results to see if it is fine before going to approval.
    Make changes to your test script if required.
    What is Test Script (Scenario Testing)
    Header Data
    Step in Process
    Transaction Code / Program (FB60)
    Menu Path
    Description
    Field Data and actions to complete
    Expected Results
    Actual Results
    TPR
    Closing Period
    F.19 Clearing GR/IR Account
    F.13 Adjustments GR/IR Account
    Using of these above two accounts will help us in clearing the balances and adjustments to those respective clearing accounts so that the GR/IR account will be zero balance and the balances will appear in respective reconciliation accounts accordingly the balances will be carried forwarded to next fiscal year.
    GR/IR Clears the following Documents
    GL Document
    Customer Documents
    Vendor Documents
    Assignment Field is important in any document (ZUONR), Amount (DMBTR)
    Foreign Currency Valuation
    Lowest Value Method, If we are in loss then only we will account for it.
    GL Accounts which are important in Testing
    Enjoy Transaction   - FB50
    Normal Transaction - FB01
    Document Parking   - FV50
    Post with Clearing   - F-04
    Incoming Payment   - F-06
    Outgoing Payment   - F-07
    Document Related
    Reset Cleared Items   - FBRA
    Parking Document Posting  - FBVO
    Reversal Documents   - F-14
    Company Code Clearing A/C
    (Trial Balance purposes) reversal  -  (FBUB)
    Clearing Account
    Partial clearing Invoice  - 100 - Open Item
                               Paid  -   70 - Open Item
                           Balance -   30
    In Partial Clearing you can see 100 and 70 are cleared line items and 30 as balance and if it is in Residual you can only 30 as balance as it creates new line item and you canu2019t see the other cleared line items.
    As no company will use residual clearing as it affects on ageing reports.
    Open Items in Foreign Currency in all Modules GL/AP/AR  - F.05
    Master Data
    Company Code
    Currency
    Only Balances in local currencies
    Reconciliation Account Type
    Year End Scripts
    Re Grouping Receivables / Payables  - (F101)
    Bad Debts Provisions u2013 Scripts
    We assume that the customer has not paid at the end of the year you doubt whether this receivable will ever be paid. So you make a transfer posting for the receivables to an account for individual value adjustments using special GL Indicator E and Transaction Code F-21
    Carry forward Balances
    Sub Ledgers and General Ledger balances to be forwarded to next Fiscal Year
    Accounts Payables
    Vendor Down Payments
    Invoice
    Parking
    Reversal
    Outgoing Payments
    Automatic Clearing
    Manual Clearing
    Advance (Down Payment)
    Post with Clearing
    Post without Clearing
    Reset Clearing
    Carry forward
    Regrouping
    Foreign Currency Valuations
    Accounts Receivables
    Customer Down Payments
    Invoice
    Parking
    Reversal
    Incoming Payments
    Manual Clearing
    Advance (Down Payment)
    Post with Clearing
    Post without Clearing
    Reset Clearing
    Carry forward
    Regrouping
    Foreign Currency Valuations
    Other than that, it is important to know the following:
    Unit Testing
    When you test every single document is called unit testing.
    String Testing
    One transaction full activity is called string testing . For example Vendor invoice, goods received and vendor payment.
    Integration Testing
    It is purely with other modules and we have to check whether the FI testing is working with other related modules or not.
    Regression Testing
    Testing for whole database. Bring all the data into another server and do the testing is called regression.
    UAT
    When we test any particular document with the user and if it is ok immediately we have to take the signature on the document, which is signed off and can be forwarded to the immediate boss. There are some steps to be followed when we go for user acceptance testing.
    Transaction u2013 Script Writing u2013 Expected Results u2013 Compare with Actual Results
    TPR (Transaction Problem Reporting)
    While doing the user acceptance testing if we get any problems then there are some methodologies to be followed according to the companyu2019s policy and normally as a tester we always need to write on Test Script itself.
    Hope this helps you.
    Regards,
    Rakesh

  • Assigning a workbook to the role

    Hi Gurus,
    We are using NW2004s and are in front end patch 12.
    We have created a workbook role to assign all our workbooks, however Iam unable to find an option to assign these workbooks to the role. In earlier versions (3.x) there was a role icon in Bex Analyzer which we use to use to assign the workbooks, Iam not seeing this icon anymore in BI7. Can someone quide on how to assign this.
    Thanks!

    I can see publish query To Role, To Portal & BEx broadcaster, this will publish my query. My need is to publish or assign workbook to a role. When you log in through Bex Analyzer, you have two options 1). Open Query, 2). Open workbook., If you choose Open workbook, you can see all workbooks created. I would like to assign these workbooks to a role. Otherwise these workbooks will be saved in the favourites and no one else can view this other then me.

Maybe you are looking for