6

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

エラーの原因と修正方法を教えてください。

4

2 に答える 2

1

実際のデータベース ファイルが存在するデータベース フォルダーの名前が変更または移動されているかどうかを確認します。

于 2012-01-10T07:35:47.820 に答える
-1

ライセンスの問題かもしれません。ライセンスがある場合は再インストールを試みます。

于 2013-01-17T01:15:19.263 に答える