Hi Kswaughs:
This is how I solved the problem:
You need the user/password used to login into your Server where DB2 resides (I mean Windows User). Let's say they are: us1 and pw1.
In Command Window (DB2 CLP):
1) db2admin stop
2) db2admin drop
3) db2admin create /user:us1 /password

w1
4) db2admin start
That's all.
Let me know if it worked for you...
Hope this helps.