DB2 でデータベースを作成しました。昨日までは機能していましたが、データベースに接続しようとすると次のエラーが発生します。
[IBM][CLI Driver] SQL1031N The database directory cannot be
found on the indicated file system. SQLSTATE=58031
Explanation:
The system database directory or local database directory could not be
found. A database has not been created or it was not cataloged
correctly.
The command cannot be processed.
User response:
Verify that the database is created with the correct path specification.
The Catalog Database command has a path parameter which specifies the
directory where the database resides.
sqlcode: -1031
sqlstate: 58031
エラーの原因と修正方法を教えてください。