GWIA Logs and IMAP data filling them up

GroupWise 8.0.2 HP2 agents on Windows 2008 servers
I have POP3 and IMAP enabled on my GWIA along with normal SMTP traffic. I think this is normal for most installations. I also wish to keep a running log of transactions and have properties of the GWIA set to Verbose logging, max 30 days, max 209715 KB total disk space. I've also tried it at Normal logging with similar results.
We also have the Novell Data Synchronizer as well as NotifyLink and a Blackberry Enterprise Server.
What happens is that the GWIA logs fill up with IMAP Fetch and OK entries to the point that each log file fills its 1MB size in about 2 minutes. So, what I end up with is 30 days of logs with each pretty much packed full of IMAP Fetch and OK entries. I find this to be overkill when this doesn't provide anything useful about the actual message traffic.
My question is....is there a way to exclude all of this superfluous IMAP info from filling up the GWIA logs?
Thanks.

PS. I take that back. I suppose I failed to wait for the log to cycle first. It appears that Normal mode logs are NOT full of IMAP results. Sorry for any confusion.
>>> Steven Eschenburg<[email protected]> 9/14/2012 12:20 PM >>>
Enhancement request in progress.
Thanks.
>>> Michael Bell<[email protected]> 9/14/2012 10:36 AM >>>
On 9/14/2012 7:26 AM, Steven Eschenburg wrote:
> GroupWise 8.0.2 HP2 agents on Windows 2008 servers
> I have POP3 and IMAP enabled on my GWIA along with normal SMTP traffic.
> I think this is normal for most installations. I also wish to keep a
> running log of transactions and have properties of the GWIA set to
> Verbose logging, max 30 days, max 209715 KB total disk space. I've also
> tried it at Normal logging with similar results.
> We also have the Novell Data Synchronizer as well as NotifyLink and a
> Blackberry Enterprise Server.
> What happens is that the GWIA logs fill up with IMAP Fetch and OK
> entries to the point that each log file fills its 1MB size in about 2
> minutes. So, what I end up with is 30 days of logs with each pretty much
> packed full of IMAP Fetch and OK entries. I find this to be overkill
> when this doesn't provide anything useful about the actual message traffic.
> My question is....is there a way to exclude all of this superfluous IMAP
> info from filling up the GWIA logs?
> Thanks.
No, AFAIK that's all you can set (logging level, size)
I'd advise you make an enhancement request to Novell, clearly outlining
your reasoning and desired options.
FWIW, I can see the argument that all those "superfluous" fetch and ok
statements could be pretty important for many diagnostic purposes.

Similar Messages

  • SIT Real-time data logging and passing data

    Hello all,
    I am pretty new to LabView real-time, so I just want to confirm a few things. I am also using the Simulation Interface Toolkit.
    Let's take the Sinewave.vi from the SIT examples. I have modified it to use sinewave.dll, and run on PXI-8101. If my understanding is correct, when I click "Play", the entire Sinewave.vi is deloyed into PXI-8101, and therefore the entire VI is running at the same pace. The front panel I see on my desktop is slower snapshots of what is actually happening?
    1) Let's pretend now that the sinewave model is time critical and must run every 10ms. How do I do that? I have noticed that within the "SIT_Indicator_Indices" loop, there is a Wait 50ms block. Is that accurate?
    2) I have also added a time elapsed block that will change the Frequency and Amplitude inputs as a function of time. I made them update every 2ms. What clock are we running on? If my sinewave.mdl suddenly calculate integration (time dependent), can I use that elapsed time block as my timer to pass into the model?
    3) How fast is the sinewave.vi running anyways?
    4) Let's say I want a log of the sinewave output (a data point every 10ms). I don't need the log in real-time, I just want to do some analysis on it later. How do I do it?
    Thanks.
    Attachments:
    Sine Wave.vi ‏104 KB

    Hi Bladhart,
    When running the in the Development Environment (pressing the run button on the Real-Time vi) there will be an extra thread to handle the front panel you see. This thread will be handled just like any other thread in Real-Time and will take processor time, thus slowing down your entire application to a certain extent.  
    1. You would need to make sure everthing inside the loop can execute within 10ms and change the wait time to 10ms. Or you can use a timed loop set to run every 10ms and get rid of the wait time but again you would need to ensure everything in the loop can execute in under 10ms.
    2. The elapsed time should be running off the Real-Time system clock. 
    3. The time that the Sinewave.vi is running is system dependent, there is no set speed.
    4. You can log the data by saving to a *.tdms file. You can then use the data from the *.tdms file to do processing later. 
    <Brian A | Applications Engineering | National Instruments> 

  • Help with unsigned ints and how to store and retrieve data in them

    Hi all
    I have a problem where some data is being stored in an unsigned int
    i dont really know much about them and am unsure on how to go about using the data.
    The data being stored in them is row and column information in an excel spreadsheet.
    The method is passed through 2 ints (column, row) and then a unsigned int is created out of these two values
    the column is 8 bits and shift to the left hand byte (column & 0xFF <<24)
    the row is 16 bits shifted to the right of the column (row & 0XFFFF <<8)
    so if the column and row were 1,1 then the unsigned int would be
    16777472
    and for 1,2 then it would be 16777728
    (i dont actually know how these numbers are formed, it would be great if someone can explain this too :) )
    anyway now i have those unsigned int numbers does anyone know how i would go about taking that unsigned int and getting my int back from it
    so take 16777728 and extracting column 1, row 2
    any help would be appreciated

    its not a 3rd party product, its been written by
    another peep who is on holiday for 2 weeks so im
    trying to sort something out but dont really
    understand unsigned ints and stuff :(This is what is called a "third party product". It's not written by Sun, and it's not written by you.

  • Trouble with Databases and putting data into them

    I have been working on this application for about three days and choose the tool because I thought database connectivity was super simple. Provided I didn't need to anything but get data or add data I could use the WYSIWG editor to drag and drop items to make the connections. Every single sample, book, tutorial or helpful guide I have found on the internet does the same thing.
    I can always get data from the database but when I press the submit button using their examples they all fail. Plus, most of these from the beta 2 and I have not found anything useful for FB4 (Release), PHP and MySQL.
    I can provide whatever information is need to help me understand I am hoping for answer, link to current tutorial or article full explaining how it works using the automated system or confirmation it does work use this other technology that works better.
    Anything you might have would be super thanks!
    Frank

    I have some more information that I think might be helpful. I am following the samples on lynda.com for their Flex 4 and Flash Builder 4 Essential training. Attached is the code that I created as part of the example. When I press the submit button it says in the status bar transferring data to localhost like it is stuck. When I trace createCategoryResult.token.result it shows null in the console. Then I thought why not debug. I put my breakpoint on the line that calls the createCategory method. When I viewed the variables I was able to see the form picked my up items then dropped them into the object. Further, when I debugged createCategoryResult.token = categoryService.createCategory(item); line I found that it was giving me back a lot of undefined. I am not sure where I am going wrong. Can anyone confirm if the Flex and Action Script is correct or point me where to debug and what to look for. I really appreciate any assistance available.
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
      xmlns:s="library://ns.adobe.com/flex/spark"
      xmlns:mx="library://ns.adobe.com/flex/mx"
      skinClass="skins.HPAppSkin"
      xmlns:views="views.*"
      xmlns:categoryservice="services.categoryservice.*"
      xmlns:forms="forms.*">
      <fx:Script>
        <![CDATA[
          import events.CategoryEvent;
          import mx.controls.Alert;
          import mx.events.FlexEvent;
          import mx.rpc.events.ResultEvent;
          import valueObjects.Category;
          protected function categoryGrid_creationCompleteHandler(event:FlexEvent):void
            getAllCategoryResult.token = categoryService.getAllCategory();
          protected function createCategory(item:Category):void
            createCategoryResult.token = categoryService.createCategory(item);
            trace(createCategoryResult.token.result);
          protected function myForm_insertHandler(event:CategoryEvent):void
            createCategory(event.category);
            trace(event.category.category);
          protected function createCategoryResult_resultHandler(event:ResultEvent):void
            myForm.category = new Category();
            currentState = "default";
            Alert.show("Your data was inserted", "Success");
        ]]>
      </fx:Script>
      <s:states>
        <s:State name="default"/>
        <s:State name="insert"/>
      </s:states>
      <fx:Declarations>
        <s:CallResponder id="getAllCategoryResult"/>
        <categoryservice:CategoryService id="categoryService"
          fault="Alert.show(event.fault.faultString + '\n' + event.fault.faultDetail)"
          showBusyCursor="true"/>
        <s:CallResponder id="createCategoryResult" result="createCategoryResult_resultHandler(event)"/>
      </fx:Declarations>
      <s:Panel title="Categories" title.insert="Insert New Category">
        <views:CategoryGrid
          width="700" height="250"
          includeIn="default" id="categoryGrid" creationComplete="categoryGrid_creationCompleteHandler(event)" dataProvider="{getAllCategoryResult.lastResult}"/>
        <forms:CategoryForm2 id="myForm" includeIn="insert"
          cancel="currentState='default'" insert="myForm_insertHandler(event)"/>
        <s:controlBarContent>
          <s:Button
            label="Insert Category" click="currentState='insert'"
            includeIn="default"/>   
        </s:controlBarContent>
      </s:Panel>
    </s:Application>
    ______Form_______
    <?xml version="1.0" encoding="utf-8"?>
    <s:Group xmlns:fx="http://ns.adobe.com/mxml/2009"
      xmlns:s="library://ns.adobe.com/flex/spark"
      xmlns:mx="library://ns.adobe.com/flex/mx" xmlns:valueObjects="valueObjects.*">
      <fx:Metadata>
        [Event(name="insert", type="events.CategoryEvent")]
        [Event(name="cancel", type="flash.events.Event")]
      </fx:Metadata>
      <fx:Script>
        <![CDATA[
          import events.CategoryEvent;
          protected function submitBtn_clickHandler(event:MouseEvent):void
            category.category = categoryTextInput.text;
            category.description = descriptionTextInput.text;
            var ev:CategoryEvent = new CategoryEvent("insert");
            ev.category = this.category;
            dispatchEvent(ev);
          protected function cancelBtn_clickHandler(event:MouseEvent):void
            dispatchEvent(new Event("cancel"));
        ]]>
      </fx:Script>
      <fx:Declarations>
        <valueObjects:Category id="category"/>
        <!-- Place non-visual elements (e.g., services, value objects) here -->
      </fx:Declarations>
      <mx:Form defaultButton="{submitBtn}">
        <mx:FormItem label="Category">
          <s:TextInput id="categoryTextInput" text="{category.category}"/>
        </mx:FormItem>
        <mx:FormItem label="Description">
          <s:TextInput id="descriptionTextInput" text="{category.description}"/>
        </mx:FormItem>
        <mx:FormItem direction="horizontal">
        <s:Button id="submitBtn" label="Submit" click="submitBtn_clickHandler(event)"/>
         <s:Button id="cancelBtn" label="Cancel" click="cancelBtn_clickHandler(event)"/>     
        </mx:FormItem>
      </mx:Form>
    </s:Group>

  • Usage of exchange log and fault data

    Hi,
    What is the importance of creating exchangelogdata and exchange fault data?
    When and where it is used?
    How to create those fields involved?
    Regards,
    Mohan.

    Hi,
    Exchange fault data will be used in Proxy senarios,When any error occured and Error need to be displayed in MONI then we use Fault message.
    Fault message are predefined structure,just we have to create them and at Proxy side we have to genrate the Fault message and the structure will be imported at ECC side.
    We have to call one FM and in that we have to pass the  Fault message fields.
    If any error occurs then we can see that error in MONI.
    Regards,
    Phani
    Reward points if Helpful

  • Where can I find info on how to add CRM custom fields and import data to them?

    Hi all,
    I am looking at the Extend CRM option in the V3 view.
    Is this new? Or have I just never noticed it before!
    Also is there a tutorial on it and info on how to import Customer data into these extra data fields?
    Thanks,
    Mary

    I'm just getting a good reply from online chat about this.
    Parikshit: First, go to customers -> Import Contacts (Advanced).
    Parikshit: http://rickynath.tk/jing/2012-06-07_0744.png
    Parikshit: Next, Scroll down and choose this option: http://rickynath.tk/jing/2012-06-07_0745.png

  • Find another machine IP addr and send data to them

    Hi, everyone
    I have 5 scale machine with TCP/IP connection and all if them have their IP address.
    My questions: What is the script for detecting their IP and save IP to temporary then send a database to their IP ?
    please help me.

    It should be posible to do this by broadcasting a packet to the echo post and listen for the replys

  • Transfering apps and the data on them from an itouch to an iphone

    How can i transfer the data from apps to the new iphone i got from my ipod touch.

    1. Make sure all the apps have been transferred to iTunes. (iTunes File menu > Transfer Purchases.
    2. Make a backup of your iPod Touch. (The app data is stored with the backup).
    3. Restore your new iPhone from the backup if your iPod Touch.

  • Logging of Remote Temperatur​e and Humidity data

    I am starting a project to gather data for humidity and temperature in
    several labs in our building. The sensors will be networked and one
    central computer needs to grab the data from them. I'll need to log and
    store data 24/7 and create alarms and send pages when readings go out
    of spec. I was looking for some general help and ideas form anyone.
    Canned VI's, or any information would be very appreciated.
    [email protected]

    Hello,
       My application is also Data logging 24X7, I am using Lakeshore 218 temperature monitor and taking data to PC by RS232 interface. I don't have problem to plot data on chart. But in my application i may have to look some time historical data.It is little bit SCADA type application but only data display. I tried to find some example but i couldn't understand , how to implement that. How it is possible to write/read same file at a time. My data logging is continous 24X7 and for example i want to see trend of temperature 1Hour back for 30 minute. How it is possible. because when i look at historical data same time datalogging is running.
    Is there any example available for such application? or can you guide me how i can do this?
    --Vishnu

  • Can we connect Mapview to multidimensional database and retrieve data

    I have zero knowledge on MapViewer and hence I am curious to know, if we can connect MapViewer to multidimensional database(Like Essbase etc...) and retrieve data from them ???

    Currently, MapViewer needs a conection to an Oracle Database where MapViewer metadata is stored. You may be able to access external spatial data if there is a java implementation of an interface to access external native data. MapViewer provides a spatial provider implementation for shapefiles. For other data, including from external databases, you may be able to access them if a java class implements the spatial provider interface class. Mapviewer Users Guide has some notes about implementing a external spatial provider.

  • Noticed my hard drive getting filled, didn't save 500 Gb of data on it. I made the observation that hidden files are been created on the Hd. I assumed they were unnecessary and deleted most of them. To my dismay am getting a kernel panic msg. what to do?

    I noticed my hard drive getting filled, didn't save 500 Gb of data on it. I made the observation that hidden files are been created on the Hd. I assumed they were unnecessary and deleted most of them. To my dismay am getting a kernel panic message. How do i go about getting this fixed?

    Depending on what directory or directories you were erasing from you've certainly erased important system files and perhaps important applications files as well. If you have been using TimeMachine to back your computer up you should reboot into recovery mode (restart and hold Command + R until you see the Apple icon) and perform a restore.
    If you haven't, boot into recovery mode anyway and choose the install OS option. Keep your fingers crossed that the OS is the only thing you deleted and that this works. You may also find it necessary to reinstall some of your software.

  • Exporting and Importing Data of Application Log

    Hello,
    We do migrate an application from SAP System A to SAP System B.
    Despite the application logic, we do need to migrate some data, too.
    For this we do write an export report in System A that writes the data of some tables to  files on the app server..
    Another report in system B takes the files and fills the respecting tables.
    So far so good:
    One table (which reports certain actions)  contains the handle to the application log, which was created for this action.
    I do want to extract this application log and later import this log in the other system, but do not know how this can be done in the best way.
    Do you have any suggestion ?
    Best regards
    Michael

    In my experience, it's an unrealistic expectation.
    SAP doesn't provide a straight path to migrate logs the way you plan to do. It's kept in a combination of tables and index files on the system. So even if you were to successfully extract it, when you load the data into system B you will lose the date and time stamp. When you create a log entry, it picks up system date and time. That's what an auditor would look for.
    An alternate solution would be to read the application log and store it in a new custom table in system B.
    Any reporting should be done off that as of a specific date.

  • SAPDB : Archive the Log and Data files

    Hi,
    I am running a SAP WAS JAVA on my laptop with SAPDB as the database. Its used for my local developments.
    I have 3 log files and 3 data files of 1 GB each. I want to reduce this to 1 log file and 1 data file to free some space on my Laptop.
    How can this be done.
    Regards,
    Shubham

    Hi,
    well, you should check the <b>current filling level</b> of your database instance to see how large your single data volume should become.
    Then, I would recommend you put your db in <b>admin</b> state and make a full data <b>backup</b>.
    Then, you would need to do do a <b>recovery with initialization</b>. This is most conveniently done using the newest available version of the Database Manager GUI.
    During this process, you should be able to specify your desired new volume setup (please keep the filling level from your the beginning in mind). For the backup to recover, choose the one you just made.
    Hope that helps.
    Kind regards,
    Roland

  • ITunes movie collection and data fill for the "Get Info" section...

    I am an avid iTunes (iTunes 8.2.1(6) for Mac) user. My iTunes Library is stored on an OWC Guardian Maximus Raid (1tb-1tb) connected via USB2.0 to my Intel iMac (2.26 C2D/ 2GB RAM/ 350GB HD/ 256K ATI Radion X1600). I have 3 Apple TV's that we use constantly to watch our movie collection in different locations throughout the house (Kids Playroom, Living Room, & Master Bedroom) using our 3rd Generation AirPort Extreme (Dual-Band).
    Does anyone know of a service or program that can data fill all of the information in the "Get Info" sections especially for the movies? I have the titles and dvd cover photo on all of them just not any of the other information. The only ones that have any other information are the ones I purchased from the iTunes store. Any ideas or help is greatly appreciated.

    Try MetaX
    Regards

  • Form for my visitors to fill them out and submit them via email

    Hello, I need to have several forms in my website and allow my visitors to fill them out and submit them via email, can I use FormCentral?
    This is my website:
    http://aiiav.org/cemetary/forms/
    Thank you
    Juan Pulido

    Hi;
    You could certainly use FormsCentral. 
    FormsCentral allows you to easily create forms that you can distribute either using a web form with a "Submit" button that sends the data back to FormsCentral and is available in your account for you to view and analyze, or you can also distribute the form as a PDF.  The PDF can have a FormsCentral "Submit" button that (same as with the web form) sends the data back to FormsCentral, or can be saved without a Submit button allowing you to add your own Submit button using Acrobat which could be an "Email" submit button (which would email you the form data or the entire PDF).
    If you chose "web forms" you could embed the form into your website for users to fill out right there and submit without having to send via email.  You could have links to each embedded form on your site.
    Here is an overview of FormsCentral, I'd be happy to answer any follow up questions: http://forums.adobe.com/docs/DOC-1413
    One note if you were to use PDF - your current PDF forms are set to open in the web browser.  If you used FormsCentral PDF forms you would want to have a link that downloads the PDF to the users computer so they can fill out in Adobe Acrobat or Adobe Reader, filling out in the web browser, or with any other PDF viewer does not work correctly and is not supported.  You would want to call that out on the download page to ensure users fill out in Adobe Reader.
    Thanks,
    Josh

Maybe you are looking for

  • 10.5.6 update broke clock / time

    Hi guys, I'm having trouble with my clock since this weekend when daylight saving time started. It has reset to Dec. 31, 1969. I think its 10.5.6, I updated about two weeks ago. I usually have clock set to the Americas-Apple server using my LAN. I lo

  • Is it possible for 2 iTunes accounts on one computer?

    I want to have my own iTunes account, but every time I try to upload a new iTunes, I keep getting my daughter's iTunes.  I want my own so I don't have to share with her.  How can I do this on one computer?

  • HP laptop can't connect to AirPort Extreme

    My dad has an HP laptop with an 802.11G wifi card. When I enabled AirPort Disk and restarted the router, the laptop came up with a "Limited or no connectivity" error. I tried resetting the network, unplugging the router, and even extending it with an

  • 1z0-051 Certification - Advice Needed

    Hello Guys, I have been reading, learning and practicing Oracle 11g SQL Fundamentals for the last 3 months and finally ready to take up the Exam 1z0-051 by October 15th 2009. The only book I used: OCA Oracle Database 11g SQL Fundamentals I Exam Guide

  • Search form and search results page

    Hi! I really need some help with my search and search results page. I'm a newbie and am trying to get my site built. My search page will be the most important page and is quite complex. It will have 11 drop down boxes and 8 radio buttons. I have my f