Re: DeregisterOID / RegisterOID Error
Posted by ErmanArslansOracleBlog on Jan 20, 2017; 8:19pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/DeregisterOID-RegisterOID-Error-tp1946p1964.html
It is hard to understand by looking the ldiff files that you have sent. (in those ldiffs we see the nternal OID structure there)
Let's see the java exceptions first. If we see the real java exception, we can understand where the code failing.. (we have only seen the LDAP error till now)
I checked the script that executes the java programs , which deregisters OID..
They are configured to be write their logs to the directory $APPLRGF/TXK
So, reproduce the issue and cd to the directory and send me the recents logs.
su - applmgr
cd $APPLRGF/TXK
We need to see the logs that are written by java.
We need to see the phase that it is actually failing in the code. (the related java codes are written to produce logs for every failure)...