Error deploy FORUMS16_0-20002293.sca file

Hi experts,
I want to create a forum in portal but not able to deploy FORUMS16_0-20002293.sca file (EP 7.00 SP16). When deploying, the following error occured:
Apr 16, 2009 12:53:42... Info: Software type of SDA: J2EE
Apr 16, 2009 12:53:42... Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
Apr 16, 2009 12:53:51... Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
Apr 16, 2009 12:53:51... Error: Aborted: development component 'com.sap.netweaver.coll.forumsHome'/'sap.com'/'SAP AG'/'7.0016.20080610125917.0000'/'0', grouped by software component 'FORUMS'/'sap.com'/'SAP AG'/'1000.7.00.16.0.20080624153000''/'0':
Caught exception while checking the login credentials for SAP J2EE Engine. Check whether the SAP J2EE Engine is up and running.
com.sap.engine.deploy.manager.DeployManagerException: ERROR: Cannot connect to Host: [sapbwdev] with user name: [j2ee_admin]
                    Check your login information.
                    Exception is:
com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception during getInitialContext operation. No server is running. [Root exception is com.sap.engine.services.security.exceptions.BaseLoginException: Exception in creating new RemoteLoginContext instance.]
     at com.sap.engine.services.jndi.InitialContextFactoryImpl.handleConnectionPropblem(InitialContextFactoryImpl.java:494)
     at com.sap.engine.services.jndi.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:363)
     at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
     at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
     at javax.naming.InitialContext.init(InitialContext.java:219)
     at javax.naming.InitialContext.<init>(InitialContext.java:195)
     at com.sap.engine.deploy.manager.DeployManagerImpl.checkCredentials(DeployManagerImpl.java:2983)
     at com.sap.sdm.serverext.servertype.inqmy.extern.DeployManagerAuthMethodInvoker.invokeCheckCredentialsInternal(DeployManagerAuthMethodInvoker.java:51)
     at com.sap.sdm.serverext.servertype.inqmy.extern.ExternalMethodInvoker.invokeCheckCredentials(ExternalMethodInvoker.java:45)
     at com.sap.sdm.serverext.servertype.inqmy.extern.ExternalMethodInvoker.invokeCheckCredentials(ExternalMethodInvoker.java:32)
     at com.sap.sdm.serverext.servertype.inqmy.extern.EngineOnlineDeployerImpl.checkLoginCredentials(EngineOnlineDeployerImpl.java:173)
     at com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performDeployment(EngineApplOnlineDeployerImpl.java:168)
     at com.sap.sdm.serverext.servertype.inqmy.extern.EngineDeployerImpl.deploy(EngineDeployerImpl.java:96)
     at com.sap.sdm.serverext.servertype.inqmy.EngineProcessor.executeAction(EngineProcessor.java:224)
     at com.sap.sdm.app.proc.deployment.impl.PhysicalDeploymentActionExecutor.execute(PhysicalDeploymentActionExecutor.java:60)
     at com.sap.sdm.app.proc.deployment.impl.DeploymentActionImpl.execute(DeploymentActionImpl.java:186)
     at com.sap.sdm.app.proc.deployment.controllers.internal.impl.DeploymentExecutorImpl.execute(DeploymentExecutorImpl.java:48)
     at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.executeAction(ExecuteDeploymentHandler.java:83)
     at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.handleEvent(ExecuteDeploymentHandler.java:60)
     at com.sap.sdm.app.proc.deployment.states.StateBeforeNextDeployment.processEvent(StateBeforeNextDeployment.java:127)
     at com.sap.sdm.app.proc.deployment.states.InstContext.processEventServerSide(InstContext.java:73)
     at com.sap.sdm.app.proc.deployment.states.InstContext.processEvent(InstContext.java:59)
     at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.doPhysicalDeployment(DeployerImpl.java:128)
     at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.deploy(DeployerImpl.java:97)
     at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.deploy(DeployerImpl.java:68)
     at com.sap.sdm.apiimpl.local.DeployProcessorImpl.deploy(DeployProcessorImpl.java:74)
     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.sdm.is.cs.remoteproxy.server.impl.RemoteProxyServerImpl.requestRemoteCall(RemoteProxyServerImpl.java:127)
     at com.sap.sdm.is.cs.remoteproxy.server.impl.RemoteProxyServerImpl.process(RemoteProxyServerImpl.java:38)
     at com.sap.sdm.apiimpl.remote.server.ApiClientRoleCmdProcessor.process(ApiClientRoleCmdProcessor.java:84)
     at com.sap.sdm.is.cs.session.server.SessionCmdProcessor.process(SessionCmdProcessor.java:67)
     at com.sap.sdm.is.cs.cmd.server.CmdServer.execCommand(CmdServer.java:76)
     at com.sap.sdm.client_server.launch.ServerLauncher$ConnectionHandlerImpl.handle(ServerLauncher.java:286)
     at com.sap.sdm.is.cs.ncserver.NetCommServer.serve(NetCommServer.java:43)
     at com.sap.sdm.is.cs.ncwrapper.impl.ServiceWrapper.serve(ServiceWrapper.java:39)
     at com.sap.bc.cts.tp.net.Worker.run(Worker.java:50)
     at java.lang.Thread.run(Thread.java:534)
Caused by: com.sap.engine.services.security.exceptions.BaseLoginException: Exception in creating new RemoteLoginContext instance.
     at com.sap.engine.services.security.remote.login.RemoteLoginContextExt.<init>(RemoteLoginContextExt.java:34)
     at com.sap.engine.services.jndi.implclient.LoginHelper.clientSideLogin(LoginHelper.java:81)
     at com.sap.engine.services.jndi.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:355)
     ... 38 more
Caused by: java.rmi.RemoteException: Internal error occurred during request execution; nested exception is:
     java.lang.OutOfMemoryError
     at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:369)
     at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:200)
     at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:136)
     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:102)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
Caused by: java.lang.OutOfMemoryError
(message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.checkLoginCredentials.DMEXC)
Apr 16, 2009 12:53:51... Info: Starting to save the repository
Apr 16, 2009 12:53:53... Info: Finished saving the repository
Apr 16, 2009 12:53:53... Info: Starting: Initial deployment: Selected software component 'FORUMS'/'sap.com'/'SAP AG'/'1000.7.00.16.0.20080624153000''/'0' will be deployed.
Apr 16, 2009 12:53:53... Error: Aborted: software component 'FORUMS'/'sap.com'/'SAP AG'/'1000.7.00.16.0.20080624153000''/'0':
Failed deployment of SDAs:
development component 'com.sap.netweaver.coll.forumsHome'/'sap.com'/'SAP AG'/'7.0016.20080610125917.0000'/'0' : aborted
Please, look at error logs above for more information!
Apr 16, 2009 12:53:53... Info: Starting to save the repository
Apr 16, 2009 12:53:54... Info: Finished saving the repository
Apr 16, 2009 12:58:27... Info: J2EE Engine is in same state (online/offline) as it has been before this deployment process.
Apr 16, 2009 12:58:27... Error: -
At least one of the Deployments failed -
How to solve this error?
Thanks,
Nanie

Hello Nanie,
Please refer to SAP Note Number: 1313644.
Best Regards,
Assaf

Similar Messages

  • Error while deploying the JDI SCA file on the server

    Hi,
    I am not able to deploy the 3 SCA files JDIdevinf, JDI buildt and JDIdeinff.
    When deploying the following error occured.
    ABorted deployment component 'tc CBB Appl/'sap.com'/SAP AG'6.4009.00.0000.200411042045
    Caught exception during application deployment from SAP J2EE ENgine's deploy service.
    java.rmi.RemoteException: Cannot deploy application sap.com.tc.CBB Appl.. Reason: Exception during
    application sap.com/tc.CBB Appl in container EJBContainer; nested exception is
    exceptions.ServerDeploymentException: Exception during generation of components of application sap.com/tc.CBS Appl in container EJBContainer
    (message ID:com.sap.sdn.servlet.servertype.inqny.extern.EngineApplOnlineDEployerImpl.per
    REMEXC)
    Deployment of tc.CBBAppl finished with Error
    How to solve this

    Hi,
    We are using NWDS to create a small application to develop ( for ex jspdynpage)
    .while deploying the par file or exporting it to the server,we are getting the error as "please make sure that the server running.HTTPS protocol is not supported,please ensure that this server is not using HTTPS.
    the server is running and is shown in green.
    we have also  disabled the proxy settings.
    we have also tried by specifiing the IP of the server in the proxy settings.
    the above steps didnt work.please suggest the things to do to make this working.
    thanks,
    rajani.

  • Error while importing ESS.sca file in Development tab.

    Hi,
    we are importing the ESS.sca file development tab. we are getting the below error.
    Fatal   Exception:com.sap.cms.tcs.interfaces.exceptions.TCSCommunicationException: communication error: VcmFailureException received: HTTP protocol error [cause: Parsing of the response body failed [reason: XMLParser: > expected to close empty element (:main:, row:1, col:3541811)]]:
    please give your sugesstions.
    Regards,
    srinivas,

    Hi Srinivas,
    Try this out. I had a similar problem and i did this to make the import successful.
    1)     Go to usr/sap/J2E/JTrans/archives and copy the sca file with version shown like the above screen shot.
    2)     Unzip the entire sca file by renaming it. In the META-INF folder open the SAP_MANIFEST.MF file and the replace the 32 character guid for the field “'pr_dtrwspropagationlistid'”
    3)     Change it to a different value and save it.
    4)     There will be four folders when the sca file was unzipped. Select all the 4 folders and then zip it again to the original name of the sca file.
    5)     Copy this file and then place it in the path usr/sap/J2E/JTrans/archives.
    6)     Now try re-importing the file it should work.
    Hope this helps,
    Regards,
    Nagarajan.

  • Deployment of VC*.SCA files

    Hi,
    I downloaded *.SCA files to get VCRole. Could anybody please tell me how to deploy thest files. "What is the path for this.

    Hi,
    You have to use the SDM tool....
    Kind Regards, Luis

  • Error deploying ejb on generated files

    Hi,
    I am trying to deploy an ear with several ejbs in it, however the deployment fails since there are errors on the generated files for an specific. The error in the logs is:
    [07/Apr/2006:09:47:18] SEVERE ( 6716): DPL5102: EJBC - rmic compilation failed
    [07/Apr/2006:09:47:18] WARNING ( 6716): DPL5035:Error while running ejbc
    com.iplanet.ias.deployment.backend.IASDeploymentException: Fatal Error from EJB Compiler -- -- rmic compilation failed: com.iplanet.ias.ejb.codegen.JavaCompilerException: RMI compiler returned an error: C:\Sun\SunONE\AppServer7\domains\domain1\server1\generated\ejb\j2ee-apps\coretest\com\ams\core\webdav\_WebDavResource_EJBObjectImpl_Tie.java:1160: Class java.io.java.io.InputStream not found.
    java.io.java.io.InputStream result;
    ^
    C:\Sun\SunONE\AppServer7\domains\domain1\server1\generated\ejb\j2ee-apps\coretest\com\ams\core\webdav\_WebDavResource_EJBObjectImpl_Tie.java:1693: Class java.io.java.io.InputStream not found.
    java.io.java.io.InputStream result;
    ^
    C:\Sun\SunONE\AppServer7\domains\domain1\server1\generated\ejb\j2ee-apps\coretest\com\ams\core\webdav\_WebDavResourceRemote_Stub.java:2924: The method java.io.java.io.InputStream getMethod(boolean) declared in class com.ams.core.webdav._WebDavResourceRemote_Stub cannot override the method of the same signature declared in interface com.ams.core.webdav.WebDavResourceRemote. They must have the same return type.     
    public java.io.java.io.InputStream getMethod(boolean arg0) throws com.ams.core.webdav.WebDavException, java.rmi.RemoteException {
    ^
    C:\Sun\SunONE\AppServer7\domains\domain1\server1\generated\ejb\j2ee-apps\coretest\com\ams\core\webdav\_WebDavResourceRemote_Stub.java:3012: The method java.io.java.io.InputStream getMethod(java.lang.String, boolean) declared in class com.ams.core.webdav._WebDavResourceRemote_Stub cannot override the method of the same signature declared in interface com.ams.core.webdav.WebDavResourceRemote. They must have the same return type.     
    public java.io.java.io.InputStream getMethod(String arg0, boolean arg1) throws com.ams.core.webdav.WebDavException, java.rmi.RemoteException {
    ^
    4 errors
         at com.iplanet.ias.deployment.backend.EJBCompiler.wrapException(EJBCompiler.java:608)
         at com.iplanet.ias.deployment.backend.EJBCompiler.compile(EJBCompiler.java:186)
         at com.iplanet.ias.deployment.backend.AppDeployer.runEJBC(AppDeployer.java:215)
         at com.iplanet.ias.deployment.backend.AppDeployer.deploy(AppDeployer.java:98)
         at com.iplanet.ias.deployment.backend.AppDeployer.doRequest(AppDeployer.java:50)
         at com.iplanet.ias.admin.server.core.mbean.config.ManagedServerInstance.deployJ2EEApplicationArchiveOrDirectory(ManagedServerInstance.java:789)
         at com.iplanet.ias.admin.server.core.mbean.config.ManagedServerInstance.deployJ2EEApplication(ManagedServerInstance.java:694)
         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.iplanet.ias.admin.server.core.jmx.Introspector.invokeMethodOn(Introspector.java:188)
         at com.iplanet.ias.admin.server.core.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:137)
         at com.iplanet.ias.admin.server.core.jmx.ASMBeanServerImpl.invoke(ASMBeanServerImpl.java:222)
         at com.iplanet.ias.admin.servermodel.controllers.SOMRequestDispatcher.invoke(SOMRequestDispatcher.java:88)
         at com.iplanet.ias.admin.servermodel.controllers.AppServerInstanceCo
    [07/Apr/2006:09:47:18] WARNING ( 6716): ntroller.doDeploy(AppServerInstanceController.java:2518)
         at com.iplanet.ias.admin.servermodel.controllers.AppServerInstanceController.deployApplication(AppServerInstanceController.java:1341)
         at com.iplanet.ias.admin.servermodel.AppServerInstance.deployApplication(AppServerInstance.java:278)
         at com.iplanet.ias.admin.server.gui.jato.DeployEARApplicationViewBean.add(DeployEARApplicationViewBean.java:128)
         at com.iplanet.ias.admin.server.gui.jato.IASViewBean.handleOkRequest(IASViewBean.java:235)
         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.iplanet.jato.view.command.DefaultRequestHandlingCommand.execute(DefaultRequestHandlingCommand.java:183)
         at com.iplanet.jato.view.RequestHandlingViewBase.handleRequest(RequestHandlingViewBase.java:299)
         at com.iplanet.jato.view.ViewBeanBase.dispatchInvocation(ViewBeanBase.java:811)
         at com.iplanet.jato.view.ViewBeanBase.invokeRequestHandlerInternal(ViewBeanBase.java:749)
         at com.iplanet.jato.view.ViewBeanBase.invokeRequestHandler(ViewBeanBase.java:596)
         at com.iplanet.jato.ApplicationServletBase.dispatchRequest(ApplicationServletBase.java:772)
         at com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationServletBase.java:446)
         at com.iplanet.jato.ApplicationServletBase.doPost(ApplicationServletBase.java:324)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.StandardWrapperValve.invokeServletService(StandardWrapperValve.java:720)
         at org.apache.catalina.core.StandardWrapperValve.access$000(StandardWrapperValve.java:118)
         at org.apache.catalina.core.StandardWrapperValve$1.run(StandardWrapperValve.java:278)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:274)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:212)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:203)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
         at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:158)
         at com.iplanet.ias.web.WebContainer.service(WebContainer.java:856)
    As you can see the generated files do not compile because a class specified as java.io.java.io.InputStream does not exists. My ear can be generated successfully and the class in question is specified to be java.io.InputStream. I am running Sun Java System Application Server 7 2004Q2 Update 4.. Any help on this matter will be appreciated.
    Thanks in advance
    Jairo Vazquez

    Hi,
    I am trying to deploy an ear with several ejbs in it, however the deployment fails since there are errors on the generated files for an specific. The error in the logs is:
    [07/Apr/2006:09:47:18] SEVERE ( 6716): DPL5102: EJBC - rmic compilation failed
    [07/Apr/2006:09:47:18] WARNING ( 6716): DPL5035:Error while running ejbc
    com.iplanet.ias.deployment.backend.IASDeploymentException: Fatal Error from EJB Compiler -- -- rmic compilation failed: com.iplanet.ias.ejb.codegen.JavaCompilerException: RMI compiler returned an error: C:\Sun\SunONE\AppServer7\domains\domain1\server1\generated\ejb\j2ee-apps\coretest\com\ams\core\webdav\_WebDavResource_EJBObjectImpl_Tie.java:1160: Class java.io.java.io.InputStream not found.
    java.io.java.io.InputStream result;
    ^
    C:\Sun\SunONE\AppServer7\domains\domain1\server1\generated\ejb\j2ee-apps\coretest\com\ams\core\webdav\_WebDavResource_EJBObjectImpl_Tie.java:1693: Class java.io.java.io.InputStream not found.
    java.io.java.io.InputStream result;
    ^
    C:\Sun\SunONE\AppServer7\domains\domain1\server1\generated\ejb\j2ee-apps\coretest\com\ams\core\webdav\_WebDavResourceRemote_Stub.java:2924: The method java.io.java.io.InputStream getMethod(boolean) declared in class com.ams.core.webdav._WebDavResourceRemote_Stub cannot override the method of the same signature declared in interface com.ams.core.webdav.WebDavResourceRemote. They must have the same return type.     
    public java.io.java.io.InputStream getMethod(boolean arg0) throws com.ams.core.webdav.WebDavException, java.rmi.RemoteException {
    ^
    C:\Sun\SunONE\AppServer7\domains\domain1\server1\generated\ejb\j2ee-apps\coretest\com\ams\core\webdav\_WebDavResourceRemote_Stub.java:3012: The method java.io.java.io.InputStream getMethod(java.lang.String, boolean) declared in class com.ams.core.webdav._WebDavResourceRemote_Stub cannot override the method of the same signature declared in interface com.ams.core.webdav.WebDavResourceRemote. They must have the same return type.     
    public java.io.java.io.InputStream getMethod(String arg0, boolean arg1) throws com.ams.core.webdav.WebDavException, java.rmi.RemoteException {
    ^
    4 errors
         at com.iplanet.ias.deployment.backend.EJBCompiler.wrapException(EJBCompiler.java:608)
         at com.iplanet.ias.deployment.backend.EJBCompiler.compile(EJBCompiler.java:186)
         at com.iplanet.ias.deployment.backend.AppDeployer.runEJBC(AppDeployer.java:215)
         at com.iplanet.ias.deployment.backend.AppDeployer.deploy(AppDeployer.java:98)
         at com.iplanet.ias.deployment.backend.AppDeployer.doRequest(AppDeployer.java:50)
         at com.iplanet.ias.admin.server.core.mbean.config.ManagedServerInstance.deployJ2EEApplicationArchiveOrDirectory(ManagedServerInstance.java:789)
         at com.iplanet.ias.admin.server.core.mbean.config.ManagedServerInstance.deployJ2EEApplication(ManagedServerInstance.java:694)
         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.iplanet.ias.admin.server.core.jmx.Introspector.invokeMethodOn(Introspector.java:188)
         at com.iplanet.ias.admin.server.core.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:137)
         at com.iplanet.ias.admin.server.core.jmx.ASMBeanServerImpl.invoke(ASMBeanServerImpl.java:222)
         at com.iplanet.ias.admin.servermodel.controllers.SOMRequestDispatcher.invoke(SOMRequestDispatcher.java:88)
         at com.iplanet.ias.admin.servermodel.controllers.AppServerInstanceCo
    [07/Apr/2006:09:47:18] WARNING ( 6716): ntroller.doDeploy(AppServerInstanceController.java:2518)
         at com.iplanet.ias.admin.servermodel.controllers.AppServerInstanceController.deployApplication(AppServerInstanceController.java:1341)
         at com.iplanet.ias.admin.servermodel.AppServerInstance.deployApplication(AppServerInstance.java:278)
         at com.iplanet.ias.admin.server.gui.jato.DeployEARApplicationViewBean.add(DeployEARApplicationViewBean.java:128)
         at com.iplanet.ias.admin.server.gui.jato.IASViewBean.handleOkRequest(IASViewBean.java:235)
         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.iplanet.jato.view.command.DefaultRequestHandlingCommand.execute(DefaultRequestHandlingCommand.java:183)
         at com.iplanet.jato.view.RequestHandlingViewBase.handleRequest(RequestHandlingViewBase.java:299)
         at com.iplanet.jato.view.ViewBeanBase.dispatchInvocation(ViewBeanBase.java:811)
         at com.iplanet.jato.view.ViewBeanBase.invokeRequestHandlerInternal(ViewBeanBase.java:749)
         at com.iplanet.jato.view.ViewBeanBase.invokeRequestHandler(ViewBeanBase.java:596)
         at com.iplanet.jato.ApplicationServletBase.dispatchRequest(ApplicationServletBase.java:772)
         at com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationServletBase.java:446)
         at com.iplanet.jato.ApplicationServletBase.doPost(ApplicationServletBase.java:324)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.StandardWrapperValve.invokeServletService(StandardWrapperValve.java:720)
         at org.apache.catalina.core.StandardWrapperValve.access$000(StandardWrapperValve.java:118)
         at org.apache.catalina.core.StandardWrapperValve$1.run(StandardWrapperValve.java:278)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:274)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:212)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:203)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
         at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:158)
         at com.iplanet.ias.web.WebContainer.service(WebContainer.java:856)
    As you can see the generated files do not compile because a class specified as java.io.java.io.InputStream does not exists. My ear can be generated successfully and the class in question is specified to be java.io.InputStream. I am running Sun Java System Application Server 7 2004Q2 Update 4.. Any help on this matter will be appreciated.
    Thanks in advance
    Jairo Vazquez

  • Error deploying my first .war file to Tomcat

    My Tomcat version is Apache Tomcat/6.0.18
    Using Mojarra: mojarra-2.0.0-PR2
    SEVERE: Unable to instantiate ExpressionFactory 'com.sun.el.ExpressionFactoryImpl'
    Apr 2, 2009 4:35:33 PM org.apache.catalina.core.StandardContext start
    SEVERE: Error listenerStart
    Apr 2, 2009 4:35:33 PM org.apache.catalina.core.StandardContext start
    SEVERE: Context [TimeKeeper] startup failed due to previous errors
    Apr 2, 2009 4:35:46 PM org.apache.catalina.loader.WebappClassLoader validateJarFile
    INFO: validateJarFile(/home/aden/apache-tomcat-6.0.18/webapps/TimeKeeper/WEB-INF/lib/servlet-api.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
    Apr 2, 2009 4:35:46 PM com.sun.faces.config.ConfigureListener contextInitialized
    INFO: Initializing Mojarra 2.0.0 (PR2 b09) for context '/TimeKeeper'
    Apr 2, 2009 4:35:47 PM com.sun.faces.config.processor.NavigationConfigProcessor addNavigationRules
    WARNING: JSF1057: The resource referred to by from-view-id, 'index.jsp', does not start with '/'. This will be added for you, but it should be corrected.
    Apr 2, 2009 4:35:47 PM com.sun.faces.config.processor.NavigationConfigProcessor addNavigationCasesForRule
    WARNING: JSF1058: The resource referred to by to-view-id, 'welcome.jsp', for navigation from '/index.jsp', does not start with '/'. This will be added for you, but it should be corrected.
    Apr 2, 2009 4:35:47 PM com.sun.faces.config.ConfigureListener installExpressionFactory
    SEVERE: Unable to instantiate ExpressionFactory 'com.sun.el.ExpressionFactoryImpl'
    Apr 2, 2009 4:35:47 PM org.apache.catalina.core.StandardContext start
    SEVERE: Error listenerStart
    Apr 2, 2009 4:35:47 PM org.apache.catalina.core.StandardContext start
    SEVERE: Context [TimeKeeper] startup failed due to previous errors

    Fixed some minor errors but the error message is pretty much the same.
    catalina.out
    Apr 2, 2009 6:16:43 PM org.apache.catalina.core.StandardContext stop
    INFO: Container org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[TimeKeeper] has not been started
    Apr 2, 2009 6:16:43 PM org.apache.catalina.startup.HostConfig checkResources
    INFO: Undeploying context [TimeKeeper]
    Apr 2, 2009 6:16:53 PM org.apache.catalina.startup.HostConfig deployWAR
    INFO: Deploying web application archive TimeKeeper.war
    Apr 2, 2009 6:16:54 PM org.apache.catalina.loader.WebappClassLoader validateJarFile
    INFO: validateJarFile(/home/aden/apache-tomcat-6.0.18/webapps/TimeKeeper/WEB-INF/lib/servlet-api.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
    Apr 2, 2009 6:16:54 PM com.sun.faces.config.ConfigureListener contextInitialized
    INFO: Initializing Mojarra 2.0.0 (PR2 b09) for context '/TimeKeeper'
    Apr 2, 2009 6:16:55 PM com.sun.faces.config.ConfigureListener installExpressionFactory
    SEVERE: Unable to instantiate ExpressionFactory 'com.sun.el.ExpressionFactoryImpl'
    Apr 2, 2009 6:16:55 PM org.apache.catalina.core.StandardContext start
    SEVERE: Error listenerStart
    Apr 2, 2009 6:16:55 PM org.apache.catalina.core.StandardContext start
    SEVERE: Context [TimeKeeper] startup failed due to previous errors

  • Error while deploying MDM SCA files through SDM over portal

    Hi experts,
    We are trying to deploy MDM business package over CE server.
    In this we are able to deploy the MDM java apis MDMJAVAAPI06_3.sca but while deploying BPMDMTECHN06_4.sca and BPMDMAPPLI06_4.sca we are getting error that Error " AS JAVA is not running" restart and try we tried many times restarting the instance and deploying it again but every time we are getting the same error.
    Please check if the version of the SCA files we are using are correct.
    please help.
    regards
    Narendra

    Hi Narendra,
    If you are using the portal demo version then check the expiry date. Also try deploying any of the SCAs other than MDMJAVAAPI to confirm whether the error is due to SCA files or there is a problem with the portal server.
    If you get the same error then you should download the SCA files again from market place and try deploying them. Version doesn't play any role in case of deployment. But make sure it should be compatible with the MDM Server version.
    Regards,
    Jitesh Talreja

  • Deployment of SCA File

    Hello All,
                   I tried to deploy SAPESS04_2-20002355.SCA through SDM but I am getting the below error.Please suggest how can I deploy the above sca file.
    Jun 2, 2009 8:09:46 AM   Info: End of log messages of the target system.
    Jun 2, 2009 8:09:46 AM   Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Jun 2, 2009 8:09:46 AM   Error: Aborted: development component 'ess/lwegp'/'sap.com'/'MAIN_ERP53PAT_C'/'6730334'/'1', grouped by software component 'SAP_ESS'/'sap.com'/'MAIN_ERP53PAT_C'/'1000.603.0.4.2.20090420093248''/'1':
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Error occurred while deploying ear file ./temp/deploy/work/deploying/ess_lwegp.ear.
    Reason: None of the available containers recognized the components of application sap.com/ess~lwegp; it is not possible to make deploy.
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Jun 2, 2009 8:09:47 AM   Info: Starting to save the repository
    Jun 2, 2009 8:09:48 AM   Info: Finished saving the repository
    Jun 2, 2009 8:09:53 AM   Info: Starting: Initial deployment: Selected software component 'SAP_ESS'/'sap.com'/'MAIN_ERP53PAT_C'/'1000.603.0.4.2.20090420093248''/'1' will be deployed.
    Jun 2, 2009 8:09:53 AM   Error: Aborted: software component 'SAP_ESS'/'sap.com'/'MAIN_ERP53PAT_C'/'1000.603.0.4.2.20090420093248''/'1':
    Failed deployment of SDAs:
    development component 'ess/lwegp'/'sap.com'/'MAIN_ERP53PAT_C'/'6730334'/'1' : aborted
    Please, look at error logs above for more information!
    Jun 2, 2009 8:09:54 AM   Info: Starting to save the repository
    Jun 2, 2009 8:09:55 AM   Info: Finished saving the repository
    Jun 2, 2009 8:09:58 AM   Info: J2EE Engine is in same state (online/offline) as it has been before this deployment process.

    I tried to restart the deployment but getting the below error..
    Starting Deployment of SAP_ESS
    Aborted: software component 'SAP_ESS'/'sap.com'/'MAIN_ERP53PAT_C'/'1000.603.0.4.2.20090420093248''/'1':
    Failed deployment of SDAs:
    development component 'ess/lwegp'/'sap.com'/'MAIN_ERP53PAT_C'/'6730334'/'1' : aborted
    Please, look at error logs above for more information!
    Deployment of SAP_ESS finished with Error (Duration 6891 ms)

  • Error Deploying CMP Entity Bean

    Hi,
    I am new to Entity Beans and am trying to deploy a CMP Entity Bean without any success.
    I did search this forum for similar issues and tried those suggestions as well but that has not helped. Was wondering if someone could help me out on this.
    The Entity bean has 2 fields: name and description.
    The ejb-jar.xml file for this bean is:
    <enterprise-beans>
    <entity>
    <ejb-name>Product</ejb-name>
    <home>example.cmp.ProductHome</home>
    <remote>example.cmp.Product</remote>
    <ejb-class>example.cmp.ProductBean</ejb-class>
    <persistence-type>Container</persistence-type>
    <prim-key-class>java.lang.String</prim-key-class>
    <reentrant>false</reentrant>
    <cmp-version>2.x</cmp-version>
    <abstract-schema-name>PRODUCTS</abstract-schema-name>
    <cmp-field>
    <field-name>name</field-name>
    </cmp-field>
    <cmp-field>
    <field-name>description</field-name>
    </cmp-field>
    <primkey-field>name</primkey-field>
    <query>
    </query>
    </entity>
    </enterprise-beans>
    The error that I get while deploying the bean is:
    Error deploying EJB homes for: file:/C:/servers/oc4j1013/j2ee/home/applications/cmptest/cmptest.jar
    java.lang.InstantiationException: Error looking up cmt-datasource at jdbc/OracleDS (name not found)
    at com.evermind.server.ApplicationState.getDataSourceContainer(ApplicationState.java:384)
    Error deploying file:/C:/servers/oc4j1013/j2ee/home/applications/cmptest/cmptest.jar
    homes: Error looking up cmt-datasource at jdbc/OracleDS (name not found)
    [java] [TopLink Severe]: 2005.04.17 10:22:20.156--ServerSession(28816172)--
    Local Exception Stack:
    [java] Exception [TOPLINK-7060] (TopLink (Oracle OC4J CMP) - 10g release 3(10.1.3.0) (Build 041129)): oracle.toplink.exceptions.ValidationException
    [java] Exception Description: Cannot acquire data source [jdbc/OracleDS].
    [java] Internal Exception: javax.naming.NameNotFoundException: jdbc/OracleDS not found
    [java] at oracle.toplink.exceptions.ValidationException.cannotAcquireDataSource(ValidationException.java:208)
    [java] at oracle.toplink.internal.ejb.cmp.oc4j.Oc4jNonJtaConnector.getOrCreateDataSource(Oc4jNonJtaConnector.java:62)
    If anybody knows what the problem is please let me know.
    Thanks in advance.
    Bhupen

    Please note that the data-source has been re-architectured in 10.1.3 DP3 and you should have DataSource as follows:
    <data-sources xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:noNamespaceSchemaLocation='http://xmlns.oracle.com/oracleas/schema/data-sources-10_1.xsd' schema-major-version='10' schema-minor-version='1'>
    <managed-data-source connection-pool-name='Example Connection Pool' jndi-name='jdbc/OracleDS' name='OracleManagedDS' />
    <connection-pool name='Example Connection Pool' >
    <connection-factory factory-class='oracle.jdbc.pool.OracleDataSource' user='scott' password='tiger' url='jdbc:oracle:thin:@localhost:1521:orcl'>
    </connection-factory>
    </connection-pool>
    </data-sources>

  • Create .SCA file for MII project

    Please let me know the steps in creating .SCA file for deploying MII projects developed using WorkBench with login page. I think that after creating the .SCA file we can deploy it using Eclipse under the menu Deploy View Console or using JSPM. After deploying we should be able to login using the credentials and should be redirected based on roles to appropriate pages.
    I had deployed the intial .SCA file named (XMII08_0-20004625.SCA) using JSPM. MII version used is 12.1.8 and Netweaver version is NW CE 7.1 EHP1 SP5.
    How we can set up the development environment in Eclipse or NetWeaver Developer Studio for MII project development so that we can directly create MII SCA file from the tool itself. Please share documents if any.

    I need to modify the default login page in MII and redirect it to different URLs based on roles.
    I am able to change the images in the default Menu.jsp in the NetWeaver login to Authentication page and inside properties tab. There I am able to change the images like branding-image.jpg, SAP NetWeaver image, SAP Image. But this is reflected in both the URLs
    http://servername:50000/nwa  and http://servername:50000/XMII/Menu.jsp
    Then I changed the web.xml inside war file (tcsecumelogonui.war) which is in the path InstanceDirectory:\usr\sap\CE1\J00\j2ee\cluster\apps\sap.com\com.sap.security.core.logon\servlet_jsp\logon_ui_resources with the new Login.jsp file instead of Menu.jsp for the servlet tags but still when I access the new Login.jsp page from the URL http://servername:50000/XMII/Login.jsp it is still showing Menu.jsp. But when I tried to login using the Menu.jsp page then it is redirected to my new Login.jsp page.
    Please let me know how I will be able to change and deploy a new login page in MII 12.1.8 and with NetWeaver CE 7.1 EHP1 SP5.

  • Error deploying .sca files of SRM MDM Catalog 2.0 in SRM system

    Hi All,
    I'm trying to deploy the SRMMDM20SP02_2_BP_SRM_MDM.sca in SRM system but i'm getting the following error while deploying it.
    08/03/04 16:05:22 -  Start deploying ...
    08/03/04 16:05:22 -  EAR file uploaded to server for 16ms.
    08/03/04 16:05:22 -  ERROR: Not deployed. Deploy Service returned ERROR:
                         java.rmi.RemoteException: Error occurred while deploying ear file ./temp/deploy/work/deploying/srm_mdmcat_bp_webappr.ear.
                         Reason: None of the available containers recognized the components of application sap.com/srmmdmcatbp~webappr; it is not possible to make deploy.
                              at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:570)
                              at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:1555)
                              at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:312)
                              at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:199)
                              at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:129)
                              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:100)
                              at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
                         For detailed information see the log file of the Deploy Service.
    08/03/04 16:05:22 -  ***********************************************************
    Mar 4, 2008 4:05:22 PM   Info: End of log messages of the target system.
    Mar 4, 2008 4:05:22 PM   Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    I tried deploying using SDM and JSPM. Either way i'm getting the same error. Can anyone tell me what is going wrong and what is the container it is requesting???
    Thanks in advance.
    Regards,
    Seema

    Hi Tejas,
    Thank You for ur response.
    I am deploying on SRM server with WAS 7.0 so I guess that is not the reason. If you can notice in the error it is trying to find some container which it is not able to find. Do you have any hint what this container is??
    Also i would like to know what is the content of the SRMMDM20SP02_2_BP_SRM_MDM.sca. Does it gives us a UI like the Configuration UI?? If so can u please send me the link via which i can access it coz i didn't find any such link in the documents.
    Thanks and Regards,
    Seema.

  • Error deploying the .SCA files in SDM related to ESS packages

    Hi Experts,
    I am getting the following error , when i deploy the .SCA file related to the ESS packages. Kindly let mek now what could be the issue to fix this problem.
    already deployed following files.
    1. SAPPCUIGP04_0-20001215.sca
    2. BPERP4ESS01_0-10003146.sca
    Error:
    Unresolved dependencies found for the following SDAs:
    1.: development component 'abcau/ess/au/rep'/'abc.com'/'JD3_XSP11MOD_C'/'27510'/'0'
    dependency:
           name:     'ess/rep'
         vendor:     'sap.com'
    There is no component either in SDM repository or in Deployment batch that resolves the dependency.
    2.: development component 'abcau/ess/au/bank_dc'/'abc.com'/'JD3_XSP11MOD_C'/'27505'/'0'
    dependency:
           name:     'ess/per'
         vendor:     'sap.com'
    There is no component either in SDM repository or in Deployment batch that resolves the dependency.
    dependency:
           name:     'ess/xx'
         vendor:     'sap.com'
    There is no component either in SDM repository or in Deployment batch that resolves the dependency.
    3.: development component 'abcau/ess_rem'/'abc.com'/'JD3_XSP11MOD_C'/'27509'/'0'
    dependency:
           name:     'ess/per'
         vendor:     'sap.com'
    There is no component either in SDM repository or in Deployment batch that resolves the dependency.
    Deployment will be aborted.
    Regards
    Vijay

    Hi,
    This is known issue....
    SAP resolved this in SAP ESS SP Stack 20.
    So when deployment error occurs for Austrlian DC's, import SAP ERP SP Stack 20.
    Refer SAP Note# 1167226
    If you face this again....better contact SAP.
    ~ Padmanaban

  • Error Updating WAS SP13 -- SPS18, Phase Deploy Online: SAPJTECHS18_0.SCA

    hello,
    I can not update SAP WAS Java SP13 to SPS18. I get an error message during phase "deploy online" (18 of 24). see the error message and log below.
    Previous to running the update I successfully run the WAS SP18 Prerequisite Check based on "WAS-PREREQUISITE_CHECK_DATA_640.XML" downloaded at 2006-08-24 without any warnings or errors.
    I used sapcar 6.40 patchlevel 4, I extracted the following downloaded files in this order:
    sapcar -xvf SAPINST18_0-20000118.SAR -R NW04-WebASJava-18
    sapcar -xvf CTRLMSS18_0-20000118.SAR -R NW04-WebASJava-18
    sapcar -xvf J2EERT18_0-10001982.SAR -R NW04-WebASJava-18
    sapcar -xvf J2EERTOS18_0-20000118.SAR -R NW04-WebASJava-18
    for any help I would be very greatful.
    thanks, volker.
    WARNING 2006-08-25 01:42:13
    Execution of the command "C:\j2sdk1.4.2_12/bin/java.exe '-Xmx256M' '-jar' 'C:\usr\sap/J2E/JC00/SDM/program/bin/SDM.jar' 'deploy' 'list=C:\Program Files\sapinst_instdir\PATCH\MSS/SDAS_TO_BE_DEPLOYED.LST' 'onerror=stop' 'sdmhome=C:\usr\sap/J2E/JC00/SDM/program' 'logfile=C:\Program Files\sapinst_instdir\PATCH\MSS/callSdmViaSapinst.log' 'logtoconsole=true'" finished with return code 4. Output: Info: Info: ============================================Info: =   Starting to execute command 'deploy'   =Info: ============================================Info: Starting SDM - Software Deployment Manager...Starting SDM - Software Deployment Manager...Info: tc/SL/SDM/SDM/sap.com/SAP AG/6.4018.00.0000.20060706111659.0000tc/SL/SDM/SDM/sap.com/SAP AG/6.4018.00.0000.20060706111659.0000Info: SDM operation mode successfully set to: StandaloneInitializing Network Manager (50017)Info: Initializing Network Manager (50017)Checking if another SDM is running on port 50018Info: Checking if another SDM is running on port 50018Info: -
    Starting deployment -
    Info: Error handling strategy: OnErrorStopInfo: Prerequisite error handling strategy: OnPrerequisiteErrorStopInfo: Update strategy: UpdateLowerVersionsInfo: Starting deployment prerequisites:Info: Loading selected archives...Info: Loading archive 'S:\SAP\Downloads\200608\NW04-WebASJava-18\J2EE-RUNT-CD\J2EE-ENG\ONLINE\SAPJTECHS18_0.SCA'Info: Selected archives successfully loaded.Info: Actions per selected component:Info: Update: Selected development component 'com.sap.security.core.admin'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111713.0000'/'0' updates currently deployed development component 'com.sap.security.core.admin'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050621161034.0000'/'0'.Info: Update: Selected development component 'com.sap.aii.ibtranslationclient'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060413102101.0000'/'0' updates currently deployed development component 'com.sap.aii.ibtranslationclient'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050331133226.0000'/'0'.Info: Update: Selected development component 'com.sap.rprof.jddschema'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060413101559.0000'/'0' updates currently deployed development component 'com.sap.rprof.jddschema'/'sap.com'/'SAP AG'/'6.4013.00.0000.20040609162409.0000'/'0'.Info: Initial deployment: Selected development component 'tc/wd/wslib'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060726153907.0000'/'0' will be deployed.Info: Update: Selected development component 'tc/workflowmodeler'/'sap.com'/'SAP AG'/'6.4018.00.0000.20050606172955.0000'/'0' updates currently deployed development component 'tc/workflowmodeler'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050606172955.0000'/'0'.Info: Update: Selected development component 'com.sap.lcr.saprfc'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111625.0000'/'0' updates currently deployed development component 'com.sap.lcr.saprfc'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050629160141.0000'/'0'.Info: Update: Selected development component 'tc/wd/pdfsvrchal'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706112627.0000'/'0' updates currently deployed development component 'tc/wd/pdfsvrchal'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050606171958.0000'/'0'.Info: Update: Selected development component 'com.sap.aii.util.rb'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060413102101.0000'/'0' updates currently deployed development component 'com.sap.aii.util.rb'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050331133226.0000'/'0'.Info: Update: Selected development component 'com.sapportals.supportplatform.dbschema'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111519.0000'/'0' updates currently deployed development component 'com.sapportals.supportplatform.dbschema'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050719155812.0000'/'0'.Info: Update: Selected development component 'com.sap.util.monitor.grmg'/'sap.com'/'SAP AG'/'6.4018.00.0000.20050818153022.0000'/'0' updates currently deployed development component 'com.sap.util.monitor.grmg'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050621154902.0000'/'0'.Info: Update: Selected development component 'com.sap.engine.customizing.ccms'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060814115206.0000'/'0' updates currently deployed development component 'com.sap.engine.customizing.ccms'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050712155016.0000'/'0'.Info: Update: Selected development component 'tc/supportplatform/engine'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111519.0000'/'0' updates currently deployed development component 'tc/supportplatform/engine'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050719155812.0000'/'0'.Info: Initial deployment: Selected development component 'tc/SL/utility/wsear'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060119145451.0000'/'0' will be deployed.Info: Update: Selected development component 'com.sap.lcr.namealloc'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111625.0000'/'0' updates currently deployed development component 'com.sap.lcr.namealloc'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050629160141.0000'/'0'.Info: Update: Selected development component 'SQLTrace'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706112013.0000'/'0' updates currently deployed development component 'SQLTrace'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050623162450.0000'/'0'.Info: Update: Selected development component 'tc/bcb/api'/'sap.com'/'SAP AG'/'6.4018.00.0000.20050606172625.0000'/'0' updates currently deployed development component 'tc/bcb/api'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050606172625.0000'/'0'.Info: Update: Selected development component 'com.sap.lcr'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111625.0000'/'0' updates currently deployed development component 'com.sap.lcr'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050629160141.0000'/'0'.Info: Update: Selected development component 'com.sap.rprof.remoteProfile'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060413101559.0000'/'0' updates currently deployed development component 'com.sap.rprof.remoteProfile'/'sap.com'/'SAP AG'/'6.4013.00.0000.20040609162409.0000'/'0'.Info: Update: Selected development component 'com.sapmarkets.mesyncjco'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060413101332.0000'/'0' updates currently deployed development component 'com.sapmarkets.mesyncjco'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050617154156.0000'/'0'.Info: Update: Selected development component 'tc/TechSrv/xml_das_connector_init'/'sap.com'/'SAP AG'/'6.4018.00.0000.20051027101045.0000'/'0' updates currently deployed development component 'tc/TechSrv/xml_das_connector_init'/'sap.com'/'SAP AG'/'6.4013.00.0000.20041104140052.0000'/'0'.Info: Update: Selected development component 'tc/uddi/dbschema'/'sap.com'/'SAP AG'/'6.4018.00.0000.20050606164207.0000'/'0' updates currently deployed development component 'tc/uddi/dbschema'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050606164207.0000'/'0'.Info: Update: Selected development component 'tc/sec/wssec/app'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111002.0000'/'0' updates currently deployed development component 'tc/sec/wssec/app'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050609111110.0000'/'0'.Info: Update: Selected development component 'tc/TechSrv/XML_DAS_Connector_Schema'/'sap.com'/'SAP AG'/'6.4018.00.0000.20051027101045.0000'/'0' updates currently deployed development component 'tc/TechSrv/XML_DAS_Connector_Schema'/'sap.com'/'SAP AG'/'6.4013.00.0000.20041104140052.0000'/'0'.Info: Update: Selected development component 'tc/wd/tools'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706112627.0000'/'0' updates currently deployed development component 'tc/wd/tools'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050606171958.0000'/'0'.Info: Update: Selected development component 'com.sap.util.monitor.jarm.j2ee'/'sap.com'/'SAP AG'/'6.4018.00.0000.20051027104030.0000'/'0' updates currently deployed development component 'com.sap.util.monitor.jarm.j2ee'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050606163854.0000'/'0'.Info: Update: Selected development component 'tc/wd/dispwda'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060726153907.0000'/'0' updates currently deployed development component 'tc/wd/dispwda'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050628104636.0000'/'0'.Info: Update: Selected development component 'tc/bcb/ici'/'sap.com'/'SAP AG'/'6.4018.00.0000.20050606172625.0000'/'0' updates currently deployed development component 'tc/bcb/ici'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050606172625.0000'/'0'.Info: Update: Selected development component 'com.sapportals.htmlb'/'sap.com'/'SAP AG'/'6.4018.00.0000.20050121164722.0000'/'0' updates currently deployed development component 'com.sapportals.htmlb'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050121164722.0000'/'0'.Info: No action: Selected development component 'synclog'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706112013.0000'/'1' will not update currently deployed development component 'synclog'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706112013.0000'/'0'.Info: Update: Selected development component 'tc/monitoring/systeminfo'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060814115206.0000'/'0' updates currently deployed development component 'tc/monitoring/systeminfo'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050712155016.0000'/'0'.Info: Update: Selected development component 'com.sap.aii.util.misc'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060413102101.0000'/'0' updates currently deployed development component 'com.sap.aii.util.misc'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050331133226.0000'/'0'.Info: Update: Selected development component 'tc/sld/data'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111625.0000'/'0' updates currently deployed development component 'tc/sld/data'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050629160141.0000'/'0'.Info: Update: Selected development component 'tc/TechSrv/XML_DAS_Connector'/'sap.com'/'SAP AG'/'6.4018.00.0000.20051027101045.0000'/'0' updates currently deployed development component 'tc/TechSrv/XML_DAS_Connector'/'sap.com'/'SAP AG'/'6.4013.00.0000.20041104140052.0000'/'0'.Info: Update: Selected development component 'com.sap.aii.proxy.framework'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060413102101.0000'/'0' updates currently deployed development component 'com.sap.aii.proxy.framework'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050331133226.0000'/'0'.Info: Update: Selected development component 'com.sapportals.supportplatform'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111519.0000'/'0' updates currently deployed development component 'com.sapportals.supportplatform'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050719155812.0000'/'0'.Info: Update: Selected software component 'SAP_JTECHS'/'sap.com'/'SAP AG'/'1000.6. ...
    ERROR 2006-08-25 01:42:13
    MUT-02041  SDM call of deploySdaList ends with returncode 4. See output of logfile C:\Program Files\sapinst_instdir\PATCH\MSS\callSdmViaSapinst.log.
    ERROR 2006-08-25 01:42:13
    MUT-03025  Caught ESAPinstException in Modulecall: ESAPinstException: error text undefined.
    this is the contents of callSdmViaSapinst.log:
    Aug 25, 2006 12:30:06... Info: Start logging to console
    Aug 25, 2006 12:30:06... Info:
    Aug 25, 2006 12:30:06... Info: ============================================
    Aug 25, 2006 12:30:06... Info: =   Starting to execute command 'deploy'   =
    Aug 25, 2006 12:30:06... Info: ============================================
    Aug 25, 2006 12:30:06... Info: Starting SDM - Software Deployment Manager...
    Aug 25, 2006 12:30:06... Info: tc/SL/SDM/SDM/sap.com/SAP AG/6.4018.00.0000.20060706111659.0000
    Aug 25, 2006 12:30:08... Info: SDM operation mode successfully set to: Standalone
    Aug 25, 2006 12:30:08... Info: Initializing Network Manager (50017)
    Aug 25, 2006 12:30:08... Info: Checking if another SDM is running on port 50018
    Aug 25, 2006 12:30:08... Info: -
    Starting deployment -
    Aug 25, 2006 12:30:08... Info: Error handling strategy: OnErrorStop
    Aug 25, 2006 12:30:08... Info: Prerequisite error handling strategy: OnPrerequisiteErrorStop
    Aug 25, 2006 12:30:08... Info: Update strategy: UpdateLowerVersions
    Aug 25, 2006 12:30:08... Info: Starting deployment prerequisites:
    Aug 25, 2006 12:30:11... Info: Loading selected archives...
    Aug 25, 2006 12:30:11... Info: Loading archive 'S:\SAP\Downloads\200608\NW04-WebASJava-18\J2EE-RUNT-CD\J2EE-ENG\ONLINE\SAPJTECHS18_0.SCA'
    Aug 25, 2006 12:30:16... Info: Selected archives successfully loaded.
    Aug 25, 2006 12:30:18... Info: Actions per selected component:
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'com.sap.security.core.admin'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111713.0000'/'0' updates currently deployed development component 'com.sap.security.core.admin'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050621161034.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'com.sap.aii.ibtranslationclient'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060413102101.0000'/'0' updates currently deployed development component 'com.sap.aii.ibtranslationclient'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050331133226.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'com.sap.rprof.jddschema'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060413101559.0000'/'0' updates currently deployed development component 'com.sap.rprof.jddschema'/'sap.com'/'SAP AG'/'6.4013.00.0000.20040609162409.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Initial deployment: Selected development component 'tc/wd/wslib'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060726153907.0000'/'0' will be deployed.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'tc/workflowmodeler'/'sap.com'/'SAP AG'/'6.4018.00.0000.20050606172955.0000'/'0' updates currently deployed development component 'tc/workflowmodeler'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050606172955.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'com.sap.lcr.saprfc'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111625.0000'/'0' updates currently deployed development component 'com.sap.lcr.saprfc'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050629160141.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'tc/wd/pdfsvrchal'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706112627.0000'/'0' updates currently deployed development component 'tc/wd/pdfsvrchal'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050606171958.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'com.sap.aii.util.rb'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060413102101.0000'/'0' updates currently deployed development component 'com.sap.aii.util.rb'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050331133226.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'com.sapportals.supportplatform.dbschema'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111519.0000'/'0' updates currently deployed development component 'com.sapportals.supportplatform.dbschema'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050719155812.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'com.sap.util.monitor.grmg'/'sap.com'/'SAP AG'/'6.4018.00.0000.20050818153022.0000'/'0' updates currently deployed development component 'com.sap.util.monitor.grmg'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050621154902.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'com.sap.engine.customizing.ccms'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060814115206.0000'/'0' updates currently deployed development component 'com.sap.engine.customizing.ccms'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050712155016.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'tc/supportplatform/engine'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111519.0000'/'0' updates currently deployed development component 'tc/supportplatform/engine'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050719155812.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Initial deployment: Selected development component 'tc/SL/utility/wsear'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060119145451.0000'/'0' will be deployed.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'com.sap.lcr.namealloc'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111625.0000'/'0' updates currently deployed development component 'com.sap.lcr.namealloc'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050629160141.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'SQLTrace'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706112013.0000'/'0' updates currently deployed development component 'SQLTrace'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050623162450.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'tc/bcb/api'/'sap.com'/'SAP AG'/'6.4018.00.0000.20050606172625.0000'/'0' updates currently deployed development component 'tc/bcb/api'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050606172625.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'com.sap.lcr'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111625.0000'/'0' updates currently deployed development component 'com.sap.lcr'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050629160141.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'com.sap.rprof.remoteProfile'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060413101559.0000'/'0' updates currently deployed development component 'com.sap.rprof.remoteProfile'/'sap.com'/'SAP AG'/'6.4013.00.0000.20040609162409.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'com.sapmarkets.mesyncjco'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060413101332.0000'/'0' updates currently deployed development component 'com.sapmarkets.mesyncjco'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050617154156.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'tc/TechSrv/xml_das_connector_init'/'sap.com'/'SAP AG'/'6.4018.00.0000.20051027101045.0000'/'0' updates currently deployed development component 'tc/TechSrv/xml_das_connector_init'/'sap.com'/'SAP AG'/'6.4013.00.0000.20041104140052.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'tc/uddi/dbschema'/'sap.com'/'SAP AG'/'6.4018.00.0000.20050606164207.0000'/'0' updates currently deployed development component 'tc/uddi/dbschema'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050606164207.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'tc/sec/wssec/app'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111002.0000'/'0' updates currently deployed development component 'tc/sec/wssec/app'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050609111110.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'tc/TechSrv/XML_DAS_Connector_Schema'/'sap.com'/'SAP AG'/'6.4018.00.0000.20051027101045.0000'/'0' updates currently deployed development component 'tc/TechSrv/XML_DAS_Connector_Schema'/'sap.com'/'SAP AG'/'6.4013.00.0000.20041104140052.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'tc/wd/tools'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706112627.0000'/'0' updates currently deployed development component 'tc/wd/tools'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050606171958.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'com.sap.util.monitor.jarm.j2ee'/'sap.com'/'SAP AG'/'6.4018.00.0000.20051027104030.0000'/'0' updates currently deployed development component 'com.sap.util.monitor.jarm.j2ee'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050606163854.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'tc/wd/dispwda'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060726153907.0000'/'0' updates currently deployed development component 'tc/wd/dispwda'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050628104636.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'tc/bcb/ici'/'sap.com'/'SAP AG'/'6.4018.00.0000.20050606172625.0000'/'0' updates currently deployed development component 'tc/bcb/ici'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050606172625.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'com.sapportals.htmlb'/'sap.com'/'SAP AG'/'6.4018.00.0000.20050121164722.0000'/'0' updates currently deployed development component 'com.sapportals.htmlb'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050121164722.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: No action: Selected development component 'synclog'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706112013.0000'/'1' will not update currently deployed development component 'synclog'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706112013.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'tc/monitoring/systeminfo'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060814115206.0000'/'0' updates currently deployed development component 'tc/monitoring/systeminfo'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050712155016.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'com.sap.aii.util.misc'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060413102101.0000'/'0' updates currently deployed development component 'com.sap.aii.util.misc'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050331133226.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'tc/sld/data'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111625.0000'/'0' updates currently deployed development component 'tc/sld/data'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050629160141.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'tc/TechSrv/XML_DAS_Connector'/'sap.com'/'SAP AG'/'6.4018.00.0000.20051027101045.0000'/'0' updates currently deployed development component 'tc/TechSrv/XML_DAS_Connector'/'sap.com'/'SAP AG'/'6.4013.00.0000.20041104140052.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'com.sap.aii.proxy.framework'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060413102101.0000'/'0' updates currently deployed development component 'com.sap.aii.proxy.framework'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050331133226.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'com.sapportals.supportplatform'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111519.0000'/'0' updates currently deployed development component 'com.sapportals.supportplatform'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050719155812.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected software component 'SAP_JTECHS'/'sap.com'/'SAP AG'/'1000.6.40.18.0.20060816080857''/'0' updates currently deployed software component 'SAP_JTECHS'/'sap.com'/'SAP AG'/'1000.6.40.13.0.20050720034335''/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'com.sap.engine.docs.examples'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060814115206.0000'/'0' updates currently deployed development component 'com.sap.engine.docs.examples'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050712155016.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'com.sap.lcr.jddschema'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111625.0000'/'0' updates currently deployed development component 'com.sap.lcr.jddschema'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050629160141.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'com.sap.engine.class.download'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060814115206.0000'/'0' updates currently deployed development component 'com.sap.engine.class.download'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050712155016.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'com.sap.util.monitor.jarm.ccms'/'sap.com'/'SAP AG'/'6.4018.00.0000.20051027104030.0000'/'0' updates currently deployed development component 'com.sap.util.monitor.jarm.ccms'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050606163854.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'tc/sec/vsi/app'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111002.0000'/'0' updates currently deployed development component 'tc/sec/vsi/app'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050609111110.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'tc/uddi'/'sap.com'/'SAP AG'/'6.4018.00.0000.20050606164207.0000'/'0' updates currently deployed development component 'tc/uddi'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050606164207.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'com.sap.pmi.adm'/'sap.com'/'SAP AG'/'6.4018.00.0000.20050818152118.0000'/'0' updates currently deployed development component 'com.sap.pmi.adm'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050606163602.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'com.sap.jdo'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706112029.0000'/'0' updates currently deployed development component 'com.sap.jdo'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050719161053.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'tc/SL/CMS/Util'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060413101532.0000'/'0' updates currently deployed development component 'tc/SL/CMS/Util'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050630075426.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'com.sap.mobile.clientinfo'/'sap.com'/'SAP AG'/'6.4018.00.0000.20050331133205.0000'/'0' updates currently deployed development component 'com.sap.mobile.clientinfo'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050331133205.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'tc/conn/connectorframework'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060413100235.0000'/'0' updates currently deployed development component 'tc/conn/connectorframework'/'sap.com'/'SAP AG'/'6.4013.00.0000.20041104140206.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'tc/SL/CMS/IDEClient'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060413101532.0000'/'0' updates currently deployed development component 'tc/SL/CMS/IDEClient'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050630075426.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'com.sap.ip.me.insttool'/'sap.com'/'SAP AG'/'6.4018.00.0000.20050818150135.0000'/'0' updates currently deployed development component 'com.sap.ip.me.insttool'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050617154449.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'com.sap.aii.ibtransportclient'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060413102101.0000'/'0' updates currently deployed development component 'com.sap.aii.ibtransportclient'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050331133226.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'com.sap.ip.me.webconsole'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111540.0000'/'0' updates currently deployed development component 'com.sap.ip.me.webconsole'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050624161235.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'tc/wd/pdfobject'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060726153907.0000'/'0' updates currently deployed development component 'tc/wd/pdfobject'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050628104636.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'com.sap.lcrabapapi'/'sap.com'/'SAP AG'/'6.4018.00.0000.20050606164103.0000'/'0' updates currently deployed development component 'com.sap.lcrabapapi'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050606164103.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'tc/sec/app'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111002.0000'/'0' updates currently deployed development component 'tc/sec/app'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050609111110.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'com.sapportals.htmlb.ear'/'sap.com'/'SAP AG'/'6.4018.00.0000.20050121164722.0000'/'0' updates currently deployed development component 'com.sapportals.htmlb.ear'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050121164722.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'tc/wd/corecomp'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706112627.0000'/'0' updates currently deployed development component 'tc/wd/corecomp'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050606171958.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'tc/TechSrv/XML_DAS'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060119123705.0000'/'0' updates currently deployed development component 'tc/TechSrv/XML_DAS'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050628142849.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'com.sap.aii.util.xml'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060413102101.0000'/'0' updates currently deployed development component 'com.sap.aii.util.xml'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050331133226.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'tc/eCATTPing'/'sap.com'/'SAP AG'/'6.4018.00.0000.20041104140331.0000'/'0' updates currently deployed development component 'tc/eCATTPing'/'sap.com'/'SAP AG'/'6.4013.00.0000.20041104140331.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'com.sap.rprof.dbprofiles'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060413101559.0000'/'0' updates currently deployed development component 'com.sap.rprof.dbprofiles'/'sap.com'/'SAP AG'/'6.4013.00.0000.20040609162409.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'com.sap.engine.services.webservices.tool'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060814115206.0000'/'0' updates currently deployed development component 'com.sap.engine.services.webservices.tool'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050712155016.0000'/'0'.
    Aug 25, 2006 12:30:18... Info: Update: Selected development component 'com.sap.engine.heartbeat'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060814115206.0000'/'0' updates currently deployed development component 'com.sap.engine.heartbeat'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050712155016.0000'/'0'.
    Aug 25, 2006 12:30:20... Info: Ending deployment prerequisites. All items are correct.
    Aug 25, 2006 12:30:20... Info: Saved current Engine state.
    Aug 25, 2006 12:30:20... Info: Starting: Update: Selected development component 'com.sap.lcr.jddschema'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111625.0000'/'0' updates currently deployed development component 'com.sap.lcr.jddschema'/'sap.com'/'SAP AG'/'6.4013.00.0000.20050629160141.0000'/'0'.
    Aug 25, 2006 12:30:20... Info: Creating connections to database "J2E".
    Aug 25, 2006 12:30:20... Info: Creating vendor connection to database.
    Aug 25, 2006 12:30:20... Info: Vendor connection created successfully.
    Aug 25, 2006 12:30:20... Info: Creating openSQL connection to database.
    Aug 25, 2006 12:30:21... Info: OpenSQL connection created successfully.
    Aug 25, 2006 12:30:25... Info: <!LOGHEADER[START]/>
    Aug 25, 2006 12:30:25... Info: <!HELP[Manual modification of the header may cause parsing problem!]/>
    Aug 25, 2006 12:30:25... Info: <!LOGGINGVERSION[1.5.3.7186 - 630]/>
    Aug 25, 2006 12:30:25... Info: <!NAME[C:\usr\sap\J2E\JC00\SDM\program\log\jddilog20060825003021.log]/>
    Aug 25, 2006 12:30:25... Info: <!PATTERN[jddilog20060825003021.log]/>
    Aug 25, 2006 12:30:25... Info: <!FORMATTER[com.sap.dictionary.database.dbs.DbTraceFormatter(%s %m %-30l %24d)]/>
    Aug 25, 2006 12:30:25... Info: <!ENCODING[Cp1252]/>
    Aug 25, 2006 12:30:25... Info: <!LOGHEADER[END]/>
    Aug 25, 2006 12:30:25... Info: 0:30:21 2006-08-25 dbs-Info:  $Id: //tc/DictionaryDatabase/630_VAL_REL/src/_dictionary_database_dbs/java/com/sap/dictionary/database/dbs/DbModificationManager.java#4 $
    Aug 25, 2006 12:30:25... Info: 0:30:21 2006-08-25 dbs-Info:  <<<<<<<<<<<<<< Tabellen-Deployment >>>>>>>>>>>>>
    Aug 25, 2006 12:30:25... Info: 0:30:21 2006-08-25 dbs-Info:  <<<<<<<<<<<<<< Tabellen-Deployment >>>>>>>>>>>>>
    Aug 25, 2006 12:30:25... Info: 0:30:21 2006-08-25 dbs-Info: 
    Aug 25, 2006 12:30:25... Info: 0:30:21 2006-08-25 dbs-Info: 
    Aug 25, 2006 12:30:25... Info: 0:30:21 2006-08-25 dbs-Info:  <<< Analysiere Tabelle BC_DDDBRTH >>>
    Aug 25, 2006 12:30:25... Info: 0:30:21 2006-08-25 dbs-Info:  <<< Analysiere Tabelle BC_DDDBRTH >>>
    Aug 25, 2006 12:30:25... Info: 0:30:21 2006-08-25 dbs-Info:  predefined action is: >>>null<<<
    Aug 25, 2006 12:30:25... Info: 0:30:21 2006-08-25 dbs-Info:  predefined action is: >>>null<<<
    Aug 25, 2006 12:30:25... Info: 0:30:21 2006-08-25 dbs-Info:  Keine Aktion fuer die Tabelle notwendig
    Aug 25, 2006 12:30:25... Info: 0:30:21 2006-08-25 dbs-Info:  Keine Aktion fuer die Tabelle notwendig
    Aug 25, 2006 12:30:25... Info: 0:30:21 2006-08-25 dbs-Info:  <<< Analysiere Tabelle BC_DDDBTABLERT >>>
    Aug 25, 2006 12:30:25... Info: 0:30:21 2006-08-25 dbs-Info:  <<< Analysiere Tabelle BC_DDDBTABLERT >>>
    Aug 25, 2006 12:30:25... Info: 0:30:21 2006-08-25 dbs-Info:  predefined action is: >>>null<<<
    Aug 25, 2006 12:30:25... Info: 0:30:21 2006-08-25 dbs-Info:  predefined action is: >>>null<<<
    Aug 25, 2006 12:30:25... Info: 0:30:21 2006-08-25 dbs-Info:  Keine Aktion fuer die Tabelle notwendig
    Aug 25, 2006 12:30:25... Info: 0:30:21 2006-08-25 dbs-Info:  Keine Aktion fuer die Tabelle notwendig
    Aug 25, 2006 12:30:25... Info: 0:30:21 2006-08-25 dbs-Info:  <<< Analysiere Tabelle BC_DDDBRTH >>>
    Aug 25, 2006 12:30:25... Info: 0:30:21 2006-08-25 dbs-Info:  <<< Analysiere Tabelle BC_DDDBRTH >>>
    Aug 25, 2006 12:30:25... Info: 0:30:21 2006-08-25 dbs-Info:  predefined action is: >>>null<<<
    Aug 25, 2006 12:30:25... Info: 0:30:21 2006-08-25 dbs-Info:  predefined action is: >>>null<<<
    Aug 25, 2006 12:30:25... Info: 0:30:21 2006-08-25 dbs-Info:  Keine Aktion fuer die Tabelle notwendig
    Aug 25, 2006 12:30:25... Info: 0:30:21 2006-08-25 dbs-Info:  Keine Aktion fuer die Tabelle notwendig
    Aug 25, 2006 12:30:25... Info: 0:30:21 2006-08-25 dbs-Info:  <<< Analysiere Tabelle BC_DDDBRTX >>>
    Aug 25, 2006 12:30:25... Info: 0:30:21 2006-08-25 dbs-Info:  <<< Analysiere Tabelle BC_DDDBRTX >>>
    Aug 25, 2006 12:30:25... Info: 0:30:21 2006-08-25 dbs-Info:  predefined action is: >>>null<<<
    Aug 25, 2006 12:30:25... Info: 0:30:21 2006-08-25 dbs-Info:  predefined action is: >>>null<<<
    Aug 25, 2006 12:30:25... Info: 0:30:21 2006-08-25 dbs-Info:  Keine Aktion fuer die Tabelle notwendig
    Aug 25, 2006 12:30:25... Info: 0:30:21 2006-08-25 dbs-Info:  Keine Aktion fuer die Tabelle notwendig
    Aug 25, 2006 12:30:25... Info: 0:30:21 2006-08-25 dbs-Info:  >>> Analysiere Tabellen aus dem Archiv auf Datenbank MSSQL
    Aug 25, 2006 12:30:25... Info: 0:30:21 2006-08-25 dbs-Info:  >>> Analysiere Tabellen aus dem Archiv auf Datenbank MSSQL
    Aug 25, 2006 12:30:25... Info: 0:30:21 2006-08-25 dbs-Info:  Naechstes Archive-Objekt : BC_SLD_ASSINST.gdbtable
    Aug 25, 2006 12:30:25... Info: 0:30:21 2006-08-25 dbs-Info:  Naechstes Archive-Objekt : BC_SLD_ASSINST.gdbtable
    Aug 25, 2006 12:30:25... Info: 0:30:21 2006-08-25 dbs-Info:  <<< Analysiere Tabelle BC_SLD_ASSINST >>>
    Aug 25, 2006 12:30:25... Info: 0:30:21 2006-08-25 dbs-Info:  <<< Analysiere Tabelle BC_SLD_ASSINST >>>
    Aug 25, 2006 12:30:25... Info: 0:30:21 2006-08-25 dbs-Info:  predefined action is: >>>null<<<
    Aug 25, 2006 12:30:25... Info: 0:30:21 2006-08-25 dbs-Info:  predefined action is: >>>null<<<
    Aug 25, 2006 12:30:25... Info: 0:30:22 2006-08-25 dbs-Info:  Keine Aktion fuer die Tabelle notwendig
    Aug 25, 2006 12:30:25... Info: 0:30:22 2006-08-25 dbs-Info:  Keine Aktion fuer die Tabelle notwendig
    Aug 25, 2006 12:30:25... Info: 0:30:22 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_ASSINST erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:22 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_ASSINST erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:22 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_ASSINST erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:22 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_ASSINST erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:22 2006-08-25 dbs-Info:  Naechstes Archive-Objekt : BC_SLD_ASSOC.gdbtable
    Aug 25, 2006 12:30:25... Info: 0:30:22 2006-08-25 dbs-Info:  Naechstes Archive-Objekt : BC_SLD_ASSOC.gdbtable
    Aug 25, 2006 12:30:25... Info: 0:30:22 2006-08-25 dbs-Info:  <<< Analysiere Tabelle BC_SLD_ASSOC >>>
    Aug 25, 2006 12:30:25... Info: 0:30:22 2006-08-25 dbs-Info:  <<< Analysiere Tabelle BC_SLD_ASSOC >>>
    Aug 25, 2006 12:30:25... Info: 0:30:22 2006-08-25 dbs-Info:  predefined action is: >>>null<<<
    Aug 25, 2006 12:30:25... Info: 0:30:22 2006-08-25 dbs-Info:  predefined action is: >>>null<<<
    Aug 25, 2006 12:30:25... Info: 0:30:22 2006-08-25 dbs-Info:  Keine Aktion fuer die Tabelle notwendig
    Aug 25, 2006 12:30:25... Info: 0:30:22 2006-08-25 dbs-Info:  Keine Aktion fuer die Tabelle notwendig
    Aug 25, 2006 12:30:25... Info: 0:30:22 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_ASSOC erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:22 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_ASSOC erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:22 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_ASSOC erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:22 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_ASSOC erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:22 2006-08-25 dbs-Info:  Naechstes Archive-Objekt : BC_SLD_CHANGELOG.gdbtable
    Aug 25, 2006 12:30:25... Info: 0:30:22 2006-08-25 dbs-Info:  Naechstes Archive-Objekt : BC_SLD_CHANGELOG.gdbtable
    Aug 25, 2006 12:30:25... Info: 0:30:22 2006-08-25 dbs-Info:  <<< Analysiere Tabelle BC_SLD_CHANGELOG >>>
    Aug 25, 2006 12:30:25... Info: 0:30:22 2006-08-25 dbs-Info:  <<< Analysiere Tabelle BC_SLD_CHANGELOG >>>
    Aug 25, 2006 12:30:25... Info: 0:30:22 2006-08-25 dbs-Info:  predefined action is: >>>null<<<
    Aug 25, 2006 12:30:25... Info: 0:30:22 2006-08-25 dbs-Info:  predefined action is: >>>null<<<
    Aug 25, 2006 12:30:25... Info: 0:30:22 2006-08-25 dbs-Info:  Keine Aktion fuer die Tabelle notwendig
    Aug 25, 2006 12:30:25... Info: 0:30:22 2006-08-25 dbs-Info:  Keine Aktion fuer die Tabelle notwendig
    Aug 25, 2006 12:30:25... Info: 0:30:22 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_CHANGELOG erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:22 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_CHANGELOG erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:22 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_CHANGELOG erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:22 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_CHANGELOG erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:22 2006-08-25 dbs-Info:  Naechstes Archive-Objekt : BC_SLD_CLASS.gdbtable
    Aug 25, 2006 12:30:25... Info: 0:30:22 2006-08-25 dbs-Info:  Naechstes Archive-Objekt : BC_SLD_CLASS.gdbtable
    Aug 25, 2006 12:30:25... Info: 0:30:22 2006-08-25 dbs-Info:  <<< Analysiere Tabelle BC_SLD_CLASS >>>
    Aug 25, 2006 12:30:25... Info: 0:30:22 2006-08-25 dbs-Info:  <<< Analysiere Tabelle BC_SLD_CLASS >>>
    Aug 25, 2006 12:30:25... Info: 0:30:22 2006-08-25 dbs-Info:  predefined action is: >>>null<<<
    Aug 25, 2006 12:30:25... Info: 0:30:22 2006-08-25 dbs-Info:  predefined action is: >>>null<<<
    Aug 25, 2006 12:30:25... Info: 0:30:22 2006-08-25 dbs-Info:  Keine Aktion fuer die Tabelle notwendig
    Aug 25, 2006 12:30:25... Info: 0:30:22 2006-08-25 dbs-Info:  Keine Aktion fuer die Tabelle notwendig
    Aug 25, 2006 12:30:25... Info: 0:30:22 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_CLASS erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:22 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_CLASS erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_CLASS erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_CLASS erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  Naechstes Archive-Objekt : BC_SLD_DELTAEXPORT.gdbtable
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  Naechstes Archive-Objekt : BC_SLD_DELTAEXPORT.gdbtable
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  <<< Analysiere Tabelle BC_SLD_DELTAEXPORT >>>
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  <<< Analysiere Tabelle BC_SLD_DELTAEXPORT >>>
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  predefined action is: >>>null<<<
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  predefined action is: >>>null<<<
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  Keine Aktion fuer die Tabelle notwendig
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  Keine Aktion fuer die Tabelle notwendig
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_DELTAEXPORT erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_DELTAEXPORT erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_DELTAEXPORT erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_DELTAEXPORT erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  Naechstes Archive-Objekt : BC_SLD_INST.gdbtable
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  Naechstes Archive-Objekt : BC_SLD_INST.gdbtable
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  <<< Analysiere Tabelle BC_SLD_INST >>>
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  <<< Analysiere Tabelle BC_SLD_INST >>>
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  predefined action is: >>>null<<<
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  predefined action is: >>>null<<<
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  Keine Aktion fuer die Tabelle notwendig
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  Keine Aktion fuer die Tabelle notwendig
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_INST erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_INST erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_INST erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_INST erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  Naechstes Archive-Objekt : BC_SLD_INSTANCES.gdbtable
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  Naechstes Archive-Objekt : BC_SLD_INSTANCES.gdbtable
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  <<< Analysiere Tabelle BC_SLD_INSTANCES >>>
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  <<< Analysiere Tabelle BC_SLD_INSTANCES >>>
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  predefined action is: >>>null<<<
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  predefined action is: >>>null<<<
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  Keine Aktion fuer die Tabelle notwendig
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  Keine Aktion fuer die Tabelle notwendig
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_INSTANCES erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_INSTANCES erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_INSTANCES erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_INSTANCES erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  Naechstes Archive-Objekt : BC_SLD_LONGVALUES.gdbtable
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  Naechstes Archive-Objekt : BC_SLD_LONGVALUES.gdbtable
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  <<< Analysiere Tabelle BC_SLD_LONGVALUES >>>
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  <<< Analysiere Tabelle BC_SLD_LONGVALUES >>>
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  predefined action is: >>>null<<<
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  predefined action is: >>>null<<<
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  Keine Aktion fuer die Tabelle notwendig
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  Keine Aktion fuer die Tabelle notwendig
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_LONGVALUES erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_LONGVALUES erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_LONGVALUES erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_LONGVALUES erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  Naechstes Archive-Objekt : BC_SLD_NAMESP.gdbtable
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  Naechstes Archive-Objekt : BC_SLD_NAMESP.gdbtable
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  <<< Analysiere Tabelle BC_SLD_NAMESP >>>
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  <<< Analysiere Tabelle BC_SLD_NAMESP >>>
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  predefined action is: >>>null<<<
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  predefined action is: >>>null<<<
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  Keine Aktion fuer die Tabelle notwendig
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  Keine Aktion fuer die Tabelle notwendig
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_NAMESP erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_NAMESP erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_NAMESP erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_NAMESP erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  Naechstes Archive-Objekt : BC_SLD_NAMESPACES.gdbtable
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  Naechstes Archive-Objekt : BC_SLD_NAMESPACES.gdbtable
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  <<< Analysiere Tabelle BC_SLD_NAMESPACES >>>
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  <<< Analysiere Tabelle BC_SLD_NAMESPACES >>>
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  predefined action is: >>>null<<<
    Aug 25, 2006 12:30:25... Info: 0:30:23 2006-08-25 dbs-Info:  predefined action is: >>>null<<<
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  Keine Aktion fuer die Tabelle notwendig
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  Keine Aktion fuer die Tabelle notwendig
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_NAMESPACES erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_NAMESPACES erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_NAMESPACES erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_NAMESPACES erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  Naechstes Archive-Objekt : BC_SLD_PROPARRAYS.gdbtable
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  Naechstes Archive-Objekt : BC_SLD_PROPARRAYS.gdbtable
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  <<< Analysiere Tabelle BC_SLD_PROPARRAYS >>>
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  <<< Analysiere Tabelle BC_SLD_PROPARRAYS >>>
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  predefined action is: >>>null<<<
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  predefined action is: >>>null<<<
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  Keine Aktion fuer die Tabelle notwendig
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  Keine Aktion fuer die Tabelle notwendig
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_PROPARRAYS erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_PROPARRAYS erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_PROPARRAYS erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_PROPARRAYS erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  Naechstes Archive-Objekt : BC_SLD_PROPERTIES.gdbtable
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  Naechstes Archive-Objekt : BC_SLD_PROPERTIES.gdbtable
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  <<< Analysiere Tabelle BC_SLD_PROPERTIES >>>
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  <<< Analysiere Tabelle BC_SLD_PROPERTIES >>>
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  predefined action is: >>>null<<<
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  predefined action is: >>>null<<<
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  Keine Aktion fuer die Tabelle notwendig
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  Keine Aktion fuer die Tabelle notwendig
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_PROPERTIES erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_PROPERTIES erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_PROPERTIES erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_PROPERTIES erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  Naechstes Archive-Objekt : BC_SLD_PROPERTYREF.gdbtable
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  Naechstes Archive-Objekt : BC_SLD_PROPERTYREF.gdbtable
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  <<< Analysiere Tabelle BC_SLD_PROPERTYREF >>>
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  <<< Analysiere Tabelle BC_SLD_PROPERTYREF >>>
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  predefined action is: >>>null<<<
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  predefined action is: >>>null<<<
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  Keine Aktion fuer die Tabelle notwendig
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  Keine Aktion fuer die Tabelle notwendig
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_PROPERTYREF erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_PROPERTYREF erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_PROPERTYREF erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_PROPERTYREF erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  Naechstes Archive-Objekt : BC_SLD_QUAL.gdbtable
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  Naechstes Archive-Objekt : BC_SLD_QUAL.gdbtable
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  <<< Analysiere Tabelle BC_SLD_QUAL >>>
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  <<< Analysiere Tabelle BC_SLD_QUAL >>>
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  predefined action is: >>>null<<<
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  predefined action is: >>>null<<<
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  Keine Aktion fuer die Tabelle notwendig
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  Keine Aktion fuer die Tabelle notwendig
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_QUAL erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_QUAL erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_QUAL erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_QUAL erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  Naechstes Archive-Objekt : BC_SLD_QUALIFIERS.gdbtable
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  Naechstes Archive-Objekt : BC_SLD_QUALIFIERS.gdbtable
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  <<< Analysiere Tabelle BC_SLD_QUALIFIERS >>>
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  <<< Analysiere Tabelle BC_SLD_QUALIFIERS >>>
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  predefined action is: >>>null<<<
    Aug 25, 2006 12:30:25... Info: 0:30:24 2006-08-25 dbs-Info:  predefined action is: >>>null<<<
    Aug 25, 2006 12:30:25... Info: 0:30:25 2006-08-25 dbs-Info:  Keine Aktion fuer die Tabelle notwendig
    Aug 25, 2006 12:30:25... Info: 0:30:25 2006-08-25 dbs-Info:  Keine Aktion fuer die Tabelle notwendig
    Aug 25, 2006 12:30:25... Info: 0:30:25 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_QUALIFIERS erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:25 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_QUALIFIERS erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:25 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_QUALIFIERS erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:25 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_QUALIFIERS erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:25 2006-08-25 dbs-Info:  Naechstes Archive-Objekt : BC_SLD_ROLE.gdbtable
    Aug 25, 2006 12:30:25... Info: 0:30:25 2006-08-25 dbs-Info:  Naechstes Archive-Objekt : BC_SLD_ROLE.gdbtable
    Aug 25, 2006 12:30:25... Info: 0:30:25 2006-08-25 dbs-Info:  <<< Analysiere Tabelle BC_SLD_ROLE >>>
    Aug 25, 2006 12:30:25... Info: 0:30:25 2006-08-25 dbs-Info:  <<< Analysiere Tabelle BC_SLD_ROLE >>>
    Aug 25, 2006 12:30:25... Info: 0:30:25 2006-08-25 dbs-Info:  predefined action is: >>>null<<<
    Aug 25, 2006 12:30:25... Info: 0:30:25 2006-08-25 dbs-Info:  predefined action is: >>>null<<<
    Aug 25, 2006 12:30:25... Info: 0:30:25 2006-08-25 dbs-Info:  Keine Aktion fuer die Tabelle notwendig
    Aug 25, 2006 12:30:25... Info: 0:30:25 2006-08-25 dbs-Info:  Keine Aktion fuer die Tabelle notwendig
    Aug 25, 2006 12:30:25... Info: 0:30:25 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_ROLE erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:25 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_ROLE erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:25 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_ROLE erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:25 2006-08-25 dbs-Info:  Laufzeit-xml von BC_SLD_ROLE erfolgreich geschrieben
    Aug 25, 2006 12:30:25... Info: 0:30:25 2006-08-25 dbs-Info:  Analyse und Anpassung von Tabellen erfolgreich ausgefuehrt
    Aug 25, 2006 12:30:25... Info: 0:30:25 2006-08-25 dbs-Info:  Analyse und Anpassung von Tabellen erfolgreich ausgefuehrt
    Aug 25, 2006 12:30:25... Info: Finished successfully: development component 'com.sap.lcr.jddschema'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111625.0000'/'0', grouped by software component 'SAP_JTECHS'/'sap.com'/'SAP AG'/'1000.6.40.18.0.20060816080857''/'0'
    Aug 25, 2006 12:30:25... Info: Starting to save the repository
    Aug 25, 2006 12:30:26... Info: Finished saving the repository
    Aug 25, 2006 12:30:26... Info: Starting: Update: Selected development component 'com.sap.rprof.jddschema'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060413101559.0000'/'0' updates currently deployed development component 'com.sap.rprof.jddschema'/'sap.com'/'SAP AG'/'6.4013.00.0000.20040609162409.0000'/'0'.
    Aug 25, 2006 12:30:27... Info: <!LOGHEADER[START]/>
    Aug 25, 2006 12:30:27... Info: <!HELP[Manual modification of the header may cause parsing problem!]/>
    Aug 25, 2006 12:30:27... Info: <!LOGGINGVERSION[1.5.3.7186 - 630]/>
    Aug 25, 2006 12:30:27... Info: <!NAME[C:\usr\sap\J2E\JC00\SDM\program\log\jddilog20060825003026.log]/>
    Aug 25, 2006 12:30:27... Info: <!PATTERN[jddilog20060825003026.log]/>
    Aug 25, 2006 12:30:27... Info: <!FORMATTER[com.sap.dictionary.database.dbs.DbTraceFormatter(%s %m %-30l %24d)]/>
    Aug 25, 2006 12:30:27... Info: <!ENCODING[Cp1252]/>
    Aug 25, 2006 12:30:27... Info: <!LOGHEADER[END]/>
    Aug 25, 2006 12:30:27... Info: 0:30:26 2006-08-25 dbs-Info:  $Id: //tc/DictionaryDatabase/630_VAL_REL/src/_dictionary_database_dbs/java/com/sap/dictionary/database/dbs/DbModificationManager.java#4 $
    Aug 25, 2006 12:30:27... Info: 0:30:26 2006-08-25 dbs-Info:  <<<<<<<<<<<<<< Tabellen-Deployment >>>>>>>>>>>>>
    Aug 25, 2006 12:30:27... Info: 0:30:26 2006-08-25 dbs-Info:  <<<<<<<<<<<<<< Tabellen-Deployment >>>>>>>>>>>>>
    Aug 25, 2006 12:30:27... Info: 0:30:26 2006-08-25 dbs-Info: 
    Aug 25, 2006 12:30:27... Info: 0:30:26 2006-08-25 dbs-Info: 
    Aug 25, 2006 12:30:27... Info: 0:30:26 2006-08-25 dbs-Info:  <<< Analysiere Tabelle BC_DDDBRTH >>>
    Aug 25, 2006 12:30:27... Info: 0:30:26 2006-08-25 dbs-Info:  <<< Analysiere Tabelle BC_DDDBRTH >>>
    Aug 25, 2006 12:30:27... Info: 0:30:26 2006-08-25 dbs-Info:  predefined action is: >>>null<<<
    Aug 25, 2006 12:30:27... Info: 0:30:26 2006-08-25 dbs-Info:  predefined action is: >>>null<<<
    Aug 25, 2006 12:30:27... Info: 0:30:26 2006-08-25 dbs-Info:  Keine Aktion fuer die Tabelle notwendig
    Aug 25, 2006 12:30:27... Info: 0:30:26 2006-08-25 dbs-Info:  Keine Aktion fuer die Tabelle notwendig
    Aug 25, 2006 12:30:27... Info: 0:30:26 2006-08-25 dbs-Info:  <<< Analysiere Tabelle BC_DDDBTABLERT >>>
    Aug 25, 2006 12:30:27... Info: 0:30:26 2006-08-25 dbs-Info:  <<< Analysiere Tabelle BC_DDDBTABLERT >>>
    Aug 25, 2006 12:30:27... Info: 0:30:26 2006-08-25 dbs-Info:  predefined action is: >>>null<<<
    Aug 25, 2006 12:30:27... Info: 0:30:26 2006-08-25 dbs-Info:

    It looks like you need to make sure server0 is running before trying to deploy the AutoID (AII) components; from your SDM log:
    ERROR: Cannot perform action deploy on component library C:\usr\sap\J2E\JC00\SDM\root\origin\sap.com\com.sap.aii.ibtransportclient\SAP AG\0\6.4018.00.0000.20060413102101.0000\aii_ibtransportclient.sda. Reason:
    com.sap.engine.services.rmi_p4.P4ConnectionException: <b>Possible problem: no available running server node. Check your running servers.</b>
    The SDM can't connect to the P4 service of the instance; make sure it's started and then try deploying the package again.
    Rich

  • Error while importing .SCA files in track

    Hi Folks,
    I tried importing following .SCA files into a nwdi track but it Finished with Errors.
    ENGFACADE
    ENGINEAPI
    FRAMEWORK
    WD-RUNTIME
    By logs i got information that
    'File is not added to build request, because associated SC is marked with the 'non nwdi deployment flag'
    Note: I am trying to setup nwdi track for CE developments and following this  [Document|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/7014086d-3fd9-2910-80bd-be3417810c6f?quicklink=index&overridelayout=true]
    Following .SCA files are imported successfully
    SAPBUILDT
    SAPJEE
    SAPJTECHS
    Please help me to resolve this issue.
    Thanks in anticipation.
    Mandeep Virk

    Hi John,
    Following are the log details
    20100309050525 Info   :Starting Step CBS-make at 2010-03-09 05:05:25.0359 -6:00
    20100309050526 Info   :wait until CBS queue of buildspace D01_Demo_D is completely processed, before starting the import
    20100309050526 Info   :CBS queue of buildspace D01_Demo_D is completely processed. Starting the import now.
    20100309050611 Info   :deploy archive /usr/sap/JTrans/CMS/extract/201003091105190928_sap.comENGFACADESAP AG~20080202122500/DEPLOYARCHIVES/base.tools.facade.sda is not added to build request, because associated SC is marked with the 'non nwdi deployment flag'
    20100309050611 Info   :deploy archive /usr/sap/JTrans/CMS/extract/201003091105190928_sap.comENGFACADESAP AG~20080202122500/DEPLOYARCHIVES/com.sap.base.technology.facade.sda is not added to build request, because associated SC is marked with the 'non nwdi deployment flag'
    20100309050611 Info   :deploy archive /usr/sap/JTrans/CMS/extract/201003091105190928_sap.comENGFACADESAP AG~20080202122500/DEPLOYARCHIVES/deploy.facade.sda is not added to build request, because associated SC is marked with the 'non nwdi deployment flag'
    20100309050611 Info   :deploy archive /usr/sap/JTrans/CMS/extract/201003091105190928_sap.comENGFACADESAP AG~20080202122500/DEPLOYARCHIVES/engine.j2ee14.facade.sda is not added to build request, because associated SC is marked with the 'non nwdi deployment flag'
    20100309050611 Info   :deploy archive /usr/sap/JTrans/CMS/extract/201003091105190928_sap.comENGFACADESAP AG~20080202122500/DEPLOYARCHIVES/engine.lm.facade.sda is not added to build request, because associated SC is marked with the 'non nwdi deployment flag'
    20100309050611 Info   :deploy archive /usr/sap/JTrans/CMS/extract/201003091105190928_sap.comENGFACADESAP AG~20080202122500/DEPLOYARCHIVES/engine.migration.facade.sda is not added to build request, because associated SC is marked with the 'non nwdi deployment flag'
    20100309050611 Info   :deploy archive /usr/sap/JTrans/CMS/extract/201003091105190928_sap.comENGFACADESAP AG20080202122500/DEPLOYARCHIVES/tcbljcoapi.sda is not added to build request, because associated SC is marked with the 'non nwdi deployment flag'
    20100309050611 Info   :deploy archive /usr/sap/JTrans/CMS/extract/201003091105190928_sap.comENGFACADESAP AG20080202122500/DEPLOYARCHIVES/tcblvsiapi.sda is not added to build request, because associated SC is marked with the 'non nwdi deployment flag'
    20100309050611 Info   :deploy archive /usr/sap/JTrans/CMS/extract/201003091105190928_sap.comENGFACADESAP AG20080202122500/DEPLOYARCHIVES/tcjeappconfigurationapi.sda is not added to build request, because associated SC is marked with the 'non nwdi deployment flag'
    20100309050611 Info   :deploy archive /usr/sap/JTrans/CMS/extract/201003091105190928_sap.comENGFACADESAP AG20080202122500/DEPLOYARCHIVES/tcjecrossapi.sda is not added to build request, because associated SC is marked with the 'non nwdi deployment flag'
    20100309050611 Info   :deploy archive /usr/sap/JTrans/CMS/extract/201003091105190928_sap.comENGFACADESAP AG20080202122500/DEPLOYARCHIVES/tcjewebcontainerpublic~api.sda is not added to build request, because associated SC is marked with the 'non nwdi deployment flag'
    20100309050611 Info   :deploy archive /usr/sap/JTrans/CMS/extract/201003091105190928_sap.comENGFACADESAP AG20080202122500/DEPLOYARCHIVES/tcjewebservicesapi.sda is not added to build request, because associated SC is marked with the 'non nwdi deployment flag'
    20100309050611 Info   :deploy archive /usr/sap/JTrans/CMS/extract/201003091105190928_sap.comENGFACADESAP AG20080202122500/DEPLOYARCHIVES/tcjewebserviceslib.sda is not added to build request, because associated SC is marked with the 'non nwdi deployment flag'
    20100309050611 Info   :deploy archive /usr/sap/JTrans/CMS/extract/201003091105190928_sap.comENGFACADESAP AG~20080202122500/DEPLOYARCHIVES/webservices.lib.facade.sda is not added to build request, because associated SC is marked with the 'non nwdi deployment flag'
    20100309050611 Info   :=================================================================
    20100309050611 Info   :buildspace = D01_Demo_D   build request id = 23
    20100309050611 Info   :wait until CBS queue of buildspace D01_Demo_D is completely processed, before asking for build results
    20100309050611 Info   :waiting for CBS queue activity
    20100309050641 Info   :build process already running: waiting for another period of 30000 ms
    20100309050641 Info   :CBS queue of buildspace D01_Demo_D is completely processed. Asking for build results now.
    20100309050641 Fatal  :processing of build request is not finished successfully, final status is:FAILED (more details in CBS log )
    20100309050641 Info   :no confirmation of request 23 because the status is not 'succeeded'
    20100309050641 Info   :=================================================================
    20100309050641 Info   :Remove software component ENGFACADE from further processing, because archive import failed
    20100309050641 Info   :Step CBS-make ended with result 'error' at 2010-03-09 05:06:41.0702 -6:00
    - Mandeep Virk

  • NWDI setup, problem while deploying .sca files on SAP PI 7.1 server

    Hi
    I have a SAP PI 7.1 server. I want to setup DTR on it.
    From service market place i downloaded the required .sca files
    Location:
    Support Packages and Patches --> Browse our Download Catalog --> SAP NetWeaver and complementary products --> SAP NETWEAVER PI --> SAP NETWEAVER PI 7.1 --> Entry by Component --> Development Infrastructure --> SAP NetWeaver and complementary products --> SAP NETWEAVER PI --> SAP NETWEAVER PI 7.1 --> Entry by Component --> Development Infrastructure
    - DICBS25P_1-10003500.SCA
    - DICMS25P_1-10003499.SCA
    - DIDTR25P_1-10003501.SCA
    When i try to deploy these files using JSPM (option:- Business Packages)
    It is not able to deploy CMS and CBS files and its giving error.
    Error for DICMS25P_1-10003499.SCA
    Archive
    <server>\sapmnt\trans\EPS\in\DICMS25P_1-10003499.SCA for component sap.com/DI_CMS was admitted for deployment Deployment of archive
    <server>\sapmnt\trans\EPS\in\DICMS25P_1-10003499.SCA --> tcctsappl.sda for component sap.com/tcctsappl is rejected because it depends on missing components Detailed message: 1. Unresolved dependencies: sap.com/tcctstransport_api not found in the admitted batch items and the repository Deployment of archive
    <server>\sapmnt\trans\EPS\in\DICMS25P_1-10003499.SCA --> tcSLCMStsawebui.sda for component sap.com/tcSLCMStsawebui is rejected because deployment of other component it depends on is rejected Detailed message: 1. Unresolved dependency problem in chain of dependent item 'sap.com_tcSLCMSWebUI'. Deployment of archive
    <server>\sapmnt\trans\EPS\in\DICMS25P_1-10003499.SCA --> tcSLCMSWebUI.sda for component sap.com/tcSLCMSWebUI is rejected because deployment of other component it depends on is rejected Detailed message: 1. Unresolved dependency problem in chain of dependent item 'sap.com_tcSLdiindex'. Deployment of archive
    <server>\sapmnt\trans\EPS\in\DICMS25P_1-10003499.SCA --> tcSLdiindex.sda for component sap.com/tcSL~diindex is rejected because deployment of other component it depends on is rejected
    Error for DICBS25P_1-10003500.SCA
    Details message(s): Archive
    <server>\sapmnt\trans\EPS\in\DICBS25P_1-10003500.SCA for component sap.com/DI_CBS was admitted for deployment Deployment of archive
    <server>\sapmnt\trans\EPS\in\DICBS25P_1-10003500.SCA --> tc.CBS.Appl.sda for component sap.com/tc.CBS.Appl is rejected because deployment of other component it depends on is rejected Detailed message: 1. Unresolved dependency problem in chain of dependent item 'sap.com_tc.CBS.WebUI'. Deployment of archive
    <server>\sapmnt\trans\EPS\in\DICBS25P_1-10003500.SCA --> tc.CBS.WebUI.sda for component sap.com/tc.CBS.WebUI is rejected because deployment of other component it depends on is rejected Detailed message: 1. Unresolved dependency problem in chain of dependent item 'sap.com_tcdicbsjlinwd'. Deployment of archive
    <server>\sapmnt\trans\EPS\in\DICBS25P_1-10003500.SCA --> tcdicbsjlinwd.sda for component sap.com/tcdicbs~jlinwd is rejected because deployment of other component it depends on is rejected Detailed message: 1. Unresolved dependency problem in chain of dependent item 'sap.com_tc.CBS.Service'. Deployment of archive
    <server>\sapmnt\trans\EPS\in\DICBS25P_1-10003500.SCA --> tc.CBS.CommonPart.sda for component sap.com/tc.CBS.CommonPart is rejected because it depends on missing components Detailed message: 1. Unresolved dependencies: sap.com/tc.CBS.DBDefs not allowed between software types: primary-library --> JDDSCHEMA Deployment of archive
    <server>\sapmnt\trans\EPS\in\DICBS25P_1-10003500.SCA --> tc.CBS.Service.sda for component sap.com/tc.CBS.Service is rejected because deployment of other component it depends on is rejected Detailed message: 1. Unresolved dependency problem in chain of dependent item 'sap.com_tc.CBS.CommonPart'. See Deploy Controller log F:\usr\sap\PS2\DVEBMGS00\j2ee\JSPM\log\log_2011_11_21_16_44_12\deploy_2011-11-21_17-06-01.log for details.
    Please Help.
    Regards
    Osman Jabri
    Edited by: Osman Jabri on Nov 21, 2011 12:40 PM

    Deploy status is 'Admitted'
    Deployment Items -
         1. Client path '
    hydhtc130380d\sapmnt\trans\EPS\in\DICBS25P_1-10003500.SCA'
         Sdu info :name 'DI_CBS', vendor 'sap.com', location 'MAIN_APL70P25_D', version '1000.7.00.25.1.20110905193551'
              Deploy status is 'Admitted'
              Time statistics:
              Contained DCs:
              1.1:name 'tc.CBS.Appl', vendor 'sap.com', location 'MAIN_APL70P25_D', version '10937350', software type ('J2EE', sub type ''), dependencies :[( name 'tc.CBS.API', vendor 'sap.com') , ( name 'tc.CBS.CommonPart', vendor 'sap.com') , ( name 'com.sap.tc.Logging', vendor 'sap.com') , ( name 'com.sap.security.api.sda', vendor 'sap.com') ]          
                        Deploy status is 'Skipped'
                        Description:'1. Unresolved dependency problem in chain of dependent item 'sap.com_tc.CBS.WebUI'.'.
              1.2:name 'tc.CBS.WebUI', vendor 'sap.com', location 'MAIN_APL70P20_C', version '2930415', software type ('J2EE', sub type ''), dependencies :[( name 'tc.CBS.CommonPart', vendor 'sap.com') ]          
                        Deploy status is 'Skipped'
                        Description:'1. Unresolved dependency problem in chain of dependent item 'sap.com_tcdicbs~jlinwd'.'.
              1.3:name 'tcdicbs~jlinwd', vendor 'sap.com', location 'MAIN_APL70P20_C', version '2930416', software type ('J2EE', sub type ''), dependencies :[( name 'tc.CBS.CommonPart', vendor 'sap.com') ]          
                        Deploy status is 'Skipped'
                        Description:'1. Unresolved dependency problem in chain of dependent item 'sap.com_tc.CBS.Service'.'.
              1.4:name 'tc.CBS.CommonPart', vendor 'sap.com', location 'MAIN_APL70P25_D', version '10927802', software type ('primary-library', sub type ''), dependencies :[( name 'tc.CBS.API', vendor 'sap.com') , ( name 'tc.CBS.DBDefs', vendor 'sap.com') , ( name 'com.sap.tc.Logging', vendor 'sap.com') , ( name 'com.sap.security.api.sda', vendor 'sap.com') , ( name 'tcdtr.clientvfs-adl', vendor 'sap.com') , ( name 'opensql', vendor 'sap.com') , ( name 'com.sap.guid', vendor 'sap.com') , ( name 'sapxmltoolkit', vendor 'sap.com') , ( name 'tcCBSComponentLibrary', vendor 'sap.com') ]          
                        Deploy status is 'PrerequisiteViolated'
                        Description:'1. Unresolved dependencies:
    sap.com/tc.CBS.DBDefs     not allowed between software types: primary-library --> JDDSCHEMA'.
              1.5:name 'tc.CBS.Service', vendor 'sap.com', location 'MAIN_APL70P25_C', version '10522285', software type ('primary-service', sub type ''), dependencies :[( name 'tc.CBS.API', vendor 'sap.com') , ( name 'tc.CBS.CommonPart', vendor 'sap.com') , ( name 'com.sap.tc.Logging', vendor 'sap.com') , ( name 'tcdtr.clientvfs-adl', vendor 'sap.com') , ( name 'opensql', vendor 'sap.com') , ( name 'com.sap.guid', vendor 'sap.com') , ( name 'sapxmltoolkit', vendor 'sap.com') , ( name 'tcCBSComponentLibrary', vendor 'sap.com') ]          
                        Deploy status is 'Skipped'
                        Description:'1. Unresolved dependency problem in chain of dependent item 'sap.com_tc.CBS.CommonPart'.'.
              1.6:name 'tc.CBS.DBDefs', vendor 'sap.com', location 'MAIN_APL70P20_C', version '2929767', software type ('JDDSCHEMA', sub type ''), dependencies :[none]          
                        Deploy status is 'Admitted'
         2. Client path '
    hydhtc130380d\sapmnt\trans\EPS\in\DICMS25P_1-10003499.SCA'
         Sdu info :name 'DI_CMS', vendor 'sap.com', location 'MAIN_APL70P25_D', version '1000.7.00.25.1.20110905193601'
              Deploy status is 'Admitted'
              Time statistics:
              Contained DCs:
              2.1:name 'tcctsappl', vendor 'sap.com', location 'MAIN_APL70P25_C', version '10521775', software type ('J2EE', sub type ''), dependencies :[( name 'tcctstransport_api', vendor 'sap.com') ]          
                        Deploy status is 'PrerequisiteViolated'
                        Description:'1. Unresolved dependencies:
    sap.com/tcctstransport_api     not found in the admitted batch items and the repository'.
              2.2:name 'tcSLCMStsawebui', vendor 'sap.com', location 'MAIN_APL70P20_C', version '2930427', software type ('J2EE', sub type ''), dependencies :[( name 'tcSLCMSPCS', vendor 'sap.com') ]          
                        Deploy status is 'Skipped'
                        Description:'1. Unresolved dependency problem in chain of dependent item 'sap.com_tcSLCMS~WebUI'.'.
              2.3:name 'tcSLCMScversproxy', vendor 'sap.com', location 'MAIN_APL70VAL_C', version '1496430', software type ('J2EE', sub type ''), dependencies :[none]          
                        Deploy status is 'Admitted'
              2.4:name 'tcSLCMSconfigdbschema', vendor 'sap.com', location 'MAIN_APL70P20_C', version '2929860', software type ('JDDSCHEMA', sub type ''), dependencies :[none]          
                        Deploy status is 'Admitted'
              2.5:name 'tcSLCMSPCSDBSchema', vendor 'sap.com', location 'MAIN_APL70P20_C', version '2929768', software type ('JDDSCHEMA', sub type ''), dependencies :[none]          
                        Deploy status is 'Admitted'
              2.6:name 'tcSLCMSWebUI', vendor 'sap.com', location 'MAIN_APL70P23_D', version '7714571', software type ('J2EE', sub type ''), dependencies :[( name 'tcSLCMSPCS', vendor 'sap.com') , ( name 'tcSLCMSIDEClient', vendor 'sap.com') , ( name 'tccom.sap.tmw.clients~_ctsa_client', vendor 'sap.com') , ( name 'tc.httpclient', vendor 'sap.com') , ( name 'applocking', vendor 'sap.com') ]          
                        Deploy status is 'Skipped'
                        Description:'1. Unresolved dependency problem in chain of dependent item 'sap.com_tcSLdiindex'.'.
              2.7:name 'tcSLCMSTCSEar', vendor 'sap.com', location 'MAIN_APL70P25_D', version '10947857', software type ('J2EE', sub type ''), dependencies :[( name 'tc.CBS.API', vendor 'sap.com') , ( name 'com.sap.util.monitor.jarm', vendor 'sap.com') , ( name 'tc.httpclient', vendor 'sap.com') , ( name 'com.sap.tc.Logging', vendor 'sap.com') , ( name 'tcsecsecurestorageservice', vendor 'sap.com') , ( name 'tcdtr.clientvfs-adl', vendor 'sap.com') , ( name 'tcjmx', vendor 'sap.com') , ( name 'tcSLCMSUtil', vendor 'sap.com') , ( name 'com.sap.util.monitor.grmg', vendor 'sap.com') , ( name 'tcCBSComponentLibrary', vendor 'sap.com') ]          
                        Deploy status is 'Admitted'
              2.8:name 'tcSLCMS~cleanuptool', vendor 'sap.com', location 'MAIN_APL70VAL_C', version '1552404', software type ('FS', sub type ''), dependencies :[none]          
                        Deploy status is 'Admitted'
              2.9:name 'tcSLdiindex', vendor 'sap.com', location 'MAIN_APL70P25_D', version '10947869', software type ('J2EE', sub type ''), dependencies :[( name 'tcSLCMSPCS', vendor 'sap.com') , ( name 'tcSLCMSIDEClient', vendor 'sap.com') , ( name 'tcSLCMS~Util', vendor 'sap.com') , ( name 'security.class', vendor 'sap.com') ]          
                        Deploy status is 'Skipped'
                        Description:'1. Unresolved dependency problem in chain of dependent item 'sap.com_tcSLCMS~PCS'.'.
              2.10:name 'tcSLCMSPCS', vendor 'sap.com', location 'MAIN_APL70P25_D', version '10947869', software type ('J2EE', sub type ''), dependencies :[( name 'tc.CBS.API', vendor 'sap.com') , ( name 'tcSLCMSIDEClient', vendor 'sap.com') , ( name 'com.sap.security.api.sda', vendor 'sap.com') , ( name 'com.sap.lcr.api.cimclient', vendor 'sap.com') , ( name 'tcsecsecurestorageservice', vendor 'sap.com') , ( name 'tcdiscmtransport_api', vendor 'sap.com') , ( name 'com.sap.aii.ibtransportclient', vendor 'sap.com') , ( name 'applocking', vendor 'sap.com') , ( name 'tcdtr.clientvfs-adl', vendor 'sap.com') , ( name 'tcjmx', vendor 'sap.com') , ( name 'tcSLCMSUtil', vendor 'sap.com') , ( name 'security.class', vendor 'sap.com') , ( name 'tcCBSComponentLibrary', vendor 'sap.com') , ( name 'com.sap.util.monitor.jarm', vendor 'sap.com') , ( name 'tccom.sap.tmw.clients_ctsa_client', vendor 'sap.com') , ( name 'tcSLCMScversproxy', vendor 'sap.com') , ( name 'com.sap.aii.util.xml', vendor 'sap.com') , ( name 'tcSLCMS~TCSEar', vendor 'sap.com') , ( name 'com.sap.aii.util.misc', vendor 'sap.com') , ( name 'com.sap.guid', vendor 'sap.com') , ( name 'keystore', vendor 'sap.com') , ( name 'sapxmltoolkit', vendor 'sap.com') , ( name 'com.sap.exception', vendor 'sap.com') , ( name 'com.sap.util.monitor.grmg', vendor 'sap.com') ]          
                        Deploy status is 'PrerequisiteViolated'
                        Description:'1. Unresolved dependencies:
    sap.com/tccom.sap.tmw.clients_ctsa_client     not found in the admitted batch items and the repository'.
         3. Client path '
    hydhtc130380d\sapmnt\trans\EPS\in\DIDTR25P_1-10003501.SCA'
         Sdu info :name 'DI_DTR', vendor 'sap.com', location 'MAIN_APL70P25_D', version '1000.7.00.25.1.20110908142653'
              Deploy status is 'Admitted'
              Time statistics:
              Contained DCs:
              3.1:name 'tcjdiheartbeat~enterpriseapp', vendor 'sap.com', location 'MAIN_APL70P25_D', version '10937328', software type ('J2EE', sub type ''), dependencies :[none]          
                        Deploy status is 'Admitted'
              3.2:name 'tcdtrconsole~sda', vendor 'sap.com', location 'MAIN_APL70VAL_C', version '1586999', software type ('FS', sub type ''), dependencies :[none]          
                        Deploy status is 'Admitted'
              3.3:name 'tcdtrdbschema', vendor 'sap.com', location 'MAIN_APL70P20_C', version '2929861', software type ('JDDSCHEMA', sub type ''), dependencies :[none]          
                        Deploy status is 'Admitted'
              3.4:name 'tcdtrenterpriseapp', vendor 'sap.com', location 'MAIN_APL70P25_D', version '10937327', software type ('J2EE', sub type ''), dependencies :[none]          
                        Deploy status is 'Admitted'
    Nov 21, 2011 5:06:19 PM  [Info  ]:+++ Validation finished with status 'Success' +++[ deployerId=4 ]
    Nov 21, 2011 5:06:19 PM  [Path  ]:+++++ End  V A L I D A T E action +++++[ deployerId=4 ]. Total time:[#16: 18.367 sec]

Maybe you are looking for