Maximum Allowable Paramters in Report

Post Author: dthorpe
CA Forum: Crystal Reports
I have an existing report that uses several text parameters that contain comma delimited lists.  The stored procedure takes the comma delimited lists, put them in a temp table and uses that as part of its criteria.  The business need has changed to where the information in the comma delimited list has increased greatly.  We are using Sybase and our environment will not allow parameters that exceed 255 characters.  Because of this, I have had to create multiple parameters of comma delimited lists, and then add each list to the temp table within the stored procedure.  This works very well during testing in Sybase.  The problem is that there is no data being returned to the report.  I have also tested the stored procedure within the foundation and it returns data.  There are currently about 130 parameters.  Have I exceeded a Crystal report limitation?  LOVs are not an option because the report is called by a in-house written application and it does not support them.
Thanks in advance.

Are you using version 3.5?
Have you tried Exception Aggregation? Maximum value is one of the options.
Patrick

Similar Messages

  • The request exceeds the maximum allowed database size of 4 GB

    I have craeted a user in oracle 10g with following commands
    CRAETE USER USERNAME IDENTIFIED BY PASSWORD
    DEFAULT TABLESPACE users TEMPORARY TABLESPACE temp;
    Grant create session to USERNAME;
    Grant create table to USERNAME;
    Grant create view to USERNAME;
    Grant create trigger to USERNAME;
    Grant create procedure to USERNAME;
    Grant create sequence to USERNAME;
    grant create synonym to USERNAME;
    after that when i want to craete a table i got following error
    SQL Error: ORA-00604: error occurred at recursive SQL level 1
    ORA-12952: The request exceeds the maximum allowed database size of 4 GB
    00604. 00000 - "error occurred at recursive SQL level %s"

    Error starting at line 1 in command:
    SELECT /* + RULE */ df.tablespace_name "Tablespace", df.bytes / (1024 * 1024) "Size (MB)", SUM(fs.bytes) / (1024 * 1024) "Free (MB)", Nvl(Round(SUM(fs.bytes) * 100 / df.bytes),1) "% Free", Round((df.bytes - SUM(fs.bytes)) * 100 / df.bytes) "% Used" FROM dba_free_space fs, (SELECT tablespace_name,SUM(bytes) bytes FROM dba_data_files GROUP BY tablespace_name) df WHERE fs.tablespace_name = df.tablespace_name GROUP BY df.tablespace_name,df.bytes
    UNION ALL
    SELECT /* + RULE */ df.tablespace_name tspace, fs.bytes / (1024 * 1024), SUM(df.bytes_free) / (1024 * 1024), Nvl(Round((SUM(fs.bytes) - df.bytes_used) * 100 / fs.bytes), 1), Round((SUM(fs.bytes) - df.bytes_free) * 100 / fs.bytes) FROM dba_temp_files fs, (SELECT tablespace_name,bytes_free,bytes_used FROM v$temp_space_header GROUP BY tablespace_name,bytes_free,bytes_used) df WHERE fs.tablespace_name = df.tablespace_name GROUP BY df.tablespace_name,fs.bytes,df.bytes_free,df.bytes_used ORDER BY 4 DESC
    Error at Command Line:1 Column:319
    Error report:
    SQL Error: ORA-00942: table or view does not exist
    00942. 00000 - "table or view does not exist"
    *Cause:   
    *Action:                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Maximum number of concurrent reports 10g

    Hi all,
    We hava an application with two backgroundprocesses running a maximum of 1 report at the same time so in total 2 reports. Also user are allowed to run reports we however do not want them to run more reports at the same time so in total max 3 reports at the same time additonal reports should be stalled to keep performance up.
    How can this be setup in reports 10g ?
    Regards,
    Laurens Wagemakers

    1) In the entry Jon has given
    <engine id="rwURLEng" .....
    >
    You should actually do it for
    <engine id="rwEng" ...
    >
    The second one is the one which is used for running reports created through builder and is the most common one (99.99%).
    (For URLEngine you can keep 1 engine or 0 engine)
    Also
    engLife="1".
    This is very inefficient. You can put it to "engLife="50". [Otherwise an engine will run only 1 job and a new engine will be spawned. Infact it can run any number of jobs. This life is there only because if there is any small memory leak for a request, it will pile up for very large number of jobs. You can safely put it to 50 (default) ]
    2) >>>> will your solution give a message that reportsserver is busy or will it set up a queue <<<<
    If more requests come than the number of engines, then those reports will be queued and will be executed as and when engines become free.
    3) Reports engine is actually very fast and unless reports are huge, it will complete a report in short time.
    According to the load , you should arrive at a "maxEngines" for your server.
    If it is too much your machine will crawl ("it" I mean - Number of engines)
    If it is too less jobs will get queued
    You should come to a balance.
    4) I do not know whether any mechanism exists to restrict the max reports run by a user to 1 at a time.
    5) Refer Chapter 19 and 20
    "Managing and Monitoring OracleAS Reports Services"
    "Tuning Reports" document
    in the following link
    [     Publishing reports to web  - 10G  ]
    http://download.oracle.com/docs/html/B10314_01/toc.htm (html)
    Thanks
    Ratheesh
    [    All Docs     ]
    http://otn.oracle.com/documentation/reports.html
    [     Publishing reports to web  - 10G  ]
    http://download.oracle.com/docs/html/B10314_01/toc.htm (html)
    http://download.oracle.com/docs/pdf/B10314_01.pdf (pdf)
    [   Building reports  - 10G ]
    http://download.oracle.com/docs/pdf/B10602_01.pdf (pdf)
    http://download.oracle.com/docs/html/B10602_01/toc.htm (html)
    [   Forms Reports Integration whitepaper  9i ]
    http://otn.oracle.com/products/forms/pdf/frm9isrw9i.pdf
    ---------------------------------------------------------------------------------

  • Bex Query: Too many table names in the query The maximum allowable is 256

    Hi Experts,
    I need your help, Im working on a Query using a multiprovider of 2 datastores, I need to work with cells to assign specific acconts values to specific rows and columns, so I was creating a Structure with elements from a Hierarchy, but I get this error when I'm half way of the structure:
    "Too many table names in the query. The maximum allowable is 256.Incorrect syntax near ')'.Incorrect syntax near 'O1'."
    Any idea what is happening? is ti possible to fix it? do I need to ask for a modification of my Infoproviders? Some one told me is possible to combine 2 querys, is it true?
    Thanks a lot for your time and pacience.

    Hi,
    The maximum allowable limit is 256 holds true. It is the max no. of characteristics and key figures that can be used in the column side. While creating a structure, you create key figures (restricted or calculated) and formulas etc.. The objects that you use to create these should not be more than 256.
    http://help.sap.com/saphelp_nw70/helpdata/EN/4d/e2bebb41da1d42917100471b364efa/frameset.htm
    Not sure if combination of 2 query's is possible.  You can use RRI. Or have a woorkbook with 2 queries.
    Hope it helps.

  • I need more than the maximum allowed 30 profiles - how do I change this?

    I need more than the maximum allowed 30 profiles - how do I change this? Once I reach 30 profiles and I try to add one - it just deletes one automatically thus only allowing a maximum of 30. Please help.

    You are talking about 30 Firefox Profiles on the same Windows Logon User Account?
    I never saw that as a limit myself. I had 53 Profiles at one time, although I haven't done that since Firefox 3.0. It was causing an extended launch time and I started using "remote" Profiles that weren't controlled by the Profile Manager and weren't in the '''profiles.ini''' file; launched by command line. Like this in the Target line for the desktop shortcut: <br />
    ''' "C:\Program Files\Firefox_4.0_zip\firefox.exe" -Profile D:\Mozilla\Active-Profiles\4.0_10-15-10-N '''

  • I have a 13 inch macbook (late 2007) what is the maximum allowable height for a hard drive?

    what is the maximum allowable height for an internal hard drive. I want to replace my hard drive are there any other things I should make sure of in terms of compatability?

    timfromdoylestown wrote:
    would they erase it and reformat it? what is the purpose of doing so?
    they have to format it to make it mac "compatible", for a lack of better terms.  I don't know what they would do.

  • BTYahoo won't allow me to report Phishing email

    I'm trying to send this email (via webmail, not email client) to [email protected]
    X-Apparently-To:     
        MYNAME_ AT _ btopenworld.com via 217.146.188.130; Mon, 18 Apr 2011 09:22:50 +0000
    Return-Path:     
        <[email protected]>
    X-YahooFilteredBulk:     
        203.97.37.64
    Received-SPF:     
        none (mta1022.bt.mail.ird.yahoo.com: domain of [email protected] does not designate permitted sender hosts)
    X-YMailISG:     
        IDmcDKQcZArVvKaoMhg4rajWIadgYMcfXhTcgbh.OnTcnhVK Mx8KJcMPFC3fdaiUzUWM9EewVFtjJt44YupiQcfkF1bn7osZg.Yh8iUtJAgH CBcRsW9glpRghMEfoENgOum5l4c0__6cNEK4.QsMH1SpQiMn9oCfppNb2BWT 2rxYZkeB5_j9p9j_ZRkp_Nzwl4OI_bh8dylfSb.ik36Nbm_yVDYHQ3SbKdKc naUed74rOKMySApdXbhPTl5C04UtHdVJYxuNbgMToDBcV0QY4pm1lcgNSwl9 VtODkcPddqeDXWN_O9GNHZZJukZq8O0iTLmlqI2ODQYQ4RcPOLGba7azPLdE O.t0N.JUT3lY89McC6BVTGZYKhXQcAyG8YQBFknbiN3nyubJ47rVQZluTBFu ghgcBtc0wEdpc0WtTAmPH.EzRQBB5OAOW.VtOkWQnBgB7FKuCCRI5hbdp6ro PZ.Z9dviAC4hM.NKhIiBs8B5U5HDnIXCuT6Yisr.KzYCVXDhxEeRdbPQrZif gfzEjP_Ij1othxBPsXK37z4rog--
    X-Originating-IP:     
        [203.97.37.64]
    Authentication-Results:     
        mta1022.bt.mail.ird.yahoo.com from=email.co.uk; domainkeys=neutral (no sig); from=email.co.uk; dkim=neutral (no sig)
    Received:     
        from 203.97.37.64 (EHLO smtp4.clear.net.nz) (203.97.37.64) by mta1022.bt.mail.ird.yahoo.com with SMTP; Mon, 18 Apr 2011 09:22:50 +0000
    Received:     
        from User (mapserver.servitrack.net [200.44.155.74]) by smtp4.clear.net.nz (CLEAR Net Mail) with ESMTPA id <[email protected]>; Mon, 18 Apr 2011 21:00:53 +1200 (NZST)
    Date:     
        Mon, 18 Apr 2011 04:30:38 -0430
    From:     
    Nationwide Building Society <[email protected]>  
    Add sender to Contacts
    Subject:     
        Welcome
    Message-id:     
        <[email protected]>
    MIME-version:     
        1.0
    X-MIMEOLE:     
        Produced By Microsoft MimeOLE V6.00.2600.0000
    X-Mailer:     
        Microsoft Outlook Express 6.00.2600.0000
    Content-type:     
        text/html; charset=Windows-1251
    Content-transfer-encoding:     
        8BIT
    X-Priority:     
        3
    X-MSMail-priority:     
        Normal
    Content-Length:     
        937
    --- On Mon, 18/4/11, Nationwide Building Society <[email protected]> wrote:
        From: Nationwide Building Society <[email protected]>
        Subject: Welcome
        To:
        Date: Monday, 18 April, 2011, 10:00
        Your Nationwide online account has been limited.
        Click on the link below to resolve.
       xttp://  www.nationwide.co.uk/SignOnProcess/default.aspx</ span>
        NOTE : Your account will be disabled after 24hrs if not resolved.
        © Nationwide Building Society is authorised and regulated by the Financial Services Authority under registration number 106078. Credit facilities other than regulated mortgages are not regulated by the Financial Services Authority. You can confirm our registration on the FSA’s website, www.fsa.gov.uk or by contacting the FSA on 0300 500 5000.
    (xttp:// w w w .nationwide.co.uk/SignOnProcess/default.aspx</ span>  is actually xttp:/ / w w w.zgrty.com/files/NationWide/Signon_WP1.htm when I rt clicked to Copy Link Location)
    However BTYahoo won't allow me to report it
    Your message was not sent.
    Your account has been temporarily blocked from sending messages. This block can be caused by sending messages that trigger our spam filters, or by having too many recipients in one email. We encourage you to review the contents and recipient list of your message, and try sending it at after an hour or two. Doing so will usually resolve the matter.
    If you are still unable to send messages after a 24-hour period, please read our FAQ for more information and to request Customer Care assistance.
    We apologise for the inconvenience.
    Thanks,
    The BT Yahoo! Mail Team
    Does anyone know why please? I've tried several captcha attempts in vain.
    Nationwide doesn't appear to have a Report Spam email address any more. Is this normal online banking practice now?
    Solved!
    Go to Solution.

    Titanic wrote:
    [email protected]
    That's the one Titanic. I used it succesfully instead of [email protected]
    I don't know why BTYahoo didn't like the one I tried.
    Goodness knows why Nationwide don't display their address in a more obvious place, like Suspicious Activity here
    Even searching "report phishing" doesn't lead directly to the appropriate information!

  • Column name length exceeds maximum allowed

    Hello,
    I get this error when am trying to create a table. ERROR: Column name length exceeds maximum allowed length(30).
    Is it able to extend this length to be more than 30 ? By the way I am using Oracle 11g
    Regards,
    Moussa El Tayeb
    about.me/MoussaEltayeb

    Hello,
    also Oracle has some limits. For more Information see the logical limits
    http://docs.oracle.com/cd/E14072_01/server.112/e10820/limits.htm
    regards
    Peter

  • Index Name Exceeds Maximum Allowed

    I'm using the IKM Oracle Incremental Update and it creates a unique index on my interface table. The problem is that the interface table is i$_<Table Name>. The index is then created as i$_<Table Name>_idx.  The table I am working with is already 25 characters and the maximum allowed on Oracle (10g) is 30.  Is there a setting that I need to change or do I have to customize the knowledge module?
    Thank you,
    Troy

    So you can try to remove a few char without changing a lot of thing.
    For exemple you can modifiy the Unique Index procedure of your IKM Oracle Incremental Update.
    I think you have this in the Index procedure:
    create unique index <%=snpRef.getTable("L","INT_NAME","W")%>_idx on <%=snpRef.getTable("L","INT_NAME","W")%> (<%=snpRef.getColList("", "[COL_NAME]", ",", "", "(UK)")%>)
    <%=snpRef.getUserExit("FLOW_TABLE_OPTIONS")%>
    Which return you the the name of your index like i$_<Table Name>_idx
    if you change what is in bold in the script you can remove 5 char and maybe it woulb be good for you.
    By replacing INT_NAME by TARG_NAME you can obtain an index nammed <Table Name>_idx which remove 3 char
    and after that you can change the "_idx" by "IX" which will give you <Table Name>IX and which remove 2 more char
    so the procedure will look like :
    create unique index <%=snpRef.getTable("L","TARG_NAME","W")%>ID on <%=snpRef.getTable("L","INT_NAME","W")%> (<%=snpRef.getColList("", "[COL_NAME]", ",", "", "(UK)")%>)
    <%=snpRef.getUserExit("FLOW_TABLE_OPTIONS")%>
    --> Evidently you can change a lot of other things to obtain less char for the name of your index

  • How to determine the maximum allowable length of a filename for Window ?

    Hi all,
    Could I know how to determine the allowable file length (the length of the absolute path) for a file in Window environment?
    Due to some reason, I generated a zip file with a very long filename ( > 170) and put in a folder(the length of the folder path around 90). The length of the absolute path is around 260.
    I used FileOutputStream with the ZipOutputStream to write out the zip file. Everything is working fine while i generating the zip file.
    However, while i try to extract some files from the zip file i just created, i encountered the error
    java.util.zip.ZipException The filename is too long.
    I am using the class ZipFile to extract the files from the zip file like the following
    String absPath = "A very long filepath which exceed 260";
    ZipFile zipF = new ZipFile(absPath);  //<-- here is the root causeIs it possible to pre-determine the maximum allowable filepath length prior i generate the zip file ? This is weird since i got no error while i created the zip file, but have problem in extracting the zip file ......
    Thanks

    Assuming you could determine the max, what would you do about it? I'd say you should just assume it will be successful, but accommodate (handle) the possible exception gracefully. Either way you're going to have to handle it as an "exception", whether you "catch" an actual "Exception" object and deal with that, or manually deal with the length exceeding the max.

  • Maximum size of a report?

    Post Author: Aravind
    CA Forum: Older Products
    Hi All,
    I am just wondering what is the maximum size of a crystal report that is supported by Crystal Enterprises 8.5.What is the maximum size of a report whose destination can be set to email at an email ID ( assuming that the mailbox supports attachment sizes of 10MB )Thanks in advance. Regards,Aravind  

    Post Author: Aravind
    CA Forum: Older Products
    Hi Kai,Thanks for the reply.I can see that the maximum cache size has been set to 10000KB.Does this govern the number of records that is returned by a report?The idle jobs get closed in 20 minutes. Could you please provide me a pointer of where do we set up this parameter of limitting the number of records that a report returns? Thanks again,Aravind.   

  • WiSM2 WLC 7.2 Maximum Allowed Clients under Global Parameters 802.11a/n b/g/n

    Hello everyone,
    Just loaded the 7.2.103.0 software onto the brand new WiSM2. Going throught the options and have found that under the global parameters for 802.11a/n, 802.11b/g/n radios is now the "Maximum Allowed Clients" option. The allowed setting is from 1 - 200 clients.
    Does that mean only 200 clients will be allowed to associate to the WLC on that radio at a maximum?
    Doesn't seems to make sense... I have the 500 AP license on this WiSM2... I know this option used to be an optional setting under a WLAN in previous releases.
    Any ideas?
    Regards,
    Sasha.

    Does that mean only 200 clients will be allowed to associate to the WLC on that radio at a maximum?
    As what Scott has responded, this means 200 clients per WAP.
    If you do exceed 200 clients per WAP (or whatever value you put in there) the clients will just get a nag and the system will let you in eventually.

  • Maximum Allowed Text Length for JTable Column

    Can you please help me with a JTable Doubt
    How do I set the Maximum Allowed Text Length for a Particular Column of a JTable?

    Thanks a lot mate. I used the following
         class MaximumLengthFilter extends DocumentFilter {
                   public void replace(DocumentFilter.FilterBypass fb, int offset, int length,
                             String text, AttributeSet attr) throws BadLocationException {
                        if ((fb.getDocument().getLength() + length) < 10)
                             fb.replace(offset, length, text, attr);
                        else
                             Toolkit.getDefaultToolkit().beep();
              }

  • Database is approaching its maximum allowable size ?

    I have just for this alert within the CSA MC V5.1.0.79
    The 'Management Center for Cisco Security Agents V5.1' database is approaching its maximum allowable size. Please purge old data.
    I have look at the 'Database Mainteance' and I can see the following
    Database size: 1273 MB
    Event and configuration data size: 1142 MB
    Application Deployment data size: 0 MB
    Unallocated space: 114 MB
    Free disk space: 29586 MB
    Recommendations: none.
    Database csaanalysis51 (behavior analysis data) [connection parameters]
    Database size: 1 MB
    Unallocated space: 0 MB
    Free disk space: 29586 MB
    Recommendations: none.
    How can I resolve this issue ?

    I ran the SQL 2000 installation and chose "Upgrade existing SQL Server installation" and it worked fine on a test MC.
    There is more information on upgrading SQL Server Desktop Engine here:
    http://support.microsoft.com/kb/325023
    I don't know if this is supported by Cisco so make sure you have a good backup and run a backup of the MC before attempting it.
    Tom

  • What are the maximum no of wad reports in a project

    Hi all,
    what are the maximum no of wad reports in a project.
    can you suggest how many people will work on wad reports  either one or more than one.
    can you provide me example scenerio.
    thanks,
    cheta.

    Hi ,
    The number of WAD Reports depends on your Reporting requirement.
    You can either have one WAD for one Report each. or you can also have more than one report in a single WAD.
    Could you please be more specific in what exactly your requirement is???

Maybe you are looking for