How do I get the instance name in the code to filter using different filters

Hello

I tried to read the name of the instance in my filter code using the code below

String instanceName = binder.getEnvironmentValue ("IDC_Name");

It worked very well for the validateStandard filter, but when using the afterExportBatch filter or afterImportBatch it gives null as a value. Could someone suggest a solution to read this value...


Thank you...

afterImportBatch recovered the value without problems for me in gR 10, 3.

afterExportBatch is not a valid filter; afterArchiveBatchFile is the correct filter, but I got a null so...

Try to use the afterDoArchivingExport and afterDoArchivingImport filters to see if they serve your purpose. You won't get a null value for the latter.

Tags: Fusion Middleware

Similar Questions

Maybe you are looking for