travis' brain dump

the spring that winter finally arrived…

by on Mar.31, 2009, under General, Personal

Well, I have to say it’s about freakin time. I think this has been one of the driest winters (in terms of snow) I’ve seen since I left Georgia. LOL I really wish that we had more of this recent snowfall all over the winter. It was kind of boring this go around. Still, can’t say I’m bored with Colorado weather and at least we’ve been keeping some decent bases in the mountains to go boarding on. 🙂 🙂

However despite it being dry, it was good to see the weather finally dropping some much needed precipitation out there. January was horrible, February saw precipitation at .11″ out of the average .33″ and we sat in March all the way until last Thursday at trace levels with an average of .92″. Finally between then and now March is sitting at 1.62″ which is awesome.

Here’s some pics from last Thursday and Friday’s fun. 🙂

[singlepic id=364 w=320 h=240 float=]

[singlepic id=368 w=320 h=240 float=]

The best part? More is supposedly on the way as we roll into April! Hopefully we’ll be getting some more tomorrow and again this weekend. YAY!

I really hope this is the case. I’ve enjoyed getting in some late season snowboarding. Even Arwen has joined in on the fun. 🙂

[singlepic id=353 w=320 h=240 float=]

Hopefully the poor kiddo can get cleared to come up with me again this next weekend. I feel it will be unlikely though since she broke her wrist last Friday. Crazy kiddo was jumping off the furniture and got herself good. We thought at first she had sprained it, however when she tripped and fell again Saturday it hurt her again just as much so we had it checked out. Still though, she boarded awesome on Saturday so who knows, maybe she’ll get to go up again despite having a cast on!

1 Comment more...

An addiction renewed…

by on Mar.30, 2009, under Gaming

I’m sure Andy will read this one over and over again while congratulating himself on how his patience and subtle hints over the past few months have encouraged this day. Enjoy it Deebs, you earned it. 🙂

So, for those that don’t know what I’m talking about, it would appear that I have been successfully roped back into playing Final Fantasy 11 (FFXI) again and Amanda has definitely sealed her fate as an addict. With an unprecedented string of sightings on Ramuh as of late, Smandy and Vortexx seem to have reestablished themselves within the world of Vana`diel.

I even heard the phrase come from Amanda’s mouth this morning on the way to work “If I get some time, I think I’ll level Summoner on my own during the day” … Don’t even start grinning to yourself Deebs, we’re still listed as ‘casual players’. I don’t think we’ll see the playtime counter going up in increments of days anytime soon. At least they’ve kicked up some of the content quality and there are more interesting things to get involved in out there. I honestly must stay I’ve enjoyed leveling lower rated jobs over the past couple of days than I had previously. Yay for Fields of Valor!

I can truly say there are probably better ways to “waste spare time” whenever I do get it, but in the end… I’m still amused that this still proves to be one of the most cost effective forms of alternate entertainment out there. It’s definitely better than a lot of other things I could be doing, that’s for sure.

Again, thanks Andy… *glare* hehe I’m glad our re-involvment keeps you entertained again. lol

7 Comments more...

Exchange 2003 ActiveSync w/ SSL and/or forms-based authentication.

by on Mar.29, 2009, under Tech Stuff

Probably one of the most common complaints when someone is deploying Exchange  and the organization has Windows Mobile Phones that they would like to sync up with the Exchange server is the puzzling “Why won’t this just work?” question that plagues system administrators. Usually this is following the flagging the option to use forms-based authentication. While the solution is out there, sometimes folks don’t know exactly why or where the problem is originating so they have a hard time finding it. Well, hopefully this little paragraph describing the problem will allow some search engine somewhere to allow someone, somewhere to locate this solution easier. That and it’s always good to just have this one handy in your local arsenal of tools that Myke and I are comprising. So. Adding to our list of ‘ oh yeah, that’s how I fixed that ‘ articles… here’s how to resolve why Microsoft ActiveSync will not work any Exchange installation where SSL and/or forms-based authentication has been enabled out of the box.  Keep in mind these changes should be made to the server with the mailboxes on them, not a front-end server. Also something worth noting is that if you have an SBS2003 installation, these options should already be set. If they are not or you are having problems with ActiveSync, run through these instructions to check and ensure that they are all present. If they are, perhaps your problem isn’t in authentication or contacting the server, but something a little easier to address. 🙂

**This method will involve creating a new virtual directory from a copy of the original to handle related requests. If you are not comfortable with registry changes or IIS settings, you may not want to try this.

Disable forms-based authentication on the Exchange server you are about to modify.

  1. Open Exchange Manager.
  2. Expand Administrative Groups, expand the first administrative group, and then expand Servers.
  3. Expand the server container for the Exchange Server 2003 server that you will be configuring, expand Protocols, and then expand HTTP.
  4. Under the HTTP container, right-click the Exchange Virtual Server container, and then click Properties.
  5. Click the Settings tab, clear the Enable Forms Based Authentication check box, and then click OK.
  6. Close Exchange Manager.
  7. Click Start, click Run, type IISRESET/NOFORCE, and then press ENTER to restart Internet Information Services (IIS).

Create a secondary virtual directory and configure ActiveSync to communicate with it.

  1. Start Internet Information Services (IIS) Manager.
  2. Locate the Exchange virtual directory. The default location is as follows:
    Web Sites\Default Web Site\Exchange
  3. Right-click the Exchange virtual directory, click All Tasks, and then click Save Configuration to a File.
  4. In the File name box, type a name. For example, type ExchangeVDir. Click OK.
  5. Right-click the root of this Web site. Typically, this is Default Web Site. Click New, and then click Virtual Directory (from file).
  6. In the Import Configuration dialog box, click Browse, locate the file that you created in step 4, click Open, and then click Read File.
  7. Under Select a configuration to import , click Exchange, and then click OK.A dialog box will appear that states that the “virtual directory already exists.”
  8. Select the Create a new virtual directory option. In the Alias box, type a name for the new virtual directory that you want Exchange ActiveSync and Outlook Mobile Access to use. For example, type exchange-oma. Click OK.
  9. Right-click the new virtual directory. In this example, click exchange-oma. Click Properties.
  10. Click the Directory Security tab.
  11. Under Authentication and access control, click Edit.
  12. Make sure that only the following authentication methods are enabled, and then click OK:
    • Integrated Windows authentication
    • Basic authentication
  13. On the Directory Security tab, under IP address and domain name restrictions, click Edit.
  14. Click the option for Denied access, click Add, click Single computer and type the IP address of the server that you are configuring, and then click OK twice.
  15. Under Secure communications, click Edit. Make sure that Require secure channel (SSL) is not enabled, and then click OK.
  16. Click OK, and then close the IIS Manager.
  17. Click Start, click Run, type regedit, and then click OK.
  18. Locate the following registry subkey:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MasSync\Parameters
  19. Right-click Parameters, click to New, and then click String Value.
  20. Type ExchangeVDir, and then press ENTER. Right-click ExchangeVDir, and then click Modify.NoteExchangeVDir is case-sensitive. If you do not type ExchangeVDir exactly as it appears in this article, ActiveSync does not find the key when it locates the exchange-oma folder.
  21. In the Value data box, type the name of the new virtual directory that you created in step 8. For example, type /exchange-oma. Click OK.
  22. Quit Registry Editor.
  23. Restart the IIS Admin service. To do this, follow these steps:
    1. Click Start, click Run, type services.msc, and then click OK.
    2. In the list of services, right-click IIS Admin service, and then click Restart.

To re-enable forms-based communcation, you may do the following:

  1. Open Exchange Manager.
  2. Expand Administrative Groups, expand the first administrative group, and then expand Servers.
  3. Expand the server container for the Exchange Server 2003 server that you will be configuring, expand Protocols, and then expand HTTP.
  4. Under the HTTP container, right-click the Exchange Virtual Server container, and then click Properties.
  5. Click the Settings tab, click to select the Enable Forms Based Authentication check box, and then click OK.
  6. Close Exchange Manager.
  7. Click Start, click Run, type IISRESET/NOFORCE, and then press ENTER to restart Internet Information Services (IIS).

Hopefully this will help you out. If not, send your error along to one of us and we’ll see if we have a solution. If we do, we’ll post it up. 🙂

Mirrored on: http://techtalk.ihatemykereinhold.com/2009/03/30/exchange-2003-activesync-w-ssl-andor-forms-based-authentication/

4 Comments more...

Multiple Exchange 2007 Servers + ISA 2006 + ActiveSync

by on Mar.25, 2009, under Tech Stuff

Anyone who has tried to set that up knows what I’m talking about. I actually got this all figured out a couple months ago but failed to make a post about how I did it, so today I found myself trying to remember what I did while trying to fix one of our other sites. So this time, I’m going to post it up.

The surprisingly common error you see when you setup ISA 2006 with Exchange 2007 and try to access ActiveSync manually is the following:

501 – Header values specify a method that is not implemented.

This is a good error actually, it means ActiveSync should be working fine, however, if your ISA server points to a EX2007 Client Access Server (CAS) which then proxies to other CAS servers in your environment, you may get a message like the following when trying to access a mailbox in another internal site:

405 – HTTP verb used to access this page is not allowed.

At that point you start to question your sanity and your skills on Google as you can’t seem to figure out for the life of you why after all that work of making sure the configurations matched up on all your servers did it now not work? You can access the local CAS server directly and pick up the 501 but whenever you try to hit ActiveSync through the CAS Proxy it seems to just bomb on you.

Assuming the above is true and you can indeed connect to it directly, try looking at a few settings. In IIS Manager, look at the properties for ‘ Microsoft-Server-ActiveSync ‘ under your Default Web Site (or non-Default) and check on your settings for Handler Mappings and Authentication. You should have the following:

  • Handler Mappings – Make sure the OptionsVerbHandler is configure for ‘All verbs’ not just ‘OPTIONS’
  • Authentication – Make sure all Authentication options are disabled except for ‘ Basic Authentication ‘ and ‘ Windows Authentication’

If you’ve configured those settings, make sure your Proxy CAS and Target CAS are both running the same Exchange rollup version and reboot them. It should be working now.

Hopefully this will help some poor soul out there.

Mirrored on http://techtalk.homerun-networks.com/2009/03/25/multiple-exchange-2007-servers-isa-2006-activesync/

1 Comment more...

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!