Simple Paged Results Control

ODSEE has everything I need in a directory server.
One additional feature would make my day:
Simple Paged Results Control
We've got some pretty large containers on our directories, that not only cause the usual data warehouse type queries my developers like to do to fail (they keep bumping up against the entry return limit and allidsthreshold), but a real stressor on the directory server. I think I could convince them to use SPRC if it were available, as some of them have experience with Active Directory's implementation of it. Any chance we'll see this in future revs of ODSEE?

Hi,
You may want to consider Virtual List View (aka VLV Control) that provides result paging as well.
More info at [http://docs.sun.com/app/docs/doc/821-1507/fpypa?l=all&a=view|http://docs.sun.com/app/docs/doc/821-1507/fpypa?l=all&a=view]
Sylvain

Similar Messages

  • Cannot find paged results cookie

    I have made an application, that works when accessing edirectory 8.8.2
    (on a windows server, not that the platform matters I suppose).
    I am able to do a paged ldap search, and my results are coming back to
    me, nice and paged, like they are supposed to.
    When I try the exact same code against a oes2sp1 with 8.8.4, I get
    something like this (and only the first page of results)
    (192.168.0.160:2151)(0x0003:0x63) controlPagedSetup: cannot find paged
    results cookie
    (192.168.0.160:2151)(0x0003:0x63) Sending operation result 53:"":"" to
    connection 0x6804380
    Why is the server saying that, and what does it mean? I don't recall
    any possibility of setting cookies in the ldap api (actually an delphi
    ldap control)

    I have found the Paged Results Control to work:
    http://ldapwiki.willeke.com/Wiki.jsp...deSortControls
    Not sure about 8.8.4 or using Netware as all my attempts are 8.8.2 &
    8.8.3 and on Linux/Unix.
    Send me an email: jim at willeke com and we can try some things.
    -jim
    Nicolai Jensen wrote:
    > I have made an application, that works when accessing edirectory 8.8.2
    > (on a windows server, not that the platform matters I suppose).
    > I am able to do a paged ldap search, and my results are coming back to
    > me, nice and paged, like they are supposed to.
    >
    > When I try the exact same code against a oes2sp1 with 8.8.4, I get
    > something like this (and only the first page of results)
    >
    > (192.168.0.160:2151)(0x0003:0x63) controlPagedSetup: cannot find paged
    > results cookie
    > (192.168.0.160:2151)(0x0003:0x63) Sending operation result 53:"":"" to
    > connection 0x6804380
    >
    > Why is the server saying that, and what does it mean? I don't recall
    > any possibility of setting cookies in the ldap api (actually an delphi
    > ldap control)
    >

  • Creating a simple closed loop control

    Hi everyone,
    I need a bit of help creating a (very) simple closed loop control.
    Note: I am using 3 Measurement Computing boards: one USB-2416, and two USB-TC's. Since Measurement Computing has their own driver (called ULx), it might be a bit more difficult to understand than the NI drivers, but keep in mind ULx is the equivalent to DAQmx.
    I need to be able output a 0 or 1 binary value based on measurements from 4 voltage input channels compared to constants. Ie. if voltage measurement < 3.5 (constant), send a boolean value (see a, b, c, d in attached photo) which in turn gets sent to the ULx Write VI, and that outputs the binary value of 0 or 1. The problem I've run into is that I need to "compare" single chanels from different boards, which gives me single boolean values for each channel. The ULx Write VI only accepts boolean arrays. Is there a way (and there probably is, I just haven't been able to find it) of arranging these lone boolean values into a boolean array?
    (see attached file for what I have so far)
    PS. I am a COMPLETE rookie, only been using LV for a week or so, so please explain everything as if I have no clue what's going on.
    Thanks in advance!
    Solved!
    Go to Solution.

    Hi,
    the attached example I've made should demonstrate what you need to do.
    Some things to think about:
    1. It seems that the ULx vis return arrays of signals. If so you can select signals with "index array" as done in my example. That consumes less space and does not change the type of the signals to variant.
    2. If you compare the signals to your constants you will receive boolean arrays because every element of the measured signal is compared to the constant (see my example). You may then decide how to process that info - another hooray for signals :-)
    Regards
    Florian
    Attachments:
    Example01.vi ‏24 KB

  • Simple Paging with netui-data:repeater

    Hello,
    Does anyone have a simple paging example (code, etc) for use with the netui-data:repeater? I have seen Gerald Nunn's solution and while I got the example to work, I have been unable to get it to work with my own project. I'm afraid I just do not yet have enough skill with BEA and java. A simple example would be great.
    Thanks...

    hi there,
    Its been resolved now , was a code error , it was actually using the wrong object.
    thanks anyways

  • Simple parallel port control

    Hi, I am new in programing and what I need to do is to maintain 5V on 4(any 4, cause I can hook the wires to any pins I wanna to) of the 25 pins of the parallel port. and at specific time I need to press a button to let the voltage drop(a signal) to active the machine I am working on. Can any one give me a lift on what vi to use? I check the NI tutorial but it all talks about how to send and recieve 8 bits info over the parrallel port while what I really need is just a simple program to control 4 pins. I am using windows XP pro and labview 7.0
    Can a computer learn how to program?

    First of all read this arcticle about the Parallel Port
    http://zone.ni.com/devzone/conceptd.nsf/webmain/72C6FC6CE4AD4D1386256B1800794596
    After that downaload the Accesshw.zip which allows you to write and read from any computer's port under windows.
    Now if you want lets's say to write to the 1st bit of the parallel port you have to put to the parallel's port data address the value 1. In order to leave the other bits unaffected you have to keep somewhere the state of the parallel port and use the following condition [state OR 2***bit_number] if you want to turn on (1) this number. On the other hand if you want to turn it of use [state AND NOT(2***bit_number)]
    Please let me know if you need more information
    There are 10 kind of persons. Those who understand binaries and the others.

  • Is there a SUN Solaris ldapsearch utility supporting paged results?

    Hellos..
    We have Sun DS 5.2p4 on our servers.
    I am using the ldapsearch executable which came with this install to read Users off an Active Directory.
    BUT! Now the AD user base has grown beyond 1000 and I am getting Sizelimit exceeded errors.
    I dont see any switches to allow me to set the client to read successive pages to get ALL results from AD.
    Can anyone point me towards a Solaris 9 executable ldapsearch which supports paging!
    I would be most grateful.
    Thankyou.
    GF

    Ok babe...
    There are 2 pieces that sort of fit together... the LDAP server and the LDAP client
    I am painfully aware that the SUN Directory SERVER doesnt support paging.. and that the LDAP CLIENT provided by SUN named ldapsearch doesnt seem to have any switches or flags that allows it to get data as a series of 'pages' from LDAP SERVERS that actually DO support paging.
    One of the LDAP SERVERS that DO support paged results is Active Directory.
    My question is ... has anyone a Solaris LDAP CLIENT (I dont care what its called but ldapsearch is a good name) which allows paged results to be received from an Active Directory?
    Has anyone experience of the openLDAP client does this beast support paging?
    GF

  • Simple Button to Control Movie Clip

    Hello,
    I was relatively comfortable with AS 2.0, but am having a
    hard time warming up to 3.0. I feel that this should be something
    simple to find help online with, yet I'm finding it difficult to
    get a simple answer.
    I have a button that is inside a movie clip within another
    movie clip:
    mainMenu_mc > whoBtn_mc > whoButton
    This button appears to work fine controlling a movie clip on
    the same timeline. This is the code so far (on an Actions frame in
    WhoBtn_mc):
    whoButton.addEventListener(
    MouseEvent.CLICK,
    function(evt:MouseEvent):void {
    whoGlow.gotoAndStop("click");
    I have another movie clip on the main timeline that I would
    like to control with this button:
    blackFadeBottom_mc
    What would the code look like for this?
    Any help is appreciated - Thank you.

    Thanks, I was able to place the code on the main timeline and
    get a trace when I clicked on the movie clip instance itself. I
    probably didn't explain what I was trying to do very well, so I
    apologize.
    What I need to do is to control this movie clip that is
    physically placed on the main timeline (fadeBlackBottom) with the
    button that is buried under two other movie clips
    (mainMenu_mc>whoBtn_mc>whoBtn).
    I would like the whoBtn to tell the fadeBlackBottom movie
    clip to (what used to be)
    _root.fadeBlackBottom.gotoAndPlay("play"); This will drop down a
    box that will contain the content of my 'Who' link.
    How can I accomplish this?
    Thanks again,
    Chuck

  • RoboHelp HTML 9 Search Pane Max results controls

    RoboHelp HTML 9 with WebHelp as output...
    I have a two part question. By default when our users do a search in compile dhelp, they see 10 search results per page. Is there a place in my RoboHelp interface where I can change that to larger number? I have found a line of code in a *.js file where it looks like I could manually change it, but would prefer not to have to do it that route in case that causes unintended hiccups elsewhere.
    var nMaxResult = 10 ; 
    Second part of my question is related to statement in release notes/new features notes for RoboHelp 9 that state users can control the max search results per page on-the-fly as they use the Search pane. This feature only applies to WebHelp or WebHelp Pro and my output is WebHelp. I can see a line of code for that feature in the whfform.htm file but nothing shows up like that in the Search pane within compiled help. Is this a bug or is there a control somewhere in RoboHelp project settings that allows me to enable that option for users? The last 2 lines below would seem to control this area. The Search pane items referenced in first 4 lines do show up ok in my Search pane.
    gsTitle = "Type in the word(s) to search for:";
    gsTitle = "Type in the word(s) to search for:";
    gsHiliteSearchTitle = "Highlight search results";
    gsHiliteSearchTitle = "Highlight search results";
    gsMaxSearchTitle = "Search results per page" ;
    gsMaxSearchTitle = "Search results per page";
    Thanks for any insight you can provide,
    KF

    I know this is an old topic, but I was trying to figure this out myself today and finally found it. In case others have been looking for this, it's in in this file:
    whform.js
    find this variable:
    var gnMaxRslt = 10;
    and then change the 10 to the number you want.
    If you do that in the generated help, the number will change in the Search pane, but it will still display only 10 results. To get it to actually display more than 10 results, I had to edit the RoboHelp file, not the generated help. I made a copy of C:\Program Files (x86)\Adobe\Adobe RoboHelp 10\RoboHTML\WebHelp5Ext\template_stock\whform.js before I edited it. (Right-click the file, click Copy, then right-click in the folder and click Paste. Edit the one that doesn't say Copy in the filename. Then if you want to back it out, delete the one you edited and remove Copy from the original.) If you have your project open in RoboHelp, close it, then reopen it so it can "grab" the new info.
    This ought to be in the WebHelp Setting dialog box on the Search pane.
    --Karla--

  • Approved applications not showing up in simple finder (parental controls)

    I set up a limited access account for my son and turned on the simple finder option. I went through and selected the programs that I want him to have access to. However, not all the selected applications show up in the simple finder of the limited account. A few programs that were downloaded (a simple paint like program and a word processing program) don't show up, and I can't figure out how to get my son access to these short of turning off the simple finder. Any suggestions?
    Thanks!

    I'm not sure what the answer to this would be, because I don't use the Simple Finder mode much. However, you may have to specify in the Parental Controls preferences exactly which applications you want on his account. For example, instead of taking off some applications, add on the paint application and such. Post back here if you need more details or if that doesn't work. Another thing you could always do is to copy an application over your account into his, although I'm not entirely sure how you could do that. Hope this helps.

  • Paging results on PHP/Oracle

    Does anybody have a clean code they can share about paging query resultset on PHP using OCI (not ADO or something else)???
    I've tried some posted here but the results is not encouraging ...

    Look at
    http://asktom.oracle.com/pls/ask/f?p=4950:8:12499734965902645361::NO::F4950_P8_DISPLAYID,F4950_P8_CRITERIA:127412348064
    A working example in SQL*Plus:
    arc@sles> var nrows number;
    arc@sles> var offset number;
    arc@sles> exec :nrows := 3;
    PL/SQL procedure successfully completed.
    arc@sles> exec :offset := 5;
    PL/SQL procedure successfully completed.
    arc@sles> select rowno,empno,ename from
    2 (select rownum as rowno,empno,ename from
    3 (select * from scott.emp order by empno)
    4 where rownum <= :offset + :nrows)
    5 where rowno >:offset;
    ROWNO EMPNO ENAME
    6 7654 MARTIN
    7 7658 CHAN
    8 7698 BLAKE
    The same in PHP could like something:
    $stmt = OCIParse($conn,"select rowno,empno,ename from
    (select rownum as rowno,empno,ename from
    (select * from scott.emp order by empno)
    where rownum <= :offset + :nrows)
    where rowno >:offset");
    OCIBindByName($stmt,":nrows",$nrows,10);
    OCIBindByName($stmt,":offset",$offset,10); ...

  • Simple counter within Control & Simulation Loop

    Does anyone know a simple way of creating an incremental counter within the Control & Simulation Loop ? It's not possible to have a For loop within the Control & Simulation Loop hence the shift register method is out.

    The "simulation parameters" function on the utilities pallete outputs a "Timestep Index" that is incremented each step. That's the simplest option. Alternatively, you could use a sub VI that executes on major steps and contains a for loop.

  • How to enable LDAP paged results in Active Directory Auth. Provider

    Hello!
    I Trying to establish connect with Active Directory server via AD provider in security realms ( it needs for IRM).
    I configured provider, restarted the server, but when i trying to view all users in weblogic, i see only 1000 records from AD.
    I read that default count of records from AD which returns server is 1000, but we can return more than 1000 records without changing AD property by using paging.
    Where can i find this option or how can i configure it in weblogic?
    Thanks in advance.

    The first example was almost correct !
    The error message: "javax.naming.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001C6, problem 2001 (NO_OBJECT), data 0, best match of: 'CN=Schema,CN=Configuration,DC=ric,DC=com'; " simply indicates a naming error.
    If you follow the logic of your code, you are trying to create an attribute with the distinguished name:[code]CN=fooattr,CN=Schema,CN=Configuration,DC=ric,DC=com,CN=Schema,CN=Configuration,DC=ric,DC=comIf you are wondering why, it is because you are attempting to create the subcontext from the schema naming context.schema.createSubcontext("CN=fooattr," + dn,attr);You can correct this by changing your code toschema.createSubcontext("CN=fooattr",attr); or toctx.createSubcontext("CN=fooattr," + dn,attr);One other error, you are missing one of the mandatory attributes; namely oMSyntax.attrs.put("oMSyntax","2");You can find details on the Active Directory Schema at http://technet2.microsoft.com/WindowsServer/en/library/97cae647-d996-48ff-b478-c96193abeadb1033.mspx
    A simple way of checking the mandatory attributes for any object class is to look at the values of the systemMustContain attribute of the objectClass definition. In the case of attributeSchema, the systemMustContain attribute includes: schemaIDGUID (automagically generated), oMSyntax, ldapDisplayName, isSingleValued, cn, attributeSyntax and attributeID
    Another reference that is helpful is a table of Attribute Syntax definitions at http://www.microsoft.com/technet/prodtechnol/windows2000serv/reskit/distrib/dsbe_ext_dghb.mspx
    The only words of advice for extending the schema are:
    1. Test, Test, Test, before deploying in production
    2. Do not ever reuse attributeID's or make up your own! If you are extending the schema get your own OID from an appropriate standards authority, or they may be obtained from Microsoft. Refer to http://msdn2.microsoft.com/en-us/library/ms677621.aspx or http://msdn2.microsoft.com/en-us/library/ms677620.aspx

  • Safari Simple Finder Parental Control

    I set up a Simple Finder type account for my son on my iMac. Tried to configure Safari but couldn't get anywhere as:
    a) when I launched Safari, it appeared without any windows open
    b) nothing happens when I select 'New Window' from the file menu in Safari
    c) when I select 'New Tab' a window appear comprising just the tool bar, URL text box and a whole lot of 'brushed steel'
    Safari preferences have been set correctly (even selected and deselected partental controls to see if anything happened but no luck)
    Any ideas on what I can do to fix this?
    Thanks
    iMac G5   Mac OS X (10.4.8)  

    I ran disk utility and repaired the permissions--is that similar to what you suggest?
    When I did a erase-and-install of Leopard, I assume that it ran through a disk inspection and repair routine. But perhaps something more is needed.

  • Simple Finder/Parental Controls Problem

    I recently did an erase and install on my eMac and am now having problems with Simple Finder and Parental Controls.
    I have an account set up for my daughter and I want to have Simple Finder running with about a half dozen or so applications for her to use. Prior to the erase-and-install, I had this set up and running fine. But now, even though I select all the programs I want under the Parental Controls preferences, only three show up (Safari, Dictionary, and TextEdit).
    I tried deleting and re-creating the account, repairing permissions, turning around twice and clicking my heels together, etc. with no success.
    Any ideas? Thanks!

    I ran disk utility and repaired the permissions--is that similar to what you suggest?
    When I did a erase-and-install of Leopard, I assume that it ran through a disk inspection and repair routine. But perhaps something more is needed.

  • Bug in paged results

    I think there is a bug in paged search results.
    After choosing a forum the forum Id is discarded when selecting other pages, either by "next page" link or by the page number link.

    Ricardo,
    Thank you for your note - I will pass on your observation to the OTN development team for investigation...
    Thanks again - Andrew

Maybe you are looking for