Hi, I meet some problem when using Batch Processor. After I installed the MDM (installation verification tools said SUCCESS), I try to use batch processor. When I execute the runbatch.sh, the error message comes out as below: However, I couldn’t find any "com.ibm.websphere.security.registry.propagateExceptionsToClient=true" setting in the WAS. Please help. Thank you!!! (My MDM installation is SUCCESS, but I also have some problems in my DataStewardship. No code list could be shown in the DataStewardship. I wonder if these two problems are connected.) ========ERROR MESSAGE=========== javax.naming.AuthenticationException: Login failed: com.ibm.websphere.security.auth.WSLoginFailedException: Authentication Failed. Note: The propagation of native registry error information is disabled by default. You may enable it by setting the property "com.ibm.websphere.security.registry.propagateExceptionsToClient=true" using the server's administration console at Security -> Global Security -> Custom Properties. [Root exception is com.ibm.websphere.security.auth.WSLoginFailedException: Authentication Failed. Note: The propagation of native registry error information is disabled by default. You may enable it by setting the property "com.ibm.websphere.security.registry.propagateExceptionsToClient=true" using the server's administration console at Security -> Global Security -> Custom Properties. ] at com.ibm.ws.naming.util.SecurityUtil.login(SecurityUtil.java:121) at com.ibm.ws.naming.util.WsnInitCtxFactory.getRootJndiContext(WsnInitCtxFactory.j ava:834) at com.ibm.ws.naming.util.WsnInitCtxFactory.getInitialContextInternal(WsnInitCtxFact ory.java:546) at com.ibm.ws.naming.util.WsnInitCtx.getContext(WsnInitCtx.java:123) at com.ibm.ws.naming.util.WsnInitCtx.getContextIfNull(WsnInitCtx.java:798) at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:164) at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:179) at javax.naming.InitialContext.lookup(Unknown Source) at com.dwl.tcrm.delegate.CustomerReflectionDelegate.init(CustomerReflectionDelegate .java:382) at com.dwl.tcrm.delegate.CustomerReflectionDelegate.<init>(CustomerReflectionDeleg ate.java:190) at com.dwl.batchframework.delegate.Customer.init(Customer.java:122) at com.dwl.batchframework.delegate.CustomerSingleton.init(CustomerSingleton.java:8 2) at com.dwl.batchframework.BatchController.initServerConfiguration(BatchController.ja va:395) at com.dwl.batchframework.BatchController.initialize(BatchController.java:360) at com.dwl.batchframework.BatchController.runBatch(BatchController.java:273) at com.dwl.batchframework.BatchController.main(BatchController.java:204) Caused by: com.ibm.websphere.security.auth.WSLoginFailedException: Authentication Failed. Note: The propagation of native registry error information is disabled by default. You may enable it by setting the property "com.ibm.websphere.security.registry.propagateExceptionsToClient=true" using the server's administration console at Security -> Global Security -> Custom Properties. at com.ibm.ws.security.server.SecurityServerImpl.simple_authenticate(SecurityServerIm pl.java:370) at com.ibm.ws.security.server._SecurityServerImpl_Tie.simple_authenticate(_SecurityS erverImpl_Tie.java:116) at com.ibm.ws.security.server._SecurityServerImpl_Tie._invoke(_SecurityServerImpl_T ie.java:93) at com.ibm.CORBA.iiop.ServerDelegate.dispatchInvokeHandler(ServerDelegate.java:6 22) at com.ibm.CORBA.iiop.ServerDelegate.dispatch(ServerDelegate.java:475) at com.ibm.rmi.iiop.ORB.process(ORB.java:504) at com.ibm.CORBA.iiop.ORB.process(ORB.java:1571) at com.ibm.rmi.iiop.Connection.respondTo(Connection.java:2771) at com.ibm.rmi.iiop.Connection.doWork(Connection.java:2640) at com.ibm.rmi.iiop.WorkUnitImpl.doWork(WorkUnitImpl.java:63) at com.ibm.ejs.oa.pool.PooledThread.run(ThreadPool.java:118) at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1563) Exception in thread "P=307698:O=0:CT" java.lang.NullPointerException at com.dwl.batchframework.BatchController.closeIOqueues(BatchController.java:335) at com.dwl.batchframework.BatchController.runBatch(BatchController.java:295) at com.dwl.batchframework.BatchController.main(BatchController.java:204) root@fdcsra009:/apps/IBM/MDM/MDMServer/BatchProcessor>