Nov26

Missing Logs Directory after adding a server to the Farm

Tags: Proyectos, MOSS/WSS
Today an odd thing happened… After adding a new server to the farm (same hardware, drive letters, etc.) the new server lacked the logs directory, it was configured in an alternate drive, but is was present in all servers in the farm but this.
In case you don’t know it, I think is a good practice to have both IIS and MOSS logs in a different ... [Read More]

Nov14

Updating Content-Types deployed via Features

Tags: MOSS/WSS
Imagine you create a content-type for your site and sometime after you had deployed it you need to add an additional column to it. You’re certainly in trouble:
If you add the column manually the unique Id for the column will be different in your development, QA and production environments, and this can lead to really nasty problems, more tro... [Read More]