How To reduce Mail Queue Database File?

Hello Team,
I setup exchange server 2013,i check daily mail queue database file increase .
So how to decrease database file?i
Thanks,
Jemin Prajapati

Hi Jim,
While moving old queue, we will loose some mail during this operation.
Can we do this activity without any downtime or without loosing any mail.
Please confirm we only need to move mail.que and rest of other file (log and temp) will remain the same.
What I am thinking how new queue will sync with old logs and other files.
Thanks
Hi
If the new queue work without any problem, we could refer to the following steps:
Use “Net stop MSExchangeTransport” to stop Exchange transport service.
Overwrite all the existing empty queue database files and transaction log files on the target Exchange transport server by using all the files from "C:\QueueRecovery". By default, the queue database and transaction logs exist in C:\Program Files\Microsoft\Exchange
Server\TransportRoles\data\Queue.
A new queue database is created when the Microsoft Exchange Transport service is restarted. This can occur at any time after we have finished copying the queue database files to the target transport server.
Use “ Net pause MXExchangeTransport ” to pause message flow through Hub Server
Use the Queue Viewer or the Get-Queue cmdlet in the Exchange Management Shell to monitor the delivery queues on the target Exchange transport server. Wait until no messages remain in any of delivery queues on the server as indicated by a message count of
0.
Then we use “Net stop MSExchangeTransport” to stop Exchange transport service.
Overwrite all the existing empty queue database files and transaction log files on the target Exchange transport server by using all the files from "C:\QueueRecovery". By default, the queue database and transaction logs exist in C:\Program Files\Microsoft\Exchange
Server\TransportRoles\data\Queue.
Use “Net start MSExchangeTransport” to enable Exchange transport service.
We could refer to the following link to learn more details:
http://technet.microsoft.com/en-us/library/bb124343(v=exchg.80).aspx
If there are any questions regarding this issue, please be free to let me know.
Best Regard,
Jim

Similar Messages

  • How to reduce the size of file after delete some datas?

    The size of the database file isn't smaller than ago after delete some data from database.
    How to reduce the size of file after delete some datas?

    Hi,
    What BDB release are you using? If it's one of the latest releases, then what you are looking for is the DB->compact() method:
    http://download.oracle.com/docs/cd/E17076_01/html/api_reference/C/dbcompact.html
    The DB->compact() method compacts Btree, Hash, and Recno access method databases, and optionally returns unused Btree, Hash or Recno database pages to the underlying filesystem. Please let me know if it helps.
    Bogdan Coman

  • How to use an access database file with vb project

    hi deve.
    im wondering how can i use a database file (created with microsoft access) in a vb project
    i want to assign a textbox content from the database file from a specific field according to its id can anyone explain that with a simple code example
    thanx..

    thanx
    pvdg42
     this article is all i need

  • How can  I include my database file into my jar file?

    Hi,
    I am doing several tests for the jar command....
    I tried to put the database file into my jar file, but when the program run, it just couldn't find the database file, so how may I include the database file into the jar file? Not only that, it also can't find the policy file etc.

    sorry, I think I found the solution, I should have had read the API more carefully.

  • How to reduce fields in DME file

    Hi
    Can anyone help me How we can reduce fields in DME file.
    Ramesh

    Nandita,
    thank you very much.
    Can you please help me  know how to suppress the field length of an element. Say the length of the field is 11 and the data generating in that field consists of only 8 characters, then the field should reflect 8 characters only and the remaining should be blank. Currently it is coming as a space, which is not acceptable by bank.
    Many Thanks
    Ramesh Babu

  • How to create a CAN database files(*.db​c)? To be possible inport it in MAX?

    I would like to create a database including all I have about CAN data(names, IDs, ranges, etc).

    Hi Rich,
    The CAN Init and the CAN InitStart VIs (as well as the CAN Get Names VI) can process both, .ncd files as
    well as .dbc files. So, if you reference the database file with the
    channel configuration, you don’t have to ‘convert’ the .dbc file to an
    .ncd file.
    You only need to import an existing .dbc file into MAX, if you
    Want the system (the NI-CAN driver) to convert the CAN data into channel without referencing another file.
    Want to make use of the test panels in MAX (My System » Data
    Neighborhood » CAN Channels » Message_xyz » Channel_abc: right-click
    and select ‘Test Panel’).
    Edit or modify the channel configuration.
    I hope this clarifies this a little bit.
    -B2k

  • How to show image from database file name?

    Hello,
    Reports version 10.1.2.3
    OS: Windows server 2003
    Client: Windows XP
    Can someone please explain how to include an image in a .PDF report that is located on the file system and its location is read from the database? I've read the doc and it's not very clear.
    Thanks,
    Whitney

    Hello,
    http://www.oracle.com/webapps/online-help/reports/10.1.2/topics/htmlhelp_rwbuild_hs/rwcontxt/props/pi_col_read_from_file.htm
    Suppose that for each of your employees you have a .bmp file that contains a picture of the employee. In your employee table, you have a column named PICTURE that contains the name of the .bmp file with the employee's picture.
    To generate a report that displays the employees' pictures, you select the PICTURE column in your query. In the Column properties for the PICTURE column, you set Read from File to Yes and specify Image as the File Format. Reports Builder will display the files pointed to by the PICTURE column wherever you have referenced the PICTURE column in your layout.
    Regards

  • How to read Netscape2.01 database files?

    We are doing a migration from Netscape2.x to Sunone 6.1? My user databases are in Berkeley DB format wherein every database is a directory with two files Users.db and Users.id? Now how do i make the Sunone understand this database? It only recognises LDAP, keyfile and digest.
    Please adivse...

    Hi,
    check this link:
    http://help.sap.com/saphelp_nw04s/helpdata/en/8f/42a293e35011d29b340000e8a4b41d/content.htm
    .kep files are SapShow Training Files. They can be played with sapshow.exe in Knowledge Warehouse.
    SAP Show is KW Viewer Application. You can use it to see “Kep” files. It can be run in windows without the SAP environment. To run SAP Show (4.6D version) you just need 3 files. First is SAP show executable file, another two are “Sapstg.dll” and “ZLib.dll”. You can easily find these files on internet.
    Regards,
    Niraj

  • How to reduce size of html files with JAVA?

    We have html files full of tab char, carriage return, blank space between tags etc. We need to reduce the size of this files.
    HTML files are automatic generated by an engine and we cannot operate on it.
    Those files are in a solaris environment and we need to launch or to schedule something that can clean the files in this environment. The only tools we found are for Win environment so we toughth to make some java classes that parse HTML and clean the files.
    Does anyone know how some tool or the way to clean a file in java?
    Thank You

    Something like this can reduce the number of spaces between tags in the body of the file:public static final String readTextFromFile (File f)
            StringBuffer fileText = new StringBuffer();
            if (f != null && f.exists() && f.isFile())
                try
                    FileReader fr = new FileReader(f);
                    BufferedReader br = new BufferedReader(fr);
                    String s;
                    char c;
                    boolean inTag = false;
                    boolean lastWasSpace = false; // so we don't have a million spaces in a row
                    boolean inBody = false;
                    while ((s = br.readLine()) != null)
                        s += " ";
                        s = searchReplace(s, " ", " ");
                        if (!inBody)
                            int bodyStartPos = s.indexOf("<body");
                            // if not in body yet, reloop
                            if (bodyStartPos == -1)
                                continue;
                            // start it off
                            else
                                inBody = true;
                                s = s.substring(bodyStartPos);
                        for (int i = 0; i < s.length(); i++)
                            c = s.charAt(i);
                            if (c == '>')
                                inTag = false;
                            else if (c == '<')
                                inTag = true;
                            else if (!inTag)
                                if (!(c == ' ' && lastWasSpace))
                                    fileText.append(c);
                                if (c == ' ')
                                    lastWasSpace = true;
                                else
                                    lastWasSpace = false;
                    if (br != null)
                        br.close();
                    if (fr != null)
                        fr.close();
                catch (Exception e)
                    System.err.println(f + ": Error reading file");
            return fileText.toString();
        }

  • How to reduce the size of file "BerkeleyDB22.out"

    Follow the file "Building Berkeley DB for VxWorks systems",
    I have finished the building job and get the file "BerkeleyDB22.out".
    The problem is the size of file "BerkeleyDB22.out" is 18MB, it is too big.
    The guide said the size of bdb could reducde to 300k.
    Could you tell me how to recude it ?
    Thank you!

    Hello,
    According to "Notes for VxWorks 5.4/5.5" from the Berkeley DB Reference
    Guide, on "Building Berkeley DB for VxWorks systems" at:
    http://www.oracle.com/technology/documentation/berkeley-db/db/ref/build_vxworks/notes.html
    "A default small footprint build is provided. This default provides
    equivalent to the --enable-smallbuild configuration option described
    in Building a small memory footprint library. In order to build the
    small footprint, you should move db_config.h aside and copy
    db_config_small.h to db_config.h. Then open up the appropriate small
    workspace file via Tornado and build as usual."
    If these directions do not reduce the size, let me know.
    Thanks,
    Sandra

  • How to reduce size of output file?

    Hi,
    I am using Oracle Reports Report Builder 10.1.2.0.2 to generate native Microsoft Excel spreadsheets with the DESFORMAT=SPREADSHEET, DESTYPE=FILE and PRINTJOB=No options. The size of the file is several MB, 12 MB and up to be more exact. Once I save that spreadsheet as a native Microsoft Office Excel 2007 spreadsheet, the size is less then 1MB. Any ideas on how to get Oracle Reports to generate a more reasonable sized spreadsheet file? Will an upgrade to the latest version of Oracle Reports fix this?
    Thanks,
    ScottK

    Solution
    BI Publisher has two options for this issue:
    1. BI Publisher Enterprise 10.1.3.4.1 Apply the latest Consolidated update patch.
    Note 797057.1 in oracle support 'Overview of Available Update Patches for Oracle BI Publisher Enterprise' has the latest patch number.
    This provides the ability to use true Excel (binary .xls) files as layout templates.
    This layout format will generate binary Excel (.xls) output.
    2. Or the end users can save the BIP Excel file to their PC, then open in Excel and "Save As" binary excel file, which the Excel program compresses.

  • How to send mail with zip file

    Hi,
    We are sending email in one of our program with an attached xls file. We are sending email using classes (cl_bcs).
    Our requirement is to send the attached file in zip format to reduce the size.
    Please provide if you have any pointers to get zipped file in attachment.
    Regards,
    Mamta

    Dear Mamta,
    Check this class,
    CL_ABAP_GZIP                               --  Class for (De)Compression (GZIP)
    CL_ABAP_GZIP_BINARY_STREAM  --  Class for Data Compression (GZIP, Streaming)
    CL_ABAP_GZIP_TEXT_STREAM       --  Class for Text Compression (GZIP, Streaming)
    IF_ABAP_GZIP_BINARY_HANDLER  --  IF for Output Buffer Handler
    IF_ABAP_GZIP_TEXT_HANDLER      --  IF for Output Buffer Handler
    Regards,
    Surjith

  • I have an iPod video. My computer crashed, I have reinstalled iTunes, luckily I had back up of music so that's ok. I have photos on my iPod that I would like to transfer back to the computer as I lost them!! But it is a database file and I cannot open it.

    My computer crashed and I lost my photos, but had a backup of my music. How can I open the database file to transfer the pics back to my computer? Help please.

    You won't be able to, just by navigating out the iPod's photos folder in iTunes. You'll likely need the help of some sort of third party software to get the job done for you.  One thing you'll want to keep in mind about these photos is that they are no longer in their full resolution, but instead are scaled down thumbnail versions that were optimized for viewing on your iPod's Video smaller 2.5" LCD display.
    Here is one such product.
    http://www.macroplant.com/phonetopc/
    Google for more.
    B-rock

  • How  to look at mail queue

    I have installed Collaboration Suite 9.0.3, and am curious to know how to look at the mail queue on the OCS server, and more specifically, how do I delete emails in the queue? Somebody apparently found us during the installation of this server before I could lock it down with spam rules, and I have a ton of junk emails stuck in the queue that won't go anywhere. How do I get rid of those messages? They are literally using up the server resources after about 5 hours of the server trying to send them.
    Thanks,
    Michael

    Well, I guess that's part of the problem too. I'm not sure I have emails in the queue. I have the OCS server set up with the relay host set to another server on the network running sendmail. If I stop the smtp_out service on the OCS server, and then start it again, I see a bunch of messages being sent to the relay server to be delivered, most of them spam as far as I can tell. The sendmail server is set to reject those messages, so it does not try to deliver them and therefore does not put them in the queue on that server. However, regardless of restarting smtp_out, restarting Unified Messaging, restarting OCS, or restarting the entire server, those messages continue to remain in what I'm assuming is the queue on the OCS server. Does that make any sense? From what I can get from the documentation, they must be sitting in the mailstore database somewhere, and I'm wondering if there is a query I can run to at least look and see what is there, and preferable delete them. Otherwise, I guess I have to wait 5 days for the server to finally give up.
    Any ideas?
    Thanks,
    Michael

  • My gmail account is no longer available on my iPad 2 in the mail queue at the bottom. How can I reset it?

    This morning when I opened my iPad to check my email, the mail queue at the bottom was blank when I opened it. Upon further tries of trying to reset, it keeps telling me it can verify and that if I save the info submitted, it may not be available to me. How do I go back to yesterday when it worked?

    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page):
    http://majorgeeks.com/download.php?det=4459
    (2) Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any Apple Software Update entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install using an iTunesSetup.exe (or iTunes64Setup.exe) downloaded from the Apple Website:
    http://www.apple.com/itunes/download/
    Does it go through properly this time?

Maybe you are looking for

  • Itunes not opening

    everytime i open itunes a window pops up and says "itunes has encountered a problem and needs to close." Then asks if i want to send an error report. Sometimes i send them and other times I don't send them. I don't what to do. Can anyone please help?

  • Please help me :( , ipod 5th gen 30 gb unrecognized , i swear big prize for one who have a solution for it

    hello all my name is Saray, I'm a 4th year Computer Engineering student, I'm from Spain and I often go to U.S.A I even had my eng course there last summer ... Anyhow my problem is with my 5th generation 30gb ipod which I have exchanged it with a harm

  • Firefix doesn't display some kind of pictures

    Firefix doesn't display some kind of pictures in the google+. I've tried an advice from support but problem still exists (https://support.mozilla.org/en-US/kb/fix-problems-images-not-show). Other internet browser shows these pictures correct. It seem

  • Report on Schedule Agreement

    Hi All, I have a requirement to understand the Schedule line wise level open qty, qty delivered, qty PGId & qty invoiced, something similar to a Sales order line item's document flow, i cant use VBFA or VBAP referring the SA line item as it is consid

  • Seeburger adapters

    hi   i would like to know the difference between Seeburger's VAN and AS2 adapter.