Any luck implementing SSL with F5

We are trying to implement SSL for Hyperion's Tomcat Web apps using F5. Has anyone gone that route with success?
Thanks.

Did you read the documentation of badi in SE18 ?
You can use the business add-in CTS_REQUEST_CHECK to make checks when you are
editing requests.
You can use the following methods:
CHECK_BEFORE_CREATION
This method is called before a request is created and after the creation dialog box. It gives
you the option to:
make your own checkschange the short text and attributes.
CHECK_BEFORE_RELEASE
This method is called before a request is released. It gives you the option to:
make your own checks (for example, on the objects in the request)
change the short text and attributes.
CHECK_BEFORE_CHANGING_OWNER
This method is called before the owner of the request is changed, and after the confirmation
dialog box. It gives you the option to make checks.
Further notes
1. SAP may change request types and task types in future releases. The current request types and
task types are listed in the fixed values of the domain TRFUNCTION.
2. The method CHECK_BEFORE_CREATION is called for all request types, but not for task types.
The two other methods are called for all request and task types.
3. Only Customizing requests and Workbench requests can have attributes. This means that you
do not need to fill the attribute table for other request types, it is simply ignored.
4. If you want to stop one of the methods, you can trigger the exception CANCEL.

Similar Messages

  • Any Problems using SSL with Safari and the move with Internet explorer to require only TLS encryption.

    Any Problems using SSL with Safari and the move with Internet explorer to require only TLS encryption.

    Hi .
    Apple no longer supports Safari for Windows if that's what you are asking >  Apple apparently kills Windows PC support in Safari 6.0
    Microsoft has not written IE for Safari for many years.

  • How to Implement SSL with Oracle Applications R12 without using Load Balanc

    How to Implement SSL with Oracle Applications R12.1.3 without using Load Balancer

    Please refer to (Enabling SSL in Release 12 [ID 376700.1]).
    Thanks,
    Hussein

  • Any luck implementing CTS_REQUEST_CHECK?

    I am trying to implement the BAdI CTS_REQUEST_CHECK in a sandbox system. I have initally implemented all methods just with a BREAK-POINT to see when the methods are called. The implementation is active, but it doesn't seem like the methods are called? Have any of you had any luck trying to implement this BAdI? My goal is to check whenever someone modifies attributes of a shared constant class that this modification ends up in a separate transport request.
    Best regards,
    Anders

    Did you read the documentation of badi in SE18 ?
    You can use the business add-in CTS_REQUEST_CHECK to make checks when you are
    editing requests.
    You can use the following methods:
    CHECK_BEFORE_CREATION
    This method is called before a request is created and after the creation dialog box. It gives
    you the option to:
    make your own checkschange the short text and attributes.
    CHECK_BEFORE_RELEASE
    This method is called before a request is released. It gives you the option to:
    make your own checks (for example, on the objects in the request)
    change the short text and attributes.
    CHECK_BEFORE_CHANGING_OWNER
    This method is called before the owner of the request is changed, and after the confirmation
    dialog box. It gives you the option to make checks.
    Further notes
    1. SAP may change request types and task types in future releases. The current request types and
    task types are listed in the fixed values of the domain TRFUNCTION.
    2. The method CHECK_BEFORE_CREATION is called for all request types, but not for task types.
    The two other methods are called for all request and task types.
    3. Only Customizing requests and Workbench requests can have attributes. This means that you
    do not need to fill the attribute table for other request types, it is simply ignored.
    4. If you want to stop one of the methods, you can trigger the exception CANCEL.

  • Has anyone had any luck compressing videos with resolutions higher than 1080?

    Everytime I try, it fails instantly.  Is this not allowed in Compressor 4?  It was possible in Compressor 3.

    I have a 4K video that I'd like to compress using H.264 or X.264 and restrict the data rate.
    Here are some details of the video (created in Motion) I am trying to compress:
    DIMENSIONS: 4096 x 2048
    FORMAT: H.264
    FPS: 24
    DATA SIZE: 53.2 MB
    DATA RATE: 52.03 MB
    and here are settings that I would like to compress it with using Compressor 4.0.4:
    CODEC: H.264 or X.264 (both fail)
    FRAME RATE: current
    KEY FRAMES: Automatic
    DATA RATE: Restricted to 7000 kbits/sec (setting it to automatic or any other data rate also fails)
    QUALITY: Best
    HEIGHT AND WIDTH: 100% of source
    I have been able to get a successful compression with this 4K video file using ProRes 422, so that leads me to think this is a codec problem, not a Compressor application problem. Furthermore, I have had the same problem just using Quicktime 7 to export a video with these settings, I get the same failed results.
    In Compressor it gives me the message Failed: Quicktime Error: -108
    and in Quicktime 7 it gives me the message Failed: qKitErrorCatchAll (-6662)
    So, if you had any suggestions about a better codec to use, one that allows me to restrict the data rate on higher than 1080 video files, it would be much appreciated.
    Thanks
    Evan

  • Has anyone had any luck implementing their own Content Mgt SPI ?

    Hello,
    We have the content in a Vignette V7 using Oracle. We are weighing the pros and cons of pushing the content to the BEA Tables or implementing the SPI against the Oracle Tables in our Vignette Production Stage.
    Any thoughts would be appreciated.

    Its probably easier to write code to dump content+metadata into a file system area and have the BulkLoader push the content and metadata into Portal.

  • Any luck implementing note 454565?

    Hi there,
    We want to allow our customer to maintain partner data in CRM and have this data replicated to R/3. This scenario has already been setup and it works fine. There is however a requirement to maintain a customer specific field in CRM. This field already exists in R/3 (KNVV-PERFK), but it does not exist in CRM.
    SAP has suggested to enhance partner data in CRM and implement note 454565 in R/3. This note should allow manipulation of the incoming data from CRM and modifications of the R/3 data.
    There is however one problem. The note doesn't seem to work. The table CR_BAPIMTCS which I suppose should contain the modified bDoc from CRM is blank, when the code is executed in R/3. Are there any other notes to be considered?
    Best regards,
    Anders

    Hello Anders,
    Give me your email address and I will send you the middleware enhancement guide.
    Regards,
    Frédéric

  • Problem using SSL with JMX

    Hi ,
    I am trying to implement SSL with JMX. I took the example of Luis Miguel Alventosa to see how it works. I imported all the classes, password a access properties file. When I am able to start the MyApp server in the example. But when I am trying to run MyClient, it is giving me the following exception
    Initialize the environment map
    Create an RMI connector client and connect it to the RMI connector server
    Exception in thread "main" java.rmi.ConnectIOException: Exception creating connection to: <IP>; nested exception is:
         java.net.SocketException: Default SSL context init failed: null
         at sun.rmi.transport.tcp.TCPEndpoint.newSocket(Unknown Source)
         at sun.rmi.transport.tcp.TCPChannel.createConnection(Unknown Source)
         at sun.rmi.transport.tcp.TCPChannel.newConnection(Unknown Source)
         at sun.rmi.server.UnicastRef.newCall(Unknown Source)
         at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
         at com.example.MyClient.main(MyClient.java:30)
    Caused by: java.net.SocketException: Default SSL context init failed: null
         at javax.net.ssl.DefaultSSLSocketFactory.createSocket(Unknown Source)
         at javax.rmi.ssl.SslRMIClientSocketFactory.createSocket(Unknown Source)
         ... 6 moreHere is the MyApp code I used
    package com.example;
    import java.lang.management.*;
    import java.rmi.registry.*;
    import java.util.*;
    import javax.management.*;
    import javax.management.remote.*;
    import javax.management.remote.rmi.*;
    import javax.rmi.ssl.*;
    public class MyApp {
        public static void main(String[] args) throws Exception {
            // Ensure cryptographically strong random number generator used
            // to choose the object number - see java.rmi.server.ObjID
            System.setProperty("java.rmi.server.randomIDs", "true");
            // Start a secure RMI registry on port 3000.
            System.out.println("Create a secure RMI registry on port 3000");
            SslRMIClientSocketFactory csf = new SslRMIClientSocketFactory();
            SslRMIServerSocketFactory ssf = new SslRMIServerSocketFactory(null, null, true);
            Registry registry = LocateRegistry.createRegistry(3000, csf, ssf);
            // Retrieve the PlatformMBeanServer.
            System.out.println("Get the platform's MBean server");
            MBeanServer mbs = ManagementFactory.getPlatformMBeanServer();
            // Environment map.
            System.out.println("Initialize the environment map");
            Map<String,Object> env = new HashMap<String,Object>();
            // Provide the password file used by the connector server to
            // perform user authentication. The password file is a properties
            // based text file specifying username/password pairs.
            env.put("jmx.remote.x.password.file", "password.properties");
            // Provide the access level file used by the connector server to
            // perform user authorization. The access level file is a properties
            // based text file specifying username/access level pairs where
            // access level is either "readonly" or "readwrite" access to the
            // MBeanServer operations.
            env.put("jmx.remote.x.access.file", "access.properties");
            // Create and start an RMI connector server.
            // As specified in the JMXServiceURL the RMIServer stub will be
            // registered in the RMI registry running in the local host on
            // port 3000 with the name "jmxrmi". This is the same name the
            // out-of-the-box management agent uses to register the RMIServer
            // stub too.
            // JMXServiceURL = "service:jmx:rmi:///jndi/rmi://:3000/jmxrmi"
            System.out.println("Create and start an RMI connector server");
            JMXServiceURL url = new JMXServiceURL("service:jmx:rmi://");
            RMIJRMPServerImpl server = new RMIJRMPServerImpl(3000, csf, ssf, env);
            RMIConnectorServer cs = new RMIConnectorServer(url, env, server, mbs);
            cs.start();
            registry.bind("jmxrmi", server);
            System.out.println("Waiting for incoming connections...");
    }Here is the MyClient
    package com.example;
    import java.rmi.registry.*;
    import java.util.*;
    import javax.management.*;
    import javax.management.remote.rmi.*;
    import javax.rmi.ssl.SslRMIClientSocketFactory;
    public class MyClient {
        public static void main(String[] args) throws Exception {
            // Environment map
            System.out.println("\nInitialize the environment map");
            Map<String,Object> env = new HashMap<String,Object>();
            // Provide the credentials required by the server to successfully
            // perform user authentication
            String[] credentials = new String[] { "username" , "password" };
            env.put("jmx.remote.credentials", credentials);
            // Create an RMI connector client and
            // connect it to the RMI connector server
            System.out.println("\nCreate an RMI connector client and " +
                    "connect it to the RMI connector server");
            SslRMIClientSocketFactory csf = new SslRMIClientSocketFactory();
            Registry registry = LocateRegistry.getRegistry(null, 3000, csf);
            RMIServer stub = (RMIServer) registry.lookup("jmxrmi");
            RMIConnector jmxc = new RMIConnector(stub, env);
            jmxc.connect(env);
            // Get an MBeanServerConnection
            System.out.println("\nGet an MBeanServerConnection");
            MBeanServerConnection mbsc = jmxc.getMBeanServerConnection();
            // Get domains from MBeanServer
            System.out.println("\nDomains:");
            String domains[] = mbsc.getDomains();
            for (int i = 0; i < domains.length; i++) {
                System.out.println("\tDomain[" + i + "] = " + domains);
    // Get MBean count
    System.out.println("\nMBean count = " + mbsc.getMBeanCount());
    // Close MBeanServer connection
    System.out.println("\nClose the connection to the server");
    jmxc.close();
    System.out.println("\nBye! Bye!");
    Here is the password.properties
    monitorRole mrpasswd
    controlRole crpasswdand access.properties
    monitorRole readonly
    controlRole readwriteI used the following jvm parameters to run the apps
    -Djavax.net.ssl.keyStore=.keystore -Djavax.net.ssl.keyStorePassword=keypass -Djavax.net.ssl.trustStore=proxytruststore -Djavax.net.ssl.trustStorePassword=trustpassI really don't know where I am doing the mistake. Can anyone please give any idea ? For security I didnt disclosed the IP of my mechine in the error, insted I replace it with <IP>

    Hi,
    I assume you did create a keystore and trustore, right?
    Could you verify that the paths to these files you give in your java options
    are correct?
    You could also try to activate debug traces - in particular security traces - see
    at the end of this blog:
    http://blogs.sun.com/jmxetc/entry/troubleshooting_connection_problems_in_jconsole
    This may help you diagnose what is going wrong.
    Hope this helps,
    -- daniel
    JMX, SNMP, Java, etc...
    http://blogs.sun.com/jmxetc

  • Implement SSL

    We are trying to implement SSL with our 9i as on win 2000 server.
    When we try to access the website using following link
    https://www.mydomain.com:4444
    we get the following error
    "could not connect to http server https://.../forms90/java/f90all_jinit.jar
    please ensure that certificate for this sevrer is installed in c:\....\security\certdb.txt"
    But in our httpd.conf file we the location of our certificate is c:\wallets
    I do not understand what is causing it look in c:\....\security\certdb.txt
    Any help is appreciated
    Thanks
    Sanjay

    New Info:
    Hi,
    We have been able to access our application with URL
    https://My IP address:4445/forms90/f90servlet?form=myForm.fmx
    For this we have followed steps in Metalink Notes 184432.1 and 106350.1.
    I have used Versign Test Certificate.
    But for this to work I had to export certificate using Wallet Manager to a file
    certdb.txt.
    Then we had to use this certdb.txt file to replace the default
    \lib\security\certdb.txt file on the client machine.
    I am confused at this point. If I purchase Real Certificate from Verisign will
    this problem go?
    The idea of copying certdb.txt to all client machines is frustrating me.
    Thanks
    Sanjay

  • Any luck with a 3.1.3 fix? Aside from the one(s) that have yet to work

    Any luck with 3.1.3 anyone? I am captive to a wi-fi connection and its getting really annoying not being able to use the 3g service when I leave my house. The solution(s) provided so far have done nothing to fix the problem. This is in regards to apps crashing and no internet service while on the iphone 3g network.

    I have tried all the fixes suggested multiple times then went to apple store and the guy told me I should buy a new phone? Just hoping the issue isn't dead as it still seems to be a problem for some, lots of threads about it still being reported as an issue.

  • How to implement SSL for Portal with ADS (for Adobe besed MSS Application)

    Hi Experts,
    What is the Minimum setting is required to implement the SSL for Portal with ADS.
    Http is working fine with Portal with ADS and R/3 for Adobe Based MSS Form.
    Please let me know.
    Regards
    Ali

    Rajat,
    Nice to see your reply...
    Could you please write me the steps how to do that.
    I would like to implement SSL only in portal. So is that mandatory to implement the SSL in ADS and R/3 too.
    Please what are the minimum setting is required.
    Sure points will be rewarded
    Regards
    Ali

  • Hi Any body guide me for Advance pricing setups and implementation manual with screen shots

    Hi Any body guide me for Advance pricing setups and implementation manual with screen shots
    Regards
    Guru

    Hi,
    Please <b>read the rules of engagement</b> before posting.
    <b>- Do not ask to send you an email.</b>
    The question you ask and the solution to it is often also interesting for other users of the community. If you ask somebody to send you the answer per email, you deprive others of also learning to know the answer. Therefore any requests for sending material or answers to an email address will be modified by the forum moderators.

  • Anyone have any luck with steam and wine

    im trying to get any steam to work with wine and so far i've had no luck. 
    i have a 512 ATI RADEON X1600 graphics card and im using the open source ati driver.
    have had some success with counterstrike 1.6.  I start a game (local) but it is extremely choppy/laggy. 
    does anyone have any pointers on how to get it to run more smoothly?

    I don't know how well the open source drivers are going to handle games, catalyst may work better but you will have to use the legacy driver (here) for an X1600, and it doesn't work with the most recent kernel.

  • Anyone have any luck Imaging a Lenovo T420 with ZEN 10?

    I have a ZEN 10 server setup and got the latest (March 2011) BootCD.iso, but still am unable to image one of the New Lenovo T420 Laptops. Has anyone had any luck, or have a bootcd.iso that will work with them?
    Thanks
    Bill

    Originally Posted by schoenb
    I have a ZEN 10 server setup and got the latest (March 2011) BootCD.iso, but still am unable to image one of the New Lenovo T420 Laptops. Has anyone had any luck, or have a bootcd.iso that will work with them?
    Thanks
    Bill
    Try this one: NOVELL: Downloads - ftf_zcm11_e1000e_1.3.10a.zip
    Thomas

  • 10.4.7: Any luck with SOCKS Servers?

    So, seen as though Mail.app now has SOCKS support (apparently).
    Has anyone had any luck getting a SOCKS server working with Mail?  All I get if I put our SOCKS server details into the Network setup is Mail.app failing on every account - including the single internal mail account that always worked without the SOCKS server (and it's address is added to the disclude list).
    Just thought I'd start a post about it.

    Well it now works with ssh's dynamic forward NOW, which i put a report in about 2 weeks ago.
    see my original thread here http://discussions.apple.com/thread.jspa?messageID=2551702&#2551702

Maybe you are looking for

  • My Pen Pressure Sensetivity is Suddenly Not Working With My Wacom Bamboo Creat Tablet

    I"m having trouble with my tablet that I have had and used many times before. It's supposed to have 1,024 levels of sensitivity, but now, when I'm in my brushes panel, and I try to control the brush size by pen sensitivity, it comes up with the littl

  • Embed Flash Animation Inside Flash Website

    Hello, I have created a flash website and I want my features button to load and play a features movie (or animation) when it is clicked. I know how to actionscript already and add buttons and event listeners. My main objective is to avoid adding the

  • Ovi games install via Ovi Suite

    Hello, How can I download free games from Ovi store, save the file to my PC and transfer/install it to my  X2-01mobile via Ovi suite? I don't want to download and install directly from my mobile. Thanks.

  • Requesting 64-bit Shell Extension DLL

    Adobe support website states that Adobe Acrobat Pro is compatible with 64-bit versions of Windows. I am using Windows Vista Ultimate 64-bit and Acrobat X Pro, and I am missing the PDF tab from the file properties dialog box. This is because Explorer

  • Does Photoshop Photography Program include use of Typekit?

    I subscribe to Adobe's Photoshop Photography Program and notice that the Creative Cloud desktop application indicates that I can turn Typekit on. However, it's not clear if Typekit is included in my subscription. In the Creative Cloud FAQ I see this: