How to get more than 300 results for a search

Hi all,
When we search for something in a peoplesoft, we get 300 default results right.
Is there a way we can change that to 500 or 600 or any.
Please help me.
Thank you,
Bye.

I heard that we have to do some settings in psappserv.cfg file to get more than 300 rows in a search. Is that true?
Please help me.
Thank you,
Bye.

Similar Messages

  • Cant get more than 300

    i need help
    i recently bought ddr333 for my msi 845 ultra-c i cant get more than 150 for mem speed , and thats when i overclock
    any solutions
     ;(    :(

    I heard that we have to do some settings in psappserv.cfg file to get more than 300 rows in a search. Is that true?
    Please help me.
    Thank you,
    Bye.

  • How to pass more than one value for one column in procedure

    hi
    select id, name from col_tab where dept_name in ('ECE','CIVIL');
    when i was running this it is working well.
    CREATE OR REPLACE PACKAGE pack_str
    AS
    TYPE type_refcur IS REF CURSOR;
    PROCEDURE str(char_in VARCHAR2,ans OUT type_refcur);
    END pack_str;
    CREATE OR REPLACE PACKAGE BODY pack_str
    AS
    PROCEDURE str(char_in VARCHAR2,ans OUT type_refcur)
    IS
    BEGIN
    OPEN ans FOR
    select id,name from col_tab where dept_name in char_in ;
    END str;
    END pack_str;
    the package was created.
    my doubt is
    1.how to pass more than one value for char_in (e.g ('ECE','CIVIL'))
    2. when i was storing the value in string like val = 'ECE,CIVIL' ,
    how to get the id,name for ECE and CIVIL.
    plz help me

    Hi Rebekh ,
    I am recreating your packages for the desired output.
    CREATE OR REPLACE PACKAGE pack_str
    AS
         TYPE type_refcur IS REF CURSOR;
         PROCEDURE str(char_in VARCHAR2,ans OUT type_refcur);
    END pack_str;
    CREATE OR REPLACE PACKAGE BODY pack_str
    AS
         PROCEDURE str(char_in VARCHAR2,ans OUT type_refcur)
         IS
              lv_t varchar2(200);
         BEGIN
              lv_t := REPLACE(char_in,',',''',''');
              lv_t := 'select id,name from col_tab where dept_name in (''' || lv_t || ''')' ;
              OPEN ans FOR lv_t;
         END str;
    END pack_str;
    Note:-
    Input Parameter char_in is a comma seperated value for dept_name
    -Debamalya

  • How to get more than 256 bytes data

    hello.
    I use Schlumberger 32K Card�iJava Card 2.1�j.
    Please tell me how to get more than 256 bytes data from the applet in the card!!
    According to JCRE specification, need to use Get Response Command.
    What is Get Response command?
    Do I have to write processing of Get Response command to an applet?
    Or JCRE processes Get Response command?
    If knows, please tell me about!!
    Thanks.

    Thanks for your response!!
    I understand that I have to write processing of Get Response command to an applet.
    But case of Schlumberger 32K card, when host send Get Response command to an applet, card reply 6F-00!?
    I'm investigating now, and it seems that response is returned before applet processes Get Response command(CLA = 00, INS = C0).
    Do JCRE perform the process of Get Response command?

  • How To Get more than one Return Values in LOV ADF

    In ADF LOV, I can get only one return value;
    How can I Get more than one values like in Oracle Form?
    SomeOne can help me?
    Thanks

    you may add more <set> tag like the following:
    <event name="lovSelect">
    <set property="inputValue" value="${bindings.Id.inputValue}" target="${data.work_workBusinessViewUIModel.buyCompanyId}"/>
    </event>
    or you can implement your Action

  • How to get more than one lack record in 1 or 2 seconds

    pls help its urgent ,
    i need to retrieve more record from different table it have more than one lack record ,and its more than 20 seconds ,how to minimise the time to one seconds
    My sql:
    SELECT
    tl.ProjectID,
    pr.jobname,
    name as Department_name,
    ChargeNum,
    (ac.ActivityCode ||':'||ac.SubCode) as ActivityCodeName,
    SUM(HoursWorked), (Case When isBilled=1 or billedRate<>0 then BilledRate else ppr.Rate End) as RATE
    FROM
    TimeLogEntries tl INNER JOIN activitycodes ac on ac.ACTIVITYCODEID=tl.ACTIVITYCODEID INNER JOIN projectrates ppr on tl.ACTIVITYCODEID = ppr.ACTIVITYCODEID and tl.projectid=ppr.projectid ,
    projects pr INNER JOIN departments d on d.DEPARTMENTID =pr.REVENUECENTERID
    WHERE
    to_char(Date_,'yyyy-mm-dd') BETWEEN '2006-01-01' and '2008-12-30'
    AND
    tl.ProjectID = pr.ProjectID
    Group By
    tl.ProjectID,
    tl.ActivityCodeID,
    BilledRate,
    ChargeNum,
    pr.jobname,
    name,
    (ac.ActivityCode ||':'||ac.SubCode),
    (Case When isBilled=1 or billedRate<>0 then BilledRate else ppr.Rate End)
    ORDER BY
    tl.ChargeNum;

    hi,
    even i am searching for some thing similar.
    i want to have 3 calendars in one page.
    getting same message calendar already exists on page 2. You can only add one calander per page. Select a different page.
    pls help.

  • How to get more than 2 squares in Genius Mixes?

    I have iTunes 9 and when I do Genius Mixes I get only 2 boxes when it says you get 12. How can I do this? Do I need to get more music?

    Hi shraddha,
    The Jet OLE DB provider reads a registry key to determine how many rows are to be read to guess the type of the source column. The registry setting is:
    HKEY_LOCAL_MACHINE\Software\Microsoft\Jet\4.0\Engines\Excel\TypeGuessRows
    Or
    HKEY_LOCAL_MACHINE\SOFTWARE\wow6432node\microsoft\jet\4.0\engines\Excel\TypeGuessRows
    By default, the value for this key is 8. Hence, the provider scans the first 8 rows of the source data to determine the data types for the columns. If any field looks like text and the length of data is more than 255 characters, the column is typed as a
    memo field. So, if there is no data with a length greater than 255 characters in the first 8 rows of the source, Jet cannot accurately determine the nature of the data type. Therefore, values longer than 255 characters may be truncated or ignored.
    To import data from a memo column, we must make sure that the memo column in at least one of the sampled rows contains a value longer than 255 characters. Or we can increase the number of rows sampled by the driver to include such a row by increasing the
    value of TypeGuessRows. For more details, please refer to the following kb:
    http://support.microsoft.com/kb/281517/en-us
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • How to get more than 4 coloured rows in a report depending on column values

    Hi,
    I've looked through the forum and found some stuff on mutli-coloured reports and found the link to http://htmldb.oracle.com/pls/otn/f?p=11933:7:557008579481721819
    But I have several problems:
    This shows how to get 3 colours, but it's easy to get up to 4 by just using the "Column Templates" in a new report template.
    I don't understand where to put the snippets. It says to put them in "Row Templates" , "Before Rows" and "After Rows" but my report template page doesn't have these options! I've got "Column Templates" (4 of them), "Before Each Row" and "After Each Row".
    Am I looking at a link for an old version?
    What I want to do is set the row colour dependant on a column called "level" which is between 1 and 5.
    Thanks

    Hi Vikas,
    It's almost perfect now. My only problem is that the pagination table is, for some reason, enclosed within the results table (I've used FireFox web developer's tools and checked the souce HTML to be sure of this). So, if I have a border at table level, it appears on the row containing the pagination.
    I've had to remove table borders and put right borders on the table data cells, but I can't find a way to put left borders on the table rows, so I have a pretty table with 5 levels of colour, but no borders on the left-hand side.
    Ideally I'd like to avoid having the pagination stuff within the results table, but I can't see how/where to put a </table> to sort this out!
    Ros

  • External Hard Drive(ERROR CODE 0) .DMG Back Up Issues. How to get more than 4gbs in .DMG back ups.

    I am currently using a my external hard drive for my late 2009 Mac Mini, my brothers MBP and my sisters HP laptop. I have a Western Digital My Passport 1T external Hard Drive to back up all are information. I formatted it to work on mac and pc and its on the "MS-DOS(FAT) setup at the momment. Im trying to back up DMG files from my HDD hard drive in my computer to the External Hard Drive to pass them onto my brother. I understand the whole part of me getting the "Error Code 0" where i can only put 4gbs of storage for that. I wanted to no is there a way for me to format my external hard drive for it to work on a Mac and a PC but for me to also transfer my .dmg files with more than 4gbs of that storage to my external hard drive?
    p.s Im running on OSX 10.6.8 and the DMG files are alittle more than 4 gbs. From 5-10gbs. Thank you for all the replys. It helps me out and others in the Apple community out!

    Hi, Steve. Your proposed procedure is just fine until you get to this point:
    ...reformat the WD to be Mac friendly *and reformat in FAT32* ...
    Reformatting the newly-reformatted Mac-friendly drive as FAT32 will, as you say, simply put you back where you were before, but with your data on a different drive. Omit that step, and you'll have a Mac-friendly drive that you can copy your data back onto.
    If you normally work with files exceeding 4GB in size, you won't want any hard drive in FAT32 format. If for some reason you'd like all your external drives in NTFS format, download and install the NTFS-3G driver, which will enable your Mac to read *and write to* that disk format.

  • EJB 3.0 / how to define more than one @QueryNamed for an entity

    I check the ejb 3.0 spec, the help and others but i didn't find the syntax that permit to determine more than one QueryNamed in an entity.
    Does somebode how to do and where it is described in the documentation ?

    This is exactly i have done also but i got an error during compilation
    C:\oracle\product\jdeveloper10g_3565\jdev\mywork\HRApp\EJB_Project\EJB_Project\src\buslogic\Departments.java
    Error(20,124): ) expected
    @Entity
    @NamedQueries(
    @NamedQuery(name="findDepartments", queryString="select object(o) from Departments o where o.department_id = :dept_id"),
    @NamedQuery(name="findAllDepartments", queryString="select object(o) from Departments o")
    @Table(name="DEPARTMENTS")
    public class Departments implements Serializable {
    private Long departmentId;
    private String departmentName;
    private Long locationId;
    private Collection<Employees> employeesCollection;
    private Employees employees;

  • How to get more than 1 iphone connected on itunes to home computer

    i need to get my wife's iphone on itunes for our home computer and not sure how to proceed so we can both have access

    How to use multiple iDevices with one computer

  • How to get more than 1000 rec from Oracle?

    Hi
    i got this issue from 1 of my fnd.
    can any one tell me how to over come this issue?
    I need help in solving the issue
    This is the oracle error coming when we try to export
    the records to the excel sheet.
    Macromedia][Oracle JDBC Driver][Oracle]ORA-01795:
    maximum number of expressions in a list is 1000
    This error is due to the limitation in oracle db list
    query.
    example:
    select * from FEEDBACK_IN Where feedback_in.case_id
    IN ( (param 1) , (param 2) , (param 3) , (param 4) ,
    (param 5) , (param 6) , (param 7) , (param 8) , (param
    9) , (param 10) , (param 11) , (param 12) , (param
    13)……………………….(param
    5000))
    If the list exceeds 1000, we will get the following
    error from the database. And there is a limitation in
    oracle db to 1000.
    We need to rewrite the query to avoid the list error
    if the list exceeds more then 1000 records.

    You must work with the guy who asked the same question
    yesterday.
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=6&threadid=1149324&ente rthread=y

  • Opening Ports, how to get more than 10 slots

    Hello. My Router is a WRT54GS running the latest firmware. I am trying to set my 360 up for Media Sharing using Windows Media Centre. To do this, I have to open up 5 ports in total. I already have 3 slots taken up by the PS3, two for IRC and 1 for utorrent. This leaves me with 4 slots left for ports. I know I can use a range to join some together, but as the PC, PS3 and 360 use different IP's, it means each need there own ports opening. Is there a way, if I need to in the future, to give me more slots to open more ports? Also, when trying to open a range of ports for the 360, some are the same as the PS3, and I get the error message "port overlap occurred! Please change your entry!" Does this mean, if a port is open for one IP, in this case its the PS3, and is 192.168.1.123, it'll also be open for another ip, the 360, which is .1.102 Hope I've made sense. Cheers Mike

    One port can be forwarded to only one local IP address. And you can combine nearby port entries into a range which are for same local IP address.

  • How to get more than one airplay on sound menu

    When I option-click on the sound icon it drops down a list of Output devices and Input Devices - but it only shows the internal resources or the most recently used airplay device. We have several airplay receivers throughout the house - is there any way for all airplay receivers to show up on this list?

    you may add more <set> tag like the following:
    <event name="lovSelect">
    <set property="inputValue" value="${bindings.Id.inputValue}" target="${data.work_workBusinessViewUIModel.buyCompanyId}"/>
    </event>
    or you can implement your Action

  • How to prevent more than one login for the same username

    I am trying to create a centralized login/logout for my J2EE application, i.e application level security in order to keep track of the users that login and logout to/from application. I need that in order to know which users have logged out before their sessions expire. Is there an easier way (possibly on the server level) to accomplish this.

    How is your centralized authentication service hooked up, through a custom realm?
    Unfortunately there is no notification mechanism of logout events currently. Partly due to the fact that while the a logout is sometimes explicit (session invalidated or expired) it is also at times implicit (if there is no session, the logged in user silently disappears at the end of a request).
    P.S. If you're only looking to keep track of login and access events (and not modify the behavior), the audit logging provides this information directly.

Maybe you are looking for

  • How to I run Snow Leopard,  Mountain Lion and Windows 8 on my new iMac

    I just bought a new iMac. My goal is to set up 3 different partions to run 3 different operating systems (Mountain Lion, Snow Leopard, and Windows 8).  The reason for this post is because when I attempted to do this same thing on my old iMac ( except

  • Why does email hypertext in PDF open web browser window in addition to email client?

    Using FrameMaker 10, I created the following hypertext: message URL mailto:[email protected] I then printed to PDF. When I click the link in the PDF it opens an email client message window (what I want) but also opens a web browser window with mailto

  • No ranges

    HI SAP GURUS, Iam having one problem at the time of save the billing document ihave like this problem For object RV_BELEG, number range interval  KZ does not exist this problem is releated to any fi document no ranges please conforme plz let me kno i

  • Reversing the Cost Center Allocations

    We Executed Cost Center Distribution Cycles using KSVB and distributed the values to four different secondary Cost Centers, now we want to reverse these entries so that the secondary Cost Center displays the zero value. Can any one suggest me how to

  • Battery won't charge, adapter shows green

    My battery won't charge. The adapter light shows green. The System Profiler says: "Battery installed: Yes Remaining capacity (mAh): 0 AC Adapter cannot charge battery: Yes AC Charger (Watts): 0 Connected: Yes Charging: No" This started suddenly, as i