Tuesday, January 29, 2008
Last week at ISOutsource
17 days and counting...
Thursday, January 24, 2008
Crunch time
No one called on the PT Cruiser. There is a guy at ISOutsource that is interested, though so hopefully I can sell this quickly. Something else to worry about....
22 days until the flight out...
Wednesday, January 23, 2008
Anyone need a car?
I have my 2003 PT Cruiser up for sale and I need to find a buyer soon. If you know anyone looking, have them call or e-mail me at matthew.damp@sbworks.com.
23 days... and counting...
Saturday, January 19, 2008
It's official - I got the visa
27 days...
Tuesday, January 15, 2008
Visa is being a little slow
Unfortunately, I haven't heard from the consulate yet and I was supposed to today. It's always unsettling when a governmental organization doesn't call you back when they were supposed to. Makes you wonder what's broken...
Saturday, January 12, 2008
Is SharePoint really ready for prime time?
I spent a lot of time today arm wrestling with a SharePoint installation today and it struck me again how main pieces seem to have to work together to have the site function correctly. The site was running on a domain controller and the system was having AD problems so I had to demote the box and move the site. Even before I could move the site I had to change:
- Modify the local security policies to allow the SharePoint service account to logon as a service and batch job
- Re-enter the passwords for the applications pools in IIS
- Re-assign the SSL certs (Why? What does that have to do with being a DC?)
- Logon to the administration website and re-designate the search server for the site
That's a lot of moving parts that can break. A lot of this was not really covered in Microsoft articles or Microsoft KBs. I had to dig through a lot of generic ASP and .NET 2.0 articles and try to figure out if they would actually apply to SharePoint.
I hope that there isn't a radical difference between the current v3.0 SharePoint and whatever comes with Windows 2008 so that 3rd party documentation can keep up with it.
Friday, January 11, 2008
The countdown starts
Sunday, December 30, 2007
Visa preparation
All this back and forth makes me a little uncomfortable. If there is a SNAFU that comes up and delays my visa, I hope that the company that offered me the job doesn't get scared off.
There are times I hate dealing with the government - any country's government, really.
Saturday, December 29, 2007
Looks like I'm going to Tokyo
Thursday, November 29, 2007
Microsoft's Exchange group has a odd view of scale
Planning for a Standard Exchange Organization
http://technet.microsoft.com/en-us/library/bb124367.aspx
…Other distinguishing characteristics of the standard Exchange organization include:
- The Service Delivery Location (SDL) and Client Service Location (CSL) reside on the same local area network (LAN).
- There are more than 1,000 mailboxes in the organization.
- There are fewer than five routing groups, and between one and five Active Directory directory service sites. Multiple locations and Active Directory sites introduce the multi-site routing protocol and role discovery algorithms, as well as a requirement to use IP site links.
Standard = 1000+ Mailboxes? I don’t think I have a single STANDARD installation, then…
This also explains the lack of support and tools for smaller companies.
Sunday, November 25, 2007
VBScripts
- Clear temporary AutoCAD files from a Server
- Clear temporary AutoCAD files from a Workstation
- Setting the AutoCAD Flex License Server
- An example of a multi-purpose logon script that maps drives only if servers are pingable, sets internet favorites, and configures zone settings.
I've made the majority of my scripts with a help menu available from a /? command line call
Saturday, November 10, 2007
Change the Version History page in SharePoint v3.0 to show metadata for all versions
If you want to change the view so that is shows the full metadata for every line, perform the following steps:
- Logon to the server hosting the SharePoint site
- Create a backup of the Versions.aspx page at C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\LAYOUTS\versions.aspx
- Open the Versions.aspx page
- Delete lines 528 through 533:
528 object val = itemcurr.GetFieldValue(field); <% object val = itemcurr.GetFieldValue(field); %>
529 object valprev = null;<% object valprev = null; %>
530 if (itemprev != null) valprev = itemprev.GetFieldValue(field); <% if (itemprev != null) valprev = itemprev.GetFieldValue(field); %>
531 if (((val != null) ? val.ToString() : String.Empty)<% if (((val != null) ? val.ToString() : String.Empty) %>
532 != ((valprev != null) ? valprev.ToString() : String.Empty))<% != ((valprev != null) ? valprev.ToString() : String.Empty)) %>
533 {<% { %> - And delete line 558:
558 }<% { %> - Save the file and then all sites will have this view of the version page:
- Repeat the process on all front end servers.
Now, I'll go back and see if I can get it to bold the changes...
Wednesday, November 07, 2007
Microsoft support was correct this time
If you're wondering why it took so long to move data, it was because this client regularly exceeds 256 character file names and command line copy utilities like XCOPY and RoboCopy fail routinely. I have to use BackupExec or NTBackup to do a full backup and restore.
Thursday, November 01, 2007
Oddball problems with DFS and hardware
It's over a terabyte of data so I'm not looking forward to this migration process.
Wednesday, October 31, 2007
DFS doesn't scale well
At one client with 400 gigs on the DFS, the replication broke down and took two weeks to iron out all of the kinks. At another, it was 1.2 gigabytes of data and I had to ship the server back to get that working again.
I've also noticed very odd peformance when someone VPNs in, too.
I think I'll revise my earlier post and recommend using DFS for just application installation.
Saturday, October 27, 2007
Let's get serious
Wish me luck.
Friday, October 26, 2007
Long time between postings
I did manage to take all of the tests and wrap up my Microsoft Certified IT Professional for SQL 2005. And, about a week later, they annouced the release date for SQL 2008. I just looked at the documentation for '08 and it looks like SQL 2005 Service Pack 3. I'm just not seeing the big advantages. I guess I'll just have to wait and see.
Wednesday, August 08, 2007
Offline address book
Friday, July 20, 2007
Exchange 2007 Anti-Spam
The good:
- Simple, easy to understand interfaces
- Easy setup
The bad:
- No manual sender whitelist
- Not much control over whether the mail gets dropped or redirected
- You have to have an Edge server to get the best benefits.
That's right - to get the best benefits of the built in anti-spam, you have to sacrifice a whole server license of Exchange 2007 to get the half the functionality of ORF or any of a half dozen open source RBL filters. I am shocked that is sucks that badly. I really don't get it...
Tuesday, July 17, 2007
I found the Exchange 2007 error
The description of the issue was 100% accurate
If you copy and paste the LDAP query string exactly as shown, you're install will fail because there is a typo in the KB.
That was a first for me. The string shown for the All Users query has an extra space in the last portion of the string. The correct string is:
(& (mailnickname=*) ( (&(objectCategory=person)(objectClass=user)(!(homeMDB=*))(!(msExchHomeServerName=*)))(&(objectCategory=person)(objectClass=user)((homeMDB=*)(msExchHomeServerName=*))) ))