How to Get the sentitems count in exchange server 2010

hi,
I want to take all users sent items count in exchange 2010

You could check Message Tracking Log
http://technet.microsoft.com/en-us/library/aa997573.aspx
Here is a similar thread
http://social.technet.microsoft.com/Forums/exchange/en-US/34e83ec1-3b05-4b26-a965-7f91636032ad/how-to-count-the-emails-sent-from-the-organisation-in-exchange-2010?forum=exchange2010
Check this as well
http://www.msexchange.org/articles_tutorials/exchange-server-2007/monitoring-operations/creating-graphical-reports-exchange-2007-part1.html
Thanks, MAS
Please mark as helpful if you find my comment helpful or as an answer if it does answer your question. That will encourage me - and others - to take time out to help you.

Similar Messages

  • How to get the row Count of a ResultSet

    How to get the row Count of a ResultSet

    Hi
    I'v tried rennie1's way ,but I only get zero,my code is:
    rs.executeQuery("select count(*) from t_test");
    if (rs.next()) int rowCount=rs.getInt(1);
    I also tried barni's way ,but the method rs.last() and rs.beforeFirst() throw a same Exception
    I tried another way,the code is:
    while rs.next(){
    // Do nothing ,just move the cursour to the last row
    int rowCount=rs.getRow()
    However,the rowCount still equal zero
    Any help would be greatly apprecite!
    note:
    I get connection by DataSource's JNDI name from client, the Server is Weblogic Server 6, the DBMS is Oracle.

  • How to get the column count at the bottom of the column

    Hi Friends,
    How to get the column count at the bottom of the column
    Thanks
    Raj

    You mean row count? Add another column, click on the fx button and type RCOUNT(1).
    If you want just the total you can make it MAX(RCOUNT(1)), hide this column and then add a Narrative View after your report and enter "Total Number of Records: @n" where "n" represents what order your column is from the left side.

  • How to get the absolute path of logicalhost server domain on Windows Sun

    i am reading a file from Xsql Folder, that is located in the logicalhost Sun\AppServer\domains\domain1\applications\j2ee-apps.(IN Sun Application Server)
    I am pretty sure that using the absolute path will solve this issue, so my first question is: How to get the absolute path of logicalhost server domain on Windows?
    i tried with System.getProperty("com.sun.aas.instanceRoot").
    but i am able to retrive Sun\AppServer\domains\domain1 upto this .i am unable to retrive Sun\AppServer\domains\domain1\applications\j2ee-apps.
    please suggest me how u can get absolute path in sun application server

    Take a look here

  • How to get the absolute path of logicalhost server domain on Windows?

    My logicalhost server domain behaves strangely. I am reading a file from collaboration definiton, that is located in the logicalhost/is/domains/domain1/config folder. I thought, that this folder is used as an application root folder so I can read files like ./file from there. And it worked.
    But then I've installed the domain as a Windows service, restarted the PC. When the domain1 gets started, I get exceptions saying that the file can't be found. Then I restart the domain (in domainmgr.bat) and it works again.
    I am pretty sure that using the absolute path will solve this issue, so my first question is: How to get the absolute path of logicalhost server domain on Windows?
    And my second question is: Why does this happen?

    The default folder for a Windows Service is the system32 folder contrary to the instance root folder when starting it as a normal process.
    That's the why, haven't tried the how, but you should be able to get the value by calling System.getProperty("com.sun.aas.instanceRoot").
    Hope this helps
    Paul

  • How to get the Change node in Production Server!!!!!

    Hi Guys,
    Kindly let me know how to get the Change node in Production Server for the Transaction Code Pe03 for generating the Acknowledgement No for the year 2008 .
    Plz provide me the steps how to get the Change Node for Acknowledgement No so tat i can get the configuration done.
    Regards
    Ansuman Mohanty.

    Hi Mr!
    If you want to generate the e-file feature 40ACK, do it in our Customization client box (Golden box) & save the request & move to Quality & production.
    Still if you need to workout only in Production, than with the help of Basis people you can get the Production change mode for 5 to 10 min time & can generate it. But mostly Basis people wont give us change mode for Production box ... with ur request they can do..try it.
    Did u collected 4 quarter TAN no's for 2008 Quarter...if not collect it & generate it at a time.
    All the best:-)
    Kind Regards,
    Saisree.S

  • File Adapter - how to get the file count from a folder

    Hi All,
    I have a requirement that have to poll a directory when the file count is reached to number N (ex:number of files avilable in folder is 5) otherwise it should wait and not pick any of the files. Is it possible to get the file count from a folder using file adapter ?? otherwise please suggest me an approach to achieve this requirement.
    Thanks,
    JJ

    Hi Sarath,
    Thank you for your reply.
    Go with the list files operation of file adapter it will gives you the number of files in the specified folder as you given. . - this step is already done.
    When the number of files reaches your count startup your webservice that which can polls the files. . . - how can i acheive this?? Have to poll the directory and process the number files - please let me know, what could be added to the webservice which is being invoked after cheking file count from parent process.
    The reason for the above question is - we cannot use ReadFile operation in second webservice because it will be automatically triggered when the file is avilable. Also SyncRead operation supports reading one file in b/w bpel process. Kindly explain me the implementation steps.
    Thanks,
    JJ

  • How to get the FILE COUNT from File directory

    Hello,
    i have to develop a scenario like, get  the file count from source file directory and validate whether the file count is 5 or not. if 5 files exist i need to process those 5 files to DB tables. if file count is not equal to 5 then i need to send a mail to customer that files are missed at source directory. (subject as files were missed at source directory and in content i need to display the file names exist at source file directory. So that missed file will be generated by the customer based on this mail).
    Could you please let me know how to get the count of files from source file directory. if it is possible only with UDF please provide the Java code
    Best Regards,
    SARAN

    Do these files have some fixed names?
    Can you try to use the option Advanced Selection For Source File to make XI  pick all 5 files in one shot?
    Check this blog on the same -
    /people/mickael.huchet/blog/2006/09/18/xipi-how-to-exclude-files-in-a-sender-file-adapter
    If this is not a option - BPM sounds the only possible way.
    Regards,
    Bhavesh

  • SharePoint 2013 Rest API - How to get the item count with startsWith

    Hi All,
    I am using the below url to get the item count for specfied startsWith. For example I want to know how many items are there in the list which starts with "A". When i hit the below url in the address bar i am getting HTTP not found.
    siteURL/sites/Apps/SharePointApp3/_vti_bin/listdata.svc/SampleList/items?$filter=startsWith(Title,’A’)
    Navaneeth

    what
    is SharePointApp3.
    here. 
    it is a webpart.
    this will not work on webpart\apps
    Also I am not sure if it will work with specific SampleList 
    Try 
    siteURL/sites/Apps/SharePointApp3/SampleList/_vti_bin/listdata.svc/Keywords?$filter=substringof('r',Title)
    If this helped you resolve your issue, please mark it Answered

  • How to get the record count printed for the report in the Dashboards

    Hi,
    I would like to get the record count printed at the bottom of every dashboard report like:
    < 1 - 25 of 6300 > instead of < 1 - 25 >
    Any help is appreciated
    Regards
    B

    I have tried the following formula which identifies the lowest grain but it does not seem to give me correct result.. I am not getting the correct count. I am getting as 3.A work order can be updated only once at one point of time.hence the formula
    MAX(RCOUNT(CAST("SR Wo Fact"."Crm Wo Number" AS CHAR) ||CAST("SR Wo Fact"."PSC Timestamp" as char)))
    I tried only MAX(RCOUNT(1)), but I was able to get the record count as corect for Administrator but not for other users.
    Has anyone come across this scenario.
    Thanks Shravan
    Edited by: 786443 on Aug 19, 2010 10:22 AM

  • How to get the IP address of smtp server?

    For A record in DNS, we can use Java API InetAddress.getHostAddress() to get the IP address.
    But for mx record, how to get the IPaddress?

    If you know the hostname of the MX record (eg. mail.somehost.com), you can still use the InetAddress.getByName(hostname).getAddress()
    If you don't know the specific host name you can do a DNS lookup directly:
            String host="somehost.com";
            DirContext ictx = new InitialDirContext();
            Attributes attrs = ictx.getAttributes("dns:/" + host, new String[]{"MX"});This will give you a javax.naming.directory.Attributes object from which you can...
    Attribute att = attrs.get ("MX");This will give you all the MX records for the domain. To get the IP address of the MX hosts, you need to parse the record String returned. Usually something like:
    somehost.com       MX preference = 10, mail exchanger = mail.somehost.comParse out the mail.somehost.com and use:
        String mailhost = <Parse MX record here>
        InetAddress host = InetAddress.getByName(mailhost);

  • How do I get macmail to work with exchange server 2010?

    my company upgraded to exchange server 2010 and since then, I can't access ical shared calendars. I've been forced to switch to Outlook for my email client at work. Now I can't receive email at home using macmail. Is there a way for macmail to work with exchange server 2010?
    Intel tower running snow leopard 10.6.8 with the latest version of macmail.
    Any insight into this problem is greatly appreciated.
    Thanks very much.

    Hi,
    Please refer to the following link http://forums.adobe.com/docs/DOC-3581
    For changing the HTTP, you need to do it outside the muse after exporting the site or after uploading it to godaddy.
    Regards,
    Aish

  • Regarding MSExchange Active Manager perfmon counter for exchange server 2010 sp1

    Hi
    Instance for MSExchange Active Manager perfmon counter is not created on Exchange Server 2010 SP1 but for MSExchange Active Manager Client and MSExchange  Active Manager Server instances are created.
    Will any can tell me why i am not getting any instance for MSExchange  Active Manager  on Exchange Server 2010 SP1.
    Thanks
    Sandeep Gupta
    Sandeep Gupta

    We are getting the below error on HUB/CAS server past 4 days continuosly.
    Event ID- 106
    Source - MSExchange Common
    Description -
    Performance counter updating error. Counter name is Unique servers queried, category name is MSExchange Active Manager Client. Optional code: 3. Exception: The exception thrown is : System.InvalidOperationException: The requested Performance Counter is not
    a custom counter, it has to be initialized as ReadOnly. at System.Diagnostics.PerformanceCounter.Initialize() at System.Diagnostics.PerformanceCounter.set_RawValue(Int64 value) at Microsoft.Exchange.Diagnostics.ExPerformanceCounter.set_RawValue(Int64 value)
    Last worker process info : System.ArgumentException: Process with an Id of 5264 is not running. at System.Diagnostics.Process.GetProcessById(Int32 processId, String machineName) at Microsoft.Exchange.Diagnostics.ExPerformanceCounter.GetLastWorkerProcessInfo()
    Processes running while Performance counter failed to update: 984 svchost 2952 rotatelogs 2360 conhost 6296 WmiPrvSE 1372 NSClient++ 564 lsass 8036 powershell 2944 cmd 2352 cmd 1896 exfba 25748 conhost 7076 store 2936 rotatelogs 372 csrss 10024 fscvsswriter
    1552 rotatelogs 8436 MSExchangeTransport 2928 cmd 4304 msexchangerepl 1544 FSCMonitor 164 svchost 556 services 6264 beremote 2524 Exclaimer.Connectors.MailRules.ExchangeUpdateService 1108 bedbg 4492 FSCController 748 svchost 4964 WmiPrvSE 9972 svchost 4484
    MSExchangeMailboxReplication 1724 inetinfo 5872 MSExchangeTransportLogSearch 2116 cpqnimgt 34620 conhost 5660 MSExchangeThrottling 7432 FSCScheduledScanner 4720 WmiPrvSE 928 svchost 1852 WmiPrvSE 1516 FSCEventing 1980 SMSvcHost 11804 svchost 3876 Microsoft.Exchange.EdgeSyncSvc
    5252 Microsoft.Exchange.Search.ExSearch 10176 w3wp 1704 hpwmistor 9764 svchost 2684 Microsoft.Exchange.AntispamUpdateSvc 516 winlogon 10956 MonitoringHost 2088 svchost 2480 conhost 9852 FSEMailPickup 2280 cqmgstor 1884 cmd 1684 sysdown 1288 vcagent 672 svchost
    1088 svchost 8572 FSCTransportScanner 6404 w3wp 4236 FSCTransportScanner 11936 MonitoringHost 8568 conhost 2460 rotatelogs 4428 Microsoft.Exchange.RpcClientAccess.Service 880 svchost 4716 Microsoft.Exchange.Pop3 7376 FSCRealtimeScanner 480 svchost 8556 EdgeTransport
    4024 MsExchangeFDS 2248 cqmgserv 840 svchost 276 smss 1260 w3wp 9728 svchost 7328 FSCRealtimeScanner 3028 hpsmhd 4080 FSCConfigurationServer 34088 TrustedInstaller 8088 w3wp 1052 spoolsv 1248 cpqrcmc 4836 conhost 9320 w3wp 7544 taskeng 5376 Microsoft.Exchange.ServiceHost
    1632 svchost 1628 snmp 7536 FSCRealtimeScanner 836 FSCTransportScanner 1032 conhost 1228 cissesrv 8712 FSCTransportScanner 15700 cmd 436 wininit 828 LogonUI 1812 smhstart 2400 hpsmhd 428 csrss 21176 w3wp 13032 Microsoft.Exchange.Monitoring 6520 mad 4800 MSExchangeMailSubmission
    4360 Microsoft.Exchange.Pop3Service 8944 FSEContentScanner64 1932 msftesql 6324 w3wp 4216 cqmghost 572 lsm 8764 powershell 1592 HealthService 4152 MSExchangeMailboxAssistants 2304 Exclaimer.PolicyProcessingEngine.RemoteDeploymentService 9944 svchost 2572 Microsoft.Exchange.AddressBook.Service
    2492 cmd 1388 Exclaimer.PolicyProcessingEngine.ConfigurationService 1780 MSExchangeADTopologyService 4536 Microsoft.Exchange.ProtectedServiceHost 4 System 11844 msdtc 7488 FSCRealtimeScanner 7520 WmiPrvSE 0 Idle Performance Counters Layout information: FileMappingNotFoundException
    for category MSExchange Active Manager Client : Microsoft.Exchange.Diagnostics.FileMappingNotFoundException: Cound not open File mapping for name : Global\netfxcustomperfcounters.1.0msexchange active manager client at Microsoft.Exchange.Diagnostics.FileMapping.OpenFileMapping(String
    name, Boolean writable) at Microsoft.Exchange.Diagnostics.FileMapping..ctor(String name, Boolean writable) at Microsoft.Exchange.Diagnostics.PerformanceCounterMemoryMappedFile.Initialize(String fileMappingName, Boolean writable) at Microsoft.Exchange.Diagnostics.ExPerformanceCounter.GetAllInstancesLayout(String
    categoryName)
    Same error is coming for diffrent performance counter as well like ..MSExchange Throttling, MSExchange Middle-Tier Storage, MSExchange ResourceHealth.
    Could some one help me on the same.
    Above steps can be follow to avoid this error???
    Thanks in Advance.

  • How to capture the user activities in Project Server 2010

    Hi
    I want  to capture the user activities from Project Server 2010 like when a user has saved and published etc.
    Is there any possibility that we can get the user activities data from sql server.
    Please throw some light on the same.
    Thanks
    Geeth If you feel that the answer which i gave you is Helpful please select it as Answer/helpful.

    Hi Geetha,
    As far as I know, there is no such information stored in Project Server DB.
    You can have this kind of information by project, such as the ProjectModifiedDate in the Reporting DB (MSP_EPMProject_userView). I also know that there is a PROJ_LAST_SAVED date in the Draft DB. But be aware that querying in the Draft DB is not supported
    by MS.
    Another way would be doing some custom code, storing in a separate DB each save and publish operation per user.
    Hope this helps.
    Guillaume Rouyre - MBA, MCP, MCTS

  • How to get the total count of the no. or rows a cursor has fetched

    Hi All,
    Is there a way to get the number of rows a cursor query has fetched, without looping into the cursor and using a counter variable
    I mean like in pl/sql table we can directly use the pl/sql table attribute .count is there a way to achieve this in cursor
    thanks a lot in advance

    Qwerty wrote:
    Is there a way to get the number of rows a cursor query has fetched, without looping into the cursor and using a counter variableYes.
    It is zero.
    On the first loop and first fetch it will be 1, second 2 etc.
    This is because cursors have no rows, or fetch no rows until your code or the client uses the cursor to fetch them.
    I mean like in pl/sql table we can directly use the pl/sql table attributeA PL/SQL array is not like a cursor, a PL/SQL array has the rows already fetched into it.
    A cursor is not an array but a pointer to a compiled SQL statement so you cannot count how many rows it has, because it has none. You can only count how many rows you fetch from it.

Maybe you are looking for

  • How do i stop ASC emails OMG

    How do I stop all the emails from ASC, I went to the privacy policy and shut it off there but it says it takes 10 days to kick in, meanwhile I'm getting 100's off emails and was only interested in a specific topic, but I'm getting emails on everythin

  • How to adopt the index changes during upgrade

    Hi All, Please let me know how to adopt the standard index changes during upgrade. We are not able to change using SPDD. Regards Anil Kumar K

  • How to trigger XI scenario from a SQLServer Database?

    We plan to realize the following scenario -> Database(Receiver System) - XI - RFC/BAPI (Sender system) What's the best practice/technique to invoke the 'pull' from the SQLserver database ? The requirement is to realize this as 'on-demand' initiate i.

  • Start scenario when source data change

    Hi, is it possible to start a scenario when a data on one table changes on the source DB ? For example, an application change a timestamp on a table in the source db, this change triggers the start of the ODI scenario. Many thanks, Olivier

  • EJB projects failed after server restart

    Hi Experts, I had deployed some Web Dynpro projects and EJB projects. But everytime after server restarts or SDM restarts, the EJB projects will gone. I have to redeploy the EJB projects to make the WDP projects works, or else the WDP projects will h