rebelpeon.com

Tuesday, March 18, 2008

Windows 2008 Role Services for MOSS 2007 Part 2

Make sure your Database Access account is an admin on the central administration server, otherwise you’ll get access denied errors when trying to create new web applications.  This is because the db access account won’t have the ability to edit the metabase.  Oh, and this bubble up by MOSS saying that you, the logged in user doesn’t have access, which is completely inaccurate, especially since I was a Farm Administrator.  In addition you’ll see the error message listed below in the Application event logs.

Log Name:    Application
Source:      ASP.NET 2.0.50727.0
Date:      3/18/2008 10:58:42 AM
Event ID:    1309
Task Category: Web Event
Level:      Warning
Keywords:    Classic
User:      N/A
Computer:   

Description:
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 3/18/2008 10:58:42 AM
Event time (UTC): 3/18/2008 3:58:42 PM
Event ID: c59d97a1bbf8405cba1d837292259be4
Event sequence: 4767
Event occurrence: 8
Event detail code: 0
Application information:
  Application domain: /LM/W3SVC/236168797/ROOT-1-128503227503346172
  Trust level: WSS_Minimal
  Application Virtual Path: /
  Application Path: C:\inetpub\wwwroot\wss\VirtualDirectories\37466\
  Machine name:


Process information:
  Process ID: 3720
  Process name: w3wp.exe
  Account name:

\


Exception information:
  Exception type: COMException
  Exception message: Access is denied.

Request information:
  Request URL: http://

:24055/_admin/extendvs.aspx
  Request path: /_admin/extendvs.aspx
  User host address: fe80::e48a:75aa:9034:9106WSS_Minimal
  User:

\


  Is authenticated: True
  Authentication Type: NTLM
  Thread account name:

\


Thread information:
  Thread ID: 9
  Thread account name:

\


  Is impersonating: False
  Stack trace:  at Microsoft.SharePoint.Utilities.SPUtility.HandleAccessDenied(Exception ex)
  at Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.HandleAccessDenied(Exception ex)
  at Microsoft.SharePoint.ApplicationRuntime.BaseApplication.Application_Error(HttpApplication app)
  at Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.ErrorAppHandler(Object oSender, EventArgs ea)
  at System.Web.HttpApplication.RaiseOnError()

I hate having service accounts admins on boxes.

posted by aaron at 12:32 PM
posted in computers • (0) commentspermalink

Monday, March 17, 2008

Windows 2008 Role Services for MOSS 2007

After trying to install MOSS 2007 on a new Windows 2008 box, I almost went completely bonkers.  No place in the installation documentation does it tell you what Role Services need to be installed for MOSS to successfully install and run.  Initially MOSS 2007 wouldn’t even install because I didn’t have the IIS6 metabase compatability installed.  However, just because it’s installed, doesn’t mean it actually runs.  I then started installing additional role services to see if I could get it to work.  Needless to say, even after installing all of services, my MOSS installation didn’t work.  Turns out you need to have the services installed prior to actually installing MOSS.  Otherwise the page will never render, and you’ll get a 5MB binary download instead of the actual application. 

However, after I knew what I was looking at (reinstalling MOSS again after all the services were installed), I decided to start whittle down the actual services I need.  Instead of doing it by hand, I finally found a website that listed what’s needed.  I’d like to give Bill Baer’s site a shoutout as to where I found this information.

Web Server

  • Common HTTP Features

    • Static Content

    • Default Document

    • Directory Browsing

    • HTTP Errors

Application Development

  • ASP.NET

  • .NET Extensibility

  • ISAPI Extensions

  • ISAPI Filters

Health and Diagnostics

  • HTTP Logging

  • Logging Tools

  • Request Monitor

  • Tracing

Security

  • Basic Authentication

  • Windows Authentication

  • Digest Authentication

  • Request Filtering

Performance

  • Static Content Compression

  • Dynamic Content Compression

Management Tools

  • IIS Management Console

IIS 6 Management Compatibility

  • IIS 6 Metabase Compatibility

posted by aaron at 05:44 PM
posted in computers • (0) commentspermalink

Wednesday, March 12, 2008

ESX 3.5 Upgrade Woes

I really want to upgrade to ESX 3.5.  However, I’m not having that much luck with it.  I’ve tried 2x now, and have had the exact same experience.  So, I do the upgrade from 3.0.2 to 3.5.0.  However, after the upgrade, not all of my VMs function.  Some of them work just fine.  However, others are sitting at the command prompt saying that no OS has been found.  It’s weird because the drives are attached and recognized, but it doesn’t like to boot from them.  It’s like it can’t find the MBR. 

Things I’ve tried to fix this:

  • Analyze the differences in the VMX and VMDK files between the machines that are working and aren’t.  This hasn’t given me much as there isn’t any difference.  The only difference I noticed was in the VMDK files.  The ones that booted correctly listed the “ddb.toolsVersion”.  The ones that hadn’t booted listed it as “0”.  Sadly, changing this didn’t fix anything.
  • Mount the non-functioning disks on working VMs.  By doing this I was able to view the contents of the disks just fine.  And amazingly, sometimes after doing that, the original VM actually booted.  However, they are very flakey and sometime revert back.  There is a lot of chkdsks going on on bootups too. Nothing is ever found, but it seems to always run.

I really don’t know what to do at this point.  I know that I can downgrade again to 3.0.2 and it will work fine.  The machines will boot right up without issues.  However, to downgrade, that means I have to recreate all of my Virtual Machines again.  Not completely awful, but time consuming.  I may try to do a full install instead of any upgrade too, see if that works.  Any other ideas?

I’d really like to move to 3.5 as it has some nice features.  Plus I’ll be sitting the VCP class soon, which will be on 3.5.

posted by aaron at 11:59 AM
posted in virtualization • (2) commentspermalink

Tuesday, March 11, 2008

SQL 2005 and Windows 2008

Having troubles running SQL Server Manager on your shiny new Windows 2008 installation?  Make sure you right click and do a “Run as administrator” on it.  Took me awhile to figure this one out.  Otherwise you’ll just get the error “Login failed for user domain\user.  (Microsoft SQL Server, Error: 18456)” even if you’re a member of the local administrators on the SQL box.

Yet another instance of where UAC sucks.

posted by aaron at 03:26 PM
posted in workcomputers • (2) commentspermalink

Wednesday, March 05, 2008

Windows 2008 How-To Guides

Microsoft released a bunch of how-to guides for various things new to Windows 2008.  You can grab them all from the MS Download page.

Things I would definitely check out are:

  • Deploying SSTP Remote Access Step by Step Guide.doc
  • Server_Core_Installation_Option_of_Windows_Server_2008_Step-By-Step_Guide.doc
  • Windows Server 2008 TS Gateway Server Step-By-Step Setup Guide.doc
posted by aaron at 09:40 AM
posted in computers • (0) commentspermalink

Monday, March 03, 2008

Exchange 2007 after Windows 2008 Upgrade Part 3

After having issues with a potential bug on Feb the 29th, I’ve finally gotten things straightened out. 

Today I attempted to move the mailboxes again, but received the same error message.

Summary: 1 item(s). 0 succeeded, 1 failed.
Elapsed time: 00:00:08


User’s Mailbox
Failed

Error:
The address list service on the server ‘servername.fqdn’ is not running. The Exchange server address list service failed to respond. This could be because of an address list or email address policy configuration error.

The Exchange server address list service failed to respond. This could be because of an address list or email address policy configuration error.

Exchange Management Shell command attempted:
‘fqdn/Managed Users/User’ | move-mailbox -BadItemLimit ‘10’ -TargetDatabase ‘servername\First Storage Group\Mailbox Database’

Elapsed Time: 00:00:08

It turns out that all I needed to do was restart the System Attendant service on the machine I was trying to move the mailboxes to.  After I did that, everything moved successfully.  I then attempted to hit OWA on the new machine and it was successful!  So I finished moving all the mailboxes over, changed ISA to point to the new server name, imported the right certificate and I’m good to go.  Almost 5 days of downtime, but no email lost, yay!

Now I just need to decommission the old Exchange box and give the new one more RAM.  Not a bad few days work.

posted by aaron at 01:21 PM
posted in workcomputers • (0) commentspermalink

Friday, February 29, 2008

Exchange 2007 after Windows 2008 Upgrade Part 2

Well, I’ve got the new Exchange box up and running.  However, I can’t move the mailbox from one machine to the other.  Thankfully, I’m not the only one having this problem today.  It appears as though because it is the 29th of February (leap year), there is a bug in Exchange 2007 preventing certain things from completing.  There’s a nice TechNet thread on it, and it appears by setting your date to tomorrow fixes it.  I think I’ll just wait to move the mailboxes till tomorrow or later then :)

posted by aaron at 03:17 PM
posted in workcomputers • (0) commentspermalink
Page 3 of 66 pages  <  1 2 3 4 5 >  Last »