Minimum settings required to implement the https in portal

Hi,
Currently SAP Portal connected with SAP R/3 and ADS server and all are running on http protocol.
Current requirement is to implement the Https in portal only. So can you please write me what is minimum settings are required to implement the https in portal.
Regards
Ali

Hi,
Forums is available from NW07 SP12 and to create forums check this:
http://help.sap.com/saphelp_nw70/helpdata/EN/44/93780e2d206999e10000000a11466f/frameset.htm
If you want to enable Trex to search forum content then check this:
http://help.sap.com/saphelp_nw70/helpdata/EN/47/17904a21fa3696e10000000a11466f/frameset.htm
If you want to create index:
http://help.sap.com/saphelp_nw70/helpdata/EN/52/20bc407e71712ae10000000a155106/frameset.htm
Regards,
Praveen Gudapati

Similar Messages

  • What is the minimum permission required to discover the Farms in the Sahrepoint Server?

    What is the minimum permission required to discover the Farms in the SahrePoint Server?
    Do I need to have the access to the SharePoint Database?
    I want to do this with help of a 3rd Party API.
    Thanks
    psarroj

    Access to SharePoint doesn't necessarily give access to the SharePoint databases.  See Add-SPShellAdmin description.
    https://technet.microsoft.com/en-us/library/ff607596.aspx
    Permissions on the databases themselves is often required when accessing SharePoint information programmatically.
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • Help required in implementing the algorithm

    Actually I am brand new to the java programming, and i need some help to implement the algorithm below in java.
    I have the dataset required for the execution,
    Can any body please help me?
    Input: (1) a source database D,
    (2) a min support,
    (3) a min confidence,
    (4) a set of recommended items Y
    Output: a transformed database D, where rules containing
    Y on RHS will be hidden
    1. Find large 1-item sets from D;
    2. For each hidden item y �� Y
    3. If y is not a large 1-itemset, then Y := Y − {y};
    4. If Y is empty, then EXIT;// no AR contains Y in RHS
    5. Find large 2-itemsets containing items in Y from D;
    6. For each y �� Y {
    7. For each large 2-itemset containing y {
    8. Compute confidence of rule U, where U is a rule likex �� y;
    9. If confidence(U) �� min conf, then { //Calculate # of transactions required to lower the confidence of U
    10. Calculate iterNumConf = _|D|∗(supp(xy) − minconf ∗supp(x))_;
    //Calculate # of transactions required to lower the support of U
    11. Calcualte iterNumSupp = _|D|∗(supp(xy)− min supp)_;
    12. Calculate k = minimum (iterNumConf, iterNumSupp);
    13. Calculate |TR| = |xy|; //|TR|: # of transactions inTR
    14. if k > |TR|
    15. Can not hide U;
    16. else {
    17. Find T kR = first k transactions that contain xy;
    18. Sort T kR in ascending order by the number of items;
    19. for i = 1 to iterNum do { 20. Choose the first transaction t from T kR ;
    21. Modify t so that y is not supported, the RHS(U);
    22. |xy| = |xy| − 1; // update support count of xy
    23. confidence(U) = |xy|/|x|; // update confidence
    24. Remove and save the first transaction t from T kR ;
    25. }; // end for iterNum
    26. }; // end if confidence(U)
    27. }; // end of each large 2-itemset
    28. Remove y from Y;
    29. } // end of for each y
    30. Output updated D, as the transformed D;

    The way you post that, it looks very much like "Do my work for me". Nobody around here likes that kind of post, they consider it lazy and selfish. But perhaps you didn't mean it that way? Why don't you explain what you have done and what parts of it you are having problems with. Explain those problems in detail.

  • How to implement the Forums in portal

    HIii..
    I want to create a forum in my portal. Can any body tell me how to do this using TRAX and indexes.
    pls give some step by step procedure.
    Gud solution will be rewarded.
    Thanks

    Hi,
    Forums is available from NW07 SP12 and to create forums check this:
    http://help.sap.com/saphelp_nw70/helpdata/EN/44/93780e2d206999e10000000a11466f/frameset.htm
    If you want to enable Trex to search forum content then check this:
    http://help.sap.com/saphelp_nw70/helpdata/EN/47/17904a21fa3696e10000000a11466f/frameset.htm
    If you want to create index:
    http://help.sap.com/saphelp_nw70/helpdata/EN/52/20bc407e71712ae10000000a155106/frameset.htm
    Regards,
    Praveen Gudapati

  • How do I know what is the minimum resource requirement for OLAP 11g?

    How do I know for OLAP 11gR1 ...
    1. what is the minimum number of CPUs and speed required
    2. how much minimum physical memory, SGA, PGA etc. is required?
    Regards, Anirban

    Hello Anirban,
    In summary, since the OLAP option is an option to Oracle Database 11g, Enterprise Edition the minimum requirements in order to run the database would be identical to those necessary to run a "Data Warehousing" type installation. That being said starting up a database is a far cry from actually performing well while accessing and building OLAP Cubes in your Database.
    There are lots of things to consider. For example: the complexity of your model; data sparcity; level of aggregation; system load, SLAs, etc..
    Lets look at true minimum requirements and then consider what it would take to achieve good performance in your environment
    TRUE MINIMUM...
    I performed a test in my environment (Oracle Database 11g Release 2 (11.2.0.2.0) on Oracle Enterprise Linux 5.5) using Analytic Workspace Manager 11.2.0.2.0A and found the following minimum settings to work against the OLAPTRAIN schema (You may find it here http://www.oracle.com/technetwork/database/options/olap/index.html). This is a very small schema which we use for demonstration purposes.
    I discovered that the database started with a memory_target of only 160m (apparently this is the absolute minimum for my environment). I knew that if the database successfully started that I would be able to query the Cube but maintain it? Running queries against the OLAPTRAIN Sales Cube, despite being slow, worked as anticipated. Next, I performed a maintain operation on the Sales Cube where I had to abort the job because it ran into memory issues at 160m, however, when I increased it to only 180m it did a complete maintain in a reasonable timeframe, albeit slow considering the limited resources.
    MINIMUM REQUIREMENTS TO ENSURE REASONABLE PERFORMANCE IN YOUR ENVIRONMENT
    Most importantly ensure you have a good cube design
    Run a sample set of your data in order to define what "reasonable performance" is for your environment. Create a small representative cube in order to test both build and query performance while collecting and analyzing database statistics through AWR and ADDM. For OLAP option specific queries please take a look at http://wiki.oracle.com/page/OLAP+option+-DBASample+Scripts.
    You could creat a view on top of your fact table and use the view to generate your OLAP Cube. This will allow you to test a more manageable amount of data. For example, if you have 10 years of data and want to determine the footprint and resources required in order to manage a Cube of this volume then consider scoping it down to a few months first then increase it by a measured amount in order to predict requirements. Monitor your resources and ensure you balance I/O, memory and processors. Since the OLAP option is a Enterprise Edition option it falls under Data Warehousing. As such there is plenty of literature available on oracle.com in order to define what it takes to achieve a balanced Data Warehouse.
    I would recommend contacting Oracle Consulting or an Oracle Partner to determine the best fit for your environment.

  • Minimum settings needed in unattend.xml file

    Hi,
    I would like an answer file to handle the minimum settings required for an SCCM 2012 operating system deployment of Windows 8.1 Enterprise 64-bit. Many of the examples I have seen include disk partitioning, language settings, enable the local admin account
    and set password, allowing the admin account to login a certain number of times and so on. Task sequences handle most of this so I don't think I need everything suggested in the default recommendation that I have seen in many places including TechNet.
    I don't feel like I need the disk partitioning recommendations in the answer file because the task sequence is already handling that part. No need to have this in the answer file, right?
    I only need to deploy the English version of the operating system. My understanding that is if you don't use any language settings, the installation defaults to English. Is it safe to leave this information out of the answer file?
    Does SCCM need the answer file to specify the number of times an admin can login to accomplish the OSD?
    I think it would be necessary to maybe accept the EULA. I want our support contact information to appear in System Properties. Set the registered owner/organization.
    My initial answer file was causing problems so I haven't been using one at all until a new one is created that won't cause OSD problems. Here is what I have set so far but would like to trim this down as much as possible:
    1 - Windows PE: Set language to en-US and accept EULA
    3 - Generalize: DoNotCleanTaskBar = True (not even sure what this does)
    4 - Specialize: Enable Admin account, Set IE home page, set language to en-US, set OEM support info, DisableSR=1 (not sure what this does).
    7 - oobeSystem: set language to en-US, set AutoLogon and Admin password, HideEULAPage=True, HideLocalAccountScreen=True, HideOEMRegistrationScreen=True, HideOnlineAccountsScreen=True, HideWirelessSetupInOOBE=True, NetworkLocation=Work, ProtectYourPC=1.
    Could someone tell me how much of this is unnecessary for SCCM 2012 OSD? I'm pretty sure I don't need everything that is here because the task sequence covers part of these settings. What are the minimum settings needed here?
    Thanks,
    Rob

    We were deploying Win 8.1 for a couple of months without an answer file but that doesn't help when you want certain things configured that an answer file will handle. My first answer file had too much going on and Win 8.1 didn't like it much.
    My new answer file now sets our support information and registered user/org. Works like a charm.
    EULA is being accepted, local admin is enabled, partitioning is being done correctly; all without the answer file handling it.

  • Projector Minimum System Requirements

    This information must be on the Adobe site, but I've not had any luck tracking down the information...
    When creating a Mac and Windows projector in CS4, what are the minimum system requirements to open the created files on a Mac or in Windows?

    oh, you're correct.  maybe bw can find something for you.  i don't know that answer.
    but i'm not sure that answer will be helpful because what you probably want to know is if your projector file will run smoothly (with close to its intended frame rate) and not whether it will run, at all.  and that's quite a different question.

  • How I would implement the print mehtod?

    I have this code...
    * SinglyLinkedList.java
    * An implementation of the List interface using a
    * singly linked list.
    * (P) 2000 Laurentiu Cristofor
    * Modified (slightly) for s03 by D. Wortman
    // The class SinglyLinkedList provides an implementation of the List
    // interface using a singly linked list.  This differs from the Java
    // class LinkedList, which employs a doubly linked list and includes
    // additional methods beyond those required by the List interface.
    // Note: Included in this file is (at least) a "stub" method for each of
    // the required methods, as well as an implementation of the Node class.
    // This allows the file to compile without error messages and allows
    // you to implement the "actual" methods incrementally, testing as you go.
    // The List interface include some "optional" methods, some of which are
    // included here (see the List API for the meaning of this).
    // Some of the methods are preceded by comments indicating that you are
    // required to implement the method recursively.  Where there are no
    // such comments, you can provide either an iterative or a recursive
    // implementation, as you prefer.
    // There are some methods that you are asked not to implement at all.
    // Leave these as they are here: they are implemented here to just
    // throw an UnsupportedOperationException when they are called.
    // Hint: Read carefully the comments for the interface List in the
    // online documentation (Java API).  You can also take a look at the
    // implementation of the LinkedList class from the API. It uses a
    // doubly linked list and it is different in many places from what
    // you need to do here. However it may help you figure out how to do
    // some things. You shouldn't copy the code from there, rather you
    // should try to solve the problem by yourself and look into that code
    // only if you get stuck.
    import java.util.*;
    public class SinglyLinkedList implements List
      // an inner class: This is our node class, a singly linked node!
      private class Node
        Object data;
        Node next;
        Node(Object o, Node n)
          data = o;
          next = n;
        Node(Object o)
          this(o, null);
        Node( )
          this(null,null);
      private Node head; // the "dummy" head reference
      private int size;  // the number of items on the list
      public SinglyLinkedList()
        head = new Node(); // dummy header node!
      public void add(int index, Object element)
      public boolean add(Object o)
        return true;
      public boolean addAll(Collection c)
        return true;
      public boolean addAll(int index, Collection c)
        return true;
      public void clear()
      // write a recursive implementation here
      public boolean contains(Object o)
        return true;
      public boolean containsAll(Collection c)
        return true;
      public boolean equals(Object o)
        return true;
      // write a recursive implementation here
      public Object get(int index)
        return null;
      // NOT implemented: we don't cover hash codes
      // and hashing in this course
      public int hashCode()
        throw new UnsupportedOperationException();
      public int indexOf(Object o)
        return -1;
      public boolean isEmpty()
        return true;
      public Iterator iterator()
        return null;
      public int lastIndexOf(Object o)
        return -1;
      // Not implemented: The following two operations are not supported
      // since we are using a singly linked list, which does not allow
      // us to iterate through the elements back and forth easily
      // (going back is the problem)
      public ListIterator listIterator()
        throw new UnsupportedOperationException();
      public ListIterator listIterator(int index)
        throw new UnsupportedOperationException();
      // write a recursive implementation here
      public Object remove(int index)
        return null;
      public boolean remove(Object o)
        return true;
      public boolean removeAll(Collection c)
        return true;
      public boolean retainAll(Collection c)
        return true;
      // write a recursive implementation here
      public Object set(int index, Object element)
        return null;
      public int size()
        return size;
      // NOT implemented: to keep the homework reasonably simple
      public List subList(int fromIndex, int toIndex)
        throw new UnsupportedOperationException();
      public Object[] toArray()
        Object[] array = new Object[size];
        Node n = head;
        for (int i = 0; i < size; i++)
            array[i] = n.data;
            n = n.next;
        return array;
      public Object[] toArray(Object[] a)
           // you'll find this piece of code useful
        // it checks the exact type of the array passed as a parameter
        // in order to create a larger array of the same type.
        if (a.length < size)
          a = (Object[])java.lang.reflect.Array.
         newInstance(a.getClass().getComponentType(), size);
         else if (a.length > size)
          a[size] = null;
        Node n = head;
        for (int i = 0; i < size; i++)
            a[i] = n.data;
            n = n.next;
        return a;
      public static void main(String args[])
           System.out.println("Singly Linked List");
           System.out.println();
           SinglyLinkedList l = new SinglyLinkedList();
           l.add("F");
    }        how should I implement the print method?
    should I use the iterator?
    can someone help me, please.
    Thank You
    Ennio

    actually, you would do the same thing for a toString() method as you would for a print() method. You are just going to return a String instead of using i/o. I would use an iterator to walk over your list of Nodes and then call toString() on each object in your list of Nodes.

  • The minimum modules needed to implement Payroll

    Dear Experts,
    We are thinking of implementing SAP HR but currently we are trying to an implementation with the minimum requirements, so what are the modules/functions that are required to generate the payroll, some people told me that the following are the required:
    1-Organizational Management.
    2- Personnel Administration.
    3- Time Management.
    4- Benefits.
    5- Payroll.
    I appreciate if you can give me your feedback on my input.
    Many thanks guys for your help.
    Have a nice day

    You would need
    OM  : not required
    PA : necessary
    Time management = is not necessary.\ but if you pay according to attendances then its required
    Please refer here
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/44/f0c53405e41229e10000009b38f83b/frameset.htm
    So you can have only one module PA active for payroll

  • I'm trying to download the trial version of Adobe Illustrator. An error message says that the OS does not meet the minimum system requirements for the installer. 10.6.0 is the minimum required for installation. How do I get my mac to be a 10.6.0 ?

    I'm trying to download the trial version of Adobe Illustrator. An error message says that the OS does not meet the minimum system requirements for the installer. 10.6.0 is the minimum required for installation. How do I get my mac to be a 10.6.0 ? Right now I have a 10.5.8 is there a way to upgrade or something?

    Buy the Snow Leopard retail installer (http://store.apple.com/us/product/MC573Z/A?fnode=MTY1NDAzOA).
    That will take you to 10.6.3.
    If required you can then use the combo updater to get to the latest version, 10.6.8 (http://support.apple.com/kb/DL1399)
    SL system reqmts;

  • HT2534 it will not allow me to set up an account under my daughter because she is underage but I have tried under mine and it still says "you do not meet the minimum age requirements"

    I am trying to set up an apple id and itunes acct. for my daughters Iphone5 but she is underage and it wouldnt let me.  I went ahead and retried setting it up under my name and it still says "you do not meet the minimum age requirement". what do i do?

    Do a clean (re)install and delete the Firefox program folder (C:\Program Files\Mozilla Firefox\).
    Download a fresh Firefox copy and save the file to the desktop.
    * Firefox 8.0.x: http://www.mozilla.com/en-US/firefox/all.html
    Uninstall your current Firefox version if possible.
    *Do NOT remove personal data when you uninstall the current version or you lose your bookmarks and other data in the profile folder.
    Remove the Firefox program folder before installing that newly downloaded copy of the Firefox installer.
    *It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    Your bookmarks and other profile data are stored elsewhere in the Firefox Profile Folder and won't be affected by a reinstall, but make sure that you do not select to remove personal data if you uninstall Firefox.
    You can force Firefox to create a new default profile if you remove the profiles.ini file.
    * http://kb.mozillazine.org/profiles.ini_file
    You can find that file here:
    C:\Users\&lt;user&gt;\AppData\Roaming\Mozilla\Firefox\
    The "Application Data" folder in XP/Win2K and the "AppData" folder in Vista/Windows 7 are hidden folders.
    *http://kb.mozillazine.org/Show_hidden_files_and_folders
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    *http://kb.mozillazine.org/Profile_backup
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • My PowerBook-G4 operating system software - Mac OS X 10.5.8 - does not meet minimum requirements for downloading the latest version of  FireFox ... is there an Update for a newer version of my op.sys. software,  or,  what is a better choice of an Upgrade?

    my PowerBook-G4 operating system software  - Mac OS X 10.5.8 -  does not meet minimum requirements for downloading the latest version of  FireFox ... is there an UpDate  to a newer version of my op.sys. software,  Or,  what is a better choice of an UpGrade to a newer/different op.sys. software ?
    Thanx!

    The best maintained PowerPC browser at the moment is TenFourFox:
    http://www.floodgap.com/software/tenfourfox/
    It is a Mac port of a newer version of FF thatn any PowerPC Mac can support natively. It runs, looks and feel like FF.
    I found some add-ons that helped TFF with speed issues. Pleae see my post in another PPC forum:
    FYI: Speed-up for TenFourFox on PowerPC

  • Error: The installed graphics card does not meet the minimum system requirements by Aperture

    I have a Mac Pro 3.1 10.5.8 and Aperture 2.1.4.  My NVida 8800gt with 512 mb was over heating so I brought and install the ATI radeon hd 5770 to replace it.  Now when I try to start Aperture I get this message "Error: The installed graphics card does not meet the minimum system requirements by Aperture".  All other software works fine, ie photoshop elements and Safari.  When I install my old card aperture will open with no problem, but of course the card will overheat within 10 mins and I will have no video.  I have search on google with no luck.  Will upgrading to Aperture 3 fix this problem?

    5770 requires 10.6.5.
    The 8800GT - there is the 350* bake in over 10 minutes - 50% or better chance
    you can find 8800GT on http://myworld.ebay.com/macvidcards/
    http://www.macupdate.com/info.php/id/23049/smcfancontrol
    http://www.bresink.com/osx/HardwareMonitor.html
    Fan control helps with FBDIMMs which need to be kept under 70C too.

  • I want to install imovie 10.0 but keep getting message : your computers video card does not meet the minimum system requirements

    i want to install imovie 10.0 but keep getting message : your computers video card does not meet the minimum system requirements ? what should I do ?

    There are some suggested solutions in this thread:
    https://discussions.apple.com/message/23486450#23486450

  • When I upgrade imovie I got this message: Your computer's video card does not meet the minimum system requirements.

    My iMac has OS X 10.9, graphic card ATI Radeon HD 2600 Pro 256 Mo.
    Where could I find "the minimum system requirements" for iMovie.
    Thanks

    Take a look at this: http://support.apple.com/kb/HT6023

Maybe you are looking for

  • ITunes 11.0 First Impressions

    1. My first impression of the user interface is that it's "square" and "flat".    Esthetically I don't see it as an improvement. To the contrary, I think    the former interface is nicer. 2. After starting iTunes 11.0 it sat there for 1/2 an hour wit

  • What is the correct Procedure for all of this?

    I'm on a Mac with latest Mavericks OS  and Latest Aperture 3.5.1 I moved around a lot of Projects and added to them and deleted some. I want to replace my Photo internal hard drive with a new one I want to replace my external hared drive that has my

  • Folders&ScreenMagnifying not the same after SnowLeopard upgrade.

    Magnifing my screen and scrolling up to make the pic bigger works just fine but the screen nolonger moves with my mouse, it just magnifies ( it wont move to the left or right) and double clicking on a folder and dragging it back and forth from the bo

  • Tracking my phone after software reset?

    My iPhone was stolen. The person with it must have switched it off before I could track it, as its last known location was my car. If my phone was then restored to factory settings will I still be able to track its location when they switch it on aga

  • Need information to have 2 applications accessing one UCM server

    Hi, I need help to configure the second application in my UCM which has already one application connected to database and weblogic server.I have to develop another individual application which runs on different weblogic server and shares same databas