Anyone Using the Batch Scheduler in HFM

I'm wondering if anyone is currently using the batch scheduler feature in HFM. I'm just wondering how it well it works and what exactly happens with this feature.
THanks.

Thanks for your input. We are actually trying to use the batch scheduler to generate reports and then automatically email them out. We can see that the batches are generating successfully. When we look at the batch details, we see a message that says that an email was sent successfully, however no email is ever received. We are obviously doing something wrong but we aren't sure if it's in the way it's set up on the back end or if we are running the batch incorrectly.

Similar Messages

  • Batch Scheduler in HFM

    We have been trying to use the batch scheduler in HFM and have not yet had any luck on having the reports emailed out automatically. It looks like the reports in the batch are running ok but they aren't going to anyone in the specified distribution list. I'm not sure where to start to see if we have everything set up to use this feature. Does anyone have any suggestions?
    Thanks.

    I'm not sure. Unfortunately I'm not too familar with the IT side of it. This is definitely something that I can have our IT people look into. Do you have any advise on what I can tell them to look for? HFM is new to us and we don't have too many IT people that are knowledgeable about the system. I've tried to look for instructions on how this should be setup but haven't had much luck.
    Thanks for your tip.

  • Is anyone using the Calendar Server to send external invites?

    Is anyone using the Calendar Server to send external invites?
    We have a Mountain Lion server running DNS, Open Directory, File Sharing and VPN. We have recently stood up the Calendar server and it is working very well. Internal invites work fine and are instantaneous to computer, iPhone, iPad. We have the ports working so that calendar items created outside the network work fine as well. Only problem is we cannot invite anyone with an external e-mail address. Each time we do the Calendar Error Log populates with:
    2013-04-15 13:11:03-0500 [-] [mailgateway] 2013-04-15 13:11:03-0500 [Uninitialized] SMTP Client retrying server. Retry: 5 
    2013-04-15 13:11:03-0500 [-] [mailgateway] 2013-04-15 13:11:03-0500 [Uninitialized] SMTP Client retrying server. Retry: 4
    2013-04-15 13:11:03-0500 [-] [mailgateway] 2013-04-15 13:11:03-0500 [Uninitialized] SMTP Client retrying server. Retry: 3
    2013-04-15 13:11:03-0500 [-] [mailgateway] 2013-04-15 13:11:03-0500 [Uninitialized] SMTP Client retrying server. Retry: 2
    2013-04-15 13:11:03-0500 [-] [mailgateway] 2013-04-15 13:11:03-0500 [Uninitialized] SMTP Client retrying server. Retry: 1
    2013-04-15 13:11:03-0500 [-] [mailgateway] 2013-04-15 13:11:03-0500 [Uninitialized] [twistedcaldav.mail.MailHandler#error] Mail gateway failed to send message <[email protected]> from [email protected] to mailto:[email protected] (Reason: Failure with multiple causes.)
    We have set up an internal e-mail address. I have confined that it works fine. I have tried more than one internal account. I have also verified the settings through the command line by typing "sudo serveradmin settings calendar" The iMIP sending and receiving information is correct. There is no authentication type setting listed in the command line output even though there's a place to choose it in the Enable invitations by email - Edit button on the third screen. No matter what I choose it goes back to "login" and still doesn't work.
    The command line settings mention a port number 62310 as being the MailGatewayPort but opening that port on the network's firewall makes no difference. As I said external set up works fine from Mac/iPhone/iPad and push notification works fine as well.
    Is anyone using this functionality?

    I'm sorry. I forgot to add Mail to the list of services. I AM using mail on that server. Here's the iMIP portion of my settings output from Terminal.
    calendar:Scheduling:iMIP:Sending:Server = "boardwalkserver.kuhnwitt.com"
    calendar:Scheduling:iMIP:Sending:UseSSL = yes
    calendar:Scheduling:iMIP:Sending:Username = "calendarserver"
    calendar:Scheduling:iMIP:Sending:Address = "[email protected]"
    calendar:Scheduling:iMIP:Sending:Password = "password"
    calendar:Scheduling:iMIP:Sending:Port = 465
    calendar:Scheduling:iMIP:Enabled = yes
    calendar:Scheduling:iMIP:MailGatewayPort = 62310
    calendar:Scheduling:iMIP:Receiving:Server = "boardwalkserver.kuhnwitt.com"
    calendar:Scheduling:iMIP:Receiving:UseSSL = yes
    calendar:Scheduling:iMIP:Receiving:Username = "calendarserver"
    calendar:Scheduling:iMIP:Receiving:PollingSeconds = 30
    calendar:Scheduling:iMIP:Receiving:Type = "imap"
    calendar:Scheduling:iMIP:Receiving:Password = "password"
    calendar:Scheduling:iMIP:Receiving:Port = 993
    calendar:Scheduling:iMIP:AddressPatterns:_array_index:0 = "mailto:.*"
    calendar:Scheduling:iMIP:MailGatewayServer = "localhost"
    So Add mail to the services being used. Since Calendar is running on the mail server one would assume that it could communicate with it fairly easily.

  • Has anyone used the QuickUSB module (Bitswise Systems) to interface to a USB Camera via IMAQ for USB?

    Has anyone used the QuickUSB module made by Bitwise Systems with LabVIEW for image acquisition.   I have a USB camera and I'm trying to use the IMAQ for USB controls to no avail.   Any input is appreciated. 

    Are you using the NI-IMAQ for USB functions or are you calling the QuickUSB libraries from LabVIEW?  Unless the USB camera is DirectShow compliant, then it will not work with the NI-IMAQ for USB driver.  You can use the Code Interface Node in LabVIEW to call external dll's, and it looks like from QuickUSB's website that is the best way to go.  Hope this helps.
    Jason N 

  • How to use the noop scheduler on two SSDs in software RAID mode?

    Hi all,
    I have two SSDs in RAID0 via motherboard ("fake") raid. They're mapped using dm-raid. The root device is /dev/dm-3
    According to: https://wiki.archlinux.org/index.php/Solid_State_Drives, you can do `echo noop >/sys/block/sdX/queue/scheduler`, but that doesn't seem to work for me.
    On my system:
    % cat /sys/block/dm-3/queue/scheduler [1]
    none
    % cat /sys/block/sda/queue/scheduler [1]
    noop deadline [cfq]
    How would I make this RAID0 partition use the noop scheduler?
    Update, setting /dev/sda to use noop worked, but is there a way to apply it to the RAID0 partition only?
    % cat /sys/block/sda/queue/scheduler [1]
    noop deadline [cfq]
    % echo noop | sudo tee /sys/block/sda/queue/scheduler [1]
    noop
    % cat /sys/block/sda/queue/scheduler [0]
    [noop] deadline cfq
    Last edited by solarwind (2012-10-18 23:33:22)

    Someone needs to come out with an interface to do SATA/SAS Thunderbolt.
    One idea, no idea but Barefeats reviewed
    http://www.barefeats.com/hard156.html
    Elmar Weiss Photography's blog posted an excellent review comparing the Drobo 5D Thunderbolt with the Pegasus R6 Thunderbolt enclosure.
    http://www.barefeats.com/imac12d.html
    Look around, Google and always hit Barefeats for such questions in your research

  • Has anyone used the Nokia 2700 as a modem with the Macbook 10.6.7

    I have managed to sync my Nokia 2700 classic GSM handset to my Macbook through iSync. How can I use the phone as a modem if I have a 3G mobile service?
    Many thanks in advance,
    Dileep

    louisfromleonia wrote:
    Has anyone used the macbook air superdrive connected to a macbook pro - with a source DVD,via usb as a destination drive for burning DVDs?
    I don't use the Apple SuperDrive but an LG GP08NU6W. works great! You can get one here:
    http://www.amazon.com/LG-Electronics-GP08NU6W-External-Drive/dp/B003D1DESS
    I got the white one.

  • Has anyone used The Safe Mac --removing adware app?

    Has anyone used The Safe Mac---removing adware app ?

    I have used this app from Safe Mac sit and to make this short it was the perfect solution to the adware attacks on my browsers ie-Safari and Google Chrome as well as Firefox    No problemshttp://www.thesafemac.com/mmg/ works great and I highly recomend

  • Has anyone used the program 'MacKeeper' and what is your take on it?

    Has anyone used the program 'MacKeeper' and what is your take on it?

    Do not install MacKeeper (and how to uninstall it if you have):
    https://discussions.apple.com/docs/DOC-6221
    (Please note that references to the original developers, Zeobit, also now refer to Kromtech Alliance Corp, who acquired MacKeeper and PCKeeper from ZeoBit LLC in early 2013.)

  • Has anyone used the mackeeper program by zeobit

    has anyone used the mackeeper program by zeobits

    Read the user tip below.
    https://discussions.apple.com/docs/DOC-3036

  • Has anyone used the mackeeper software?

    Has anyone used the mackeeper software?

    Short answer:  I don't recommend it, but it's not "a scam" or malware, per se.  If you use it, you may have some real performance issues.
    Me:  I was an actual MacKeeper user (paid version) for about two years.  What follows is my experience and conclusions.  I am not a paid reviewer, nor tech professional.  I am an educator with about 15 years of experience using Macs.  I am what most people would call a "prosumer," in that I know a good deal about my systerm, but am not a techie, anti-utility software zealot, etc.  I have no affiliation with Zeobit (manufacturer of MacKeeper) nor any of its competitors.
    I bought MacKeeper in 2011, and then upgraded last year.  I used it to remove junk files and duplicates, and experimented with the anti-virus software.  I didn't use most of the other features.
    The problem:  I am running a 2009 15" Macbook Pro 2.8GHZ Core 2 Duo, 4GB RAM, 512GB HDD.  Over the past year, it has been having major performance issues.  Slowdowns, hangups, applications quitting and more were all becoming the norm.  I deleted duplicate files and ran MacKeeper a few times a month.  I also ran permissions repairs regularly (disk utility).  I looked for the cause of the slowdowns everywhere, from too many user accounts being open, to resource hogs.  I decided that MacKeeper's Anti-Virus software was just taking up too much RAM and CPU, so I disabled it.  I continued experiencing slowdowns and started monitoring my available RAM with a freeware app called Memory Clean.  It often reported that I had less than 500MB available, even with very light usage, application wise.  After "cleaning" memory, I could get my available RAM to about 1.5GB, max.  I struggled with these issues for a year or more, and was about ready to concede defeat and buy a new machine.  I figured my MBP was over four years old, and perhaps running Mountain Lion and normal wear/tear were just too much.
    This morning, I noticed that the biggest resource hog on my system was a process called "MacKeeper Helper." The process relaunches even when it is forced to quit.  It was consuming over 100MB of RAM and up to 99 percent of my CPU at times!  I also noticed a process called "anti-virus" that also could not be quit, and was consuming over 100MB of RAM itself.  I started researching how to kill these processes, and was introduced the the Great Online MacKeeper Controversy.  Here is what I learned:
    Some in the Mac community have pure hatred for this product (and some hate all like it).
    There were numerous user reports of it slowing down systems
    Zeobit seemed to be guilty of questionable ethics, particularly in its advertising.
    There was no way to stop MacKeeper Helper and Anti-Virus processes from running with deleting the entire application.
    I wasn't the only one annoyed by MacKeeper's system pop-ups, trying to sell me something I already bought.
    The software got good professional reviews, even from well-respected publications (e.g. MacWorld)
    It is often confused with Mac Defender, which WAS malware.  They two are not associated.
    The Decision:  After researching ways of fully uninstalling MacKeeper (and considering whether or not I should), I decided to try the uninstall instructions from the manufacturer.  It said that it would remove ALL traces of the application.  I also didn't want to get into too much Terminal work and manually deleting things, as some users suggested doing.  I followed the process (close app, drag to trash, enter password, click "uninstall").  I then ran a permissions repair and restarted.
    The Results:  I have been MacKeeper-free for about an hour as I write this. Put simply, my problems appear to be completely solved. MacKeeper Helper and Anti-Virus are gone.  Available RAM is now up to 2.75GB.  I have experienced no slowdowns or app crashes.  Even bootup appeared to be considerably faster.  Launching iPhoto with thousands of images now takes a few seconds instead of minutes.  Everything feels faster.  It's like I have my Mac back!  I was ready to admit defeat and dish out another $2500+ that I didn't have.  I now think that won't be necessary!
    What Should Yo Do? You'll find a lot of controversy out there between professional reviews, ethically dubious paid reviews, Zeobit's own defense through public statements, and Mac users themselves.  Some users like it, and swear up and down they are real people.  Others are extremely angry and hate the product with the passion of 1,000 burning suns.   All I can do is tell you my experience and make the following statement:
    The bottom line is that I would not install MacKeeper/buy MacKeeper on my Mac.  After investigating my own system's problems (which made iit nearly unusable) and concluding that MacKeeper might be the issue, I uninstalled it. Magically, all my issues went away.  So...I report, you decide.  Best of luck.

  • Has anyone used the Speck See Thru Case and scratched the MacBook Pro?

    Has anyone used the Speck See Thru Case and scratched his/her MacBook Pro?

    Read this thread: https://discussions.apple.com/message/8769665#8769665

  • Has anyone used the ATTO ExpressSAS R644 in a Mac Pro?

    Any thoughts on your experience if so?

    louisfromleonia wrote:
    Has anyone used the macbook air superdrive connected to a macbook pro - with a source DVD,via usb as a destination drive for burning DVDs?
    I don't use the Apple SuperDrive but an LG GP08NU6W. works great! You can get one here:
    http://www.amazon.com/LG-Electronics-GP08NU6W-External-Drive/dp/B003D1DESS
    I got the white one.

  • Is it secure to have the pulic open a resource guide in Adobe Reader?  Or is there a way to make sure anyone using the link to the guide is secure?

    Is it secure to have the public open a resource guide in an Adobe Reader PDF?  Or is there a way to make sure anyone using the link to the guide is protected?
    Not sure how to find an answer to this.
    Thanks, GM

    I am trying to post a 123 page resource guide online for the public to access through the website of a non profit.  The guide has a lot of web links for to use for more information.  But there have been clickability issues when using some browsers to download the PDF and so I would prefer to suggest that they try to download the resource into Adobe Reader before using.  I want to make sure that this would securely safe for readers and users.
    Sorry I was not clear in my original question and thank you for your kind attention.
    Thank you again,
    GM

  • Anyone use the Panasonic DMC-ZS7 with iPhoto?

    I'm thinking of getting the Panasonic DMC-ZS7 camera, which has a built-in GPS. Out of the new compact cameras with built-in GPS, this seems to have the best built-in GPS support. Before I get it, I just want to confirm that the GPS data it writes to the EXIF header can be used by iPhoto correctly. I use iPhoto '09 (8.1.2).
    Has anyone used the ZS7 with iPhoto?

    madmaxF16 wrote:
    I recently turned the GPS function on. I am unsure if GPS is the problem, but the spinning busy next to the "Places" menu item certainly points that direction.
    I would actually argue the opposite, that the spinning busy means that iPhoto can read the GPS data correctly. The fact that it is trying to determine places would indicate that it sees GPS data. More likely the spinning busy is due to something after getting the GPS data like trying to look up actual place info online to get names or downloading maps or something of that sort.
    Patrick

  • Is anyone using the novation impulse keyboard with Logic pro x?

    is anyone using the novation impulse keyboard with Logic pro x?
    I currently have an M-Audio Axium controller but I cannot map any of the controllers.
    I need to buy a 25 key controller anyway so I was hoping to get one that works well with Logic Pro X

    I have the Logitech S530 keyboard and mouse. I had no problems with it while I was using it with 2 PowerMac G5 and one Dell XPS, but when I got the MacPro I found that it doesn't work with MacPro and a KVM switch. Logitech says their keyboard and mice are NOT made to work with KVM switches, but I didn't find that until I started using it with the Mac Pro.
    The other small con is that the mouse is made for right handed people. On the other hand, I love the looks and feel of the keyboard and all the keys. It also will do the boot up holding down the Option key for choosing your startup drive and holding down the Shift key for Safe Mode, which the Kensington keyboard will not do.
    MacPro 2.66 ghz., Macbook Pro, Macbook, Powerbook G4, PowerMac G5 Dual Core   Mac OS X (10.4.8)  

Maybe you are looking for