Hi,
My objective is to do backup operation and i have done following steps.
1.db2cmd db2stop force
2.db2cmd db2start
3.db2cmd db2 backup db TestDB user db2admin using pa$$w0rd to "C:\"
after execurting this, the backup was completed successfully. But when i try to connect to my database for executing an query.... it throws an error,
"Connectioin is disabled"
Inner exception was : IsKeepAlive(Exception)
is any one has any idea on this ?