0

DB2 Command Line Processor (DB2 Express C) を使用してデータベースを作成できません。データベースを作成するための簡単な操作を書きました:

db2=> create database wiki

エラーが表示されます:

SQL1092N 要求されたコマンドまたは操作を実行する権限がユーザー ID にないため、要求されたコマンドまたは操作は失敗しました。ユーザーID:「VINAYAKP」。

DB2 に取り組んだことはありません。また、 ファーストステップから; プロンプトを開くだけで、何も表示されません。シン クライアントを使用しています。このエラーの内容と解決方法を教えてください。また、コマンド行プロセッサーを使用する以外の代替方法を知る必要があります。

注:Windows OSを使用しています

ありがとう

4

2 に答える 2

0
To resolve this issue you need to have the DB2 services started as Domain account, not a local account. In order to change the DB2 services to a Domain account do the following:

1.) Go to Start->Control Panel->Administration Tools->Services.

2.) Find the DB2-0 process right click on it and pick "Properties".

3.) Pick the "Log On" tab.

4.) Then choose "This account" radial button, then "Browse".

5.) A window will pop up called Select User click the Advanced button, then click "Find Now".

6.) A list of all users on the machine will be shown, choose the domain user and select "OK".

7.) To save the change click "Apply" then "OK".

8.) Restart the service/instance.
于 2013-01-03T07:12:28.567 に答える