Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: OID: Server Plug-in OCI failure
gunsr_at_yahoo.co.uk (Sudheer) wrote in message news:<3c02fd09.0410081005.521905b6_at_posting.google.com>...
> Hi
> I have created a plugin for when_add and registered it in OID.
> However when i try to add a new entry, I get the error saying
>
> ldap_add: UnKnown Error Encountered
> ldap_add: additional info: Server Plug-in OCI failure.
>
> What is the reason for this?
> My ldif file
> dn:cn=user3,cn=TestUsers2,cn=test
> cn:user3
> objectClass:Top
> objectClass:orclContainer
>
> The command I am using to add an entry
> ldapadd -a -v -p 300 -h dev -f add.ldif
>
> Any help will be greatly apprecialted
>
> Thanks
> -Sudheer
Well, there is something wrong with your plugin.
eg. OID doesn't find it, it's returning an empty errormsg, ... Received on Fri Oct 22 2004 - 06:10:10 CDT