Deploy Warnings

I am new in using OWB. I would like to know if anyone know why this error 'table or view not found' is happening in the target schema package body. I performed a simple map of a source table to a target table no transformation except for sysdate for load_date and sequence for the surrogate key of the target table. I validated the mapping and it was okay. When I deployed it I get several warning messages. And I checked the error on the database and found that the target schema package body is invalid. I reviewed the error and found 'table or view not found'. I then created a role with select privillege on the source tables and granted to the target schema and all the other OWB users including run_time_owner, and design owner. When I copied and ran the select statements from the OWB generated code in sqlplus, it ran fine. So any help you can provide would be appreciated. I am using OWB on Linux platform with client running on windows xp.

Hello, object privileges obtained through roles are not used in pl/sql packages. This is a Database feature, not an OWB one. You should grant select privileges directly to the target user.
In SQLPlus it works because it is not PL/SQL.
Hope this helps, Antonio

Similar Messages

  • Deploy warnings using a PL/SQL procedure (from a Public Transform Package)

    OWB Version: 10.2
    I am receiving the following warnings when I attempt to deploy a map that contains a reference to a custom pl/sql procedure that is setup in a public transformation package:
    Warning
    ORA-06550: line 115, column 32:
    PLS-00112: end-of-line in quoted identifier
    ORA-06550: line 115, column 9:
    PLS-00103: Encountered the symbol "." when expecting one of the following:
    := . ( @ % ; not null range default character
    I reviewed the OWB generated code and I discovered the OWB is a adding two double quotes in front of any reference to the package name. For example.....
    BEGIN
    COMMIT;
    sql_stmt := 'ALTER SESSION DISABLE PARALLEL DML';
    EXECUTE IMMEDIATE sql_stmt;
    IF NOT ""ZZTEST"."INIT_SF_USER_CLAS_St" THEN
    * note the "" in front of ZZTEST, which is the package name.
    Has anyone else encountered this issue? I can manually correct the generated the code, but it would be overridden every the time the map is deployed. I encounter the same issue if I import a custom pl/sql procedure from the database into OWB using the Metadata Import Wizard and use the imported procedure in a map. However, I can setup an standalone procedure or function as a public transformation and the map deploys successfully. Please advise.
    Regards,
    Matt

    You have to create a job to start your procedure.
    Example :
    * http://psoug.org/reference/OLD/dbms_job.html
    Then create a procedure to start your job, call it from your dashboard and you're done.
    Success
    Nico

  • Message Driven Bean deployment warnings * not active

    Hi I´m facing this problem, I test the queue destination with an external client and everything is ok, but then when I try to deploy the Message - Driver - bean on CE the next error comes out , any help will be appreciated.
    Deploying file(s): C:Documents and Settingse100009workspace.jdi xenapjmsEAR xenapjmsEAR.ear --- Status: Deploy finished with warnings. --- Description: S U M M A R Y ~~~~~~~~~~~~~~~~~~~ Successfully deployed:      0 Deployed with warnings:      1 Failed deployments:      0 ~~~~~~~~~~~~~~~~~~~ 1. File:C:Documents and Settingse100009workspace.jdi xenapjmsEAR xenapjmsEAR.ear Name:fxenapjmsEAR Vendor:com.sap Location:localhost Version:2010.02.02.12.47.07 Deploy status:Warning Version:HIGHER Description: 1. Warning occurred on server 9111850 during update com.sap/fxenapjmsEAR : SessionsTakerTest: Following tests could not be executed because of failed precondition test "SessionsTakerTest" : Classes Exposure Check, Business Interfaces Check, file: fxenapjms.jar, column -1, line -1, severity: warning 2. Exception has been returned while the com.sap/fxenapjmsEAR was starting. Warning/Exception :[ ][[ERROR CODE DPL.DS.6193] Error while ; nested exception is: com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Clusterwide exception: [server ID 9111850:The destination jmsqueues/default/sapDemoQueue cannot be looked up. Last attempt performed : jms_vendor_queues_global/jmsqueues/default/sapDemoQueue -> Path to object does not exist at jmsqueues, the whole lookup name is jms_vendor_queues_global/jmsqueues/default/sapDemoQueue. server ID 9111850:com.sap.engine.services.deploy.container.DeploymentException: Cannot activate endpoint for message-driven bean com.sap/fxenapjmsEARannotation|fxenapjms.jarannotation|fxenapmjbBean at com.sap.engine.services.ejb3.container.ContainerInterfaceImpl$Actions.perform(ContainerInterfaceImpl.java:903) at com.sap.engine.services.ejb3.container.ContainerInterfaceImpl.prepareStart(ContainerInterfaceImpl.java:435) at com.sap.engine.services.deploy.server.utils.container.ContainerWrapper.prepareStart(ContainerWrapper.java:363) at com.sap.engine.services.deploy.server.application.StartTransaction.prepareCommon(StartTransaction.java:228) at com.sap.engine.services.deploy.server.application.StartTransaction.prepare(StartTransaction.java:186) at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:502) at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:544) at com.sap.engine.services.deploy.server.application.ParallelAdapter.super_MakeAllPhases(ParallelAdapter.java:286) at com.sap.engine.services.deploy.server.application.StartTransaction.makeAllPhasesImpl(StartTransaction.java:555) at com.sap.engine.services.deploy.server.application.ParallelAdapter.runInTheSameThread(ParallelAdapter.java:197) at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesAndWait(ParallelAdapter.java:358) at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3432) at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3418) at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3308) at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3280) at com.sap.engine.services.dc.lcm.impl.J2EELCMProcessor.doStart(J2EELCMProcessor.java:105) at com.sap.engine.services.dc.lcm.impl.LifeCycleManagerImpl.start(LifeCycleManagerImpl.java:78) at com.sap.engine.services.dc.cm.deploy.impl.LifeCycleManagerStartVisitor.visit(LifeCycleManagerStartVisitor.java:34) at com.sap.engine.services.dc.cm.deploy.impl.DeploymentItemImpl.accept(DeploymentItemImpl.java:83) at com.sap.engine.services.dc.cm.deploy.impl.DefaultDeployPostProcessor.postProcessLCMDeplItem(DefaultDeployPostProcessor.java:91) at com.sap.engine.services.dc.cm.deploy.impl.DefaultDeployPostProcessor.postProcess(DefaultDeployPostProcessor.java:61) at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.doPostProcessing(DeployerImpl.java:862) at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.performDeploy(DeployerImpl.java:810) at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.doDeploy(DeployerImpl.java:640) at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.deploy(DeployerImpl.java:359) at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.deploy(DeployerImpl.java:248) at com.sap.engine.services.dc.cm.deploy.impl.DeployerImplp4_Skel.dispatch(DeployerImplp4_Skel.java:897) at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:355) at com.sap.engine.services.rmi_p4.server.ServerDispatchImpl.run(ServerDispatchImpl.java:69) at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:67) at com.sap.engine.services.rmi_p4.P4Message.execute(P4Message.java:41) at com.sap.engine.services.cross.fca.FCAConnectorImpl.executeRequest(FCAConnectorImpl.java:977) at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:57) at com.sap.engine.services.cross.fca.MessageReader.run(MessageReader.java:55) at com.sap.engine.core.thread.execution.Executable.run(Executable.java:109) at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:314) Caused by: com.sap.engine.services.ejb3.container.ActionException: Cannot activate endpoint for message-driven bean com.sap/fxenapjmsEARannotation|fxenapjms.jarannotation|fxenapmjbBean at com.sap.engine.services.ejb3.runtime.impl.Actions_MDBEndpointActivation.perform(Actions_MDBEndpointActivation.java:94) at com.sap.engine.services.ejb3.container.CompositeAction.perform(CompositeAction.java:81) at com.sap.engine.services.ejb3.container.ApplicationStarter.perform(ApplicationStarter.java:59) at com.sap.engine.services.ejb3.container.ContainerInterfaceImpl$Actions.perform(ContainerInterfaceImpl.java:897) ... 35 more Caused by: javax.resource.NotSupportedException: javax.resource.spi.UnavailableException: The destination jmsqueues/default/sapDemoQueue cannot be looked up. Last attempt performed : jms_vendor_queues_global/jmsqueues/default/sapDemoQueue at com.sap.jms.resourceadapter.ResourceAdapterImpl.endpointActivation(ResourceAdapterImpl.java:128) at com.sap.engine.services.connector.jca15.EndpointActivationImpl.activateEndpoint(EndpointActivationImpl.java:531) at com.sap.engine.services.connector.jca15.EndpointActivationImpl.findResourceAdapterByName(EndpointActivationImpl.java:155) at com.sap.engine.services.connector.jca15.EndpointActivationImpl.findAdapter(EndpointActivationImpl.java:86) at com.sap.engine.services.connector.jca15.EndpointActivationImpl.activateEndpoint(EndpointActivationImpl.java:59) at com.sap.engine.services.ejb3.runtime.impl.Actions_MDBEndpointActivation.perform(Actions_MDBEndpointActivation.java:84) ... 38 more Caused by: javax.resource.spi.UnavailableException: The destination jmsqueues/default/sapDemoQueue cannot be looked up. Last attempt performed : jms_vendor_queues_global/jmsqueues/default/sapDemoQueue at com.sap.jms.resourceadapter.RaActivation.setupDestination(RaActivation.java:361) at com.sap.jms.resourceadapter.RaActivation.activate(RaActivation.java:126) at com.sap.jms.resourceadapter.ResourceAdapterImpl.endpointActivation(ResourceAdapterImpl.java:115) ... 43 more Caused by: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at jmsqueues, the whole lookup name is jms_vendor_queues_global/jmsqueues/default/sapDemoQueue. at com.sap.engine.services.jndi.implserver.ServerContextImpl.getLastContainer(ServerContextImpl.java:184) at com.sap.engine.services.jndi.implserver.ServerContextImpl.lookup(ServerContextImpl.java:489) at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:321) at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:619) at javax.naming.InitialContext.lookup(InitialContext.java:351) at javax.naming.InitialContext.lookup(InitialContext.java:351) at com.sap.jms.resourceadapter.RaActivation.setupDestination(RaActivation.java:359) ... 45 more

    Hi Isaac
    The JMS destination jmsqueues/default/sapDemoQueue cannot be found. You have to configure the destination on the server before the deployment or you have to put the destination's declaration in file jms-resources.xml.
    BR, Siarhei

  • Powerbuilder Web Service + Smart Client

    I encountered many errors about "System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt." in event log from the server that I hosting PB web service.

    Hi Chris,
    My answers as below:
    1) What version of MS-Windows are you using?
         - Development OS is Windows 7 Enterprise SP 1
         - Production OS is Windows Server 2008 R2 Standard SP 1
    2) What version of IIs are you using?
         - Both Development & Production are IIS 7 (version 7.5.7600.16385)
    3) What version & build of PB are you using?
         - Version 11.5.1 build 4964
    4) Did you encounter any deployment warnings?
         - Nope, below is the web service deployment status. Only "Default" tab, no "Error" or "Warning' Tab
          ---------- Deploy: Deploy of target myproject_ws   (09:42:12)
          --------- Deploying project p_myproject_ws
         Checking IIS server...
         Generating .NET assembly file...
         Generating PBD files...
         Generating Web service .asmx and .disco files...
         Copying to IIS server...
         Deploy succeeded.
          ---------- Finished Deploy of target myproject_ws   (09:42:18)
    Thanks.
    Regards,
    VS

  • Can't execute mappings

    Good morning,
    I am having trouble executing a mapping that has a source table located on a different schema in the same database. The target schema does has SELECT privileges for the source table (I can select from the table in SQL Plus) but I am getting a warnings when I generate and deploy the mapping and I am getting an error when I try to execute the mapping. I don't know if any of these things are related.
    Generate warning:
    VLD-2771: System privileges may not allow extraction from source
    Deploy warnings:
    Warning ORA-06550: line 14, column 19: PL/SQL: ORA-00942: table or view does not exist
    Warning ORA-06550: line 12, column 65530: PL/SQL: SQL Statement ignored
    Warning ORA-06550: line 24, column 19: PL/SQL: ORA-00942: table or view does not exist
    Warning ORA-06550: line 22, column 65530: PL/SQL: SQL Statement ignored
    Warning ORA-06550: line 95, column 25: PL/SQL: ORA-00942: table or view does not exist
    Warning ORA-06550: line 88, column 65530: PL/SQL: SQL Statement ignored
    Execution errors:
    ORA-04068: existing state of packages has been discarded ORA-04063: package body "OWB_TEST.MAP_TEST" has errors ORA-06508: PL/SQL: could not find program unit being called ORA-06512: at line 1
    The mapping appears with an "X" next to it after it is deployed in the Deployment Manager.
    Here is some of the code but it didn't seem like the line numbers in the messages lined up with the line numbers of the generated code...
    line 14-27:
    ~~~~~
    CREATE OR REPLACE PACKAGE MAP_TEST AS
    -- Auditing mode constants
    AUDIT_NONE CONSTANT BINARY_INTEGER := 0;
    AUDIT_STATISTICS CONSTANT BINARY_INTEGER := 1;
    AUDIT_ERROR_DETAILS CONSTANT BINARY_INTEGER := 2;
    AUDIT_COMPLETE CONSTANT BINARY_INTEGER := 3;
    -- Operating mode constants
    MODE_SET CONSTANT BINARY_INTEGER := 0;
    MODE_ROW CONSTANT BINARY_INTEGER := 1;
    MODE_ROW_TARGET CONSTANT BINARY_INTEGER := 2;
    MODE_SET_FAILOVER_ROW CONSTANT BINARY_INTEGER := 3;
    MODE_SET_FAILOVER_ROW_TARGET CONSTANT BINARY_INTEGER := 4;
    ~~~~
    line 94-97:
    ~~~~~
    -- Function Main -- Entry point in package MAP_TEST
    FUNCTION Main(p_env IN WB_RT_MAPAUDIT.WB_RT_NAME_VALUES) RETURN NUMBER;
    END MAP_TEST;
    ~~~~~
    line 83-90:
    ~~~~~
    -- DML Exceptions
    checked_table_not_empty EXCEPTION;
    PRAGMA EXCEPTION_INIT(checked_table_not_empty, -111);
    invalid_dml EXCEPTION;
    PRAGMA EXCEPTION_INIT(invalid_dml, -112);
    -- Status variable for Batch cursors
    "TEST_TRG_St" BOOLEAN;
    ~~~~~
    When the source table is in the same schema as the target, everything executes successfully.
    I had a similar problem in the past (6 warning messages when deploying mapping), but was able to fix it by making a settings for the location registered. But I've never seen this error message before when I try to execute a mapping.
    Using version 9.2.
    Thanks!

    Brian,
    You are correct - error and warning line numbers do not match the code. It happens because the lines are offset. However, it is simple to make sense of this by doing the following:
    1. Click View Code, and Search the code for 'FUNCTION Main(' , with no quotes around. This is the main entry point into the package that represents the mapping.
    2. The function ends with '/' a few lines down. This is your offset. For example, let's say it's line 101.
    3. Add it to the line reported in the error. For example, if error says "Line 38", then go to line 139. That is where the offending statement would be.
    Back to your issue. It might be helpful to get the actual fragments of the code raising the error (using the above), but there are only a few things that can cause such trivial error: permissions, wrong table name, or incorrectly registered location.
    Nikolai

  • Deployed with warnings

    Hello All,
    I have a SC in a track. I have a used another SC in the same track. I can not create DCs from the used track as it is added only as a dependency.
    I am using an external library DC from that SC in one the DCs of my original SC. The DC gets buils properly. But it gives the follwing error when deploying the DC
    Finished with warnings: development component 'ezp3/scezp3/dc_oachanges'/'pg.com'/'GGD_EZP3DEV_D'/'20101015163419'/'0':Caught exception during application startup from SAP J2EE Engine's deploy service:java.rmi.RemoteException: Error occurred while starting application pg.com/ezp3/scezp3/dc_oachanges and wait. Reason: Clusterwide exception: server ID 98155850:com.sap.engine.services.deploy.container.DeploymentException: Clusterwide exception: Failed to prepare application pg.com/ezp3scezp3dc_oachanges for startup. Reason=Clusterwide exception: Failed to start dependent library ''pg.com/susezpscsusezpdc_ext_lib'' of application ''pg.com/ezp3scezp3dc_oachanges''. Status of dependent component:  STATUS_MISSING. Hint: Is the component deployed correctly on the engine?     at com.sap.engine.services.webdynpro.WebDynproContainer.prepareStart(WebDynproContainer.java:1507)     at com.sap.engine.services.deploy.server.application.StartTransaction.prepareCommon(StartTransaction.java:223)     at com.sap.engine.services.deploy.server.application.StartTransaction.prepare(StartTransaction.java:171)     at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:301)     at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesImpl(ParallelAdapter.java:342)     at com.sap.engine.services.deploy.server.application.ParallelAdapter.runInTheSameThread(ParallelAdapter.java:126)     at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesAndWait(ParallelAdapter.java:245)     at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:4713)     at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:4618)     at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:4591)     at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:1163)     at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:330)     at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:201)     at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:137)     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)     at java.security.AccessController.doPrivileged(Native Method)     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176) (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Regards
    Mrinalini

    Thanks Aashtha,
    I have used few web dynpro components in "used web dynpro components" in my DC. When I build the DC, it gives me the following error
         [wdgen] ERROR: com.sap.tc.webdynpro.repository.RepositoryRuntimeException: Failed to parse XML document containing VMO=com.pg.dc_utils.components.buyercodesearchcomp.BuyerCodeSearchComp., C:/Documents and Settings/283818/.dtc/0/t/CA1424309DCE741FB83B7DE1E71CAA69/gen_wdp/configuration/Components/com.pg.dc_oachanges.components.oachangescomp.OAChangesComp/OAChangesComp.xml
    As soon as I remove the used web dynpro components, the rror goes off and the DC builds fine.
    How do I resolve this ?
    Regards
    Mrinalini

  • Deployment Utility - log file errors/warnings not clear

    Hi,
    I'm doing my first deployment and have few questions:
    1) I tried to deploy ONLY the TS user directories. I checked the 'Deploy Files in TestStand User Directories' option and did not check 'Install TestStand Engine' since I deploy it into a system with TS3.0+CVI7.0 software(same as the source).
    The process was successful by I get the following warnings in the log file.
    Starting Log.
    Building...
    5:47 PM
    An installer is being created.
    The installer is finished
    The build process is done.
    5:48 PM
    Warning: You may need to add any sequence files referenced by the following expressions:
    "reportgen_" + RunState.Root.Locals.ReportOptions.Format + ".seq" in step 'Process Step Result', sequence 'SequenceFilePostResultListEntry', sequence file 'C:\Program Files\National Instruments\TestStand 3.0\Components\User\Models\TELRAD_SequentialModel.seq'
    "reportgen_" + RunState.Root.Locals.ReportOptions.Format + ".seq" in step 'Process Step Result', sequence 'ProcessModelPostResultListEntry', sequence file 'C:\Program Files\National Instruments\TestStand 3.0\Components\User\Models\TELRAD_SequentialModel.seq'
    "ReportGen_" + Parameters.ReportOptions.Format + ".seq" in step 'Get Report Footer', sequence 'TestReport', sequence file 'C:\Program Files\National Instruments\TestStand 3.0\Components\User\Models\TELRAD_SequentialModel.seq'
    "ReportGen_" + Parameters.ReportOptions.Format + ".seq" in step 'Get Report Header', sequence 'TestReport', sequence file 'C:\Program Files\National Instruments\TestStand 3.0\Components\User\Models\TELRAD_SequentialModel.seq'
    "ReportGen_" + Parameters.ReportOptions.Format + ".seq" in step 'Get Report Body (Sequence)', sequence 'TestReport', sequence file 'C:\Program Files\National Instruments\TestStand 3.0\Components\User\Models\TELRAD_SequentialModel.seq'
    "ReportGen_" + Parameters.ReportOptions.Format + ".seq" in step 'Set Report Disabled Message', sequence 'TestReport', sequence file 'C:\Program Files\National Instruments\TestStand 3.0\Components\User\Models\TELRAD_SequentialModel.seq'
    RunState.ProcessModelClient in step 'MainSequence Callback', sequence 'Single Pass', sequence file 'C:\Program Files\National Instruments\TestStand 3.0\Components\User\Models\TELRAD_SequentialModel.seq'
    RunState.ProcessModelClient in step 'MainSequence Callback', sequence 'Test UUTs', sequence file 'C:\Program Files\National Instruments\TestStand 3.0\Components\User\Models\TELRAD_SequentialModel.seq'
    +++++++++++++++++++++++++++++++++++++++
    What does it mean? What to do about it?
    2) The utility does not include the cfg/TypePalettes where I have a my own file.
    Is there a reason to it? Do I need to include it manually?
    3) When I included workspace in the utility I get the following errors:
    Starting Log.
    Processing Workspace...
    Done processing workspace file
    +++++++++++++++++++++++++++++++++++++++
    Processing Workspace...
    Done processing workspace file
    Building...
    6:08 PM
    Error could not open LabVIEW
    Distributing VIs requires the LabVIEW Development System
    Class not registered
    in TestStand - Get LV Reference.vi->TestStand - Package VIs.vi->TestStand - Build.vi->TestStand - Distribution Wizard GUI.vi->TestStand - Deployment Utility Splash Screen.vi
    An installer was not created due to an error
    The build process is done.
    6:08 PM
    Error Code:-2147221164
    Class not registered
    in TestStand - Get LV Reference.vi->TestStand - Package VIs.vi->TestStand - Build.vi->TestStand - Distribution Wizard GUI.vi->TestStand - Deployment Utility Splash Screen.vi
    +++++++++++++++++++++++++++++++++++++++
    In order to eliminate the problem source I un-checked the files presented by the 'Analyze Source Files' until all of them are un-checked. Even in that case I get the error message.
    What does the message mean?
    What to do about it?
    I don't use any LV in my system!!!!!
    Thanks and my apology for the long message
    Rafi

    Hi Rafi,
    On #1 the warnings appear whenever you have an expression that specifies a sequence file because many expressions are not valid until runtime, you can ignore it as long as ALL sequences that expression may evaluate to are included in the Workspace.
    >2) The utility does not include the cfg/TypePalettes where I have a my own file.
    >Is there a reason to it? Do I need to include it manually?
    No it does not include it because it is not needed unless you plan to edit on the deployed sequence (generally not recommended). If you add a custom type to a sequence the sequence file will have a copy of the type. You can include the types palettes manually in the workspace if desired.
    >3) When I included workspace in the utility I get the following errors:
    >What does the message mean?
    The deployment utility thinks you have a VI to deploy, it is trying to load LabVIEW and failing because LabVIEW is not installed.
    >What to do about it? I don't use any LV in my system!!!!!
    Somewhere there is a .vi or .llb in the system. Find the VI(s) and uncheck them. I did find a bug that the deployment utility caches the flag indicating if a VI is present, but it is easily worked around: Save a tsd file, Press the New button and then reload the tsd.
    -Rick Francis

  • New to BPM..Warnings showing while deploying

    Hi all,
    I am new to OBPM.I have been trained and trying to deploy my first helloworldproject..But it showing 2 warnings.
    like
    Error assignee not specified in a particular task.(eg.SayHello.task,ReviewMessage.task)
    Question may be simple but as am new its bit difficult for me.
    So could any one help me out..
    Thanks in advance,
    Vani

    I will edit when I have tested it on my hello world but I am pretty sure that it should work the same way. It bugs out sometimes- I just restart jdev.
    As for you not seeing the application in the workspace:
    - MAke sure you have an initiator task in your project somewhere.
    - Go to organization and map users to users in your WLS
    - Go to EM and right click onto your application -> security -> application roles -> search for the ones in your process and populate them.
    -Make sure you mapped process owner. :)
    Regards,
    Yanis
    Edited by: PerCo on Nov 17, 2011 3:37 AM

  • The Deployment of the SOAOrderBooking gives Warnings

    Dear Developers
    In windows I succesfully installed the SOA suite. (I followed the tutorial without any change)
    I deployed all the projects.
    However the deployment of the SOAOrderBooking gives the following Warnings.
    When I place an order as mentioned in the tutorial, nothing appears in Worklist Application. (Tutorial shows at page 41 the assigned task.)
    Also, Tutorial says that on page 36, "You can monitor the progress of that BPEL process from the Oracle Enterprise Manager 10g BPEL Control (Oracle BPEL Control)." However, I see initiated SOAOrderBooking processes with warnings.
    How can I get clean deployment of SOAOrderBooking?
    Any help appreciated,
    | Compiling bpel process SOAOrderBooking, revision 1.0
    [bpelc] unknown wsdl extension.
    [bpelc] In WSDL at "http://localhost:8888/esb/wsil/Fulfillment/OrderFulfillment?wsdl", extension element "{http://www.oracle.com/esb/}binding" is not known. Ignore this element.
    [bpelc] Please make sure the spelling of the element is correct and the WSDL import is complete.
    [bpelc]
    [bpelc] validating "C:\SOADEMOJDEV\SOAOrderBooking\bpel\SOAOrderBooking.bpel" ...
    [bpelc] BPEL suitcase generated in: C:\SOADEMOJDEV\SOAOrderBooking\output\bpel_SOAOrderBooking_1.0.jar
    [bpelc] Warning: BPEL validation has warnings.
    [bpelc] The following warnings were reported during validation:
    [bpelc]
    [bpelc] [Warning ORABPEL-10041]: Trying to assign incompatible types
    [bpelc] [Description]: in line 151 of "C:\SOADEMOJDEV\SOAOrderBooking\bpel\SOAOrderBooking.bpel", <from> value type "{http://www.w3.org/2001/XMLSchema}string" is not compatible with <to> value type "{http://xmlns.oracle.com/pcbpel/adapter/db/top/OrderStatus}ordid anonymous type".
    [bpelc] [Potential fix]: Please make sure that the return value of from-spec query is compatible with the to-spec query.
    [bpelc]
    [bpelc] [Warning ORABPEL-10041]: Trying to assign incompatible types
    [bpelc] [Description]: in line 162 of "C:\SOADEMOJDEV\SOAOrderBooking\bpel\SOAOrderBooking.bpel", <from> value type "{http://www.w3.org/2001/XMLSchema}string" is not compatible with <to> value type "{http://xmlns.oracle.com/pcbpel/adapter/db/top/OrderStatus}comments anonymous type".
    [bpelc] [Potential fix]: Please make sure that the return value of from-spec query is compatible with the to-spec query.
    [bpelc]
    [bpelc] [Warning ORABPEL-10041]: Trying to assign incompatible types
    [bpelc] [Description]: in line 208 of "C:\SOADEMOJDEV\SOAOrderBooking\bpel\SOAOrderBooking.bpel", <from> value type "{http://www.w3.org/2001/XMLSchema}decimal" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}string".
    [bpelc] [Potential fix]: Please make sure that the return value of from-spec query is compatible with the to-spec query.
    [bpelc]
    [bpelc] [Warning ORABPEL-10041]: Trying to assign incompatible types
    [bpelc] [Description]: in line 343 of "C:\SOADEMOJDEV\SOAOrderBooking\bpel\SOAOrderBooking.bpel", <from> value type "{http://xmlns.oracle.com/pcbpel/adapter/db/top/getSsn}SsnCollection" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}string".
    [bpelc] [Potential fix]: Please make sure that the return value of from-spec query is compatible with the to-spec query.
    [bpelc]
    [bpelc] [Warning ORABPEL-10041]: Trying to assign incompatible types
    [bpelc] [Description]: in line 676 of "C:\SOADEMOJDEV\SOAOrderBooking\bpel\SOAOrderBooking.bpel", <from> value type "{http://www.w3.org/2001/XMLSchema}string" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}decimal".
    [bpelc] [Potential fix]: Please make sure that the return value of from-spec query is compatible with the to-spec query.
    [bpelc]
    [bpelc] [Warning ORABPEL-10041]: Trying to assign incompatible types
    [bpelc] [Description]: in line 692 of "C:\SOADEMOJDEV\SOAOrderBooking\bpel\SOAOrderBooking.bpel", <from> value type "{http://www.w3.org/2001/XMLSchema}string" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}decimal".
    [bpelc] [Potential fix]: Please make sure that the return value of from-spec query is compatible with the to-spec query.
    [bpelc]
    [bpelc] [Warning ORABPEL-10041]: Trying to assign incompatible types
    [bpelc] [Description]: in line 739 of "C:\SOADEMOJDEV\SOAOrderBooking\bpel\SOAOrderBooking.bpel", <from> value type "{http://www.w3.org/2001/XMLSchema}string" is not compatible with <to> value type "{http://xmlns.oracle.com/pcbpel/adapter/db/top/OrderStatus}ordid anonymous type".
    [bpelc] [Potential fix]: Please make sure that the return value of from-spec query is compatible with the to-spec query.
    [bpelc]
    [bpelc]
    [bpelc]
    deployProcess:
    [echo]

    OK I solved my problem.
    When I analyzed the flow and their XML's in BPEL Console, I saw that
    <summary>file:/D:/product/10.1.3.1/OracleAS_1/bpel/domains/default/tmp/.bpel_SOAOrderBooking_1.0_937b09d1bd8dae1b33b028b2871aef63.tmp/OrderSequence.wsdl [ OrderSequence_ptt::OrderSequence(OrderSequenceInput_msg,OrderSequenceOutputCollection) ] - WSIF JCA Execute of operation 'OrderSequence' failed due to: Could not create/access the TopLink Session.
    This session is used to connect to the datastore. [Caused by: xADataSourceName not found]
    This means that I set the xADataSourceName as wrong.
    So I changed it according to the tutorail page 21.
    Now it works...

  • DO NOT show the DEPLOYMENT SUMMARY page even though there are warnings or errors in it when MDT finished

    I put SKIPFINALSUMMARY=YES in my cus.ini
    But the page still shows at the end of process.
    I don't care what's in it,but just make this page hidden automaticly

    Having MDT display the wizard in case of a error (red/salmon) is by design.
    Better to figure out which steps are failing in your task sequence and/or marking the failing steps with "Continue on error" in the Task Sequence Editor. That will suppress errors that are really warnings.
    Keith Garner - Principal Consultant [owner] -
    http://DeploymentLive.com

  • 6 warnings while deploying mapping in oracle warehouse builder10g release 1

    Hello All,
    i have created simple mapping in Oracle Warehouse Builder 10g release 1.In the mapping i have not used any transformation.I just mapped source to target.simple!!!!
    but when i tried to deploy this mapping,i am getting these problems(errors):
    ORA-06550: line 15, column 27:
    PL/SQL: ORA-00942: table or view does not exist
    ORA-06550: line 12, column 65530:
    PL/SQL: SQL Statement ignored
    ORA-06550: line 26, column 27:
    PL/SQL: ORA-00942: table or view does not exist
    ORA-06550: line 23, column 65530:
    PL/SQL: SQL Statement ignored
    ORA-06550: line 99, column 33:
    PL/SQL: ORA-00942: table or view does not exist
    ORA-06550: line 90, column 65530:
    PL/SQL: SQL Statement ignored
    what should i do ??

    i have also set the privileges as follows:
    'select' to the source table which is in the user 'system'
    'execute ' to the mapping procedure.
    still the warning persists. i am not getting the extracted data in my target table.

  • Error when deploying a service

    When I want to deploy my business object methods which are exposed as web service, I get the following error message:
    --- Deploying file(s):
         D:\DATEN\Dev\NWDS_CE_71_work.jdi\LocalDevelopment\DCs\de.btc\request\dictionary\_comp\gen\default\deploy\de.btcrequestdictionary.sda
         D:\DATEN\Dev\NWDS_CE_71_work.jdi\LocalDevelopment\DCs\de.btc\request\metadata\_comp\gen\default\deploy\de.btcrequestmetadata.ear
         D:\DATEN\Dev\NWDS_CE_71_work.jdi\LocalDevelopment\DCs\de.btc\request\permissions\_comp\gen\default\deploy\de.btcrequestpermissions.ear
         D:\DATEN\Dev\NWDS_CE_71_work.jdi\LocalDevelopment\DCs\de.btc\request\ear\_comp\gen\default\deploy\de.btcrequestear.ear
    --- Status:
         Deploy finished with warnings.
    --- Description:
                S U M M A R Y
    ~~~~~~~~~~~~~~~~~~~
    Successfully deployed:           3
    Deployed with warnings:           1
    Failed deployments:                0
    ~~~~~~~~~~~~~~~~~~~
    1. File:D:\DATEN\Dev\NWDS_CE_71_work.jdi\LocalDevelopment\DCs\de.btc\request\dictionary\_comp\gen\default\deploy\de.btcrequestdictionary.sda
         Name:request~dictionary
         Vendor:de.btc
         Location:localDevelopment
         Version:20080515104909
         Deploy status:Success
         Version:NEW
    2. File:D:\DATEN\Dev\NWDS_CE_71_work.jdi\LocalDevelopment\DCs\de.btc\request\metadata\_comp\gen\default\deploy\de.btcrequestmetadata.ear
         Name:request~metadata
         Vendor:de.btc
         Location:localDevelopment
         Version:20080515104913
         Deploy status:Success
         Version:NEW
    3. File:D:\DATEN\Dev\NWDS_CE_71_work.jdi\LocalDevelopment\DCs\de.btc\request\permissions\_comp\gen\default\deploy\de.btcrequestpermissions.ear
         Name:request~permissions
         Vendor:de.btc
         Location:localDevelopment
         Version:20080509131541
         Deploy status:Success
         Version:NEW
    4. File:D:\DATEN\Dev\NWDS_CE_71_work.jdi\LocalDevelopment\DCs\de.btc\request\ear\_comp\gen\default\deploy\de.btcrequestear.ear
         Name:request~ear
         Vendor:de.btc
         Location:localDevelopment
         Version:20080515104912
         Deploy status:Warning
         Version:NEW
         Description:
              1. Exception has been returned while the 'de.btc/request~ear' was starting. Warning/Exception :
    [ERROR CODE DPL.DS.6193] Error while ; nested exception is:
         com.sap.engine.services.deploy.exceptions.ServerDeploymentException: [ERROR CODE DPL.DS.5030] Clusterwide exception: server ID 37028650:com.sap.engine.services.deploy.container.DeploymentException:
         at com.sap.engine.services.webservices.server.deploy.WebServicesDeployManager.makeStartInitially(WebServicesDeployManager.java:692)
         at com.sap.engine.services.deploy.server.application.StartInitiallyTransaction.makeStartInitially(StartInitiallyTransaction.java:182)
         at com.sap.engine.services.deploy.server.application.StartInitiallyTransaction.prepare(StartInitiallyTransaction.java:143)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:419)
         at com.sap.engine.services.deploy.server.application.StartTransaction.doStartInitiallyGlobal(StartTransaction.java:449)
         at com.sap.engine.services.deploy.server.application.StartTransaction.doStartInitially(StartTransaction.java:437)
         at com.sap.engine.services.deploy.server.application.StartTransaction.prepare(StartTransaction.java:178)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:419)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:444)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.super_MakeAllPhases(ParallelAdapter.java:334)
         at com.sap.engine.services.deploy.server.application.StartTransaction.makeAllPhasesImpl(StartTransaction.java:550)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.runInTheSameThread(ParallelAdapter.java:248)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesAndWait(ParallelAdapter.java:389)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3387)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3373)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3276)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3249)
         at com.sap.engine.services.dc.lcm.impl.J2EELCMProcessor.doStart(J2EELCMProcessor.java:99)
         at com.sap.engine.services.dc.lcm.impl.LifeCycleManagerImpl.start(LifeCycleManagerImpl.java:62)
         at com.sap.engine.services.dc.cm.deploy.impl.LifeCycleManagerStartVisitor.visit(LifeCycleManagerStartVisitor.java:34)
         at com.sap.engine.services.dc.cm.deploy.impl.DeploymentItemImpl.accept(DeploymentItemImpl.java:83)
         at com.sap.engine.services.dc.cm.deploy.impl.DefaultDeployPostProcessor.postProcessLCMDeplItem(DefaultDeployPostProcessor.java:80)
         at com.sap.engine.services.dc.cm.deploy.impl.DefaultDeployPostProcessor.postProcess(DefaultDeployPostProcessor.java:56)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.doPostProcessing(DeployerImpl.java:741)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.performDeploy(DeployerImpl.java:732)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.doDeploy(DeployerImpl.java:576)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.deploy(DeployerImpl.java:270)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.deploy(DeployerImpl.java:192)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImplp4_Skel.dispatch(DeployerImplp4_Skel.java:875)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:351)
         at com.sap.engine.services.rmi_p4.server.ServerDispatchImpl.run(ServerDispatchImpl.java:70)
         at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:62)
         at com.sap.engine.services.rmi_p4.P4Message.execute(P4Message.java:37)
         at com.sap.engine.services.cross.fca.FCAConnectorImpl.executeRequest(FCAConnectorImpl.java:872)
         at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:53)
         at com.sap.engine.services.cross.fca.MessageReader.run(MessageReader.java:58)
         at com.sap.engine.core.thread.execution.Executable.run(Executable.java:108)
         at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:304)
    Caused by: com.sap.engine.interfaces.webservices.server.deploy.WSDeploymentException: Exception occured during web services deployment. Unable to generate serialization framework for web service RequestService, application de.btc/request~ear.
         at com.sap.engine.services.webservices.server.deploy.ws.WSInitialStartProcess.generateJAXWSFramework(WSInitialStartProcess.java:360)
         at com.sap.engine.services.webservices.server.deploy.ws.WSInitialStartProcess.generateJAXWSFramework(WSInitialStartProcess.java:220)
         at com.sap.engine.services.webservices.server.deploy.ws.WSInitialStartProcess.execute(WSInitialStartProcess.java:140)
         at com.sap.engine.services.webservices.server.deploy.WSBaseAbstractDProcess.makeProcess(WSBaseAbstractDProcess.java:316)
         at com.sap.engine.services.webservices.server.deploy.WebServicesDeployManager.makeStartInitially(WebServicesDeployManager.java:687)
         ... 37 more
    Caused by: com.sap.engine.services.webservices.jaxws.j2w.JaxWsInsideOutException: Error compiling bean!
         at com.sap.engine.services.webservices.jaxws.j2w.JaxWsSchemaGenerator.compile(JaxWsSchemaGenerator.java:232)
         at com.sap.engine.services.webservices.jaxws.j2w.JaxWsSchemaGenerator.genJaxbMappings(JaxWsSchemaGenerator.java:261)
         at com.sap.engine.services.webservices.jaxws.j2w.JaxWsIMappingGenerator.generateWSDL(JaxWsIMappingGenerator.java:103)
         at com.sap.engine.services.webservices.server.deploy.ws.WSInitialStartProcess.generateJAXWSFramework(WSInitialStartProcess.java:286)
         ... 41 more
    Caused by: java.io.IOException: Compilation fails...
    Compilation Failed! Exit Code=1
    Command line executed: D:\usr\sap\NCE\SYS\exe\jvm\NTI386\sapjvm_5.1.010/sapjvm_5\bin
    javac  -source 1.5 -target 1.5 -encoding Cp1252 -d "D:\usr\sap\NCE\J03\j2ee\cluster\server0\.\temp\tcjewebservicessrv\apps\de.btc\requestear\ws1210841463508" -classpath ".;D:\usr\sap\NCE\J03\j2ee\cluster\apps\de.btc\requestear\webservices_container\backup\de.btcrequestejbmodule.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\de.btc\requestear\app_libraries_container\de.btcrequestejbmodulepersistence.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\de.btc\requestear\app_libraries_container\sap.comcafcoreearpersistence.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\de.btc\requestear\orpersistence\jars\de.btcrequestejbmodule.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\de.btc\requestear\EJBContainer\backup\de.btcrequestejbmodule.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\de.btc\requestear\servlet_jsp\RequestService\root\WEB-INF\classes;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\servlet_jsp\sap.comtcjewebcontainerimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\ejb\sap.comtcjeejbimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\p4\sap.comtcjep4impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ejb20\ejb20.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\j2eeca\connector.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\jms\jms.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\jms\jmsclient.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\webservices_lib\sap.comtcjewebservices_libimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\transactionext_api\sap.comtcbltransactionextimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\security_api\sap.comtcjesecurity_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\cross_api\sap.comtcjecross_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\webservices\sap.comtcjewebservices_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\sap.com\cafruntimeear\app_libraries_container\sap.comcafkm.proxiesassembly.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\sap.com\cafruntimeear\app_libraries_container\sap.comcafkm.proxyjavaassembly.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\sap.com\cafruntimeear\app_libraries_container\sap.comcafruntimeuicouplingejbjar.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\sap.com\cafruntimeear\app_libraries_container\sap.comcafruntimedictddic_types_assembly.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\sap.com\cafruntimeear\orpersistence\jars\sap.comcafruntimesecurity.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\sap.com\cafruntimeear\EJBContainer\applicationjars\sap.comcafkmcafdataservice.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\sap.com\cafruntimeear\EJBContainer\applicationjars\sap.comcafkmproxyapi.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\sap.com\cafruntimeear\EJBContainer\applicationjars\sap.comcafruntimeimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\sap.com\cafruntimeear\EJBContainer\applicationjars\sap.comcafruntimesecurity.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\sap.com\cafruntimeear\webservices_container\sap.comcafkmcafdataservice_EJB\types\CAFDataService\CAFDataService.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\sap.com\cafruntimeear\servlet_jsp\CAFDataService\Config\root\WEB-INF\classes;D:\usr\sap\NCE\J03\j2ee\cluster\apps\sap.com\cafcoreear\app_libraries_container\sap.comcafcoreejbmodulepersistence.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\sap.com\cafcoreear\orpersistence\jars\sap.comcafcoreejbmodule.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\sap.com\cafcoreear\EJBContainer\applicationjars\sap.comcafcoreejbmodule.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\orpersistence_client_lib\lib\orpersistence_client_lib_api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\jperflib.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\jta.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcblbytecodelibrary.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcblcache_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcblframeimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcblguiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcbliqlibimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcbljdsrjdsr.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcbljkernel_cacheframe.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcbljkernel_classloadframe.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcbljkernel_clusterframe.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcbljkernel_configurationframe.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcbljkernel_databaseframe.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcbljkernel_licensingframe.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcbljkernel_lockingframe.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcbljkernel_logapi.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcbljkernel_poolframe.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcbljkernel_serviceframe.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcbljkernel_threadframe.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcbljkernel_utilimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcblopensqlkernelimplOpenSQLFrame.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcexceptionimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcjesessionmgmtapi_assembly.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcloggingjavaimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcloggingjavaimplPerf.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\vmc_storage_provider.jar;D:\usr\sap\NCE\SYS\exe\uc\NTI386\jstartup.jar;D:\usr\sap\NCE\SYS\exe\jvm\NTI386\sapjvm_5.1.010\sapjvm_5\lib\jvmx.jar;D:\usr\sap\NCE\SYS\exe\jvm\NTI386\sapjvm_5.1.010\sapjvm_5\jre\lib\iqlib.jar;D:\usr\sap\NCE\SYS\exe\jvm\NTI386\sapjvm_5.1.010\sapjvm_5\lib\tools.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\boot\sap.comtcbljkernel_bootimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\boot\jaas.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcblbytecodelibrary.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\boot\memoryanalyzer.jar;D:\usr\sap\NCE\SYS\exe\jvm\NTI386\sapjvm_5.1.010\sapjvm_5\jre\lib\ext\dnsns.jar;D:\usr\sap\NCE\SYS\exe\jvm\NTI386\sapjvm_5.1.010\sapjvm_5\jre\lib\ext\localedata.jar;D:\usr\sap\NCE\SYS\exe\jvm\NTI386\sapjvm_5.1.010\sapjvm_5\jre\lib\ext\sunjce_provider.jar;D:\usr\sap\NCE\SYS\exe\jvm\NTI386\sapjvm_5.1.010\sapjvm_5\jre\lib\ext\sunpkcs11.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\servlet_jsp\sap.comtcjewebcontainerimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\timeout\sap.comtcjetimeoutimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\security_api\sap.comtcjesecurity_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\shell\sap.comtcjeshell_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\http\sap.comtcjehttpserverimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\deploy\sap.comtcjedeployimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\cross\sap.comtcjecrossimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\visual_administration\sap.comtcblvisual_administrationimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\servlet\servlet.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\mail.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\sap.comtcjejavamail_libimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\activation.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\iaik_jsse.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\iaik_smime.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\iaik_ssl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\w3c_http.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\container_api\sap.comtcjecontainer_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\log\sap.comtcjelog_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\webservices\sap.comtcjewebservices_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\resourcecontext_api\sap.comtcblresourcecontextimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjej2eedescriptorslib\sap.comtcjej2eedescriptorsimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjeexprlangplb\jee5_el.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ecjavajsf\lib\ecjavajsf_api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ecjavajsf\lib\ecjavajsftld.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ecjavajsf\lib\private\com-sun-commons-beanutils.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ecjavajsf\lib\private\com-sun-commons-collections.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ecjavajsf\lib\private\com-sun-commons-digester.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ecjavajsf\lib\private\com-sun-commons-logging-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ecjavajsf\lib\private\ecjavajsf_core.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjemmodellib\sap.comtcjemmodelimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjmx\sap.comtcblpj_jmxImpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejaccplb\jacc-1_1-fr-class.zip;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\classpath_resolver\sap.comtcjeclasspath_resolverimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\compilation_lib\sap.comtcblcompilationimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.api.sda\sap.comtcsecumeapiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.api.sda\sap.comtcsecumepermimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.core.sda\sap.comtcsecumecoreimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.core.sda\sap.comtcsecumetpdimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\com.sap.security.core.ume.service\sap.comtcsecumeserviceimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\jmx\sap.comtcjejmximpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\jmx\sap.comtcjejmximplimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjeinjectionlib\lib\private\tcjeinjection.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\sap.comtcjeconstantslib\lib\tcjeconstants.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjeejbmetadatamodel\lib\sap.comtcblejbmetadatamodel.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsutil.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlincore.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineelib.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeear.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeconnector.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeweb.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeejb.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeappclient.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeorpersistence.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\schemaprocessorsrv\sap.comtcjeschemaprocessor.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\tcjewebcontainerapi\sap.comtcjewebcontainerwebcontainer_api_impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\timeout\sap.comtcjetimeoutimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\security_api\sap.comtcjesecurity_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\servlet\servlet.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\cross_api\sap.comtcjecross_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.api.sda\sap.comtcsecumeapiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.api.sda\sap.comtcsecumepermimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\servlet\servlet.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\cross_api\sap.comtcjecross_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.api.sda\sap.comtcsecumeapiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.api.sda\sap.comtcsecumepermimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\servlet\servlet.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcantlrruntime.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblconfigimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblcptimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcbljarmjarm.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQLPort.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcdddbdictionarydatabaseimplDictionaryDatabase.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcjebootstrap_core_libimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcsecsecstorefsjavacore.jar;D:\sapdb\programs\runtime\jar\sapdbc.jar;D:\usr\sap\NCE\SYS\global\security\lib\engine\iaik_jce.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcantlrruntime.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblconfigimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblcptimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcbljarmjarm.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQLPort.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcdddbdictionarydatabaseimplDictionaryDatabase.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcjebootstrap_core_libimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcsecsecstorefsjavacore.jar;D:\sapdb\programs\runtime\jar\sapdbc.jar;D:\usr\sap\NCE\SYS\global\security\lib\engine\iaik_jce.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\mail.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\sap.comtcjejavamail_libimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\activation.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\iaik_jsse.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\iaik_smime.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\iaik_ssl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\w3c_http.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\mail.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\sap.comtcjejavamail_libimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\activation.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\iaik_jsse.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\iaik_smime.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\iaik_ssl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\w3c_http.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\log\sap.comtcjelog_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcantlrruntime.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblconfigimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblcptimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcbljarmjarm.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQLPort.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcdddbdictionarydatabaseimplDictionaryDatabase.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcjebootstrap_core_libimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcsecsecstorefsjavacore.jar;D:\sapdb\programs\runtime\jar\sapdbc.jar;D:\usr\sap\NCE\SYS\global\security\lib\engine\iaik_jce.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\log\sap.comtcjelog_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\shell\sap.comtcjeshell_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\http\sap.comtcjehttpserverimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\timeout\sap.comtcjetimeoutimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\cross\sap.comtcjecrossimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\deploy\sap.comtcjedeployimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\visual_administration\sap.comtcblvisual_administrationimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\shell\sap.comtcjeshell_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\log\sap.comtcjelog_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\security_api\sap.comtcjesecurity_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\servlet\servlet.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\jmx\sap.comtcjejmximpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\jmx\sap.comtcjejmximplimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcantlrruntime.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblconfigimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblcptimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcbljarmjarm.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQLPort.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcdddbdictionarydatabaseimplDictionaryDatabase.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcjebootstrap_core_libimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcsecsecstorefsjavacore.jar;D:\sapdb\programs\runtime\jar\sapdbc.jar;D:\usr\sap\NCE\SYS\global\security\lib\engine\iaik_jce.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsechttpsimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcseccompatcore.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecssfcore.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecjaasimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecsamltoolkitimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcseccsiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecutil0impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecuserstoreimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecxmlbindimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecdestinationslibimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\cross\sap.comtcjecrossimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\cross_api\sap.comtcjecross_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\deploy\sap.comtcjedeployimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.api.sda\sap.comtcsecumeapiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.api.sda\sap.comtcsecumepermimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\visual_administration\sap.comtcblvisual_administrationimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\p4\sap.comtcjep4impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\iiop\sap.comtcjeiiopimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\file\sap.comtcjefileimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\sapxmltoolkit\sap.comtcsapxmltoolkitsapxmltoolkit.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsutil.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlincore.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineelib.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeear.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeconnector.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeweb.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeejb.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeappclient.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeorpersistence.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\shell\sap.comtcjeshell_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\log\sap.comtcjelog_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\cross_api\sap.comtcjecross_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\security_api\sap.comtcjesecurity_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcantlrruntime.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblconfigimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblcptimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcbljarmjarm.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQLPort.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcdddbdictionarydatabaseimplDictionaryDatabase.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcjebootstrap_core_libimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcsecsecstorefsjavacore.jar;D:\sapdb\programs\runtime\jar\sapdbc.jar;D:\usr\sap\NCE\SYS\global\security\lib\engine\iaik_jce.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\container_api\sap.comtcjecontainer_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\visual_administration\sap.comtcblvisual_administrationimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\p4\sap.comtcjep4impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\timeout\sap.comtcjetimeoutimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\shell\sap.comtcjeshellimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\cross_api\sap.comtcjecross_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\log\sap.comtcjelog_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\visual_administration\sap.comtcblvisual_administrationimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\shell\sap.comtcjeshellimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\security_api\sap.comtcjesecurity_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\shell\sap.comtcjeshell_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\iiop\sap.comtcjeiiopimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\sapxmltoolkit\sap.comtcsapxmltoolkitsapxmltoolkit.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\jts\jts.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\naming\sap.comtcjenamingimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\ts\sap.comtcjetsimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\idl\idl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\cross_api\sap.comtcjecross_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\security_api\sap.comtcjesecurity_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjmx\sap.comtcblpj_jmxImpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjemmodellib\sap.comtcjemmodelimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\csiv2_api\sap.comtcblcsiv2impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\sapxmltoolkit\sap.comtcsapxmltoolkitsapxmltoolkit.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\jts\jts.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\naming\sap.comtcjenamingimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.api.sda\sap.comtcsecumeapiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.api.sda\sap.comtcsecumepermimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjmx\sap.comtcblpj_jmxImpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjemmodellib\sap.comtcjemmodelimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\log\sap.comtcjelog_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\p4\sap.comtcjep4impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\cross_api\sap.comtcjecross_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\security_api\sap.comtcjesecurity_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\appcontext_api\sap.comtcjeappcontext_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\shell\sap.comtcjeshell_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\visual_administration\sap.comtcblvisual_administrationimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjmx\sap.comtcblpj_jmxImpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjemmodellib\sap.comtcjemmodelimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\log\sap.comtcjelog_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjmx\sap.comtcblpj_jmxImpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\appcontext_api\sap.comtcjeappcontext_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\ts\sap.comtcjetsimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\timeout\sap.comtcjetimeoutimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\p4\sap.comtcjep4impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\j2eeca\connector.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\jts\jts.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\idl\idl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\log\sap.comtcjelog_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\resourceset_api\sap.comtcblresourcesetimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\resourcecontext_api\sap.comtcblresourcecontextimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjemmodellib\sap.comtcjemmodelimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcbltxmanagerplb\sap.comtcbltxmanagerimplplbimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\transactionext_api\sap.comtcbltransactionextimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\j2eeca\connector.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\idl\idl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\resourceset_api\sap.comtcblresourcesetimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\resourcecontext_api\sap.comtcblresourcecontextimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcbltxmanagerplb\sap.comtcbltxmanagerimplplbimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\transactionext_api\sap.comtcbltransactionextimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\csiv2_api\sap.comtcblcsiv2impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\file\sap.comtcjefileimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\cross_api\sap.comtcjecross_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\p4\sap.comtcjep4impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\log\sap.comtcjelog_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsutil.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlincore.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineelib.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeear.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeconnector.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeweb.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeejb.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeappclient.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeorpersistence.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjej2eedescriptorslib\sap.comtcjej2eedescriptorsimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcantlrruntime.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblconfigimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblcptimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcbljarmjarm.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQLPort.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcdddbdictionarydatabaseimplDictionaryDatabase.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcjebootstrap_core_libimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcsecsecstorefsjavacore.jar;D:\sapdb\programs\runtime\jar\sapdbc.jar;D:\usr\sap\NCE\SYS\global\security\lib\engine\iaik_jce.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjebcanalysis\sap.comtcjebcanalysisimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\sapxmltoolkit\sap.comtcsapxmltoolkitsapxmltoolkit.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjeejbmetadatamodel\lib\sap.comtcblejbmetadatamodel.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\javaxpersistenceapi\persistence-api-1.0.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjeorpersistencemetadatamodel\sap.comtcblorpersistencemetadatamodel.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\ejbormapping_api\sap.comtcjeejbormapping_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjej2eedescriptorslib\sap.comtcjej2eedescriptorsimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\sap.comtcblbase_webservices_lib.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\jaxm-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\jaxrpc-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\jaxr-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\jaxws-rt.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\jaxws-tools.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.tc.Logging\sap.comtcloggingstandardimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\sap.comtcblbase_webservices_lib.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\jaxm-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\jaxrpc-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\jaxr-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\jaxws-rt.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\jaxws-tools.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\webservices\sap.comtcjewebservices_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\sapxmltoolkit\sap.comtcsapxmltoolkitsapxmltoolkit.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsechttpsimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcseccompatcore.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecssfcore.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecjaasimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecsamltoolkitimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcseccsiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecutil0impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecuserstoreimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecxmlbindimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecdestinationslibimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.guid\sap.comtcblguidgeneratorimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\jws_api\jsr181-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\javaxannotationapi\annotation-api-1.0.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\compilation_lib\sap.comtcblcompilationimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\webservices\sap.comtcjewebservices_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\servlet\servlet.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\container_api\sap.comtcjecontainer_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\container_api\sap.comtcjecontainer_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjebcanalysis\sap.comtcjebcanalysisimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblreference_graph\lib\tcblreference_graph_api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjebcanalysis\sap.comtcjebcanalysisimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.tc.Logging\sap.comtcloggingstandardimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.tc.Logging\sap.comtcloggingstandardimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblreference_graph\lib\tcblreference_graph_api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsechttpsimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcseccompatcore.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecssfcore.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecjaasimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecsamltoolkitimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcseccsiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecutil0impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecuserstoreimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecxmlbindimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecdestinationslibimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\sapxmltoolkit\sap.comtcsapxmltoolkitsapxmltoolkit.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.mw.jco\sap.comtcbljrfcimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.api.sda\sap.comtcsecumeapiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.api.sda\sap.comtcsecumepermimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\servlet\servlet.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\j2eeca\connector.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\security_api\sap.comtcjesecurity_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\log\sap.comtcjelog_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\shell\sap.comtcjeshell_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\keystore_api\sap.comtcjekeystore_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\p4\sap.comtcjep4impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\tcseccertrevocinterface\sap.comtcseccertrevocinterfaceimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\mail.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\sap.comtcjejavamail_libimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\activation.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\iaik_jsse.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\iaik_smime.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\iaik_ssl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\w3c_http.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\mail.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\sap.comtcjejavamail_libimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\activation.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\iaik_jsse.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\iaik_smime.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\iaik_ssl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\w3c_http.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.mw.jco\sap.comtcbljrfcimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tccom.sap.conn.jco\sap.comtcbljco_sapj2eeruntime.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tci18ncp\sap.comtci18ncpjarIMPL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tci18ndecfloat\sap.comtci18ndecfloatjarIMPL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcantlrruntime.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblconfigimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblcptimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcbljarmjarm.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQLPort.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcdddbdictionarydatabaseimplDictionaryDatabase.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcjebootstrap_core_libimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcsecsecstorefsjavacore.jar;D:\sapdb\programs\runtime\jar\sapdbc.jar;D:\usr\sap\NCE\SYS\global\security\lib\engine\iaik_jce.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tccom.sap.conn.jco\sap.comtcbljco_sapj2eeruntime.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.tc.Logging\sap.comtcloggingstandardimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.util.monitor.jarm\sap.comtcbljarmsatjarmsat.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tci18ncp\sap.comtci18ncpjarIMPL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tci18ndecfloat\sap.comtci18ndecfloatjarIMPL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.util.monitor.jarm\sap.comtcbljarmsatjarmsat.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcantlrruntime.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblconfigimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblcptimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcbljarmjarm.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQLPort.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcdddbdictionarydatabaseimplDictionaryDatabase.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcjebootstrap_core_libimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcsecsecstorefsjavacore.jar;D:\sapdb\programs\runtime\jar\sapdbc.jar;D:\usr\sap\NCE\SYS\global\security\lib\engine\iaik_jce.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tci18ncp\sap.comtci18ncpjarIMPL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tci18nverifyintf\sap.comtci18nverifyintfjarIMPL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tci18nverifyintf\sap.comtci18nverifyintfjarIMPL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tci18ndecfloat\sap.comtci18ndecfloatjarIMPL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tci18nverifyintf\sap.comtci18nverifyintfjarIMPL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\keystore_api\sap.comtcjekeystore_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\tcseccertrevocinterface\sap.comtcseccertrevocinterfaceimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.guid\sap.comtcblguidgeneratorimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\jws_api\jsr181-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\jaxws_api\jaxws-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\jaxws_api\jaxws-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\jaxb20\jaxb-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\jaxb20\jaxb-xjc.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\jaxb20\jaxb-impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\saaj13\saaj-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\saaj13\saaj-impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\jaxb20\jaxb-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\jaxb20\jaxb-xjc.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\jaxb20\jaxb-impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\stax_api\jsr173_1.0_api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\stax_api\sjsxp.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\stax_api\jsr173_1.0_api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\stax_api\sjsxp.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\saaj13\saaj-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\saaj13\saaj-impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\servlet\servlet.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\javaxannotationapi\annotation-api-1.0.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\compilation_lib\sap.comtcblcompilationimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjeejbmetadatamodel\lib\sap.comtcblejbmetadatamodel.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjebcanalysis\sap.comtcjebcanalysisimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjej2eedescriptorslib\sap.comtcjej2eedescriptorsimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\javaxpersistenceapi\persistence-api-1.0.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjeorpersistencemetadatamodel\sap.comtcblorpersistencemetadatamodel.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\javaxpersistenceapi\persistence-api-1.0.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\sapxmltoolkit\sap.comtcsapxmltoolkitsapxmltoolkit.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\sap.comtcblbase_webservices_lib.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\jaxm-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\jaxrpc-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\jaxr-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\jaxws-rt.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\jaxws-tools.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjej2eedescriptorslib\sap.comtcjej2eedescriptorsimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjebcanalysis\sap.comtcjebcanalysisimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\ejbormapping_api\sap.comtcjeejbormapping_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\ejbormapping_api\sap.comtcjeejbormapping_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\jmx\sap.comtcjejmximpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\jmx\sap.comtcjejmximplimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\security_api\sap.comtcjesecurity_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\shell\sap.comtcjeshell_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjmx\sap.comtcblpj_jmxImpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.api.sda\sap.comtcsecumeapiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.api.sda\sap.comtcsecumepermimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\jmx_notification\sap.comtcjejmx_notificationimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\p4\sap.comtcjep4impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\timeout\sap.comtcjetimeoutimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\runtimeinfo\sap.comtcjeruntimeinfoimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\jmx_notification\sap.comtcjejmx_notificationimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjmx\sap.comtcblpj_jmxImpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\runtimeinfo\sap.comtcjeruntimeinfoimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\appcontext_api\sap.comtcjeappcontext_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\security_api\sap.comtcjesecurity_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjeexprlangplb\jee5_el.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\servlet\servlet.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ecjavajsf\lib\ecjavajsf_api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ecjavajsf\lib\ecjavajsftld.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ecjavajsf\lib\private\com-sun-commons-beanutils.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ecjavajsf\lib\private\com-sun-commons-collections.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ecjavajsf\lib\private\com-sun-commons-digester.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ecjavajsf\lib\private\com-sun-commons-logging-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ecjavajsf\lib\private\ecjavajsf_core.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\servlet\servlet.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjej2eedescriptorslib\sap.comtcjej2eedescriptorsimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ecjavajstl\jstl-1_2.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjeinjectionlib\lib\private\tcjeinjection.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjeexprlangplb\jee5_el.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ecjavajstl\jstl-1_2.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\servlet\servlet.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjeexprlangplb\jee5_el.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjeinjectionlib\lib\private\tcjeinjection.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejaccplb\jacc-1_1-fr-class.zip;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\servlet\servlet.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\classpath_resolver\sap.comtcjeclasspath_resolverimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\p4\sap.comtcjep4impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\visual_administration\sap.comtcblvisual_administrationimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\compilation_lib\sap.comtcblcompilationimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.core.sda\sap.comtcsecumecoreimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.core.sda\sap.comtcsecumetpdimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.api.sda\sap.comtcsecumeapiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.api.sda\sap.comtcsecumepermimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.ip.basecomps\sap.comtcblbasecompsimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsechttps

    Hi,
    Check this: Re: Web Service deployment warning
    Reward points if it's helpful.

  • 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

  • Cannot deploy BPEL Process from Jdeveloper

    Hello,
    I am using JDeveloper 10.1.3.2 on my laptop.
    I have Oracle SOA Suite 10.1.3 deployed and running on my laptop as well (port 8888) (running MS Vista).
    Some background:
    I can access my app server at http://127.0.0.1:8888, http://localhost:8888, http://toral-pc:8888 using browser with no problems at all.
    However, when I try to deploy a business process (using ant on build.xml) from JDeveloper I get the following error:
    BUILD FAILED
    C:\product\10.1.3.1\OracleAS_1\j2ee\home\SalesforceIntegration\LoginToSalesforce\build.xml:79: A problem occurred while establishing a connection to the BPEL Server.
    Please make sure the server is running on host "127.0.0.1", port "8888".
    I have turned off any firewalls and also my hosts file includes a line for 127.0.0.1 localhost.
    I am at a loss as to why JDeveloper thinks the BPEL server is not running on 127.0.0.1:8888 when I know it is and I can using the BPEL Server GUI to deploy the Business Process jar just fine.
    Please Help.
    Thank you Much !
    Regards,
    Toral Kale

    well am facing the same problem ... but i don't know if this is the problem .. but i copied the from project from another pc , jdeveloper versions are the same
    the following is the error am facing when i try to deploy
    "Buildfile: C:\ApprovalApplication\BPELProcess1\build.xml
    pre-build:
    validateTask:
    [echo]
    | Validating workflow
    [validateTask] url is file:/C:/jdev10131/integration/bpm/support/files/WorkflowTaskDefinition.xsd
    [validateTask] Validation of workflow task definitions is completed without errors
    compile:
    [echo]
    | Compiling bpel process BPELProcess1, revision 1.0
    [bpelc] validating "C:\ApprovalApplication\BPELProcess1\bpel\BPELProcess1.bpel" ...
    [bpelc] BPEL suitcase generated in: C:\ApprovalApplication\BPELProcess1\output\bpel_BPELProcess1_1.0.jar
    [bpelc] Warning: BPEL validation has warnings.
    [bpelc] The following warnings were reported during validation:
    [bpelc]
    [bpelc] [Warning ORABPEL-10041]: Trying to assign incompatible types
    [bpelc] [Description]: in line 293 of "C:\ApprovalApplication\BPELProcess1\bpel\BPELProcess1.bpel", <from> value type "{http://xmlns.oracle.com/BPELProcess1}BPELProcess1ProcessRequest anonymous type" is not compatible with <to> value type "{http://xmlns.oracle.com/BPELProcess1}BPELProcess1ProcessResponse anonymous type".
    [bpelc] [Potential fix]: Please make sure that the return value of from-spec query is compatible with the to-spec query.
    [bpelc]
    [bpelc]
    [bpelc]
    deployProcess:
    [echo]
    | Deploying bpel process BPELProcess1 on localhost, port 9700
    [deployProcess] Deploying process C:\ApprovalApplication\BPELProcess1\output\bpel_BPELProcess1_1.0.jar
    BUILD FAILED
    C:\ApprovalApplication\BPELProcess1\build.xml:79: A problem occurred while establishing a connection to the BPEL Server.
    Please make sure the server is running on host "localhost", port "9700".
    Total time: 15 seconds
    and i noticed that i have this error when i try to rebuild the project
    "Error: C:\ApprovalApplication\.adf (Access is denied)"
    any hint what to do ..?

  • Warning in Deployment of EAR in AS Java Server

    Hi,
    I am getting below exception while deploying a particular EAR.
    Description:
              1. Warning exception has been returned while the [cnfg_fed_ear] was starting. Warnings:[
    Warning occurred on server 3226150 during startApp of cnfg_fed_ear : Cannot load servlet. Error is: java.lang.IllegalArgumentException: there is no message configured for the property key: log appenders
    Result
    Status:Warning
    Following this exception, the depending EAR r facing exception.
    What is the probable reason

    Hi,
    NW app server, verifies the web application(EAR/WAR...) during deployment.
    The warning you are getting is due to error in your web application. please check [here|http://docs.oracle.com/javaee/1.4/api/javax/jms/Message.html]
    if you still have some doubt about NW itself, try deploying simple Hello world web app see if you still facing the issue.
    Good luck,
    Idan

Maybe you are looking for

  • Question regarding backlight and apps. use

    Hi Everybody- O.K., I know this might seam like a stupid question, but I won't know if I do not ask, so here it goes. I purchased a app called "Emergency Radio" from the app store and it works great. My question is that when i purchased it, I could l

  • Lock box jobs getting cancelled

    Hello All, I am new to lockbox processing. I am into lock box support project now. Recently lot of lock box jobs are getting cancelled. While I am going through job log it says that " Payment advice 01706525923 does not exist for account 10001009 011

  • Suppress print dialog at form startup

    Dear experts, I have seen this question being asked a lot but no one has defined in a way that one could make a confident start to resolve this. Keeping this code in mind , i am required that when i execute this driver prgram that executes given smar

  • How to make phone vibrate on ring, not messages?

    Hi, Im trying to set up my phone so that it only vibrates when an incoming call comes through, for all other things (messages, notifications etc) I want it to be on silent. Can't seem to figure out how to set this up, any ideas? Cheers Andrew

  • Where is Automate, PDF Presentation gone in CS5?

    I can't find this important feature in CS5, I use it all the time in CS2