I have DataBase Application Table(DBAT) connector installed on OIM11gR2PS3 box. We have custom groovy script in place for Incremental Reconciliation scheduler, but even having just sysout statements in groovy, the script is not getting invoked.
I checked the Connector configuration lookup the values for groovy file is correctly configured as below:
code: syncScript decode: file:///URL
The oim_server1-dignostic.log file show below error
java.lang.ClassNotFoundException: ADP ClassLoader failed to load: Script1
Any help at earliest would be helpful.
The documentation (not very clear) is in
https://docs.oracle.com/cd/E22999_01/doc.111/e20277/intro.htm#CHDDBGBA.
You need to:
Once the connector has been generated, I don't think the groovy file has any further use.