SBS2011 Reports send manually but not via schedule

When I click generate and email the report it works perfectly but for some reason it will not email the report when it is generated as per schedule.

Hi Allymac35,
Based on your description, I understand that the SBS report can’t be sent automatically at scheduled time.
Before going further, would you please let me know if send the report to people outside the network or not?
In Windows SBS Console, locate to report properties, if you change the E-mail address in the E-Mail Options, will encounter the same issue? When generate the report, please ensure the account
SBSMonAcct was enabled at scheduled time.
In addition, please refer to the following TechNet article, and then repair Monitoring and Reporting Features.
Repair Monitoring and Reporting Features in Windows Small Business Server 2011 Standard
http://technet.microsoft.com/en-us/library/gg680308.aspx
If this issue still exists, please locate to: C:\Program files\Windows Small Business Server\Logs\MonitoringServiceLogs
folder, and check the related log files if you can find some clues.
Hope this helps.
Best regards,
Justin Gu

Similar Messages

  • Enqueue works fine Dequeue works when run manually but not via Notification

    Hi,
    My Enqueue works fine. My Dequeue procedure works fine when run manually. But when I register a notification the procedure is not called.
    The log file shows:
    ORACLE_HOME = /u01/app/oracle/product/10.2.0
    System name: Linux
    Node name: gooch.com
    Release: 2.4.21-50.ELsmp
    Version: #1 SMP Tue May 8 17:18:29 EDT 2007
    Machine: i686
    Instance name: xml
    Redo thread mounted by this instance: 1
    Oracle process number: 25
    Unix process pid: 7761, image: [email protected] (J000)
    *** 2010-03-06 14:09:22.167
    *** ACTION NAME:() 2010-03-06 14:09:22.167
    *** MODULE NAME:() 2010-03-06 14:09:22.167
    *** SERVICE NAME:(SYS$USERS) 2010-03-06 14:09:22.167
    *** SESSION ID:(145.99) 2010-03-06 14:09:22.167
    Error in PLSQL notification of msgid:8128C090A10BE480E0407E0A660F1B97
    Queue :"XML4"."TEST14_Q"
    Consumer Name :TEST14
    PLSQL function :xml4.test14_proc
    : Exception Occured, Error msg:
    ORA-00604: error occurred at recursive SQL level 2
    ORA-06550: line 1, column 7:
    PLS-00306: wrong number or types of arguments in call to 'TEST14_PROC'
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    my code is
    BEGIN
      DBMS_AQADM.CREATE_QUEUE_TABLE(
         queue_table        => 'test14_t',
         comment            => 'Queue Table to process incoming ORDER XML messages from Management Dynamics',
         multiple_consumers => TRUE,
         queue_payload_type => 'SYS.XMLTYPE',
         compatible         => '8.1');
    END;
    BEGIN
      DBMS_AQADM.CREATE_QUEUE(
        queue_name  => 'test14_q',
        queue_table => 'test14_t');
    END;
    BEGIN
    dbms_aqadm.start_queue('test14_q');
    END;
    BEGIN
      DBMS_AQADM.ADD_SUBSCRIBER (
         queue_name => 'test14_q',
         subscriber => SYS.AQ$_AGENT('test14', NULL, NULL)
    END;
    CREATE or replace PROCEDURE test14_proc AS
      deq_opts dbms_aq.dequeue_options_t;
      mess_prop dbms_aq.message_properties_t;
      mess_handle RAW(16);
      message XMLTYPE;
      buffer varchar2(100);
      msglen number;
    begin
      deq_opts.wait := dbms_aq.FOREVER;
      deq_opts.consumer_name := 'test14';
      dbms_aq.dequeue(queue_name=> 'test14_q',
                      dequeue_options => deq_opts,
                      message_properties => mess_prop,
                      payload => message,
                      msgid => mess_handle);
      commit;
      insert into testxml values(message);
      commit;
      insert into hello select extractvalue(xml1, '/Hello') from testxml;
      commit;
    end test14_proc;
    DECLARE
      queue_options DBMS_AQ.ENQUEUE_OPTIONS_T;
      message_properties DBMS_AQ.MESSAGE_PROPERTIES_T;
      message_id RAW(16);
      message SYS.XMLType;
    BEGIN
      message := sys.XMLType.createXML('<?xml version="1.0"?><Hello>Test</Hello>');
      DBMS_AQ.ENQUEUE( queue_name => 'test14_q',
                       enqueue_options => queue_options,
                       message_properties => message_properties,
                       payload => message,
                       msgid => message_id);
      COMMIT;
    END;
    BEGIN
      DBMS_AQ.REGISTER (
          SYS.AQ$_REG_INFO_LIST(
            SYS.AQ$_REG_INFO(
              'xml4.test14_q:test14',
               DBMS_AQ.NAMESPACE_AQ,
               'plsql://xml4.test14_proc?PR=0',
               HEXTORAW('FF'))),1);
      END;Any ideas?
    Thanks in advance!

    I actually changed it to process RAW as well i.e.
    BEGIN
      DBMS_AQ.REGISTER (
          SYS.AQ$_REG_INFO_LIST(
            SYS.AQ$_REG_INFO(
              'xml4.test14_q:test14',
               DBMS_AQ.NAMESPACE_AQ,
               'plsql://xml4.test14_proc?PR=0',
               HEXTORAW('FF'))),1);
      END;and it still is failing with the same error

  • Can make manually but not via PKGBUILD

    I'm trying to install exonerate from the AUR, where it is now an orphan. When I run makepkg -s, it fails.
    The PKGBUILD looked a little bit funny (just old?) so I attempted to expand and modify the build section as follows.
    build() {
    cd "$pkgname-$pkgver"
    ./configure --prefix=/usr
    make
    check() {
    cd "$pkgname-$pkgver"
    make check
    package() {
    cd "$pkgname-$pkgver"
    make DESTDIR="$pkgdir/" install
    This did not help.
    Further, if I download the upstream source files I can run `./configure` then `make` fine, which seeemed to imply to me that the BUILDPKG should work fine. Is there a way to install this via pacman?

    Salkay wrote:
    Scimmia wrote:1. You could, but it's kind of heavy handed. You should mess with the variables and see exactly what's causing the problem. You can then modify the variables before running make.
    I'm having a bit of trouble finding exactly how to do this. Would you have a reference that I could read?
    Also, you say "heavy handed", but if this builds okay, would the resulting compiled file be essentially the same as the files if I tweaked the variables more precisely? What advantage would there be in defining variables more precisely?
    I don't have a reference. You can do it by changing the variables in makepkg.conf, but what I would do is to leave !buildflags in the options, then copy the variable definitions into the build function in the PKGBUILD. The defaults would look like this:
    export CPPFLAGS="-D_FORTIFY_SOURCE=2"
    export CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4"
    export CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4"
    export LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro"
    That should fail to build. You can then comment out each of them to see which one is causing the failure. Once you know that, you can remove the flags one at a time to figure out exactly which one is causing the failure.
    As to what they do, you can check the gcc documentation. Google each of the flags and it should point you to the right part.

  • My mac mini will connect via airport but not via ethernet.

    I have had a mac mini for several months which I connect via ethernet because it is in a part of my house where the wireless signal is poor. I changed ISP and now I can connect to the router wirelessly but not via ethernet. This doesn't seem to be a problem with the network as the connection works when I connect it to my mac book. Firewall is turned off. There were no major changes to the router settings other than changing the ISP login codes.
    Any ideas? Is this a configuration issue or a hardware problem?

    Hi Mick,
    If your router only supports 10/100 ethernet then it is possible that the auto-detect feature is not working properly to adjust to that speed. The mini has a Gigabit ethernet port. The OS by default sets the port to automatically negotiate the rate but it does not always work and the result is the problem you are having.
    To fix it you wlll have to manually set the rate to 100.
    To do this, open your system preferences, Select Network. Highlight the ethernet port on the sidebar, click the advanced button. Click on the Ethernet Tab, set the configure pop-up menu item to 100baseTX and click the ok button. If all works out you should see that the Ethernet port icon should turn green.
    Hope this helps.

  • I upgraded to lion today and just realized I am not receiving any mail. I can send out but not receive. i'm using a POP Road Runner account. Any help appreciated.

    I just upgraded to Lion today and realized I'm not receiving any mail. I can send out but not receive. I am using a POP server Road Runner acct. Any help would be appreciated.

    Try Mail->Window->Connection Doctor.  If there is a problem reported, try:
    Open Mail->Preferences and check your settings.
    If you still have a problem, Copy your settings (screen capture ⇧⌘4), delete account, and re-setup account

  • A website will open via wifi but not via 3G. Is this a setting on the iPad?

    A website will open via wifi but not via 3G. Is this a setting on the iPad?

    Probably not.  How's your 3G connection?  I ask because I've had issues when the 3G connection isn't strong.  Same with WiFi too, actually.

  • Need FB app, but not via the cloud

    Hi. I recently upgraded to the iPhone 6 and I am having trouble loading the Facebook app onto it. I had the app on my previous iPhone, so it is stored in my cloud. I no longer have the old email address to access the version on Facebook that is in my cloud, so I am needing to load the app from someplace other than my cloud. I am not given the option to do this when I go in and try to load the app. I have temporarily worked around this issue by accessing Facebook from the web, but it is not the same as logging in through the app itself, and does not offer any sort of notification feature when doing it this way. Does anyone know how I can upload Facebook onto my new phone but NOT via the cloud?

    I am not able to download it by just going to the app store. It indicates it is in my cloud, and that is where it is pulling it from. Specifically, the issue I run into when I download it is that when it asks me to enter my password, it is asking for it under my previous account, which I no  longer have an email address for since the account has been deleted. Since the old data in the cloud has my old email address, it will not allow me to access it.

  • Why do headings turn Chinese when I access my email via Firefox but not via Internet Explorer?

    Why do headings turn Chinese when I access my email via Firefox but not via Internet Explorer?

    hello, this is a displaying flaw caused the mcafee site advisor extension - please try to disable or remove that in case you have it present until there is an update by mcafee that can fix the problem.
    http://service.mcafee.com/faqdocument.aspx?id=TS100162
    https://community.mcafee.com/thread/76071

  • I can send emails but not receive them. The sender address was rejected by the server

    i can send emails but not receive them. The sender address was rejected by the server.

    Your mail server doesn't like the sender's address for some reason, perhaps because his mail server has been blacklisted for spamming.

  • New Iphone 5 - can send emails but not sync any other information

    I have just tried adding an exchange email account to a new iphone5 and I go through the steps to verify which all works then once set up is complete I can only send emails but not receive them also not able to see outlook file tree or any contacts or calendar appointments.
    I have 2 other iphones working - 1 iphone 4 and 1 iphone 5.
    Any suggestions?

    Contact the exchange admin.

  • Can send SMS but not receive after update...

    After updating my iPhone 4S to ios6 i have problems with receiving messages.I can send SMS but not receive. What to do?

    Although I don't believe in consequences, I think this might be one of them. My email was working fine until I installed my VPN. I use the Thunderbird email application, which I like a lot, for three Hotmail accounts and two Yahoo accounts. After installing the VPN I could receive mail but could not send it on any of my accounts. I contacted the VPN and they sent me some numeric IP Addresses to put in my account settings. One for the Hotmail accounts and one for the Yahoo accounts. I did as instructed and the email seemed to work okay. It was late in the evening and I went to bed. The next morning, I could send and receive emails on the Yahoo accounts, but could only send emails on all of the Hotmail accounts.
    I guess I'd like to know if anyone else is having this same problem. I'd hate to think it was just me. :-)
    I would like for Thunderbird to tell me if there is a way to change the outgoing server in the Account Settings, so I can enter the IP Address in there, or does the fact that I entered an IP Address in the Server Name box, cause it to override any other entries? Or should that even make a difference with me receiving mail?
    Also, at what time limit does Thunderbird send back a message that the connection to the server timed out? I continually get that message.
    I found a way to do a ping on the Hotmail server and the fastest response time for the last two days was 258.09 which seems very slow for a business computer. At least for a business that wants to stay in business. So is that time above the Thunderbird threshold of the connection time out message to be generated?
    Thanks for all your help and suggestions, Carole

  • HT1430 hey, I just reset my Apple ID and suddenly much of my Iphone text history disappeared.  and I can send texts, but not receive any.  what do I do?  is this related to AppleID, or is the text issue from something else?  thx!

    hey, I just reset my Apple ID and suddenly much of my Iphone text history disappeared.  and I can send texts, but not receive any.  what do I do?  is this related to AppleID, or is the text issue from something else?  thx!

    Hi blyther,
    Thanks for using Apple Support Communities.  If you're unable to receive texts, see this article for troubleshooting steps:
    iOS: Troubleshooting Messages
    http://support.apple.com/kb/ts2755
    Cheers,
    - Ari

  • My iphone 5s can send email but not when a pic is attached.  Help?

    My iphone 5s 7.03 can send email but not with a photo attached.  Help?

    Fixed!! My cellular/internet provider had to do a restore and now it works

  • How to send email but not receive it

    Hi,
    I have 2 email addresses, one for work, and one for other. I like my work email to be forwarded to my Gmail because it archives all of my messages. But in Mac Mail I want to send email from both accounts and only receive from my gmail. Currently I receive duplicate messages on every message because it gets mail from both places and if its a message to my work email, since its forwarded I get it twice.
    I already checked, do not check this mailbox when automatically checking for updates, and that works some of the time, but if I need to hit the Get Mail button, it gets mail from that, and I go from 7 messages to 850.
    So is there way to be able to have an email address just to send from and not get mail from?

    what you describe is strange. how exactly do you forward messages from the work account to gmail? if you do it on the server then there should be no duplicates and your work mailbox on the server should be simply empty.
    to send from two accounts yopu can try the following. delete the work account in Mail (that will delete all maiboxes associated with it). then add your work email address separated by command to your gmail address in mail preferences->accounts. also add the smtp server for that address to the list of smtp servers. you'll have to manually choose the "from' address and the smtp server when you send mail but it might work if your work smtp server doesn't complain (it might).

  • Launchdaemon works manually but not at startup

    I am trying to create a launchdaemon that will run a script to upload some information to our inventory server BEFORE login.
    Here is the .plist located in /Library/LaunchDaemons
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
        <key>Label</key>
        <string>Inventory</string>
        <key>ProgramArguments</key>
        <array>
            <string>/ae_scan_mac</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>KeepAlive</key>
        <false/>
    </dict>
    </plist>
    and here is the script it points to
    #!/bin/sh
    ############ Server details ############
    hostName="DOSSVCDSK"
    portNo="80"
    protocol="http"
    ############ Server details ############
    SUPPORT="[email protected]"
    PRODUCT="AssetExplorer"
    COMPUTERNAME=`hostname`
    OUTPUTFILE="$COMPUTERNAME.xml"
    main()
              echo "##### Scanning Started #####"
            echo "<?xml version=\"1.0\" encoding=\"UTF-8\" ?><DocRoot>" >$OUTPUTFILE
              constructXML "ComputerName" "hostname"
              constructXML "OS_Category" "uname -s"
              echo "<Hardware_Info>" >>$OUTPUTFILE
              constructXML "OS_Category" "sw_vers"
              constructXML "Memory_Information" "sysctl hw.physmem"
              constructXML "Memory_Information" "sysctl hw.usermem"
              constructXML "Memory_Informationw" "sysctl hw.memsize"
              constructXML "Memory_Information" "sysctl vm.swapusage"
              constructXML "Computer_Information" "hostname"
              constructXML "Computer_Information" "hostname -s"
              constructXML "CPU_Information" "system_profiler SPHardwareDataType"
              constructXML "Disk_Space" "df -k"
              constructXML "NIC_Info" "/sbin/ifconfig"
      #-----------Last logged in user name -----------
              constructXML "Software_Info" "/usr/sbin/system_profiler SPSoftwareDataType"
      #-------------Chipset, VRAM, Monitor display type, resolution---------------------
              constructXML "Monitoranddisplayinfo" "/usr/sbin/system_profiler SPDisplaysDataType"
      #--------------Sound card -----------------------------
              constructXML "SoundCardinfo" "/usr/sbin/system_profiler SPAudioDataType"        
      #---------------Memory modules----------------------
              constructXML "MemoryInfo" "/usr/sbin/system_profiler SPMemoryDataType"          
      #--------------Physical drives-------------------------
              constructXML "PhysicaldrivesInfo" "/usr/sbin/system_profiler SPParallelATADataType"    
      #--------------Harddisk info if no data is available in SPParallelATADataType------------
              constructXML "HarddrivesInfo" "/usr/sbin/system_profiler SPSerialATADataType"          
      #----------------Printer Info-----------------------
              constructXML "Printer_Info" "/usr/sbin/system_profiler SPPrintersDataType -xml"          
              echo "</Hardware_Info>" >>$OUTPUTFILE
              echo "<Software_Info>" >>$OUTPUTFILE
              constructXML "Installed_Softwares" "system_profiler SPApplicationsDataType -xml"
              echo "</Software_Info>" >>$OUTPUTFILE
              echo "</DocRoot>" >>$OUTPUTFILE
              echo "##### Scanning completed #####"
      #echo $data
              pushData
    constructXML()
      ##Need to replace the < into &lt; , > into &gt; and & into &amp;#####
              echo "<$1><command>$2</command><output><![CDATA[">>$OUTPUTFILE
              eval $2 >> $OUTPUTFILE 2>&1
              echo "]]></output></$1>" >>$OUTPUTFILE
    pushData()
            data=$(cat $OUTPUTFILE)
            eval "type curl > /dev/null 2>&1"
            if [ $? -ne 0 ]
            then
                    echo "curl is not installed, so could not post the scan data to $PRODUCT, You can import the  $COMPUTERNAME.xml available in the current directory into $PRODUCT using Stand Alone Workstations Audit. Executing the curl command will lead to the installation."
                    exit 1
            fi
              curl --header "Content-Type: text/xml" --data-binary @$OUTPUTFILE "$protocol://$hostName:$portNo/discoveryServlet/WsDiscoveryServlet?COMPUTERNAME= $COMPUTERNAME"
            if [ $? -ne 0 ]
            then
               echo "$PRODUCT is not reachable. You can import the  $COMPUTERNAME.xml available in the current directory into $PRODUCT using Stand Alone Workstations Audit. For further queries, please contact $SUPPORT."
            else
               rm -rf $OUTPUTFILE
               echo "Successfully scanned the system data, Find this machine details in $PRODUCT server."
            fi
    main $*
    I can get it to run manually, but it does not run during startup. I THINK the plist is actually running, because it seems to create the file (that I commented out the remove), but it does not upload it to our server. Could there be a problem with trying to access the network before login? Like maybe it doesn't have an IP at that point? I haven't tested it as a LaunchAgent, yet however all the research points to that being easier. I would like this to run regardless of someone logging in if possible though.
    However, I have also created test .plist which points to a script that just "touches" a file, and that doesn't seem to work at startup either.
    Any help would be appreciated.

    launchd almost never fails silently - it's probably writing a more descriptive error message to the logs.  is there anything in console.app about this process?
    one of the more common problems with launchdaemons is that they cannot do anything that requires the window server or any other post-login utility.  That's sometimes hard to diagnose.  for instance, you're using eval statements and echo statements: do the eval statements trigger anything that would require login context?  are the echo statements getting sent to a non-existant conole?  try sending those last status and error messages directly to the logs.

Maybe you are looking for