Log Configurator - Increase log file size from 10 mb to 20 mb

Hi All,
We have implemented custom logging in our implementation using custom Log Destinations and Locations.
The log destination (inside log configurator service) we were using earlier had size of 10 mb for each file and the file count was 5.
Now, as the log files are getting archived very soon we changed the log file size to 20 mb and file count as 5.
After restarting server, the log viewer in NWA and within Visual Admin does not show updated logs. We have monitored this for sometime now so that new logs are written to the log files still the situation is same.
Strangely, logs are getting updated at OS level in the log files but the entries are nto shown on Log Viewer in NWA or Visual Admin.
Are there any restrictions on the log file size or any other parameter needs to be changed to make this work ?
Looking forward for your inputs and suggestions.
Regards,
Prasanna

Hi All,
We have implemented custom logging in our implementation using custom Log Destinations and Locations.
The log destination (inside log configurator service) we were using earlier had size of 10 mb for each file and the file count was 5.
Now, as the log files are getting archived very soon we changed the log file size to 20 mb and file count as 5.
After restarting server, the log viewer in NWA and within Visual Admin does not show updated logs. We have monitored this for sometime now so that new logs are written to the log files still the situation is same.
Strangely, logs are getting updated at OS level in the log files but the entries are nto shown on Log Viewer in NWA or Visual Admin.
Are there any restrictions on the log file size or any other parameter needs to be changed to make this work ?
Looking forward for your inputs and suggestions.
Regards,
Prasanna

Similar Messages

  • Digital signature increases the file size

    My digital signature increases the file size from 262kb to 15meg.  How can I reduce the file size?

    Actually, it sounds normal. Try turning off the preference "Include Signature’s Revocation Status When Signing" but be sure you understand the consequences... that space is being used for something that might be important.

  • Preview.app increases PDF file size.

    When making changes to a PDF (in my case, creating annotations), Preview.app will increase the file size of a PDF if that PDF was run through Acrobat Pro's "Reduce File Size" process. For example, I have a PDF that I created using a Book2Net book scanner. I then used Acrobat Pro 10 to OCR the file, then ran Reduce File size which shrank the file size from almost 1.6gb down to about 62mb. If I use Preview.app to make an annotation and then save the file, Preview.app will inflate the file back up to 1.6gb.
    An earlier thread (https://discussions.apple.com/thread/1478588?start=0&tstart=0) also discusses a similar issue. I'm not sure if those folks were also working with PDFs that were reduced in size by Acrobat Pro or not.
    Anyone else have this issue?
    10.6.8 on a MacBook Pro.

    That is not normal. same action with acrobat and skim do not do this. Changing file size from 170mb to 780mb (my case) should not be expected.
    Preview re-formats the file (which takes a while the first "save"). It may even make scrolling and searching for text faster, but is not desirable all the time.
    There is NO explanation from Apple in help or online. Keeping things simple is one thing, having unexpected and unexplained behavior is another.
    Last preview update made it pretty much useless for annotations anyways.
    Choosing "text" annotation used to allow for clicking anywhere on the pdf and start typing. Now, it automatically creates a text box at the center of page that has to be the dragged (and make sure not dragging other annotations with it). click T multiple times, multiple text boxes on top of each other.
    I never thought I would look at Windows users with jealousy. What a bad job they are doing.

  • Optimize increases in file size by 5 times why?

    Hi All,
    This maybe a simple question but please hear me out. I take footage on my Go Pro HD 2 in 1080p. I have the files on a network storage device total filles size = 79GB. When I import to FCPX I run my events from a 1TB thunderbolt connect drive into my imac 27 inch for editing. If I optimize the modia on import to convert from MP4 (which edits fine in native in FCPX btw) to Apple ProRes 422 then the file size increases from 79GB to 379 GB which just seems ridiculous? I did have colour analyze also checked, but can someone let me know if this is normal? I wouldn't expect the ProRes to be 5 times the size of the original?
    Thanks

    Most modern consumer cameras shoot AVCHD or other very compressed footage.
    This is fine for playback but the high compression puts a great strain on the processor during editing.
    Turning it to ProRes 422 reduces the compression, so making it easier to edit but of course it greatly increases the file size.
    When you have finished editing you can export the finished movie as AVCHD and once again it will be back to its original small size  .......  or even smaller.
    You can of course try editing your native footage without optimising but you may get lots of dropped frames and stuttering playback etc. making the editing process tedious.
    Try it and see  ........  you may be lucky if your computer is powerful enough.
    You don't need colour analysis.
    Message was edited by: Ian R. Brown

  • Preview increases pdf file size when saving

    When I save a PDF journal article using Preview, it often increases the file size by 2x - 4x, regardless of whether I have added annotations. In the attached image, you can see I downloaded a journal article (2.3 MB), opened it in Preview, duplicated and saved it and the resulting copied file was 6.1 MB.
    This is a problem because I it signifiantly increases the size of my synced reference library. It is worse with larger files (25 MB eBooks that increase to 80 MB).
    Can anyone help me find a way to annotate a journal article and preserve the original file size? I have tried Adobe Reader (awful and buggy interface, but preserves the original size!), and several other PDF apps (e.g. Skim) seem to rely on Apple's PDF engine where the file results in a larger size as well. Using Quartz filters to reduce file size within Preview is not effective. I'm happy to purchase a program if it works well.

    I have also experienced this issue.    My PDF file of 300MB increased to over 900MB when I simply put one straight line annotation onto it.     Effectively this made the PDF unusable since it is now very slow to open and it is too large to transfer onto my iPad.     I've experienced this multiple times with a variety of PDF files, and so now simply avoid changing them in any way in Preview.   I have written to Apple via apple.com/feedback and have talked to Apple store 'Geniuses' about this.   Apparently it is a known issue, but there was no promise of a resolution.    I love the way Preview opens quickly and displays files and also allows beautiful, smooth scrolling of PDFs.     It's a pity that there's this enormous problem with annotating.     If anyone knows of a solution, it would be great to hear.     I've tried other PDF programmes such as Adobe for Mac, but wasn't too impressed.

  • HT4863 How can I increase the file size limit for outgoing mail. I need to send a file that is 50MB?

    How can I increase the file size limit for outgoing mail. I need to send a file that is 50MB?

    You can't change it, and I suspect few email providers would allow a file that big.  Consider uploading it to a service like Dropbox, then email the link allowing the recipient to download it.

  • How to increase max file size for uploading

    hi i have a form that uploads a file and save it in a database..my problem is when it exceeds 2MB it doesnt save in my database. the page doesnt show any error also.
    i use multipartrequest..here is multipartrequest...
    MultipartRequest multi= new MultipartRequest(request,"/var/www/myuploads/",1000*1024, new com.oreilly.servlet.multipart.DefaultFileRenamePolicy());my application server in tomcat, and my database in mysql..
    do i need to set something in tomcat to increase the file size that i can upload?
    i need help asap..thanks in advance.

    tyr to split ur file into separated files
    and then upload them,
    it is preferable not to upload a big sized file

  • Increase in file size worse in XI Pro when signing.

    Hello there,
    We started using AcrobatPro X for making, securing and signing PDF files of our test reports. The validity of these reports is not limited in time.
    So we include this revocation information at time of signing. We use our Belgian eID-cards and place 2 signatures.
    Recently I've noticed that when I use XI Pro (Win7, 64-bit) to sign the PDF (it does not matter is the file is made in X Pro or XI Pro) the size increased to 10MB.
    When I sign the same file with X Pro (Vista, 32-bit) the file size only increases to 2MB ! (Here the revocation info was also included.)
    (I am still looking into whether we need the LTV (or if OCSP can be used), so I did a test on XI Pro where I did not include revocation information, with the result: 4MB.)
    The 10Mb file size is a problem for us as our test reports must be able to be send by e-mail.
    How can the increase in file size (when signing with including the revocation information) between X and XI be explained?
    How can this issue be resolved?

    I have several questions:
    1. What is the size of the original (before the first signature) file?
    2. Do you sign with Acrobat X and Acrobat XI at the same time (you may get different CRLs with different lengths at different times)?
    3. What is the PDF size after the first signature using Acrobat X?
    4. What is the PDF size after the first signature using Acrobat XI?
    5 and 6: the same as 3 and 4 but after the second signature?
    It does not make sense to me that with Acrobat X you get 2 signatures with LTV and the total PDF size is just 2MB and with Acrobat XI you get 2 signatures without LTV and the total PDF size is 4MB. This doesn't make sense. Are you sure you're signing the same PDFs with the same credentials at about the same time in both cases? Or did you mean that PDF size increases by 2MB in the Acrobat X case and by 4MB/10MB in Acrobat XI case? I'd prefer to have the total PDF sizes not the increases.
    Another test you can do is this. Turn off "include revocation information at time of signing" on Acrobat preferences, sign your sample PDF with the same 2 signatures, then right-click on each signature and select "Add Verification Information" command for each signature (this is a new way to add LTV available in Acrobat/Reader 9.1 and later). Then save this PDF and check (and report back to this forum) the PDF size. You cannot use this LTV method if you expect that some users will open this PDF with Acrobat/Reader versions prior to 9.1. Those versions will not use this LTV type.

  • Do Leopard icons increase the file size?

    In programs like Photoshop you have the option of including a preview or a thumbnail icon for the image you’re saving. This is important to know because, if you are making a web page or trying to fit as many files as possible on a disk, you want the file sizes to be as small as possible, and you do not want the images saved with a thumbnail icon or preview.
    In Leopard, in list and icon views, I noticed that the files have an icon whether you had these settings turned on in Photoshop or not. How does this work? Are those icons in the finder being embedded into the file or is Leopard some somehow generating them “on the fly” and not increasing the file size of the individual images? Does Cover Flow work the same way, and generate the previews on the fly rather than embedding anything into the images?

    Unless you've given a file a custom icon, through the Finder, Photoshop, or another method, the icons are generated elsewhere in the system and aren't part of the file itself.
    (29473)

  • Why is that saving as PDF increase the file sizes?

    Hola
    I've been notice that when I save a file as PDF, in CS5  it increase the file size to double that before.
    Even saving it with the same setting than before.
    For example, most of my Business Card file that I sent to print, use to be 1.5 or so megabytes
    Now if I open the same file, --or a new file-- and save it, it will increase it to double that size
    Any ideas?
    Thanks

    Hola and Thanks for your help
    Ok, I've been using Photoshop since version 6 or so (around year 2000)
    Just upgrade to CS5
    Before, for example, I'll make a file in PS, merge the layers, open a new file whit the same dimensions, resolution etc,
    and save this file as PDF to send to printers.
    Tthe file(s) that I have or were create them in CS4, than saved as PDFs have a file sizes of 1 to 2 megabytes as average.
    The NEW files (in the same sequence) that I create now, have an average of 3 Mbytes
    Even do, I save them with the same --I believe-- setting in PDF
    There's may be a new feature in PDF save dialogue box that I'm not getting?
    or, it just more information that it is put into?
    Thanks

  • Increase Project File Size limit?

    When I'm recording a longer song with real instruments, occasionally I will be told I can't record because I'm close to the 2gb file size limit. How do you increase the file size limit, or just get rid of it all together?
    Thanks

    I didn't know there was a size limit. I have Projects that are over 2 GB.

  • Preview.app increases PDF file size after deleting pages

    Hello, I'm experiencing odd behavior with Preview.app and PDFs.
    If I open a PDF with Preview, delete a page, then save the file, the file size increases anywhere form 2x to 20x. This happens both with PDFs that only contain text and PDFs that contain text and graphics. It is very frustrating because I start with a file that is 150KB, remove some pages and end up with a 10MB monster that I can't email to people.
    Any help is appreciated. I can post a link to a test PDF for people to try to replicate with if it would be useful.

    I generated the file with pdftex. I'm guessing that there must be different ways to encode a PDF and when Preview gets something with an encoding other than that provided by PDFKit, it rewrites the file how it likes. In my case this is increasing the file sizes. I tried finding docs about PDFKit on the Apple developer site, but couldn't find any details about ways of encoding a PDF.

  • Batch Process increases file size from 230kb - 5044kb

    I'm currently using Acrobat 7 Professional.
    I want to use the "Batch" process to re-convert pdf documents that were watermarked using the batch process. We're talking 1000+ documents.
    The reason we need to re-convert them is because the watermarked documents are taking more than 4min/page to print, if it prints at all.
    I've manually re-converted a few of the documents using "print to pdf", kept the file size at 230kb and with no printing issues.
    However, since we have 1000s of these documents to do, most with multiple pages, this would be a very time consuming project.
    I've "Batched" "print to pdf" and it also takes care of our printing issues, however, the file size has jumped to 5044kb. Having literally thousands of files to do - this is an issue on our file server.
    I've done multiple tests with adjusting the pdf settings in the batch process... some work (and again the file size is large) - some don't allow for printing or slow it way down again.
    I understand that it's a "layer" or "transparency" thing that's slowing the printing process and when I mess with it in the batch process, it takes care of the printing issues but not the file size.
    Can someone help me please??? I've been working on this for a couple days now and I'm at my limits.
    How can I batch process that will flatten layers but give me a manageable file size?
    Your help would be GREATLY appreciated - Michelle

    I don't know if it can help here, but don't I recall that wayyyy back in Photoshop 7.0 the last File - Save As you have executed sets the JPEG quality for batch File - Save As commands?  I am not sure when the "Override Action Save-As Commands" became functional, but try this:
    1.  Uncheck "Override Action Save-As Commands".
    2.  Remove the "File - Save As" step you have recorded in your action.  The action should NOT save the file.
    3.  Save any old JPEG file at the quality level you prefer, just to set the "memory" of the quality level.
    4.  Run the File - Automate - Batch, specifying input and output folders there.
    I'll bet it will work.
    -Noel

  • Increase redolog file size - Merits and Demerits

    Hi
    Currently, we are in  9.2.0.7.0 oralce version and having redolog file sizes (Mirrlog and origlog) of 100MB.
    Now we are planning to increase the size to 200 MB so that we could reduce the number of archive log files.
    Can you please let me know what would be the demerits of bigger size in redolog files?
    And also let me know the step by step process how to increase the size of redolog files?
    Thank you

    > I understand what you are saying but in our situation our backup policy is one time online backup  and one time offline backup in a week.....Online backup is on Thu and Offline backup is on Sunday.......
    >
    > In case of system crash if needed we would need to apply archive log files; If we have lesser number of archive logs; recover database would be faster.......correct me if am wrong.
    You are wrong.
    Ok, let's see an example:
    You took your backup on sunday midnight and your DB needs recovery on wednesday.
    Meanwhile you created say, 800 M worth of redolog data per day.
    That sums up to (monday, tuesday, wednesday) 3x800 M = 2400 M that need to be recovered.
    Going with your current setup (100 M redolog size) the largest archivelog file can be 100 M, makes 24 files to restore and recover.
    After changing the redologsize to, say 200 M, you only have 12 files to restore and recover.
    But know what? It's still 2400 M of data.
    Since you will likely not put every archivelog file to its own tape, but rather change the tape each day (just an assumption) or maybe don't use manually operated tapes at all, the little latency overhead in handling tapes doesn't count in to your overall recovery time.
    All in all you still need to feed the same amount of data to the recovery process.
    Apart from this:
    if you're discussing short recovery times, than you'd never perform just two data backups a week.
    You'd make online backups every day - maybe incremental ones.
    You' d use the flashback recovery area.
    An additional thing often overlooked: in many cases the ultimate performance killer for a restore/recovery scenario is not the technology in use.
    It's that when the case is there, the DBA is not sure anymore, what do to.
    He wonders:
    Where the good backups are.
    How to get them back from the 3rd party backup tool.
    How to check them.
    Where to get a different storage system because the original one is broken.
    How to figure out what needs recovery
    How the tools work
    By ensuring that you always master the theory and the how to of restore and recovery - that's how you make it quick and painless (and dataloss-less).
    regards,
    Lars

  • Using Examine Document Remove increases pdf file size !

    Hi,
    I have Adobe Acrobat Pro v9.3.0
    I've been editing a lot of scanned .pdfs - rotating and cropping pages.
    All this has previously worked fine with v8 but now I find that Acrobat 9 is increasing the .pdf file size after using Examine Document and clicking Remove
    For example:
    original file: 16,861 Kbytes
    file after cropping 74 pages (from A4 to A5): 16,879 Kbytes
    file after running Examine Document > Remove cropped metadata : 79,914 Kbytes !!!
    With Acrobat 8 this process would normally have halved the file size.
    Am I now doing something wrong ??
    Thanks in advance.

    Hello - This problem is still here !
    Acrobat 9 Pro version 9.4.2
    I've got a .pdf created by an agency (so not a scanned image) which I want to make as small as possible for emailing to hundreds of people (I'll attach it if possible somehow ?)
    I open it up when it's 331Kb
    Click Document > Examine Document
    Check the Metadata and Deleted/Cropped items
    Click Remove
    Click File > Save As and hey presto, the new file with all that stuff supposedly removed is 2,588 Kb
    Surely I'm not the only one who's bothered about .pdf file size ?

Maybe you are looking for

  • Enquiry of ATP in sales order

    Dear experts, In the sales order, I can view the availability when clicking availability check. There're two fields, like "delivery", "confirmed delivery". I create the delivery for the sales order. But those two fields does not get updated. What doe

  • After updates my daughter's macbook pro cant get onto safari

    quits unexpectantly error and no way that I acan get to safari menu bar. I am a complete beginner with computers.  im posting this from my  pc.  thansk

  • I installed Prokit 7 upgrade and now I can't see any of my type 1 fonts when in Indesign or Photoshop

    I installed Prokit 7 upgrade today and now I can't see any of my type 1 fonts when in Indesign or Photoshop. Not sure if the upgrade did it, but it seemed to coincide with the problem. I am a graphic artist spend all day everyday using these programs

  • Adobe Illustrator - What for a crazy product!

    I tryed the Adobe Illustrator and i must say, what for a crazy product! Why isn't it possible to mark objects targeted, all objects which come in contact with the marking lines are marked and not only those, which are surrounded by the marking lines,

  • Yosemite Photo settings choose library nothing

    After installing Yosemite, iPhoto will not open, a window appears  which library to choose. But there is no library in the window to choose from. Two buttons 'other library' or 'make new one' don't work. So I am stuck and can not get to my photo's.