Dave, This has to do with the fact that the TSM API for Windows handles objects as case insensitive but case preserving. This is an anomaly resulting from the fact that SQL Server allows case-sensitive databases names. You can continue to keep things as they are with the resulting error or change the name of the database to uppercase.
Thanks, Del ---------------------------------------------------- > Each night I run a backup of an SQL server > On this server I have an 'off-line' databases called Bob (I know it is case > sensitive) > I have added the following to the dsm.opt for the TDP: > EXCLUDE "\...\Bob\...\*"
