In Imaging Application while importing Invoices.XML ,we often Encounter a error
:
"Policy Store Error: The Group PayablesProcessor does not exist in the policy store."
Cause:
The application definition refers to a LDAP group called PayablesProcessor. This must be defined in the LDAP directory in order for the import to complete successfully.
<securityItem>
<name>PayablesProcessor</name>
<type>GROUP</type>
<permissions>
<view>1</view>
<modify>1</modify>
<delete>1</delete>
<grantaccess>1</grantaccess>
</permissions>
</securityItem>
Solution:
Depending on what LDAP directory is in use, the steps will differ, but in all cases a PayablesProcessor group must be created in the directory. If using the Embedded LDAP that ships with WebLogic, login to the Admin Server console and create the PayablesProcessor group in the default security realm
:
"Policy Store Error: The Group PayablesProcessor does not exist in the policy store."
Cause:
The application definition refers to a LDAP group called PayablesProcessor. This must be defined in the LDAP directory in order for the import to complete successfully.
<securityItem>
<name>PayablesProcessor</name>
<type>GROUP</type>
<permissions>
<view>1</view>
<modify>1</modify>
<delete>1</delete>
<grantaccess>1</grantaccess>
</permissions>
</securityItem>
Solution:
Depending on what LDAP directory is in use, the steps will differ, but in all cases a PayablesProcessor group must be created in the directory. If using the Embedded LDAP that ships with WebLogic, login to the Admin Server console and create the PayablesProcessor group in the default security realm
No comments:
Post a Comment