Interstage Application Server Smart Repository運用ガイド |
目次 索引 |
付録B エラーコード | > B.1 LDAPエラーコード |
[メッセージ]
DSA is unwilling to perform
[意味]
リポジトリが要求を拒否しました。
■エラー発生例1
属性値(バイナリ)が200Kバイト以上の属性を登録します。LDIF
dn: cn=User001,o=fujitsu,dc=com
changetype: add
objectclass: inetOrgPerson
cn: User001
sn: Fujitsu
jpegphoto:< file:///data/Fujitsu/User001.jpgメッセージ
adding new entry cn=User001,o=fujitsu,dc=com
ldap_result(add) : DSA is unwilling to perform
matched: The maximum length of a long binary attribute value is limited to
200000 bytes, attribute 'jpegPhoto' with 758781 bytes is not supported.
■エラー発生例2
属性値が1999バイト以上の属性を登録します。LDIF
dn: cn=User001,o=fujitsu,dc=com
changetype: add
objectclass: inetOrgPerson
cn: User001
sn: Fujitsu
givenName: @@ ・・・ @@メッセージ
adding new entry cn=User001,o=fujitsu,dc=com
ldap_result(add) : DSA is unwilling to perform
errmsg : LDAP_UNWILLING_TO_PERFORM: The maximum length of an attribute value is restricted to 1998 characters, but is 10000 .
[ユーザの対処]
以下の場合が想定されます。
上記は実行できません。
目次 索引 |