Another problem ....
I went to move my 'active' database back to 'D' from 'C' as it was originally configured:
db2relocatedb -f movedb.cfg
******* movedb.cfg ********
DB_NAME=prod_ph
INSTANCE=DB2
DB_PATH=c:,d:
This was successful but now I get an error because it is looking for the logs on my 'D' drive .....
I never moved the logs path but instead only the DB_PATH to the C drive and now I only reversed what I did before from d:,c: to c:,d:
Any thoughts on why it is looking for my logs on the d: drive now?