Does DPL support custom sorter for key?

Hi all,Is there any approach to implement my own sorter for key?
I know that this is supported with Basic API,but I failed to find the document about this.
Thanks in advance.

Hi,
See the Key Sort Order section on this page:
http://docs.oracle.com/cd/E17277_02/html/java/com/sleepycat/persist/model/PrimaryKey.html
--mark                                                                                                                                                                                                                                                                                                               

Similar Messages

  • Does RAP support custom ECDSA certificate for terminating on controller ?

    Q: Does RAP support custom ECDSA certificate for terminating on controller ?
    A: From 6.3 RAP supports custom certificate both RSA and ECDSA for terminating on controller.No additional license required for terminating RAP with custom RSA certificate. However in order to use ECDSA we need ACR license. RAP supports DER,PEM and PKCS12 formats for uploading certificates
    (Aruba) #show crypto isakmp sa peer 10.1.1.252
    Initiator IP: 10.1.1.252
    Responder IP: 10.1.1.2
    Initiator: No
    Initiator cookie:80422941ab0bd9f4 Responder cookie:c1011c781ed24a2e
    SA Creation Date: Thu Jul 23 13:34:42 2015
    Life secs: 28800
    Initiator Phase1 ID: C=US S=CA L=sunneyvale O=Aruba OU=IT CN=00:0b:86:8f:57:f5 E=[email protected]
    Responder Phase1 ID:
    Exchange Type: IKE_SA (IKEV2)
    Phase1 Transform:EncrAlg:AES256 HashAlg:HMAC_SHA2_384_192
    Authentication Method: ECDSA with SHA-384 on the P-384 curve
    IPSEC SA Rekey Number: 0
    Aruba AP

    I think below documents will be helpful to you.
    http://docs.oracle.com/cd/E23943_01/apirefs.1111/e13952/taskhelp/webservices/webservicesecurity/CreateDefaultWSSConfig.html
    This document tell you that you can attach a weblogic webservice configuration using weblogic admin console.
    After creating this configuration you need to updated this configuration as per the steps given under :
    Use X.509 certificates to establish identity
    Thanks,
    sandeep

  • Webi 4.0 Custom Sort for SSAS Hierarchy

    Hi,
    I'm using SSAS cube as a source for my webi report .Some report need custom sorting for hierarchy object , we are not able to apply sorting correctly in webi.
    What do i need to do in order to apply the custom sorting for hierarchy object?  Thanks.

    Hi, I've written a post on this:
    http://blog.davidg.com.au/2011/09/dynamic-measures-in-webi-on-any-data.html
    ...and a few people in the comments seemed to have the same problem as you, which seems to be a bug (clicking the ellipsis does not launch the custom values screen).
    Perhaps you could try the solution offered by Gallin, which was to create a second input control, then retry the steps to create another input control and click the ellipsis to enter custom values.
    Hope that helps.

  • HP UFT 12.02 does not support .object property for most of the objects in Chrome

    Hi ,
    Chrome Version : 39
    UFT Version : 12.02
    Does not support .object property for WebTable,webList and So on.
    It actually shows the native property in Object spy but when programatically we try to work on it, its unable to find the object.
    I Know that for Browser Object .object property is not supported.
    Regards,
    Ashfaq Dhanakwala

    You want the HP Enterprise Business Community and look in the Discussion Boards.
    Its the Forum for all things related to professional products like Servers, NAS, Procurve, ALM, etc etc.
    UFT was formerly known as QTP...
    Functional Testing/QTP - HP Enterprise Business Community
    Hope it helps.

  • Lightroom 3 does NOT support raw files for the  Canon Sureshot S95

    Have just bought the new Canon Sureshot S95
    after contacting Adobe support I am told Lightroom 3 does NOT support raw files for the
    Canon Sureshot S95.
    Come on Adobe.....please provide an update asap.

    (1) Well Boss I did what you said and used Canon DPP to convert to TIFFs. Choices are 8-bit TIFF or 16-bit TIFF - I chose 16-bit because part (90% part) of the reason for wanting to work in RAW is to keep the bit depth of teh original. On my EOS 40D it is supposedly 14 bits, which gives great scope to play with the levels & curves without seeing poster effects. If I choose 16 bit TIFF then each S95 image becomes a 70MB file, parallel to my JPEG and RAW.  Hardly a satisfactory solution.
    (I realise, however, that I don't actually know the bit depth of the S95 RAW file - anybody? ). 
    (2) SUGGESTION-  even if you are adding S95 support to the next update (which I dearly hope), be kinder to those with new cameras in general and allow LR to import JPEGs if it cannot import the RAWs (overriding if necessary the 'ignore JPEG' preference setting).  I am sure users with that preference would still prefer a JPEG than no picture at all!
    Since I discovered this compatibility problem, I switched the camera to record RAW+JPEG*. To my great irritation LR3 ignores the JPEGs even though it cannot load the RAWs.  So if I want to import from one supported camera (EOS40D) and one unsupported camera (S95) I have to keep going into preferences to switch on and off the 'ignore JPEG' function.
    JJ
    *  (this seems to be a setting that needs doing in the various different modes of the camera, by the way).

  • Does iphone supports IPv6 traffic for icloud?

    Hi Everybody,
    Does iphone supports IPv6 traffic for icloud application?

    ckuan
    The question was whether iPhones supports IPv6 protocol. Why would it matter if the network supports IPv4, IPv6, Dual stack or any other protocol? The straight answer is NO it does not as of today (even if the users have to worry about it or not, which is irrelavent imho).
    regards, sajith
    http://www.kaimals.com/

  • Does Lion support MS Office for Mac 2011? The RoaringApps compatibility list shows Office 2011 having some unspecified problems with Lion.

    Does Lion support MS Office for Mac 2011? The RoaringApps compatibility list shows Office 2011 having some unspecified problems with Lion. Any confirmation yest showing compatibility with Office 2011?

    I'm running MS Office 2011 on Lion and it runs just fine.  No "Full Screen", but it runs just fine.  There may have been an update to install (I know there was an iWork one anyway), but even before I installed any updates Office '11 worked just fine.

  • Custom sorting for a Table column

    I have a Table object with multiple columns. The first is an alphanumeric unique identifier that is usually utilized by clients as String representations of integers. When a client does use integers, the sorting is completely off. Here is a sample list of how Studio Creator sorts this data:
    1
    10
    11
    12
    2
    3
    4
    5
    6
    7
    8
    9I obviously would like 10, 11, and 12 to come after 9. One way I could do this is to sort the values after they have been left-padded with zeros; however, I don't know how to implement this. I created a small class that implements Comparator in a way that will left-pad all Strings up to a max of 25 characters long, and then sorts them.
    How can I have Studio Creator sort like I want it to? Thanks.

    Solved.
    I continued down the path of the object that implements Comparator and left-pads all values with zeros up to a total length of 25; I also sorted alphanumeric characters after numeric characters. I overwrote .compare(), .equals(), and .toString(). The issue was that I had to create a custom Converter for the TextField to be able to write updates to it.

  • Does Skydrive Support resumable upload for large files

    Hi,
    Does SkyDrive support resumable upload. For 33 MB file upload it took almost 5 min to upload . So to minimise time to upload i want to use resumable upload.
    Explain how it should be done.
    Thanks,
    Ashlesha

    Hi u_os,
    This forum is to discuss problems of Windows Forms. Your question is not related to the topic of this forum.
    I suggest you posting it in the OneDrive Forum http://answers.microsoft.com/en-us/onedrive/forum?auth=1  for supports, where you can contact OneDrive experts.
    Best regards,
    Youjun Tang
    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.

  • Does EOP support custom TCP ports?

    I searched the sales and TechNet info but couldn't find anything definitive that says if Exchange Online Protection supports custom ports in a Hybrid model.  Does EOP require port 25, or can the outgoing and incoming connectors use custom ports?
    Also, the price is per user - but does that mean per AD user, or per alias? For example, if 100 users each have a primary SMTP address and 3 proxyAddresses, does that count as 100 licenses or 400?

    Does anyone know of a better forum for EOP questions?

  • Does jabber support video chat for ios

    i want to develop chat application for ios which support text.voice,video,file transfer and screen sharing .Does jabber support all these feature for implementation ?

    Is that camera on this list?
    http://logitech-en-amr.custhelp.com/app/answers/detail/a_id/6471/kw//session/L3N pZC9hZVNjTXlkaw%3D%3D
    I also found these instructions:
    http://logitech-en-amr.custhelp.com/app/answers/detail/a_id/8571
    Message was edited by: DaddyPaycheck

  • Custom Sort for nodes in a hierarchy

    Hi All,
    I would like to know how to sort nodes according to a specific order in a hierarchy. I know at the hierarchy level you can set the StandardHierSort property to a custom property i.e CustSortOrder.
    But for the custom property CustSortOrder, how do i set it up so the nodes in the hierarchy will be sorted according to the custom list?
    Thanks
    R

    This is right out of the MDM_User_guide (Look under Custom Sort Order)
    Custom Sort Order
    Nodes can also be sorted in any explicit custom sort order (although limbs are always sorted
    ahead of leaves.) The sort order can be defined by any property that has a property data type of
    SortOrder. (The SortOrder data type is special case of an Integer data type.) By default, any
    Hyperion MDM installation includes a property called Sort Order (assigned to the Default
    property category) that can be used for this purpose.
    To sort a hierarchy according to the value of a node-level sort order property, the hierarchylevel
    property StandardHierSort must have its value set to point to the appropriate node-level
    property that contains the sort order.
    A custom sort order can also be used that applies only to a specific Hyperion MDM user ID,
    enabling users to customize their display of Hyperion MDM data without impacting other users
    of the same hierarchy. This is controlled by the hierarchy-level property UserHierSort. If this
    property has been set to point to a node-level property that has a data type of Sort Order, then
    this sort order takes precedence over both the StandardHierSort property and the default sort
    order.
    If there is no value assigned to the hierarchy-level property StandardHierSort nor to
    UserHierSort, then the default sort order is applied.
    The value of a custom sort order property can be set in any of the following ways:
    1.Sort order values can be loaded into a node-level sort order property when data is initially
    imported into Hyperion MDM (see following for details.)
    2. Explicit values can be defined for the sort order property for any node.
    If a sort order property has been selected for a hierarchy’s StandardHierSort or UserHierSort
    properties, then the Order Children menu option is available by right-clicking on any node
    in a hierarchy. This opens a dialog box that enables the sort order of limbs and leaves to be
    set graphically.
    3. A node-level sort order property might be defined as Derived, and so might be automatically
    populated with a sort order.

  • Apple Care registration page does not support Safari 3 for Leopard

    I bought the apple care for my imac and was surprised to find Apple does not support their own browser for the online registration. I had to use firefox instead
    Visit
    http://www.apple.com/uk/support/register/
    on your leopard mac and click continue.
    I then got.
    For the best experience, please use a supported web browser.
    Mac:
    - Safari 2.x
    - Microsoft Internet Explorer 5.2 or later
    - Firefox 1.0 or later.
    Windows:
    - Microsoft Internet Explorer 6.0 or later
    - Firefox 1.0 or later.

    When you see this path:   /Library   That is your root Library.
    Open a Finder window.
    Select MacintoshHD in the Sidebar on the left then open the LIbrary folder then the Application Support folder, then InputManagers folder, the Receipts folder.
    For this path:  ~/Library/Application Support  (your Home library)
    The Tilde character ~ represents your Home folder.
    From that same Finder window select your Home folder in the Sidebar. It has a small house icon. Open the Library folder then the Application Support folder.
    Move all the Conduit/CT associated files you posted above to the Trash.
    Try Safari.
    I've yet to find the launchAgents.plist file in any Safari crash report in years. I don't think that's a problem.
    Another way to find files on your hard drive is to go to your Finder.
    From the menu bar at the top of your screen click Go / Go to Folder.
    Example. Type in:  /Library/ApplicationSupport   click Go
    Or type in:  ~/Library/Application Support   click Go

  • Libsapcrypto - does it support 4096 - bit RSA keys

    I have a few questions about the libsapcrypto library and it's use with SSL server certificates.  Will it support
    4096 bit RSA keys?    Will transaction STRUST support openssl server certificates 4096 bit or otherwise with
    the libsapcrypto installed?
    Thanks.

    Yes - see [SAP note 690999|https://service.sap.com/sap/support/notes/690999], point 4 as well as [SAP note 836367|https://service.sap.com/sap/support/notes/836367].

  • EP: Does it support diff content for same user (Intranet vs internet)....

    Hi,
    Can a user say "abc" can have different content displayed while he logins from Internet or intranet.
    I am trying to find an answer to above question:
    We want to have one single production portal and this portal will be behind the outer firewall, DMZ and
    If one user "abc" when trying to login from internet, he can access only the vendor information of the company and when the same user "abc" login from intranet, he can access both vendor information and HR information.
    My research so far:
    help.sap.com &
    The SDN topic:
    Landscape with two Production Portals., was intresting and informative.
    In the link below, the slide 17, describes for the two different users can have two diff content.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/7c3ba590-0201-0010-f4b1-953e107b9b57
    The multitenant EP was intresting, got an impression, it supports for different ABAP clients. question, Can Multi tenant portal implemented for same ABAP client and have the user abc have different content coming from the internet vs intranet?
    Based on Note 863837, multi tenant portal capabilities will removed from nw04s SP08, any idea what this note talking about
    Second question: Planning to install Apache in DMZ. Does Apache installation is supported on the Virtual machine.
    Any leads or answers are well appreciated and will be rewarded.

    Holger,
    Thanks for the reply, that was useful.
    I posted this message in service markeplace, and got a reply from SAP, and they do not have out of box solution. Since the project is on aggressive schedule, may be this issue, which involves lot of devlopment needs to tackle in next proect cycle.
    Qustion regarding the Apache was also resolved. Reply from SAP is posted below.
    Thanks,
    Durga
    HI Mr Durga,
    Can a user say "abc" can have different content displayed while he
    logins from Internet or intranet.
    This feature is not provided with the standard Delivered NWO4 suite.
    I would ask you to take this query in the sdn forum,as these type of
    questions are answered by SAP consulting guys.
    As far as multitenant EP is concerned,
    Based on ramp-up experience and customer feedback, SAP has decided to
    not release the IT scenario variant "Implementing a Multitenant Portal"
    for general availability after SAP NetWeaver 2004s ramp-up.
    Refer to the documentation link
    http://help.sap.com/saphelp_nw2004s/helpdata/en/44/
    615ad7dfeb4688e10000000a11466f/frameset.htm
    Second question:
    Does Apache installation is supported on the Virtual machine.
    Installation of Apache as DMZ is not Recommended by SAP.
    SAP Recommends SAP Web Dispacher.
    But SAP supports to a certain extend,if the client is using Apache.
    Please refer to the attached Note
    Note 480520 Integration of SAP J2EE Engine 6.20 / 6.40 with Apache

Maybe you are looking for

  • The installation cannot be completed

    Hello, I have Macbook Pro- retina, and I was updating it from Marvericks to OS X Yosemite, but while I install it, it froze out and I shutdown the power then started up again. Then it reinstall OS X Marvericks, and suddenly, a message shows up that s

  • Dynamic PDF Creation

    Has anyone used server based PDF creation components? I am after some recomendations as I am sure someone here must have used one before. All I want to do is use a template on the server, and populate fields from a database when requested. It needs t

  • Documentation on FPM

    Hi folks,    Please provide me documents on FPM (related with webdynpro abap)

  • How to extend 0CRM_MKTELM  by CRM 4.0?

    Does anybody know how it is possible to extend 0CRM_MKTELM, which is loaded directly from CRM server? I've put 2 new fields in trade promotions mask in CRM (sell in and sell out date) and now I need to populate the corresponding infoobjects in BW. Th

  • LR4 Auto Tone/Exposure

    I checked this out a few weeks ago to see if I was the only one having issues, alas not. I took some shots at Grand Central this morning and as I started to go through them I noted some looked under exposed. So to do a quick correction I usually use