Multi Mailbox Search Date Range Results Inaccurate

Hi All,
I have an Exchange 2010 server with SP3 /RU3 installed. When I do a multi mailbox search using OWA /ECP and put in a start and end date from the Date Range dropdown box, my search results shows me more than just the intended date range of emails. For
example; if I request just a particular month and year, my results will show a couple of years worth of emails not just the one month that I requested.
If I do the same exact search using PowerShell command the results are accurate, they will show only the one month. We could use PowerShell commands but we'd would rather use the OWA /ECP console instead. To me it seems like a bug in the code. Has anyone
else experience this issue or have a resolution?
Thanks in advance.
LJC321

Possibly, this could be BUG.
Haven't experience this kind of issue...
Cheers,
Gulab Prasad
Technology Consultant
My Blog:
Exchange Ranger
Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

Similar Messages

  • After multi-mailbox search deleted the results are not cleared out of discovery mailbox?

    So my legal team has finally given me the OK to remove the results of a multi-mailbox search that the results of were sent to a discovery mailbox.   I've deleted the search, OK'd the warning indicating that the results of the search would be deleted
    from the mailbox and nothing further appears to have happened.  My expectation was that the results would be deleted.
    Anyway to troubleshoot this or do I just delete the discovery mailbox and start over with a new one?
    Jason Meyer

    Alternatively, you can also use
    Search-Mailbox cmdlet to delete items in the Discovery mailbox. To delete all items in the Discovery mailbox, use the cmdlet without any query parameters, or you can scope it to start/end dates, etc. See
    Search and Delete Messages.
    Bharat Suneja
    Microsoft Corporation
    blog: Exchangepedia.com
    Follow: @bsuneja
    This posting is provided "AS IS" with no warranties, and confers no rights.
    Please do not send email directly to this alias. This alias is for newsgroup purposes only.

  • Exchange 2010: Multi-Mailbox Search causes log out

    This could well be the freakiest problem I have seen in years, or at least the more unexplainable. 
    We have the Multi-Mailbox Search feature in place, all things have been configured properly that I know of, and it has been working fine for about a year or two with several past searches done. 
    So we have a person named Jill. And we have a domain user account named Search.  Jill has been asked to be able to do multi-mailbox searches.  But it's not always her that does them, sometimes it's other people in legal, so instead of
    enabling Jill's Exchange account to have access, we created another generic user called "Search" that anybody with authority can use.  "Search" has been given the necessary setup options to enable them to do Multi-Mailbox Search. 
    The normal process is to go to OWA 2010 as the user "Search", go to Options > View All Options, then instead of Manage Myself, go to My Organization, and then to the Mail Control section.  This is where the search gets done.  The search
    is performed, the completion status shows, and this is normally where the person clicks the little link called Open, which then opens a new tab and displays the contents of the Discovery Search Mailbox 0565406545640 (or whatever it's name is) with the results
    displayed.  . 
    The problem is, for Jill whenever she does this on her computer, it opens a new tab but instead of showing the Discovery Search mailbox, it instead just gives her an OWA login screen. 
    That alone is an odd problem, however here is the big kicker.  If I remote into Jill's computer (RDP), taking over her session, if I click that same little Open link, it works properly.  To be clear, I am not logging her out and then in, or anything,
    I am simply logging in to take over her session. 
    And further on that, every time I have ever remoted into the computer to test this over the past several days, it works when I'm logged in as her.  And if I access OWA from outside the network, that also works fine. 
    I really have no idea what to say about this.  Any ideas? 

    Hi,
    Is there any error event ID in the application log?
    Thanks,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Simon Wu
    TechNet Community Support

  • Searching Date Ranges

    Can you do a search on date ranges in the contains clause? I am using USER DATASTORE so I am able to store alot of information under one index. Included in this information is the date a record was entered. I would like to have the ability to search on a range of entery dates.

    Hi Neil
    Hope the following steps will give the workaround solution to solve the problem
    1a.  Create the characteristic field 'Next Review Date'.
    1b.  In Basic data tab-->Value Assignment :  Tick mark Multiple Values & Interval Values.
    1c.  In Values Tab enter the date ranges that you need to define
              For Example:
                                  01.05.2011 - 30.05.2011
                                  01.06.2011 - 30.06.2011
                                  01.07.2011 - 30.07.2011
                                  01.08.2011 - 30.08.2011
    1d. Save it.
    2a. Assign the characteristic to the class.
    3a. Go to CV01n.
    3b. In Additional Data tab, you can view the characteristic field that you have defined. For example 'Next Review Dateu2019
    3c. Now you can enter any interval values between the dates that you defined for the characteristics.
          For example 10.05.2011 / 20.06.2011 / 25.07.2011 / 30.08.2011 or any value between the range. (If the value is not  
          between the range (ex: 10.12.2011) then the system will throw the error.
    3d. Save the DIR.
    4a. Go to Cv04n>Classification Tab> Press 'F4' key on the characteristic. Now you can select the interval and search the required documents.
    Harris.

  • All user mailbox search not working correctly

    I have just started a job at a new company as their exchange admin. One of the tasks they want me to do is delete a few
    spam emails that went out to many users. I planned on using the search-mailbox cmd to find them and then delete the email messages. However I cannot seem to get this to work right for me. 
    The commands I've tried are 
    Get-Mailbox -server server01 | Search-Mailbox -SearchQuery 'Subject:"Alert:Somebody has run a back*"' -TargetMailbox "mymailbox" -TargetFolder "test" -LogOnly -LogLevel Full
    Get-Mailbox -database database1 | Search-Mailbox -SearchQuery 'Subject:"Alert:Somebody has run a back*"' -TargetMailbox "mymailbox" -TargetFolder "test" -LogOnly -LogLevel Full
    Get-Mailbox -resultsize unlimited | Search-Mailbox -SearchQuery 'Subject:"Alert:Somebody has run a back*"' -TargetMailbox "mymailbox" -TargetFolder "test" -LogOnly -LogLevel Full
    These all run normally, however the results message in outlook that I get is "The search has Failed." Says errors:
    None. Searched 173 mailboxes. 
    If I change the command to this: 
    Get-Mailbox -identity user1 | Search-Mailbox -SearchQuery 'Subject:"Alert:Somebody has run a back*"' -TargetMailbox "mymailbox" -TargetFolder "test" -LogOnly -LogLevel Full
    The search comes back and I get the email i'm looking for. So it works as expected with only one user selected. 
    Does anyone have any ideas on what could cause the multi-mailbox search to not function as expected?

    Is the account you are using a member of the domain admins group?
    I think there is a Full Access = Deny permission that might come into play.
    By default, domain admins cannot access mailboxes (even though, of course, they could change permissions to make that possible).
    EDIT - I do see it worked on  one mailbox - I'm not sure how the permissions may have been configured.
    This is the cmdlet I used to see permissions. Domain Admins *do* have full ADPermissions
    Get-Mailbox user1 | Get-MailboxPermission
    Please mark as helpful if you find my contribution useful or as an answer if it does answer your question. That will encourage me - and others - to take time out to help you.

  • SQL DISTINCT COUNT IN DATE RANGE

    Dear All
    Thanks for your attention.
    A table is storing the task summary of each order
    e.g.
    Date                            | Order Number    | Task Number
    2015-01-01 00:00:01   | ABC123456        | JOB001
    2015-01-01 00:01:02   | ABC123456        | JOB002
    2015-01-01 00:10:02   | ABC123444        | JOB001
    2015-01-01 10:12:59   | ABC123456        | JOB002   (Since the job002 is not done correctly, need to work again)
    2015-01-01 18:20:05   | ABC888888        | JOB001
    2015-01-01 20:22:42   | ABC789456        | JOB001
    2015-01-01 21:02:11   | BBB121212        | JOB002
    I would like to write a single query that get the distinct count of order number in sepcific date range
    result as expected in three columns:
    2015-01-01
    task_number            | AM | PM
    JOB001         | 2    | 2
    JOB002         | 1    | 1
    explain the figures here:
    JOB001 AM = 2 (ABC123456, ABC123444)
    JOB002 AM = 1  (two records of ABC123456 count as 1 since we would like to know the number of orders)
    JOB001 PM = 2  (ABC888888, ABC789456)
    JOB002 PM = 1  (BBB121212)
    I wrote a query get similar result but the count of order is not distinct
    SELECT task_number,
    AM=SUM(CASE WHEN date >= ('2015-01-01 00:00:00') AND date < ('2015-01-01 12:00:00') THEN 1 ELSE 0 END),
    PM=SUM(CASE WHEN date >= ('2015-01-01 12:00:00') AND date < ('2015-01-02 00:00:00') THEN 1 ELSE 0 END)
    FROM MyTable
    WHERE task_number = 'JOB001'
    Could anyone advise how to enhance this query to let the result become disintct of order number?
    Many Thanks,
    swivan

    Try
    select task_number,
    count(distinct case when datepart(hour, [date]) >=0 and datepart(hour, [date]) < 12 then [OrderNumbers] END) as AM,
    count(distinct case when datepart(hour, [date]) >=12 and datepart(hour, [date]) < 24 then [OrderNumbers] END) as PM FROM myTable
    GROUP BY Task_Number
    For every expert, there is an equal and opposite expert. - Becker's Law
    My blog
    My TechNet articles
    Thank you very much,  short and good answer

  • Multi-month, year, and date-range views

    My apologies for wasting everyone's time if I've missed something really obvious here, but am I correct in concluding that there is no way to generate anything beyond a static one-month view in iCal? No multi-month view? No year view? No "view date range"? At this stage of the game, how is it possible that something so elemental could be omitted from this program?
    At this point I'm reduced to exporting each month to a pdf file and then arranging them as tiles on the screen. But there has to be a better way.
    Short of a new version from Apple, are there any plug-ins that would do this? Does anyone have any other work-arounds? Thanks in advance.

    A quick search of the forums shows that this is a HIGHLY sought after feature (including by me). We all need to use the feed back link (below) to let Apple know this. In my experience with the tech support folks, they seem to have NO idea about what these forums say. In the past I have actually had them log in to these forums and search the issue I was calling them about and they have been blown away when they see the hundreds / thousands of posts with the very same thing they're discussing with me. So, as the wise man says .. "you don't ask, you don't get!" Use the form and let them know...
    http://www.apple.com/feedback/ical.html

  • Neen help with date range searches for Table Sources

    Hi all,
    I need help, please. I am trying to satisfy a Level 1 client requirement for the ability to search for records in crawled table sources by a date and/or date range. I have performed the following steps, and did not get accurate results from Advanced searching for date. Please help me understand what I am doing wrong, and/or if there is a way to define a date search attribute without creating a LOV for a date column. (My tables have 500,00 rows.)
    I am using SES 10.1.8.3 on Windows 32.
    My Oracle 10g Spatial Table is called REPORTS and this table has the following columns:
    TRACKNUM Varchar2
    TITLE Varchar2
    SUMMARY CLOB
    SYMBOLCODE Varchar2
    Timestamp Date
    OBSDATE Date
    GEOM SDO_GEOMETRY
    I set up the REPORTS table source in SES, using TRACKNUM as the Primary Key (unique and not null), and SUMMARY as the CONTENT Column. In the Table Column Mappings I defined TITLE as String and TITLE.
    Under Global Settings > Search Attributes I defined a new Search Attribute (type Date) called DATE OCCURRED (DD-MON-YY).
    Went back to REPORTS source previously defined and added a new Table Column Mapping - mapping OBSDATE to the newly defined DATE OCCURRED (DD-MON-YY) search attribute.
    I then modified the Schedule for the REPORTS source Crawler Policy to “Process All Documents”.
    Schedule crawls and indexes entire REPORTS table.
    In SES Advanced Search page, I enter my search keyword, select Specific Source Group as REPORTS, select All Match, and used the pick list to select the DATE OCCURRED (DD-MON-YY) Attribute Name, operator of Greater than equal, and entered the Value 01-JAN-07. Then the second attribute name of DATE_OCCURRED (DD-MON-YY), less than equals, 10-JAN-07.
    Search results gave me 38,000 documents, and the first 25 I looked at had dates NOT within the 01-JAN-07 / 10-JAN-07 range. (e.g. OBSDATE= 24-MAR-07, 22-SEP-), 02-FEB-08, etc.)
    And, none of the results I opened had ANY dates within the SUMMARY CLOB…in case that’s what was being found in the search.
    Can someone help me figure out how to allow my client to search for specific dated records in a db table using a single column for the date? This is a major requirement and they are anxiously awaiting my solution.
    Thanks, in advance….

    raford,
    Thanks very much for your reply. However, from what I've read in the SES Admin Document is that (I think) the date format DD/MM/YYYY pertains only to searches on "file system" sources (e.g. Word, Excel, Powerpoint, PDF, etc.). We have 3 file system sources among our 25 total sources. The remaining 22 sources are all TABLE or DATABASE sources. The DBA here has done a great job getting the data standardized using the typical/default Oracle DATE type format in our TABLE sources (DD-MON-YY). Our tables have anywhere from 1500 rows to 2 million rows.
    I tested your theory that the dates we are entering are being changed to Strings behind the scenes and on the Advanced Page, searched for results using OBSDATE equals 01/02/2007 in an attempt to find data that I know for certain to be in the mapped OBSDATE table column as 01-FEB-07. My result set contained data that had an OBSDATE of 03-MAR-07 and none containing 01-FEB-07.
    Here is the big issue...in order for my client to fulfill his primary mission, one of the top 5 requirements is that he/she be able to find specific table rows that are contain a specific date or range of dates.
    thanks very much!

  • Need help with date range searches for Table Sources in SES

    Hi all,
    I need help, please. I am trying to satisfy a Level 1 client requirement for the ability to search for records in crawled table sources by a date and/or date range. I have performed the following steps, and did not get accurate results from Advanced searching for date. Please help me understand what I am doing wrong, and/or if there is a way to define a date search attribute without creating a LOV for a date column. (My tables have 500,00 rows.)
    I am using SES 10.1.8.3 on Windows 32.
    My Oracle 10g Spatial Table is called REPORTS and this table has the following columns:
    TRACKNUM Varchar2
    TITLE Varchar2
    SUMMARY CLOB
    SYMBOLCODE Varchar2
    Timestamp Date
    OBSDATE Date
    GEOM SDO_GEOMETRY
    I set up the REPORTS table source in SES, using TRACKNUM as the Primary Key (unique and not null), and SUMMARY as the CONTENT Column. In the Table Column Mappings I defined TITLE as String and TITLE.
    Under Global Settings > Search Attributes I defined a new Search Attribute (type Date) called DATE OCCURRED (DD-MON-YY).
    Went back to REPORTS source previously defined and added a new Table Column Mapping - mapping OBSDATE to the newly defined DATE OCCURRED (DD-MON-YY) search attribute.
    I then modified the Schedule for the REPORTS source Crawler Policy to “Process All Documents”.
    Schedule crawls and indexes entire REPORTS table.
    In SES Advanced Search page, I enter my search keyword, select Specific Source Group as REPORTS, select All Match, and used the pick list to select the DATE OCCURRED (DD-MON-YY) Attribute Name, operator of Greater than equal, and entered the Value 01-JAN-07. Then the second attribute name of DATE_OCCURRED (DD-MON-YY), less than equals, 10-JAN-07.
    Search results gave me 38,000 documents, and the first 25 I looked at had dates NOT within the 01-JAN-07 / 10-JAN-07 range. (e.g. OBSDATE= 10-MAR-07, 22-SEP-07, 02-FEB-08, etc.)
    And, none of the results I opened had ANY dates within the SUMMARY CLOB…in case that’s what was being found in the search.
    Can someone help me figure out how to allow my client to search for specific dated records in a db table using a single column for the date? This is a major requirement and they are anxiously awaiting my solution.
    Thanks very much, in advance….

    raford,
    Thanks very much for your reply. However, from what I've read in the SES Admin Document is that (I think) the date format DD/MM/YYYY pertains only to searches on "file system" sources (e.g. Word, Excel, Powerpoint, PDF, etc.). We have 3 file system sources among our 25 total sources. The remaining 22 sources are all TABLE or DATABASE sources. The DBA here has done a great job getting the data standardized using the typical/default Oracle DATE type format in our TABLE sources (DD-MON-YY). Our tables have anywhere from 1500 rows to 2 million rows.
    I tested your theory that the dates we are entering are being changed to Strings behind the scenes and on the Advanced Page, searched for results using OBSDATE equals 01/02/2007 in an attempt to find data that I know for certain to be in the mapped OBSDATE table column as 01-FEB-07. My result set contained data that had an OBSDATE of 03-MAR-07 and none containing 01-FEB-07.
    Here is the big issue...in order for my client to fulfill his primary mission, one of the top 5 requirements is that he/she be able to find specific table rows that are contain a specific date or range of dates.
    thanks very much!

  • EasyDMS - search by date range for characteristics of type date

    Hi Folks,
    I have a characteristic of type date in the additional data of a DMS document. If I enter the date (for example validity date) as 08/31/2009 and search using cv04n and give a date range for the characteristic (i.e. 01/01/2009 - 12/31/2009), the search result will bring up the document.
    However, I cannot do this from the EasyDMS find function. I need to specify an exact date. This is not very helpful for user who need to find documents with a validity date between 01/01/2009 - 12/31/2009 for example. Is there a way users can search for date range in EasyDMS find function?
    Thanks,
    Lashan

    To search a date range with EasyDMS Client you have to set the registry key
    \HKEY_CURRENT_USER\Software\SAP\EasyDms\Generel\DateSearchPick to Value 0
    Then you can use the input field like in SAP-Gui. (01.01.2009-31.01.2009)
    If you set the value to 1 or the key is not defined you can only search for one specified date.
    If you don't find this key on your PC create it as dword.
    Maybe you must restart you PC for takeing effect.
    Hope this will help you.
    Regards Wolfgang

  • Regarding date ranges in search criteria in oracle forms

    I am using employee number,name, person type, and date ranges as search criteria in custom form.
    when I enter employee number, hit the find button, I am getting the exact info in the result block.
    Result block contains
    employee name,personid,emp numb,org,start_date.
    Similarly when I enter employee number,dept, I am getting correct values.
    My question here is, when I enter date range. Iam unable to filter data.
    When i enter START_DATE between nvl(:BLOCKNAME.START_DATE,'01-JAN-1901') and nvl(:BLOCKNAME.END_DATE,'31-DEC-4712') at where clause in the result block. I got data for the date range also.
    if I give condition in the where clause, results are taking so much time when i search with employee name,number,dept,person type.
    If i query with date, persormance is good.
    Do u any know,how to prevent START_DATE between nvl(:BLOCKNAME.START_DATE,'01-JAN-1901') and nvl(:BLOCKNAME.END_DATE,'31-DEC-4712') when we search with employee name,number,dept,person type.

    Initailly Ididnt given any code in the where clause of the result block. I got data in the result block when i search with employee name,number,person type,dept etc except date range.
    If i give date range, irrespective of the date, getting all the data.
    after that i added code to the where clause of the result block. Now i am getting data for everything.
    like, when i query with employee name,number,even date range also.
    My question here, performance.
    when I query with date range, data is coming in expected time in the result block.
    when i query with dept, taking much time since date range logic exist in the where clause of the result block.
    I need to restrict the where clause only to the data ranges. Where clause should not necessary for employee number,name,person type dept search criteria
    Tahnks for your reply

  • Date range searches - not working

    Whenever I use a date range on a OTN forum search, the results are not what I expected them to be. For example I did a search for JUnit within a timefram of 30 days and my own posts don't show up.
    Is this a known issue?

    As usual no response...

  • Search by date range

    This should be simple but I cannot get it to work. Trying to
    construct a page where the user enters a start date & an end
    date & we display results.
    I am using :
    SELECT *
    FROM AVRmonth
    WHERE ExpiryDate BETWEEN #varStart# AND #varEnd#
    In the Variables editor I have:
    varStart % Request("startFld")
    varEnd % Request("endFld")
    This fails to work, DW gives the error of "Syntax error in
    query expression 'ExpiryDate BETWEEN #%# AND #%#
    If I change default values to be a date, eg: #1/1/04 DW gives
    no error but query does not work
    If I use no variables but just use :
    SELECT *
    FROM AVRmonth
    WHERE ExpiryDate BETWEEN #01/01/04# AND #01/06/05#
    It works & displays results from that date range.
    I think I have tried all combinations of using # ' to
    surround variable names but still no joy.
    I am sure this is something blindingly obvious but I cannot
    see it.
    Can anyone please help...........
    This is using MS Access 2000 database

    You could use this and all you need to change is the
    MM_NAMEOFYOURCONNECTION_STRING, look for the Dim
    MM_YOURCONNECTION_STRING in the connections folder, but this should
    work.add the <!--#include file="Connections/YOURCONN.asp" -->
    from the top of your page. You can make this recordset from the
    advanced button in the recordset creation wizard, there is a good
    tutorial on adobes site also search for 'dreamweaver multiple
    paramter query' for other tutorials
    http://www.adobe.com/support/ultradev/building/multiple_param_search/multiple_param_search 02.html
    <%
    Dim rsFriday__MMstart
    rsFriday__MMstart = "1"
    If (Request.Form("strtFld") <> "") Then
    rsFriday__MMstart = Request.Form("strtFld")
    End If
    %>
    <%
    Dim rsFriday__MMend
    rsFriday__MMend = "1"
    If (Request.Form("strtFld") <> "") Then
    rsFriday__MMColParam = Request.Form("endFld")
    End If
    %>
    <%
    Dim rsFriday
    Dim rsFriday_cmd
    Dim rsFriday_numRows
    Set rsFriday_cmd = Server.CreateObject ("ADODB.Command")
    rsFriday_cmd.ActiveConnection =
    MM_NAMEOFYOURCONNECTION_STRING
    rsFriday_cmd.CommandText = "SELECT * FROM AVRmonth WHERE
    ExpiryDate BETWEEN ? AND ?"
    rsFriday_cmd.Prepared = true
    rsFriday_cmd.Parameters.Append
    rsFriday_cmd.CreateParameter("param1", 135, 1, -1,
    rsFriday__MMstart) ' adDBTimeStamp
    rsFriday_cmd.Parameters.Append
    rsFriday_cmd.CreateParameter("param1", 135, 1, -1, rsFriday__MMend)
    ' adDBTimeStamp
    Set rsFriday = rsFriday_cmd.Execute
    rsFriday_numRows = 0
    %>
    put this at end of page after </body> </html>
    tags;
    <%
    rsFriday.Close()
    Set rsFriday = Nothing
    %>

  • Increasing the date range in generic search

    Hello,
    Is there an easy way to increase the date range in generic search to more than 1 year (the last year option in the dropdown)?
    Our release is ecommerce 7.
    Many thanks
    Stefan

    Check if the BAPI is able to give results for more than a year. If thats possible, add new select options to the jsp of the search view.

  • Forum search doesn't seem to work for Date Range 'ALL'

    Hi there,
    Forum search doesn't seem to work for Date Range option: 'ALL' .
    For a given search criteria, I get few search results when the date range is chosen as 'last year', but for the same search criteria, when the date range is chosen as ALL, no search results are shown (not even the ones shown earlier for last year selection).
    regards,
    AJ

    Can you please delete my few duplicate replies in [CJ20n|Re: Long Text at Activity Level in CJ20N] thread?:-)
    Cheers,
    Amit.

Maybe you are looking for

  • Changing the Default Location for Backups

    I've just downloaded PC Suite 6.81.13.0. How do I change the default location where backups are stored on my laptop? The default location stores the data in an location that is not compatible with my company network profile. I want to store the data

  • How can you create a gutter space that moves in inDesign?

    The gutter space needs to be able to slide from left to right within the page margins. I've seen it within a document, but need to create one. Please advise, Lisa-renee

  • Missing message in JMS adapter sender

    Hi, we have a synchronous interface with a JMS adapter. The scenario is: ECC 5.0 -> XI -> MQSeries -> XI -> ECC 5.0 We put the message in the queue MQ correctly and we get the response message. I can see this in the adapter monitoring in RuntimeWorkb

  • Updated to Premiere CC 2014 - Now getting Startup Error - Could not find any capable video play modules

    I have a late 2013 MacBook Pro Retina with NVIDIA GeForce GT 750M 2048 MB. Ever since the Premiere CC 2014 update, on launch, I get this error right after it shows "ExporterQuickTimeHost.bundle" loading (I tried removing this, but it still did it, so

  • Customer balance report - S_ALR_87012172

    Hi sap gurus, I searched forum but I couldn't get enough knowledge. how does S_ALR_87012172 calculate customer's balance value? based on posting date, clearing date, document date or other date? I'm checking with fbl5n but balances are different.as I