WebSphere 5.1.2 with Portal using JsafeJCE RSA

Is there anyone successfully install the JsafeJCE RAS on the Portal server running on a WebSphere 5.1.2?
I tried all different kind of methods as posted in the forums (java.security, class path, policy file, etc)
But I am still stuck. So I wonder is there anyone actually successfully deploy the JsafeJCE using RAS encryption. If so, HOW DID you made it to work!?
Thank you very much for your help.
Rdanoi

It's better to ask RSA's technical support (I believe that you have bought your JSAFE copy with a support contract), but I believe that's a matter of correctly specifying the provider in the java.security file in the IBM JRE directory (remember, IBM WebSphere usually requires a IBM JDK to run, unless it's running in a Solaris environment.).

Similar Messages

  • Error while Integrating SDN with portal using AppIntegrator

    Hi
    I am trying to Integrate SDN in Portal Using AppIntegrator.
    When I am select SDN iview then it is connecting to the SDN but it is not login into SDN (Error is User Id or Password is not correct.).
    The mapped User Id & password is working fine if I am login SDN directly.
    System Property is
    URI of web application: - /irj/servlet/prt/portal/prtroot/com.sap.sdn.logon.redirect
    Thanks in Advance

    Hi
    Try with URL iView. (contant admin >> portal contant)
    Cheers
    Jawahar Govindaraj
    PS:Reward pts

  • How to configure file server with portal using KM

    Hi
    i have some word documents,excel documents in my computer.i want to integrate these documents into portal using KM.how to do that?can anybody suggest the steps involved or tutorial to do this configuration.thanks for your help in advance
    Prasad

    Hi,
      It´s very simple to do that.
    1.You must create repository. (I gave you this information).
    2.Create portal users. (in portal or read from ldap)
    3.Create KM navigation iview to point folders in your repository.
    4.Create roles.
    5.Assing roles to users.
      For you that is new in this tools, perhaps needs 3 or 4 days.
    Patricio.

  • How to use PPM 5 (standalone or integrated with portal)

    Hi,
    I would like to know which advantages and disadvantages are presented by using PPM 5.0 standalone or integrated with portal? all functionality are the same in both cases? which is the best option?
    Thanks a lot,
    CAMILO URIBE

    Hi,
    from a functionality point of view, standalone and portal usage of SAP Portfolio and Project Management 5.0 are the same (except functionality which is in general only available within a portal, e.g. KM documents, collaboration rooms, etc.).
    From a TCO perspective, for the standalone usage you'll only need the ABAP stack (except for ADS), i.e. if you don't anyway already have a portal in use in your company, this could lead to a lower TCO.
    Kind regards,
       Florian

  • Using third party Rich Text Editors with Portal Release 2 (9.0.2)

    Hi Everyone,
    We would like to use some third party Rich Text editor with portal as the Oracle Rich Text editor is fairly basic and it does not fulfill our business requirements.
    Some of the things we are hoping to accomplish by through this text editor (after customizing) are:
    Ability to select any page within the portal to add as link in the Text Editor.
    Ability to select images from the portal repository.
    Create HTML Tables.
    Support of copy/paste from Microsoft Word.
    I am looking for any suggestions or experiences on how this can be done.
    Thanks in advance..
    Niraj

    Niraj,
    There's a RTE posted on knowledge exchange (with source), in my folder.
    Re: Calendar PJC on French Keyboard
    Hi Everyone,
    We would like to use some third party Rich Text editor with portal as the Oracle Rich Text editor is fairly basic and it does not fulfill our business requirements.
    Some of the things we are hoping to accomplish by through this text editor (after customizing) are:
    Ability to select any page within the portal to add as link in the Text Editor.
    Ability to select images from the portal repository.
    Create HTML Tables.
    Support of copy/paste from Microsoft Word.
    I am looking for any suggestions or experiences on how this can be done.
    Thanks in advance..
    Niraj

  • Using log4j with portal server

    Hi,
    I am trying to use log4j with Portal server 6.1 using log taglibs from jakarta.
    Here is what i've done:
    1. copy taglibs-log.jar in /etc/opt/SUNWps/desktop/classes
    2. copy taglibs-log.tld in /etc/opt/SUNWps/desktop/default/tld
    3. put log statements in JSPs
    for example:
    <log:debug>This is body content.</log:debug>
    <log:debug message="This is attribute content." />
    4. /etc/opt/SUNWps/desktop/classes/log4j.properties contains
    =========================================
    # Sample properties to initialise log4j
    log4j.rootCategory=debug, stdout, R
    #log4j.rootCategory=debug, stdout
    log4j.appender.stdout=org.apache.log4j.ConsoleAppender
    log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
    # Pattern to output the caller's file name and line number.
    log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F:%L) - %m%n
    log4j.appender.R=org.apache.log4j.RollingFileAppender
    log4j.appender.R.File=logtags.log
    log4j.appender.R.MaxFileSize=100KB
    # Keep one backup file
    log4j.appender.R.MaxBackupIndex=2
    log4j.appender.R.layout=org.apache.log4j.PatternLayout
    log4j.appender.R.layout.ConversionPattern=%p %t %c - %m%n
    ===============================================
    However no log file is created on my system. I am very new to this and would appreciate if anyone could tell me what more needs to be done to get log records in a file.
    Thanks for all your help.
    Kind regards,
    Apoorv

    Hi,
    I am trying to use log4j with Portal server 6.1 using
    log taglibs from jakarta.
    Here is what i've done:
    1. copy taglibs-log.jar in
    /etc/opt/SUNWps/desktop/classes
    2. copy taglibs-log.tld in
    /etc/opt/SUNWps/desktop/default/tld
    3. put log statements in JSPs
    for example:
    <log:debug>This is body content.</log:debug>
    <log:debug message="This is attribute content." />
    4. /etc/opt/SUNWps/desktop/classes/log4j.properties
    contains
    =========================================
    # Sample properties to initialise log4j
    log4j.rootCategory=debug, stdout, R
    #log4j.rootCategory=debug, stdout
    log4j.appender.stdout=org.apache.log4j.ConsoleAppender
    log4j.appender.stdout.layout=org.apache.log4j.PatternL
    ayout
    # Pattern to output the caller's file name and line
    number.
    log4j.appender.stdout.layout.ConversionPattern=%5p
    [%t] (%F:%L) - %m%n
    log4j.appender.R=org.apache.log4j.RollingFileAppender
    log4j.appender.R.File=logtags.log
    log4j.appender.R.MaxFileSize=100KB
    # Keep one backup file
    log4j.appender.R.MaxBackupIndex=2
    log4j.appender.R.layout=org.apache.log4j.PatternLayout
    log4j.appender.R.layout.ConversionPattern=%p %t %c -
    %m%n
    ===============================================
    However no log file is created on my system. I am
    very new to this and would appreciate if anyone could
    tell me what more needs to be done to get log records
    in a file.
    Thanks for all your help.
    Kind regards,
    Apoorv

  • Can ASP with ODBC be used with Portal??

    I have seen many clients develop active server pages using Frontpage or Dreamweaver hitting Oracle through ODBC (also JDBC). I know you can apply FP and Dream Weaver extensions to Apache. Can this be used with Portal to prevent re-coding existing applications or to stay with their present development plans?

    Yes, you can expose any existing application environment through the portal. The fastest way to do it is to use the URL Services in the PDK to include application functionality as portlets by specifying the url. There are some restrictions with this approach. See the PDK for details. You can also code new portlets in Java that take advantage of the "External Applications Provider" capability to connect your portlets to an existing application in a single sign on way. Again, the PDK is the best source of information on this.

  • Using WLI with Portal

    Hi!
    Is anyone using BEA portal for user authentication and personalization along with
    Integration for workflow??? Looking at the two sets of examples and full functionality
    of wli it appears that the two should be easily tied together... Any thoughts
    or advice would be greatly appreciated.
    Thanks...Peggy

    Hi Stanley,
    THANKS very much for the info. Since our WLP instance
    is already established I am leaning towards your
    architecture. Hopefully I will get the documentation
    done early next week and can start implementation.
    The two domains will certainly simplify the
    port over. Please ping on me in a few weeks
    to discuss other aspects of this process....
    THANKS again,
    Peggy
    "Stanley Beamish" <[email protected]> wrote:
    Hi Peggy,
    I'm doing the same sort of thing, with WLP and WLI sitting in separate
    domains. This works fine, and separates the application load between
    two
    server machines (the WLP domain/server handles all the user/portal logic,
    the WLI domain/server handles all the talking to external systemes and
    business logic). However, I would also be very interested to hear views
    on
    running them within the same domain.
    Stanley.
    "Peggy" <[email protected]> wrote in message
    news:3dbd9e48$[email protected]..
    Sasi,
    After reading the docs it looks like the two may live together
    in the same domain...okay...not sure.
    I will be 'porting' the WLI work I am doing into a current
    domain where they have a portal installed. I think a single
    domain is what I need.
    I do not know if having two domains is better or not...do
    you know?
    Any insight is appreciated.
    Are you doing anything similar?
    THANKS! Peggy
    "Sasikanth" <[email protected]> wrote:
    HI Peggy
    You can do authentication and personalization with portal and
    workflow
    with
    WLI. But I would like to know whether or not you would like to launch
    them as
    a single domain or not.
    regards
    Sasi
    "Peggy" <[email protected]> wrote:
    Hi!
    Is anyone using BEA portal for user authentication and personalization
    along with
    Integration for workflow??? Looking at the two sets of examples andfull
    functionality
    of wli it appears that the two should be easily tied together...
    Any
    thoughts
    or advice would be greatly appreciated.
    Thanks...Peggy

  • Using J2EE agent with Portal 7

    Hello!
    I'm trying to use a J2EE policy agent 2.2 for Application server 8.2 with portal, protecting /portal URL. However, after it prompts me to log in, the policies are not enforced. It works with the agentapp, but not with Portal when the AMagent filter is introduced.
    Does anyone know why portal application ignores policies in access manager or where to get the documentation on how to properly troubleshoot this?
    Thanks
    -Max

    Ok, its true.
    My intention is to confirm if is possible install a Java instance in the same server that ECC is running with Abap instance.
    My confusion is because note 1007341, in "deviations" part, says:
    ECC 5.0 (ERP 2004 back-end system),
    XSS 500 on a separate J2EE 6.40, EP NW04s
    with business packages ESS and MSS (SAP ERP 2004).
    The SAP system only supports this system landscape
    if you have installed XSS 500 on a separate J2EE 6.40.
    Then, would I install abap stack, and java stack as separate instances (not add-in!) ? and this landscape is supported acordding this note?
    (in the example, A and C are in the same server)
    thanks in advance!
    regards,
    Edited by: Leandro  Balboni on Aug 12, 2008 5:28 PM

  • Integrating cFolders with Portal-KM using WebDAV manager

    Hello All,
    Requirement: Integrating cFolders with Portal-KM using WebDAV manager
    Settings done :
    1) cProject WebDAV url is working through WebDAV client(software name : anyclient)
    The URL is http://<host name>:<port>/cfol450/dpr
    cFolders url is not working thriugh WebDAV client. Basis investigating on that.
    2) Created HTTP system for "cProject " with URL. http://<host name>:<port>
    3) Created WebDAV repository with system path /cfol450/dpr
    4) Created system in portal for user mapping and mapping is done.
    Problem Statement:
    The integrated repository is not visible in KM content. When I go to Monitoring->KM->Component Monitoring->Repository Name,
    the servers shows "not started" as status.
    Troubleshoot Try: I tried changing log level of slimrequest to debug.. but there is no entry in log file to guide on error
    Help appreciated.
    Regards,
    Amol Ghodekar.

    Hello All,
    Requirement: Integrating cFolders with Portal-KM using WebDAV manager
    Settings done :
    1) cProject WebDAV url is working through WebDAV client(software name : anyclient)
    The URL is http://<host name>:<port>/cfol450/dpr
    cFolders url is not working thriugh WebDAV client. Basis investigating on that.
    2) Created HTTP system for "cProject " with URL. http://<host name>:<port>
    3) Created WebDAV repository with system path /cfol450/dpr
    4) Created system in portal for user mapping and mapping is done.
    Problem Statement:
    The integrated repository is not visible in KM content. When I go to Monitoring->KM->Component Monitoring->Repository Name,
    the servers shows "not started" as status.
    Troubleshoot Try: I tried changing log level of slimrequest to debug.. but there is no entry in log file to guide on error
    Help appreciated.
    Regards,
    Amol Ghodekar.

  • Using NT username and password with Portal??

    I want to have a pulling mechanism between the Portal application and the component that holds the NT username and password. If I were to log onto my NT box with username:XXX password: YYY and bring up the Portal application.. I wouldn't have to go through the Portal login process because the Portal application already pulled my username & password. Any thoughts?

    Oracle9iAS Portal Knowledge Exchange has a community contribution that describes how to get the portal to authenticate users against their NT credentials, and subsequently, how to facilitate the transparent login of NT users to the Portal.
    This contribution is from Damian Edwards and can be found in his community folder (labelled "DAEDW1"). Damian is one of the top rated contributors and his article on NT authentication with portal is one of the top rated community items. So you should be able to find links to his folder from the Knowledge Exchange portlets for "top rated community items" and "top rated community contributors".
    To access this article and other contributions from the portal developer community, you must be a subscriber to Oracle9iAS Portal Developer Services (subscription is free!). To sign up, just go to http://portalcenter.oracle.com and follow the directions on how to subscribe to the Oracle9iAS Portal Developer Services.
    James

  • Using NT username & password with Portal

    I want to have a pulling mechanism between the Portal application and the component that holds the NT username and password. If I were to log onto my NT box with username:XXX password: YYY and bring up the Portal application.. I wouldn't have to go through the Portal login process because the Portal application already pulled my username & password. Any thoughts?
    null

    Oracle9iAS Portal Knowledge Exchange has a community contribution that describes how to get the portal to authenticate users against their NT credentials, and subsequently, how to facilitate the transparent login of NT users to the Portal.
    This contribution is from Damian Edwards and can be found in his community folder (labelled "DAEDW1"). Damian is one of the top rated contributors and his article on NT authentication with portal is one of the top rated community items. So you should be able to find links to his folder from the Knowledge Exchange portlets for "top rated community items" and "top rated community contributors".
    To access this article and other contributions from the portal developer community, you must be a subscriber to Oracle9iAS Portal Developer Services (subscription is free!). To sign up, just go to http://portalcenter.oracle.com and follow the directions on how to subscribe to the Oracle9iAS Portal Developer Services.
    James

  • How to use Apache Ref Imp(Pluto project) tags with Portal 10.1.4

    Hi Gurus,
    I know there was a document some years ago on this topic.(JSR168/Pluto Portal 10.1.4)
    Is it still possible with Portal 10.1.4.Could you please explain how to configure this.?
    The old document pointer is broken.
    Thanks
    JO

    Thank you for this answer, in fact i discover that it is about an already old enhancement request (Portal 9.0.2.3 .0). However the request of the customer is a little wider:
    - to be able to create an attribute of datatype Date,
    - this attribute being at format DD-MON-YYYY,
    - the seizure of this attribute being assisted,
    - to be able to sort item on this attribute.
    Regards.
    Jean-Francois

  • How to use my reports on report server with Portals

    Hi,
    I would like Portal to run my reports from the report server. I have have set up the report server in Portals using the Manage Components. Where do I go from there? Is there a way to just call those reports? and will I be able to use my configuration file (on report server)?
    Any assistance is appreciated. Thanks.
    ~Vannette

    Take a look at the Report Security Objects under the Admin tab.
    That has 4 or 5 portlets which helps u run the report from ur server.

  • Creating a report in EP portal using Web Dynpro

    Hi all,
            Can anyone guide me how to create a Report in EP portal using Web Dynpro.
    Regards,
    R.V.Easter

    Hi,
    You should read the documentation ([Web Dynpro ABAP: Development in Detail|http://help.sap.com/saphelp_nw70/helpdata/en/03/0048413e466e24e10000000a155106/frameset.htm]) and study the tutorials : [Go and Create First Application with Web Dynpro ABAP|http://help.sap.com/saphelp_nw70/helpdata/en/e6/2c4b29dc87c6409d6469ec390e8f3d/frameset.htm] and [Creating a Simple Flight Info Application|http://help.sap.com/saphelp_nw70/helpdata/en/e6/2c4b29dc87c6409d6469ec390e8f3d/frameset.htm].
    Regards,
    Pierre

Maybe you are looking for

  • How to change the default name of new adjustment layers? (and other Q's)

    How do I change the default name of new adjustment layers? How can I make it so that adjustment layers don't come with a mask when I create them (unless I have a selection active)? Why isn't the Shadows/Highlights functionality an adjustment layer? I

  • Please explain this code,this is regarding to ODS activation.

    Hi,     Please I am unable to understand this code,this exists initial activation of ODS,please can anyone please explain me this ob started Step 001 started (program RSPROCESS, variant &0000000055152, user ID ALEREMOTE) Activation is running: Data t

  • Locking of user ids

    Hi, I am facing the situation in AS abap system, one of dialog work processes is in status of running state(it is not changing to wait state), in MMC it is showing a name of SAP program. All the users are getting locked except one user. What could be

  • Widgets and RSS

    1) I am looking for a widget for my site that will allow me to upload my own .mp3's (probably to some site) and put them in a playlist on my site for faster loading and a neater look. Any thoughts on this matter? Any suggestions? (I tried esnip.com a

  • Safari not remembering previous searches

    For some reason Safari has suddenly stopped prompting when I enter a search term. for instance, if I had gone to a web site 2 days ago, and I start to enter the same name in search mode, it should come up with a menu of possibilites. But it doesn't d