Hello Everyone,
I'm building a brand new Solution Manager system using version 7.1. We have fully installed and patched the system, both the Java and ABAP stacks, applied the SLD updates and all suggested config. We are having a problem on the final step of the basic config or the Configure Automatically step.
Most of the functions are running successfully but the "Setup BW" (CCMSBI_RUN_SETUP_IN_BTC ) job is failing with the error: BI_NOT_READY.
Below is the error information in detail:
Message
A failure occured while calling CCMSBI_RUN_SETUP_IN_BTC at ABAP Host=<Hostname> sys=00 client=001 admUser=DDIC rfcUser=SMD_RFC
Details
A failure occured while calling CCMSBI_RUN_SETUP_IN_BTC at ABAP Host=<Hostname> sys=00 client=001 admUser=DDIC rfcUser=SMD_RFC
!! Exception : BI_NOT_READY(Abap cause=/<SID>CLNT001/LS//RSSEND////)
Exception
com.sap.mw.jco.JCO$AbapException: (126) BI_NOT_READY: BI_NOT_READY
at com.sap.mw.jco.MiddlewareJRfc$Client.execute(MiddlewareJRfc.java:1512)
at com.sap.mw.jco.JCO$Client.execute(JCO.java:3937)
at com.sap.mw.jco.JCO$Client.execute(JCO.java:3570)
at com.sap.sup.admin.setup.SolManRfcAdapter.ccmsBiSetup(SolManRfcAdapter.java:114)
at com.sap.sup.admin.setup.ManagingServices.ccmsBiSetup(ManagingServices.java:2495)
at com.sap.sup.admin.setup.SetupStep.runExec(SetupStep.java:567)
at com.sap.sup.admin.setup.SetupStep.execute(SetupStep.java:445)
at com.sap.smd.agent.plugins.remotesetup.SapInstance.setup(SapInstance.java:674)
at com.sap.sup.admin.setup.ws.SetupWrapper._diagSetup(SetupWrapper.java:279)
at com.sap.sup.admin.setup.ws.SetupWrapper.diagSetup(SetupWrapper.java:21)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.sap.engine.services.webservices.runtime.JavaClassImplementationContainer.invokeMethod(JavaClassImplementationContainer.java:76)
at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:174)
at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:81)
at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPost(ServletDispatcherImpl.java:90)
at SoapServlet.doPost(SoapServlet.java:51)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1060)
at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
at java.security.AccessController.doPrivileged(Native Method)
at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
I cannot find any error messages that would indicate why creating this job is failing. Does anyone have any ideas?
Thank you for your assistance.
James