Is it possible to increase/remove the 20,000 row limit on the AV reports?

When running a report for Logins and Logoffs for the last month, the report returns 20,000 records and informs me that there are more than 20,000. Does anyone know of a way to either remove the limit or to increase it?
regards,
Iain Barr
Ategrity Solutions Ltd.

Hi Iain:
At this time, the out-of-the-box reports in Audit Vault are limited to 20,000 rows in code. There is no configurable way to change this limit.
However, the Admin Guide does document the schema extensively, so it should be possible to point an external reporting tool, such as Oracle BI Publisher, to the schema, and query the data. Such reports will not be limited to 20,000 rows.

Similar Messages

  • Is it possible to easily remove the touchscreen on a HP Sprout

    Can someone please tell me if it is possible to remove the 23" LCD touchscreen? I need to take this overseas and the entire computer is too big to put in a large suitcase
    This question was solved.
    View Solution.

    Check if this is what you want:
    http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&lc=en&docname=c04532049
    I wouldn't want to do it!

  • How to remove the a report from Transport

    Hi Have CR in transport and the CR contains many reports.
    a) If  i want to remove one report from that, plese tell wht are the steps do i need to follow.
    b)  if i want to remove entire transport request,Plese tell how to remove  the transport
    c) also give me steps if i want to remove the entire CR  from the transport.
    thanks in advance
    d) also please give me steps to release it to Quality.
    Thanks in advance.
    kp

    Hello KP,
    a) If i want to remove one report from that, plese tell wht are the steps do i need to follow.
    Go to SE09
    Find out the TR where u have added the report.
    Select the report and click delete button. A Popup will apprear for confirmation.Press YES.
    b) if i want to remove entire transport request,Plese tell how to remove the transport
    Then remove all objects from the TR and Delete the TR.
    Please reward points if it helps.
    Vasanth

  • Is it possible to increase/decrease the number of sort columns in Advanced Sort dialog?

    I am using Panel Collection and a Table. When I visit View->Sort->Advanced, I get Advanced Sort dialog with 3 column choices. Is there any setting exists which will allow you to increase/decrease number of columns presented for sorting?

    Hi,
    this cannot be changed and always is 3
    Frank

  • Is it possible to edit/remove the Book Outline Sections?

    For example, my Table of Contents look like this once exported: http://i.imgur.com/OPxFN.png
    I can't seem to find these top-layer pages anywhere within the document...
    Additionally: Whenever I export my file- it doesn't open up on the cover. Is there any way I can adjust it so the file always opens to the cover (open first opening)?
    Thanks!

    You can also use the media file area and put the cover there. I also like to use this page as a " how to use this book" guide.
    But K.T. Is right: the book always opens to the last page the user was reading. It's the same with epubs.

  • Remove the Crystal Reports (.rpt) Export Option from IE Viewer

    When I click the "export" button from my IE Crystal Viewer the first export option is "Crystal Reports".  I need to get rid of that option as I don't want my clients to export my report to an .rpt file. 
    How do I manage this list in .Net 2005?  I know there is a file that needs to be modified but I just don't know which one.

    When you click on Export button a window should pop up which contains a dropdown for all formats.
    As you are not getting dropdown.The .js file is not correct.Copy the same file from some other machine of same version or
    You can try with making changes in export.js file.
    Path of export.js file is :
    C:\WINDOWS:\Microsoft.NET\Framework\v2.0.50727\ASP.NET ClientFiles\CrystalReportWebformViewer3\JS\export.js
    Create backup of that file before editing.
    Hope this helps!!
    Regards,
    Shweta

  • B2B EDI translation ----Is it possible to increase the sub-element length

    B2B EDI translation ----Is it possible to increase the sub-element length??
    Am new to the B2B 10g- EDI Integration environment. In our production setup, am getting the following error.
    B2B EDI Translation failed, because one of the fields was too long. The length of Sub-element length is '41'. The maximum allowed length is '35'.
    In the segment RFF defined in the guideline at position 0070; Is it possible to increase / expand the lenght from 35 to 41.....
    Thanks and Rgds,
    -Srini

    Hi Nitesh
    I have the same problem what srini explained above.
    I'm using Oracle B2B Document editor.
    That corresponding element's field is in disabled state ,a red triangle displays in top right corner of that field.
    Could you help me to solve this issue?
    Regards
    Kathir

  • How can I remove the 'Qty' text from individual product descriptions?

    I didn't know if this was possible or not... I've recently taken the reins of handling an ecommerce site that had been published before I got on board. My boss wants me to remove the 'Qty:' description from some products because the image shown for some products is a misleading description of the actual quantity available (i.e. there is a picture that shows a stack of conveyors parts, and it says 'Qty: 1' to represent one 'stack' of conveyor parts - this confuses customers into thinking there's only one individual conveyor part available however). To avoid any confusion he requested that I remove the 'Qty' text from similar images. I see that you can change the 'In Stock' amount of a particular product underneath the 'Inventory' tab of the 'Products' menu, but I didn't know if it was possible just to remove the quantity description altogether without just typing the quantity in at zero. This is likely a strange question but I didn't know where else to ask! I would appreciate any help or advice Thank you

    Hi ewhelhalu,
    I just figured out a way to do it, but it's a little weird and complex, and I have no idea what the consequences for editing this .plist string might be. I'm thinking it'll be OK, but you never know what might happen when you screw around with Apple's intentions.
    So if you have the Developer Tools on your install of OS X, you can use the Property List Editor to edit the Dock files. (If you don't have this program, you can use a program like [Pacifist|http://www.charlessoft.com> to selectively install stuff from your Leopard disk).
    The file you're interested in is within Macintosh HD > Users > Your Username > Library > Preferences, and it's called com.apple.dock.plist. Open that up with Property List Editor, and open the arrow drop-down next to "Root." The lines you're looking for are "persistent-apps" (the left side of your Dock) and "persistent-others" (the right side). If you open the drop-down arrows, you'll see there are numbers below each. The numbers correspond to your Dock items, from left to right.
    If you click on drop-arrows by the numbers, a sample hierarchy looks like this: 0 > tile-data > file-label. It's the "file-label" string that you want to edit. Just make it ("it" being the name of the icon under the "value" column) blank, save the file, go into Terminal and type "killall Dock" without the quotes, and your Dock icon should appear without a name. You'll have to do this for all of them.
    I should insert the usual caveats here about backing up beforehand and making sure that you have a copy of the .plist file before you start tweaking it so that you can replace it if things go wrong. And perhaps someone with more knowledge of Terminal or third-party apps than I have will come along and suggest a simpler solution. But that's the only one I have.
    Hope that helps!
    —Hazy

  • Is it possible to increase/decrease pages based on a number selected from a dropdown?

    I need to the end user to fill out information on between 1 and 5 properties.  Is it possible to increase/decrease the number of identical forms pages based on a dropdown from page one?  For example, if the local property manager decides there are 3 competing properties being developed, they will select 3 from a dropdown on the first page and three identical pages will be generated.
    Thanks

    This might be usuful to you : http://forums.adobe.com/message/5638520
    See this example : https://adobeformscentral.com/?f=dCixP9gCn9BlK72%2AKla92w
    Gen

  • Can I remove the "private browsing" option?

    Is it possible to completely remove the private browsing option in Firefox? I don't like the idea of people in my family having access to all sorts of sites, undetected by anyone. If not I may have to remove Firefox completely and return to Internet Explorer. Any help on this would be good.

    You could use the Menu Editor extension ([https://addons.mozilla.org/firefox/addon/menu-editor]) to remove the menu entry, but this is only of limited use. For example it does not prevent anybody from clearing the browsing history.
    An alternative approach is to use a parental control program such as the free K9 web protection ([http://www.k9webprotection.com]). That program has its own log of sites visited, and you can use it to block access to categories of sites that you choose.

  • Removing the carriage return / Tab during data extraction

    Hi ,
      I have an issue with removing the carriage return / Tab from the extracted (Flat File) data from SAP EKPO table.
      1) While uploading(Long Back) the Legacy data to SAP tables the carriage returns and Tabs in Product description were uploaded to SAP tables.
      2) Now I am extracting data from bkpf,..EKPO.. tables  to a flat file . 
    3) When I extract the data i. PO number, Product description,......
    The Product description is going to 3 to 5 lines depending on the carriage returns and Tabs in the Product description.  Ekpo-txz01
    Ex : Mfg # DS104NA / NET######GEAR DS104 Hub######model
        I want  this product description in one continuous line. It is possible only  by removing the Carriage returns and tabs from product description before concatenating and TRANSFERING the file to Server.
    4) What is  getting:  The line is breaking @gear @ Hub due to Carriage return/Tab
    Mfg  D  NET
    GEAR DS104 Hub
    model   .
    5) What is required is: in one line
    Mfg  D  NETGEAR DS104 model
    In the process I am extracting product description from Ekpo-txz01 . So it is internal table. Now I want to remove the carriage return / Tab .
    How these can be removed.
    Thanks,
    Vasu

    Dear Vasu,
    Sometimes there is a problem that cannot be solved normally. This is one of them.
    The reason why the mentioned methods do not work is because you need to remove actually two characters CR and LF in one stroke. You can identify one but then not the other. So approach it from the other side.
    Simply define what your correct characters might be AND only use them to export.
    Below you will find a FORM routine that does just that (only passes defined valid characters and NOT others).
    FORM validate_field USING    VALUE(field_in)
                        CHANGING field_out.
    CONSTANTS:
    All low caps characters
      validlow(26)  TYPE c VALUE 'abcdefghijklmnopqrstuvwxyz',
    All upper caps characters and all figures
      validhigh(36) TYPE c VALUE '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ',
    All other characters (starting with space)
      validrest(32) TYPE c VALUE ' <,>.?/:;"{[}]|\~`!@#$%^&*()_-+=',
    Single quote
      validquote           VALUE ''''.
      DATA:
        pos(1) TYPE c,         " Container to hold 1 character
        l      TYPE i,         " Length
        i      TYPE i.         " Indexer
    Determine length
      l = STRLEN( field_in ).
    Stripping loop
      WHILE i LT l.
      Get one character 
        pos = field_in+i(1).
      Check its validity
        IF pos CO validlow
        OR pos CO validhigh
        OR pos CO validrest
        OR pos EQ validquote.
        When valid, use it
          concatenate field_out
                      pos
                 into field_out.
        ENDIF.
      ENDWHILE.
    ENDFORM.
    Hopes this helps solving your problem.
    Regards,
    Rob.

  • How to hide/remove the 'Delete' button for a particular role

    We have a role that can only Create and Edit the Accounts, Contacts, Opportunities, & Leads. So I modified the Default and Owner Access Profiles for that role and changed the Access Level to 'Read/Edit' for each of the above mentioned Record Types.
    When the user is logged with this role they can see the 'Delete' button on all the Record Types. When they click on the 'Delete' button they get the 'Access Denied' message. Thats fine, but how do you hide/remove the 'Delete' button for this role so they don't try to click it.

    At this time it is not possible to hide/remove the "Delete" button. This functionality is on the roadmap.

  • Would like to remove the ical content at once

    Any possibility known to remove the content at the ical at once to prepare for a complete new sync?

    Am on NATIONWIDE TALK SHARE 700 with a samsung galaxy 3.
    do not use the data service.
    Thanks for the reply
    On Wed, Jul 16, 2014 at 4:34 PM, 1moretime <[email protected]>

  • Subreports won't show when put inside a tablix in the main report

    I have a main report containing 5 subreports. My ultimate goal is to have a header with an image in it to only show within 2 of the subreports. I'm trying to achieve this by using a tablix and putting all of my subreports into the tablix on the main report,
    and putting the image into the header of the tablix and using a hide/show query based on subreport name.
    The problem is that when I put the subreports into the tablix and upload it to CRM it won't display at all. If I remove the tablix the subreports will run and display perfectly. Can anyone tell me what I'm missing here or an alternative if there is an easier
    way to achieve what I want? 
    Thanks.

    Hi Ssizz,
    Per my understanding your are experiencing the issue with the subreport which added to the tablix not displayed after upload to the CRM, right?
    I have tested on my local environment and try to reproduce your issue but failed.
    The issue can be caused by many factors, could you please try to provided us more details information according to questions below, and we will be more effective to give an solution:
    Did the issue occurred only when your upload the main report to CRM, and Is there any error message,such as "Subreport Could Not Be shown"?
    Did you run to check all the subreports and the main report which include the tablix with the 5 subreports in both the designer and the CRM one by one? Did they all running with no error?
    Did you have add any parameters in the subreport and the main report, if did, please check if all the parameters work fine in the designer.
    You have mentioned that when you remove the tablix, the subreports will run perfectly, Is that mean you put the subreport outside the tablix and have a test then all works fine? in the designer or in the CRM? 
    Please also take reference to the solution of some possible factors:
    1. If you got the error "Subreport Could Not Be shown" only in the CRM and all works fine in the designer, the issue can be caused by the relationship between parent report and sub report got disturbed and CRM doesn't able to link these sub reports.
    From Reports section select the sub report and click on edit
    Remove the value in Parent Report look up field
    Map Parent Report again
    Re-publish the reports. Below steps will help us in publishing the reports again
    Open command prompt on CRM application server
    Go to Microsoft Dynamics CRM\Tools folder
    PublishReports.exe NameOfYourOrg
    Ex: C:\Program Files\Microsoft Dynamics CRM\Tools\PublishReports.exe mytestcrm
    If the above setting still doesn't work, please try to delete both the subreport and main report in CRM and try to upload once again, If it possible, please first redesign the main report in designer.
    Similar thread for your reference:
    http://blog.customereffective.com/blog/2008/07/resolving-error.html
    https://social.msdn.microsoft.com/Forums/en-US/60542d2e-c888-442f-9b8a-5ed779f7e3d9/crm-reports- error-subreport-could-not-be-shown?forum=crm
    Article about details setting with main report and subreport in CRM:
    http://dynamicscrmgirl.wordpress.com/2014/06/29/crm-2013-ssrs-report-and-sub-reports/
    2.  Another alternative method is using an rectangle instead of the tablix to put the subreports, you can use  this to see if the problem still exists.
    Any problem, please feel free to ask.
    Regards
    Vicky Liu

  • Mailing the Standard Report Output

    HI,
      I have a requirement in which the output of a standard report has to be sent to the respective vendors.
    MCVE -- Vendor analysis Report.
    I have to schedule the job every month such that the rating of a vendor for the month will be sent to the respective vendors.
    This report is an interactive report.
    murali.c
    Edited by: murali ch on Aug 31, 2009 11:00 AM

    hi..
    thank u for the reply...
    my doubt is ...
    i have a report in which 1st list is like below
    total goods in the month        rating....
    100.000                                  98
    If I double click on it I'll get a 2nd list as follows
    vendor                  vendor rating
    1                          100
    2                            98
    3                          100
    4                           99
    5                           97
    my requirement is that I have to schedule the report evry month such that mail should go to the respective vendors with his rating.
    will this be possible with out modifying the standard report?
    report is  :MCVE  which is a vendor analysis report/
    murali.c

Maybe you are looking for