cancel
Showing results for 
Search instead for 
Did you mean: 

SAP NW portal installation error

Former Member
0 Kudos

Hi,

I'm trying to install SAP NW 7.0 portal on Win2k3 x64 - Oracle 10.2 x64, but during the installation process following error occures in "Install software units" section (see log output)

I tried the retry button several times but without any success- still the same error.

There were some j2ee components successfully deployed before this error so the SDM seem to be working...

Any idea???

THX

Info: Starting: Initial deployment: Selected development component 'caf/eu/gp/ws/msosrv'/'sap.com'/'MAIN_APL70VAL_C'/'963790'/'3' will be deployed.
Info: SDA to be deployed: C:\usr\sap\S01\DVEBMGS00\SDM\root\origin\sap.com\caf\eu\gp\ws\msosrv\MAIN_APL70VAL_C\3\963790\sap.com_caf~eu~gp~ws~msosrv.sda
Info: Software type of SDA: J2EE
Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
com.sap.engine.services.rmi_p4.P4RuntimeException: Unexpected exception.
	Nested exception is: 
	java.net.SocketException: Connection reset
java.net.SocketException: Connection reset
	at java.net.SocketInputStream.read(SocketInputStream.java:168)
	at com.sap.engine.services.rmi_p4.Connection.run(Connection.java:395)
	at java.lang.Thread.run(Thread.java:534)
Info: Begin of log messages of the target system:
08/10/03 17:24:13 -  ***********************************************************
08/10/03 17:24:15 -  Start updating EAR file...
08/10/03 17:24:16 -  start-up mode is lazy
08/10/03 17:24:16 -  EAR file updated successfully for 422ms.
08/10/03 17:24:16 -  Start deploying ...
08/10/03 17:24:16 -  EAR file uploaded to server for 47ms.
08/10/03 17:24:23 -  ERROR: NOT deployed. The Deploy Service returned the following error: 
                     For detailed information see the log file of the Deploy Service.
                     Exception is: 
                     com.sap.engine.services.rmi_p4.P4RuntimeException: Unexpected exception.
                     	Nested exception is: 
                     	java.net.SocketException: Connection reset
                     java.net.SocketException: Connection reset
                     	at java.net.SocketInputStream.read(SocketInputStream.java:168)
                     	at com.sap.engine.services.rmi_p4.Connection.run(Connection.java:395)
                     	at java.lang.Thread.run(Thread.java:534)
                     ;
08/10/03 17:24:23 -  ***********************************************************
Info: End of log messages of the target system.
Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
Error: Aborted: development component 'caf/eu/gp/ws/msosrv'/'sap.com'/'MAIN_APL70VAL_C'/'963790'/'3', grouped by software component 'SAP-EU'/'sap.com'/'MAIN_APL70VAL_C'/'1000.7.00.14.0.20071210153525''/'3':
Caught exception during application deployment from SAP J2EE Engine's deploy API:
com.sap.engine.deploy.manager.DeployManagerException: ERROR: NOT deployed. The Deploy Service returned the following error: com.sap.engine.services.rmi_p4.P4RuntimeException: Unexpected exception.
	Nested exception is: 
	java.net.SocketException: Connection reset Exception is: 
com.sap.engine.services.rmi_p4.P4RuntimeException: Unexpected exception.
	Nested exception is: 
	java.net.SocketException: Connection reset
java.net.SocketException: Connection reset
	at java.net.SocketInputStream.read(SocketInputStream.java:168)
	at com.sap.engine.services.rmi_p4.Connection.run(Connection.java:395)
	at java.lang.Thread.run(Thread.java:534)
;
 (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).DMEXC)
Info: Starting to save the repository
Info: Finished saving the repository
Caught Exception: java.lang.IllegalStateException
java.lang.IllegalStateException: ActionStateUpdater.getStateForFurtherSCAction: Couldn't find any of the known states in groupedStatesSet
	at com.sap.sdm.app.proc.deployment.impl.ActionStateUpdater.getStateForFurtherSCAction(ActionStateUpdater.java:159)
	.
	.
	.
	at com.sap.sdm.control.command.Command.exec(Command.java:42)
	at SDM.main(SDM.java:21)

Severe (internal) error. Return code: 16

WARNING 2008-10-03 17:24:30.890
SDM call of deploySdaList ends with returncode 16. See output of logfile C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS\callSdmViaSapinst.log.

ERROR 2008-10-03 17:24:33.468
FJS-00003  uncaught exception: nw.sdm.deploymentErrorWithLog:
SDM deployment failed for at least one of the components to be deployed. SOLUTION: Check C:\Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/callSdmViaSapinst.log for more information. (in script unknown, line 0: ???)

ERROR 2008-10-03 17:24:37.671
FCO-00011  The step enableUsageTypes with step key |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features_Enablement|ind|ind|ind|ind|5|0|enableUsageTypes was executed with status ERROR ( Last error reported by the step :uncaught exception: nw.sdm.deploymentErrorWithLog:
SDM deployment failed for at least one of the components to be deployed. SOLUTION: Check C:\Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/callSdmViaSapinst.log for more information. (in script unknown, line 0: ???)).

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Anyone found the solution to this problem? same error here, using JDK1.4.2_13, made an install just one week ago same components, same configuration, dame JDK and didn't have the error.

Former Member
0 Kudos

I got this error to and it seems to be a generic error. In my case I had a database thread disconnect and when it reconnected opensql tried to submit a new sql statement to create a view that was already created. It threw a sql -601 error and SDM stopped the deployment. I ran it again and it worked fine. I think what you need to do is look within the SDM deployment log and see if there is another error that occurs which is causing SDM to stop the deployment.

As a side note someone previously mentioned that the JDK 1.4.2_18 can't be used with 64 bit. SAP Note 716604 covers the recommended versions of the JDK. The stack overflow problems with 18 were fixed in 19 and they currently recommend 1.4.2_27. This could cause the deployment to fail.

Former Member
0 Kudos

Hi Viktor,

Based on our own experience here during the time we had to deploy Netweaver Application Server 7.0 (2004s) in several servers, including the core EP installation.

The only time that we've reported the same problem that you're reporting right now was when we've tried to depploy NW stack java with a wrong version of JDK

considering you are using IA64 with windows servers you must verify the correct version of your JDK 1.4.2.

Try to consider too the SAP Notes and Guides, basically they will recommend you the version 1.4.2_09

Best Regards !

Former Member
0 Kudos

Did you get a solution for this problem?

I have tried 1.4.2_17 and 1.3.2_13 but both still fail. I am now looking at the JVM parameters.

If your probem is solved can you put the solution here?

Thanks

Former Member
0 Kudos

hi,

java version:

java version "1.4.2_18"

Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_18-b06)

Java HotSpot(TM) 64-Bit Server VM (build 1.4.2_18-b06, mixed mode)

this is the log file's content:

Oct 6, 2008 6:25:16 PM   Info: Start logging to console
Oct 6, 2008 6:25:16 PM   Info: 
Oct 6, 2008 6:25:16 PM   Info: ============================================
Oct 6, 2008 6:25:16 PM   Info: =   Starting to execute command 'deploy'   =
Oct 6, 2008 6:25:16 PM   Info: ============================================
Oct 6, 2008 6:25:16 PM   Info: Starting SDM - Software Deployment Manager...
Oct 6, 2008 6:25:16 PM   Info: tc/SL/SDM/SDM/sap.com/SAP AG/7.0014.20071029094708.0000
Oct 6, 2008 6:25:18 PM   Info: SDM operation mode successfully set to: Standalone
Oct 6, 2008 6:25:20 PM   Info: Initializing Network Manager (50017)
Oct 6, 2008 6:25:20 PM   Info: Checking if another SDM is running on port 50018
Oct 6, 2008 6:25:20 PM   Info: -------------------------- Starting deployment ------------------------
Oct 6, 2008 6:25:20 PM   Info: Error handling strategy: OnErrorStop
Oct 6, 2008 6:25:20 PM   Info: Prerequisite error handling strategy: OnPrerequisiteErrorStop
Oct 6, 2008 6:25:20 PM   Info: Update strategy: UpdateLowerVersions
Oct 6, 2008 6:25:20 PM   Info: Starting deployment prerequisites:
Oct 6, 2008 6:25:37 PM   Info: Loading selected archives...
Oct 6, 2008 6:25:37 PM   Info: Loading archive 'E:\NW-SAPinst\51033513\DATA_UNITS\JAVA_J2EE_OSINDEP_UT\EPBC14_0.SCA'
Oct 6, 2008 6:25:41 PM   Info: Loading archive 'E:\NW-SAPinst\51033513\DATA_UNITS\JAVA_J2EE_OSINDEP_UT\EPBC214_0.SCA'
Oct 6, 2008 6:25:45 PM   Info: Loading archive 'E:\NW-SAPinst\51033513\DATA_UNITS\JAVA_J2EE_OSINDEP_UT\EPPSERV14_0.SCA'
Oct 6, 2008 6:26:13 PM   Info: Loading archive 'E:\NW-SAPinst\51033513\DATA_UNITS\JAVA_J2EE_OSINDEP_UT\EPWDC14_0.SCA'
Oct 6, 2008 6:26:19 PM   Info: Loading archive 'E:\NW-SAPinst\51033513\DATA_UNITS\JAVA_J2EE_OSINDEP_UT\UWLJWF14_0.SCA'
Oct 6, 2008 6:26:34 PM   Info: Loading archive 'E:\NW-SAPinst\51033513\DATA_UNITS\JAVA_J2EE_OSINDEP_UT\SAPEU14_0.SCA'
Oct 6, 2008 6:27:10 PM   Info: Selected archives successfully loaded.
Oct 6, 2008 6:27:13 PM   Info: Actions per selected component:
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'caf/eu/gp/ui/wdapi'/'sap.com'/'MAIN_APL70VAL_C'/'964625'/'3' will not update currently deployed development component 'caf/eu/gp/ui/wdapi'/'sap.com'/'MAIN_APL70VAL_C'/'964625'/'2'.
Oct 6, 2008 6:27:13 PM   Info: Initial deployment: Selected development component 'com.sap.netweaver.bc.uwl.logging'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'1' will be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sapportals.connectors.database'/'sap.com'/'SAP AG'/'7.0014.20071111033708.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'caf/eu/er/ui/co/km'/'sap.com'/'MAIN_APL70VAL_C'/'964743'/'3' will not update currently deployed development component 'caf/eu/er/ui/co/km'/'sap.com'/'MAIN_APL70VAL_C'/'964743'/'2'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'caf/eu/er/ui/rt/views'/'sap.com'/'MAIN_APL70VAL_C'/'1220414'/'3' will not update currently deployed development component 'caf/eu/er/ui/rt/views'/'sap.com'/'MAIN_APL70VAL_C'/'1220414'/'2'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'caf/eu/gp/mail/cf/ddic'/'sap.com'/'MAIN_APL70VAL_C'/'963534'/'3' will not update currently deployed development component 'caf/eu/gp/mail/cf/ddic'/'sap.com'/'MAIN_APL70VAL_C'/'963534'/'0'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'caf/eu/gp/model/arch'/'sap.com'/'MAIN_APL70VAL_C'/'1533983'/'3' will not update currently deployed development component 'caf/eu/gp/model/arch'/'sap.com'/'MAIN_APL70VAL_C'/'1533983'/'0'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sapportals.connectors.sap.authtrace'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sapportals.datadirect'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'caf/eu/gp/ui/comp'/'sap.com'/'MAIN_APL70VAL_C'/'1534030'/'3' will not update currently deployed development component 'caf/eu/gp/ui/comp'/'sap.com'/'MAIN_APL70VAL_C'/'1534030'/'2'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sap.portal.runtime.admin.log'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EPBC2'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210152356''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sap.prt.application.rfcframework'/'sap.com'/'SAP AG'/'7.0013.20070808101344.0000'/'2' will not be deployed because containing software component 'EPBC'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210152326''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: Initial deployment: Selected development component 'caf/eu/onto/ui/ontmaint'/'sap.com'/'MAIN_APL70VAL_C'/'964222'/'3' will be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sap.portal.appdesigner.pcmobjwiztool'/'sap.com'/'SAP AG'/'7.0011.20070128005913.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sapportals.navigation.navserviceapi'/'sap.com'/'SAP AG'/'7.0014.20071112134549.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sap.portal.genericcreatorapi'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sapportals.portaladmin.relitemsedtor'/'sap.com'/'SAP AG'/'7.0012.20070426205038.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'caf/eu/gp/model/eap'/'sap.com'/'MAIN_APL70VAL_C'/'1497904'/'3' will not update currently deployed development component 'caf/eu/gp/model/eap'/'sap.com'/'MAIN_APL70VAL_C'/'1497904'/'2'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'caf/eu/gp/base'/'sap.com'/'MAIN_APL70VAL_C'/'1533784'/'3' will not update currently deployed development component 'caf/eu/gp/base'/'sap.com'/'MAIN_APL70VAL_C'/'1533784'/'0'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'caf/eu/gp/ui/rt/step'/'sap.com'/'MAIN_APL70VAL_C'/'1497900'/'3' will not update currently deployed development component 'caf/eu/gp/ui/rt/step'/'sap.com'/'MAIN_APL70VAL_C'/'1497900'/'2'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not update currently deployed software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'1'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'caf/eu/gp/ui/data'/'sap.com'/'MAIN_APL70VAL_C'/'1534081'/'3' will not update currently deployed development component 'caf/eu/gp/ui/data'/'sap.com'/'MAIN_APL70VAL_C'/'1534081'/'2'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sapportals.connectors.bi.systems'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sapportals.productivitytools.ruleed'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sapportals.commonservices'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sap.portal.util.threadreporting'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sap.sp.portalplugins'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'pb_lyt'/'sap.com'/'SAP AG'/'7.0011.20070128005913.0000'/'1' will not be deployed because containing software component 'EP-WDC'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193226''/'1' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sapportals.unification.50'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sap.portal.activityreport.db'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sapportals.iviewserver.http'/'sap.com'/'SAP AG'/'7.0013.20070808101344.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sapportals.builder.pagebuilder'/'sap.com'/'SAP AG'/'7.0014.20071210113331.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sap.portal.connectors.ws'/'sap.com'/'SAP AG'/'7.0014.20071112134627.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: Initial deployment: Selected development component 'tc/eu/jwf/ui/wizardgp'/'sap.com'/'MAIN_APL70VAL_C'/'964773'/'3' will be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'new_iview'/'sap.com'/'SAP AG'/'7.0014.20071210113331.0000'/'1' will not be deployed because containing software component 'EP-WDC'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193226''/'1' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'caf/eu/gp/model/bwfbck/eap'/'sap.com'/'MAIN_APL70VAL_C'/'964048'/'3' will not update currently deployed development component 'caf/eu/gp/model/bwfbck/eap'/'sap.com'/'MAIN_APL70VAL_C'/'964048'/'1'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sapportals.productivitytools.dsktped'/'sap.com'/'SAP AG'/'7.0014.20071210113331.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sapportals.iviewserver.clientservice'/'sap.com'/'SAP AG'/'7.0014.20071112134549.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'caf/eu/gp/model/ddic'/'sap.com'/'MAIN_APL70VAL_C'/'1528213'/'3' will not update currently deployed development component 'caf/eu/gp/model/ddic'/'sap.com'/'MAIN_APL70VAL_C'/'1528213'/'0'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sapportals.prt.hooks.document'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EPBC2'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210152356''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sap.portal.cnf.ws.ConfigurationWSEar'/'sap.com'/'SAP AG'/'7.0014.20071210113331.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'caf/eu/er/ui/rt/comp'/'sap.com'/'MAIN_APL70VAL_C'/'1220234'/'3' will not update currently deployed development component 'caf/eu/er/ui/rt/comp'/'sap.com'/'MAIN_APL70VAL_C'/'1220234'/'2'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sapportals.unification.50support'/'sap.com'/'SAP AG'/'7.0012.20070426205038.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sap.portal.pcd.admintools.lockadmin'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'caf/eu/gp/mail/cf/api'/'sap.com'/'MAIN_APL70VAL_C'/'1533820'/'3' will not update currently deployed development component 'caf/eu/gp/mail/cf/api'/'sap.com'/'MAIN_APL70VAL_C'/'1533820'/'0'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sapportals.connectors.sap'/'sap.com'/'SAP AG'/'7.0014.20071112134627.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'caf/eu/gp/vc'/'sap.com'/'MAIN_APL70VAL_C'/'1533822'/'3' will not update currently deployed development component 'caf/eu/gp/vc'/'sap.com'/'MAIN_APL70VAL_C'/'1533822'/'2'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected software component 'EPBC2'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210152356''/'2' will not update currently deployed software component 'EPBC2'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210152356''/'1'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sap.portal.pcd.admintools.import'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'caf/eu/gp/ui/lcrit'/'sap.com'/'MAIN_APL70VAL_C'/'1078374'/'3' will not update currently deployed development component 'caf/eu/gp/ui/lcrit'/'sap.com'/'MAIN_APL70VAL_C'/'1078374'/'2'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sapportals.uiservices'/'sap.com'/'SAP AG'/'7.0014.20071112134549.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sapportals.httpconnectivity'/'sap.com'/'SAP AG'/'7.0014.20071112134627.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sap.netweaver.bc.uwl.db'/'sap.com'/'SAP AG'/'7.0012.20070426205038.0000'/'1' will not update currently deployed development component 'com.sap.netweaver.bc.uwl.db'/'sap.com'/'SAP AG'/'7.0012.20070426205038.0000'/'0'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'caf/eu/gp/example/timeoff/def'/'sap.com'/'MAIN_APL70VAL_C'/'1498021'/'3' will not update currently deployed development component 'caf/eu/gp/example/timeoff/def'/'sap.com'/'MAIN_APL70VAL_C'/'1498021'/'1'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'caf/eu/er/ddic'/'sap.com'/'MAIN_APL70VAL_C'/'964124'/'3' will not update currently deployed development component 'caf/eu/er/ddic'/'sap.com'/'MAIN_APL70VAL_C'/'964124'/'0'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sapportals.portaladmin.propeditor'/'sap.com'/'SAP AG'/'7.0014.20071112134549.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: Initial deployment: Selected development component 'tc/kmc/bc.uwl.ui/wd_admin'/'sap.com'/'SAP AG'/'7.0014.20071113170027.0000'/'1' will be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'caf/eu/gp/bpel'/'sap.com'/'MAIN_APL70VAL_C'/'1533821'/'3' will not update currently deployed development component 'caf/eu/gp/bpel'/'sap.com'/'MAIN_APL70VAL_C'/'1533821'/'1'.
Oct 6, 2008 6:27:13 PM   Info: Initial deployment: Selected development component 'tc/eu/jwf/wdgp'/'sap.com'/'MAIN_APL70VAL_C'/'964774'/'3' will be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'caf/eu/gp/model/fnd'/'sap.com'/'MAIN_APL70VAL_C'/'1534021'/'3' will not update currently deployed development component 'caf/eu/gp/model/fnd'/'sap.com'/'MAIN_APL70VAL_C'/'1534021'/'0'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sap.portal.connectors.SessionManager'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sap.workflow.service'/'sap.com'/'SAP AG'/'7.0014.20071113170027.0000'/'1' will not update currently deployed development component 'com.sap.workflow.service'/'sap.com'/'SAP AG'/'7.0014.20071113170027.0000'/'0'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sap.portal.logviewer620'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sap.km.bs.ui.wdf'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EPBC2'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210152356''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sapportals.upgrader.EP5.system'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sap.portal.epsolman'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'caf/eu/gp/model/base'/'sap.com'/'MAIN_APL70VAL_C'/'1534001'/'3' will not update currently deployed development component 'caf/eu/gp/model/base'/'sap.com'/'MAIN_APL70VAL_C'/'1534001'/'0'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'caf/eu/gp/ui/dt/comp'/'sap.com'/'MAIN_APL70VAL_C'/'1534124'/'3' will not update currently deployed development component 'caf/eu/gp/ui/dt/comp'/'sap.com'/'MAIN_APL70VAL_C'/'1534124'/'2'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sapportals.iviewserver.masseditor'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sap.portal.connectors.ws.system'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'caf/eu/gp/ui/support'/'sap.com'/'MAIN_APL70VAL_C'/'1534080'/'3' will not update currently deployed development component 'caf/eu/gp/ui/support'/'sap.com'/'MAIN_APL70VAL_C'/'1534080'/'2'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sapportals.appdesigner.pageeditor'/'sap.com'/'SAP AG'/'7.0014.20071112134549.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'caf/eu/es/ui'/'sap.com'/'MAIN_APL70VAL_C'/'963527'/'3' will not update currently deployed development component 'caf/eu/es/ui'/'sap.com'/'MAIN_APL70VAL_C'/'963527'/'1'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sapportals.utilities.analyzer'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected software component 'EP-WDC'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193226''/'1' will not update currently deployed software component 'EP-WDC'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193226''/'0'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sap.netweaver.bc.wf.db'/'sap.com'/'SAP AG'/'7.0014.20071113170027.0000'/'1' will not update currently deployed development component 'com.sap.netweaver.bc.wf.db'/'sap.com'/'SAP AG'/'7.0014.20071113170027.0000'/'0'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sap.portal.sl.modifiers'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'caf/eu/gp/ui/inst'/'sap.com'/'MAIN_APL70VAL_C'/'1078303'/'3' will not update currently deployed development component 'caf/eu/gp/ui/inst'/'sap.com'/'MAIN_APL70VAL_C'/'1078303'/'2'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'caf/eu/gp/model/jmx/eap'/'sap.com'/'MAIN_APL70VAL_C'/'1529407'/'3' will not update currently deployed development component 'caf/eu/gp/model/jmx/eap'/'sap.com'/'MAIN_APL70VAL_C'/'1529407'/'1'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sapportals.backwardscompatibility'/'sap.com'/'SAP AG'/'7.0012.20070426205038.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'caf/eu/gp/model/reasoning'/'sap.com'/'MAIN_APL70VAL_C'/'1534020'/'3' will not update currently deployed development component 'caf/eu/gp/model/reasoning'/'sap.com'/'MAIN_APL70VAL_C'/'1534020'/'0'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sapportals.systemlandscape'/'sap.com'/'SAP AG'/'7.0014.20071112134627.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'caf/eu/es/ddic'/'sap.com'/'MAIN_APL70VAL_C'/'963520'/'3' will not update currently deployed development component 'caf/eu/es/ddic'/'sap.com'/'MAIN_APL70VAL_C'/'963520'/'0'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'caf/eu/gp/ui/hdt'/'sap.com'/'MAIN_APL70VAL_C'/'1498095'/'3' will not update currently deployed development component 'caf/eu/gp/ui/hdt'/'sap.com'/'MAIN_APL70VAL_C'/'1498095'/'2'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'caf/eu/gp/example/ordermat/def'/'sap.com'/'MAIN_APL70VAL_C'/'1498031'/'3' will not update currently deployed development component 'caf/eu/gp/example/ordermat/def'/'sap.com'/'MAIN_APL70VAL_C'/'1498031'/'1'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sap.portal.runtime.application.soap'/'sap.com'/'SAP AG'/'7.0012.20070426205038.0000'/'2' will not be deployed because containing software component 'EPBC2'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210152356''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sapportals.builder.portallayouts'/'sap.com'/'SAP AG'/'7.0013.20070906050444.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'caf/eu/gp/model/iforms/eap'/'sap.com'/'MAIN_APL70VAL_C'/'1498085'/'3' will not update currently deployed development component 'caf/eu/gp/model/iforms/eap'/'sap.com'/'MAIN_APL70VAL_C'/'1498085'/'1'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'caf/eu/es/conn/google'/'sap.com'/'MAIN_APL70VAL_C'/'1530367'/'3' will not update currently deployed development component 'caf/eu/es/conn/google'/'sap.com'/'MAIN_APL70VAL_C'/'1530367'/'1'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sap.portal.runtime.repository.adaptr'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EPBC2'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210152356''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sapportals.designservices'/'sap.com'/'SAP AG'/'7.0014.20071112134627.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'caf/eu/gp/ui/dt/comp/co'/'sap.com'/'MAIN_APL70VAL_C'/'1498056'/'3' will not update currently deployed development component 'caf/eu/gp/ui/dt/comp/co'/'sap.com'/'MAIN_APL70VAL_C'/'1498056'/'2'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sap.portal.admin.util'/'sap.com'/'SAP AG'/'7.0013.20070808101344.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'caf/eu/gp/croom/api'/'sap.com'/'MAIN_APL70VAL_C'/'1496681'/'3' will not update currently deployed development component 'caf/eu/gp/croom/api'/'sap.com'/'MAIN_APL70VAL_C'/'1496681'/'1'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sapportals.appdesigner.frameworkapi'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sap.workflow.workflow.content'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'1' will not update currently deployed development component 'com.sap.workflow.workflow.content'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'0'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sapportals.iviewserver.wsrp'/'sap.com'/'SAP AG'/'7.0014.20071112134627.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sapportals.iviewserver.appintegrate'/'sap.com'/'SAP AG'/'7.0014.20071112134627.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'caf/eu/cc/ddic'/'sap.com'/'MAIN_APL70VAL_C'/'963496'/'3' will not update currently deployed development component 'caf/eu/cc/ddic'/'sap.com'/'MAIN_APL70VAL_C'/'963496'/'0'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sapportals.utilities.portalspider'/'sap.com'/'SAP AG'/'7.0014.20071210113331.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'caf/eu/gp/croom/bg'/'sap.com'/'MAIN_APL70VAL_C'/'1534002'/'3' will not update currently deployed development component 'caf/eu/gp/croom/bg'/'sap.com'/'MAIN_APL70VAL_C'/'1534002'/'1'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sapportals.appdesigner.dltracerapi'/'sap.com'/'SAP AG'/'7.0013.20070808101344.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: Initial deployment: Selected development component 'com.sap.netweaver.bc.uwl.moni'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'1' will be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sapportals.common'/'sap.com'/'SAP AG'/'7.0014.20071112131518.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'caf/eu/gp/ui/notif'/'sap.com'/'MAIN_APL70VAL_C'/'964632'/'3' will not update currently deployed development component 'caf/eu/gp/ui/notif'/'sap.com'/'MAIN_APL70VAL_C'/'964632'/'2'.
Oct 6, 2008 6:27:13 PM   Info: Initial deployment: Selected development component 'caf/eu/gp/ws/msosrv'/'sap.com'/'MAIN_APL70VAL_C'/'963790'/'3' will be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'caf/eu/er/ui/co/r3transaction'/'sap.com'/'MAIN_APL70VAL_C'/'1497955'/'3' will not update currently deployed development component 'caf/eu/er/ui/co/r3transaction'/'sap.com'/'MAIN_APL70VAL_C'/'1497955'/'2'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sap.portal.pb.services'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sap.portal.activitydatacollector'/'sap.com'/'SAP AG'/'7.0014.20071210113331.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: Initial deployment: Selected development component 'caf/eu/odi/ui/pers'/'sap.com'/'MAIN_APL70VAL_C'/'963793'/'3' will be deployed.
Oct 6, 2008 6:27:13 PM   Info: Initial deployment: Selected development component 'caf/eu/odi/mnuacc/eap'/'sap.com'/'MAIN_APL70VAL_C'/'1497282'/'3' will be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sapportals.builder.defaultlayouts'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sap.netweaver.bc.uwl.aibconnector'/'sap.com'/'SAP AG'/'7.0013.20070808101344.0000'/'1' will not update currently deployed development component 'com.sap.netweaver.bc.uwl.aibconnector'/'sap.com'/'SAP AG'/'7.0013.20070808101344.0000'/'0'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sap.portal.pcd.zorkservice'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sap.dqe.dbschema'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sapportals.supporttools'/'sap.com'/'SAP AG'/'7.0011.20070128005913.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'caf/eu/er/service'/'sap.com'/'MAIN_APL70VAL_C'/'1534108'/'3' will not update currently deployed development component 'caf/eu/er/service'/'sap.com'/'MAIN_APL70VAL_C'/'1534108'/'0'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sapportals.portaladmin.wizframework'/'sap.com'/'SAP AG'/'7.0012.20070426205038.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sapportals.prt.application.monitor'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sap.portal.strucfilterservice'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'caf/eu/gp/example/timeoff/wd'/'sap.com'/'MAIN_APL70VAL_C'/'1497518'/'3' will not update currently deployed development component 'caf/eu/gp/example/timeoff/wd'/'sap.com'/'MAIN_APL70VAL_C'/'1497518'/'2'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'caf/eu/onto/server'/'sap.com'/'MAIN_APL70VAL_C'/'1497844'/'3' will not update currently deployed development component 'caf/eu/onto/server'/'sap.com'/'MAIN_APL70VAL_C'/'1497844'/'0'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sap.portal.pcd.rolemigration'/'sap.com'/'SAP AG'/'7.0014.20071210113331.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: Initial deployment: Selected development component 'tc/eu/jwf/ui/wizardtask'/'sap.com'/'SAP AG'/'7.0014.20071113170027.0000'/'1' will be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'caf/eu/gp/ui/bo'/'sap.com'/'MAIN_APL70VAL_C'/'964775'/'3' will not update currently deployed development component 'caf/eu/gp/ui/bo'/'sap.com'/'MAIN_APL70VAL_C'/'964775'/'2'.
Oct 6, 2008 6:27:13 PM   Info: Initial deployment: Selected software component 'UWLJWF'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210194048''/'1' will be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'caf/eu/gp/api'/'sap.com'/'MAIN_APL70VAL_C'/'1533980'/'3' will not update currently deployed development component 'caf/eu/gp/api'/'sap.com'/'MAIN_APL70VAL_C'/'1533980'/'0'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'caf/eu/gp/mail/ui'/'sap.com'/'MAIN_APL70VAL_C'/'963535'/'3' will not update currently deployed development component 'caf/eu/gp/mail/ui'/'sap.com'/'MAIN_APL70VAL_C'/'963535'/'1'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'caf/eu/gp/ui/search'/'sap.com'/'MAIN_APL70VAL_C'/'1497415'/'3' will not update currently deployed development component 'caf/eu/gp/ui/search'/'sap.com'/'MAIN_APL70VAL_C'/'1497415'/'2'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'caf/eu/gp/model/pwf/local/uwlconn'/'sap.com'/'MAIN_APL70VAL_C'/'1533953'/'3' will not update currently deployed development component 'caf/eu/gp/model/pwf/local/uwlconn'/'sap.com'/'MAIN_APL70VAL_C'/'1533953'/'1'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'caf/eu/gp/ui/dt/comp/block'/'sap.com'/'MAIN_APL70VAL_C'/'1498057'/'3' will not update currently deployed development component 'caf/eu/gp/ui/dt/comp/block'/'sap.com'/'MAIN_APL70VAL_C'/'1498057'/'2'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sapportals.utilities.portalspiderDB'/'sap.com'/'SAP AG'/'7.0014.20071210113331.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'pb'/'sap.com'/'SAP AG'/'7.0014.20071210113331.0000'/'1' will not be deployed because containing software component 'EP-WDC'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193226''/'1' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected software component 'EPBC'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210152326''/'2' will not update currently deployed software component 'EPBC'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210152326''/'1'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sap.pcd.dbschema'/'sap.com'/'SAP AG'/'7.0012.20070426205038.0000'/'2' will not be deployed because containing software component 'EPBC'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210152326''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'caf/eu/gp/ui/dt/comp/process'/'sap.com'/'MAIN_APL70VAL_C'/'1498058'/'3' will not update currently deployed development component 'caf/eu/gp/ui/dt/comp/process'/'sap.com'/'MAIN_APL70VAL_C'/'1498058'/'2'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'caf/eu/gp/content/portal'/'sap.com'/'MAIN_APL70VAL_C'/'1496555'/'3' will not update currently deployed development component 'caf/eu/gp/content/portal'/'sap.com'/'MAIN_APL70VAL_C'/'1496555'/'1'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'caf/eu/er/ui/rt'/'sap.com'/'MAIN_APL70VAL_C'/'1220090'/'3' will not update currently deployed development component 'caf/eu/er/ui/rt'/'sap.com'/'MAIN_APL70VAL_C'/'1220090'/'1'.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sap.portal.pcd.rolenavigationservice'/'sap.com'/'SAP AG'/'7.0011.20070128005913.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'com.sap.portal.reportingframework'/'sap.com'/'SAP AG'/'7.0014.20071210113331.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:13 PM   Info: No action: Selected development component 'pb_api'/'sap.com'/'SAP AG'/'7.0014.20071210113331.0000'/'1' will not be deployed because containing software component 'EP-WDC'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193226''/'1' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'caf/eu/gp/schedule/ddic'/'sap.com'/'MAIN_APL70VAL_C'/'964593'/'3' will not update currently deployed development component 'caf/eu/gp/schedule/ddic'/'sap.com'/'MAIN_APL70VAL_C'/'964593'/'0'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sap.portal.runtime.system.console'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EPBC2'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210152356''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sap.portal.pcmbuilderservice'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sap.pct.tools.devstudio'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'caf/eu/gp/croom/service'/'sap.com'/'MAIN_APL70VAL_C'/'1530384'/'3' will not update currently deployed development component 'caf/eu/gp/croom/service'/'sap.com'/'MAIN_APL70VAL_C'/'1530384'/'1'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sap.portal.content.export.gc'/'sap.com'/'SAP AG'/'7.0014.20071112134627.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'caf/eu/er/ui/co/bi'/'sap.com'/'MAIN_APL70VAL_C'/'1497549'/'3' will not update currently deployed development component 'caf/eu/er/ui/co/bi'/'sap.com'/'MAIN_APL70VAL_C'/'1497549'/'2'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sap.portal.ep.version'/'sap.com'/'SAP AG'/'7.0014.20071210113331.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'acc_admin_welcome'/'sap.com'/'SAP AG'/'7.0010.20061023110711.0000'/'1' will not be deployed because containing software component 'EP-WDC'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193226''/'1' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sap.portal.appdesigner.advancedops'/'sap.com'/'SAP AG'/'7.0014.20071112134549.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'caf/eu/er/ui/dt'/'sap.com'/'MAIN_APL70VAL_C'/'1220420'/'3' will not update currently deployed development component 'caf/eu/er/ui/dt'/'sap.com'/'MAIN_APL70VAL_C'/'1220420'/'2'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sap.dqe.dbcontent'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sap.portal.admin.editorframework'/'sap.com'/'SAP AG'/'7.0011.20070128005913.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'caf/eu/es/cafumcontent'/'sap.com'/'MAIN_APL70VAL_C'/'1528219'/'3' will not update currently deployed development component 'caf/eu/es/cafumcontent'/'sap.com'/'MAIN_APL70VAL_C'/'1528219'/'1'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'caf/eu/cc/ui'/'sap.com'/'MAIN_APL70VAL_C'/'964621'/'3' will not update currently deployed development component 'caf/eu/cc/ui'/'sap.com'/'MAIN_APL70VAL_C'/'964621'/'1'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sap.portal.nav.ws.navwshelperservice'/'sap.com'/'SAP AG'/'7.0014.20071210113331.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'caf/eu/gp/ui/pci'/'sap.com'/'MAIN_APL70VAL_C'/'964772'/'3' will not update currently deployed development component 'caf/eu/gp/ui/pci'/'sap.com'/'MAIN_APL70VAL_C'/'964772'/'2'.
Oct 6, 2008 6:27:14 PM   Info: Initial deployment: Selected software component 'SAP-EU'/'sap.com'/'MAIN_APL70VAL_C'/'1000.7.00.14.0.20071210153525''/'3' will be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sapportals.supportplatform.portalplugins'/'sap.com'/'SAP AG'/'7.0011.20070128005913.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sapportals.utilities.uninstall'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'caf/eu/gp/ui/prt'/'sap.com'/'MAIN_APL70VAL_C'/'1077428'/'3' will not update currently deployed development component 'caf/eu/gp/ui/prt'/'sap.com'/'MAIN_APL70VAL_C'/'1077428'/'2'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'caf/eu/gp/ui/iform'/'sap.com'/'MAIN_APL70VAL_C'/'1498080'/'3' will not update currently deployed development component 'caf/eu/gp/ui/iform'/'sap.com'/'MAIN_APL70VAL_C'/'1498080'/'2'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sap.portal.pcd.rolemigrationcomp'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sapportals.appdesigner.concatalogapi'/'sap.com'/'SAP AG'/'7.0014.20071112134549.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'caf/eu/gp/ui/migrate'/'sap.com'/'MAIN_APL70VAL_C'/'963783'/'3' will not update currently deployed development component 'caf/eu/gp/ui/migrate'/'sap.com'/'MAIN_APL70VAL_C'/'963783'/'2'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sap.security.ume.par'/'sap.com'/'SAP AG'/'7.0014.20071111033708.0000'/'2' will not be deployed because containing software component 'EPBC2'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210152356''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'caf/eu/gp/croom/wd'/'sap.com'/'MAIN_APL70VAL_C'/'1497789'/'3' will not update currently deployed development component 'caf/eu/gp/croom/wd'/'sap.com'/'MAIN_APL70VAL_C'/'1497789'/'1'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'caf/eu/odi/mnuacc/api'/'sap.com'/'MAIN_APL70VAL_C'/'1496632'/'3' will not update currently deployed development component 'caf/eu/odi/mnuacc/api'/'sap.com'/'MAIN_APL70VAL_C'/'1496632'/'0'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'caf/eu/gp/ui/iforms'/'sap.com'/'MAIN_APL70VAL_C'/'963541'/'3' will not update currently deployed development component 'caf/eu/gp/ui/iforms'/'sap.com'/'MAIN_APL70VAL_C'/'963541'/'2'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sap.portal.ivs.global.admin.prodckpt'/'sap.com'/'SAP AG'/'7.0014.20071112134627.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sapportals.navigation.mimeservice'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sap.portal.admin.multitenant'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'ar_hook'/'sap.com'/'SAP AG'/'7.0010.20061023110711.0000'/'1' will not be deployed because containing software component 'EP-WDC'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193226''/'1' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sapportals.designtools'/'sap.com'/'SAP AG'/'7.0014.20071112134627.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'caf/eu/gp/ui/mimes'/'sap.com'/'MAIN_APL70VAL_C'/'964623'/'3' will not update currently deployed development component 'caf/eu/gp/ui/mimes'/'sap.com'/'MAIN_APL70VAL_C'/'964623'/'2'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sap.portal.pcd.transportapplication'/'sap.com'/'SAP AG'/'7.0013.20070808101344.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'caf/eu/gp/mail/cf'/'sap.com'/'MAIN_APL70VAL_C'/'1533841'/'3' will not update currently deployed development component 'caf/eu/gp/mail/cf'/'sap.com'/'MAIN_APL70VAL_C'/'1533841'/'0'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'caf/eu/gp/ui/rtact'/'sap.com'/'MAIN_APL70VAL_C'/'1078396'/'3' will not update currently deployed development component 'caf/eu/gp/ui/rtact'/'sap.com'/'MAIN_APL70VAL_C'/'1078396'/'2'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'caf/eu/gp/model/jmx/client/lib'/'sap.com'/'MAIN_APL70VAL_C'/'1529268'/'3' will not update currently deployed development component 'caf/eu/gp/model/jmx/client/lib'/'sap.com'/'MAIN_APL70VAL_C'/'1529268'/'0'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sap.portal.design.portaldesigndata'/'sap.com'/'SAP AG'/'7.0014.20071112134627.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'caf/eu/es/portal/toolarea'/'sap.com'/'MAIN_APL70VAL_C'/'1496622'/'3' will not update currently deployed development component 'caf/eu/es/portal/toolarea'/'sap.com'/'MAIN_APL70VAL_C'/'1496622'/'1'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'pb_test'/'sap.com'/'SAP AG'/'7.0014.20071210113331.0000'/'1' will not be deployed because containing software component 'EP-WDC'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193226''/'1' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sap.workflow'/'sap.com'/'SAP AG'/'7.0014.20071113170027.0000'/'1' will not update currently deployed development component 'com.sap.workflow'/'sap.com'/'SAP AG'/'7.0014.20071113170027.0000'/'0'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sap.portal.pcd.translation'/'sap.com'/'SAP AG'/'7.0014.20071210113331.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sap.portal.pcd.admintools.gl'/'sap.com'/'SAP AG'/'7.0013.20070906050444.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sap.portal.common.activation'/'sap.com'/'SAP AG'/'7.0014.20071112131518.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'tc/eu/jwf/ui/wizsvc'/'sap.com'/'MAIN_APL70VAL_C'/'1078375'/'3' will not update currently deployed development component 'tc/eu/jwf/ui/wizsvc'/'sap.com'/'MAIN_APL70VAL_C'/'1078375'/'0'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sapportals.connectorframework.websrv'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sap.portal.contentfetching'/'sap.com'/'SAP AG'/'7.0014.20071112134549.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sapportals.productivitytools.desktop'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sap.portal.navigation.helperservices'/'sap.com'/'SAP AG'/'7.0011.20070128005913.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sap.portal.pcd.roles.r3authadmin'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'wizard_framework'/'sap.com'/'SAP AG'/'7.0014.20071210113331.0000'/'1' will not be deployed because containing software component 'EP-WDC'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193226''/'1' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'caf/eu/gp/ui/perm'/'sap.com'/'MAIN_APL70VAL_C'/'964751'/'3' will not update currently deployed development component 'caf/eu/gp/ui/perm'/'sap.com'/'MAIN_APL70VAL_C'/'964751'/'2'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sap.netweaver.bc.uwl.initialcontent'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'1' will not update currently deployed development component 'com.sap.netweaver.bc.uwl.initialcontent'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'0'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sapportals.prt.bridge'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EPBC'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210152326''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'caf/eu/gp/mail/cf/ui'/'sap.com'/'MAIN_APL70VAL_C'/'1534134'/'3' will not update currently deployed development component 'caf/eu/gp/mail/cf/ui'/'sap.com'/'MAIN_APL70VAL_C'/'1534134'/'2'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sap.netweaver.bc.uwl.service'/'sap.com'/'SAP AG'/'7.0014.20071113170027.0000'/'1' will not update currently deployed development component 'com.sap.netweaver.bc.uwl.service'/'sap.com'/'SAP AG'/'7.0014.20071113170027.0000'/'0'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sapportals.navigation.portallauncher'/'sap.com'/'SAP AG'/'7.0014.20071210113331.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'caf/eu/gp/ui/trans'/'sap.com'/'MAIN_APL70VAL_C'/'1497943'/'3' will not update currently deployed development component 'caf/eu/gp/ui/trans'/'sap.com'/'MAIN_APL70VAL_C'/'1497943'/'2'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sapportals.iviewserver.portalpcmapi'/'sap.com'/'SAP AG'/'7.0013.20070808101344.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sapportals.iviewserver.gencreator'/'sap.com'/'SAP AG'/'7.0014.20071112134627.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'caf/eu/gp/ui/dt/comp/cons'/'sap.com'/'MAIN_APL70VAL_C'/'1534136'/'3' will not update currently deployed development component 'caf/eu/gp/ui/dt/comp/cons'/'sap.com'/'MAIN_APL70VAL_C'/'1534136'/'2'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'caf/eu/es/conn/abap'/'sap.com'/'MAIN_APL70VAL_C'/'1530366'/'3' will not update currently deployed development component 'caf/eu/es/conn/abap'/'sap.com'/'MAIN_APL70VAL_C'/'1530366'/'1'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'caf/eu/gp/umeactions'/'sap.com'/'MAIN_APL70VAL_C'/'1496560'/'3' will not update currently deployed development component 'caf/eu/gp/umeactions'/'sap.com'/'MAIN_APL70VAL_C'/'1496560'/'2'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sap.portal.supportability.isolde'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EPBC2'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210152356''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'caf/eu/er/ui/co/portal'/'sap.com'/'MAIN_APL70VAL_C'/'964744'/'3' will not update currently deployed development component 'caf/eu/er/ui/co/portal'/'sap.com'/'MAIN_APL70VAL_C'/'964744'/'2'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sap.portal.ivs.sitesemanticsapi'/'sap.com'/'SAP AG'/'7.0013.20070808101344.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sap.portal.pcd.admintools.export'/'sap.com'/'SAP AG'/'7.0014.20071210113331.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sap.portal.pcd.softcachebrowser'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: Initial deployment: Selected development component 'com.sap.workflow.logging'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'1' will be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sap.portal.fpn'/'sap.com'/'SAP AG'/'7.0014.20071112134549.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'adminstudiolite'/'sap.com'/'SAP AG'/'7.0014.20071210113331.0000'/'1' will not be deployed because containing software component 'EP-WDC'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193226''/'1' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sap.portal.wdintegrator'/'sap.com'/'SAP AG'/'7.0014.20071210113331.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sap.portal.util.serverfilebrowser'/'sap.com'/'SAP AG'/'7.0012.20070426205038.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: Initial deployment: Selected development component 'com.sap.workflow.j2eemoni'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'1' will be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sapportals.iviewserver.global'/'sap.com'/'SAP AG'/'7.0014.20071112134627.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'editor_framework'/'sap.com'/'SAP AG'/'7.0014.20071210113331.0000'/'1' will not be deployed because containing software component 'EP-WDC'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193226''/'1' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'caf/eu/gp/km/conn'/'sap.com'/'MAIN_APL70VAL_C'/'1077880'/'3' will not update currently deployed development component 'caf/eu/gp/km/conn'/'sap.com'/'MAIN_APL70VAL_C'/'1077880'/'1'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sapportals.yahoointegration'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'caf/eu/gp/ui/dt/comp/add'/'sap.com'/'MAIN_APL70VAL_C'/'1534130'/'3' will not update currently deployed development component 'caf/eu/gp/ui/dt/comp/add'/'sap.com'/'MAIN_APL70VAL_C'/'1534130'/'2'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'caf/eu/gp/schedule/api'/'sap.com'/'MAIN_APL70VAL_C'/'1497427'/'3' will not update currently deployed development component 'caf/eu/gp/schedule/api'/'sap.com'/'MAIN_APL70VAL_C'/'1497427'/'0'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sap.portal.ivs.global.admin.consover'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sapportals.productivitytools.resolvr'/'sap.com'/'SAP AG'/'7.0014.20071112134549.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'caf/eu/es/mse/service'/'sap.com'/'MAIN_APL70VAL_C'/'1530371'/'3' will not update currently deployed development component 'caf/eu/es/mse/service'/'sap.com'/'MAIN_APL70VAL_C'/'1530371'/'1'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'caf/eu/gp/example/train/bg'/'sap.com'/'MAIN_APL70VAL_C'/'1497421'/'3' will not update currently deployed development component 'caf/eu/gp/example/train/bg'/'sap.com'/'MAIN_APL70VAL_C'/'1497421'/'0'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sapportals.prt.jco'/'sap.com'/'SAP AG'/'7.0011.20070128005913.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sap.portal.pcm.admin.apiservice'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EPBC2'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210152356''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'caf/eu/gp/model/expr/lib'/'sap.com'/'MAIN_APL70VAL_C'/'1533952'/'3' will not update currently deployed development component 'caf/eu/gp/model/expr/lib'/'sap.com'/'MAIN_APL70VAL_C'/'1533952'/'0'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sap.workflow.uwl.connector'/'sap.com'/'SAP AG'/'7.0013.20070808101344.0000'/'1' will not update currently deployed development component 'com.sap.workflow.uwl.connector'/'sap.com'/'SAP AG'/'7.0013.20070808101344.0000'/'0'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sapportals.nav.defaultnaviviews'/'sap.com'/'SAP AG'/'7.0014.20071210113331.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'tc/pp/ivs/floating_aliases'/'sap.com'/'SAP AG'/'7.0014.20071112134627.0000'/'1' will not be deployed because containing software component 'EP-WDC'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193226''/'1' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'caf/eu/gp/ui/adhoc'/'sap.com'/'MAIN_APL70VAL_C'/'964676'/'3' will not update currently deployed development component 'caf/eu/gp/ui/adhoc'/'sap.com'/'MAIN_APL70VAL_C'/'964676'/'2'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'caf/eu/gp/ui/render'/'sap.com'/'MAIN_APL70VAL_C'/'1534018'/'3' will not update currently deployed development component 'caf/eu/gp/ui/render'/'sap.com'/'MAIN_APL70VAL_C'/'1534018'/'0'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'sap.com~gcwebservice'/'sap.com'/'SAP AG'/'7.0010.20061023110711.0000'/'1' will not be deployed because containing software component 'EP-WDC'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193226''/'1' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'tc~ep~common~logWatch'/'sap.com'/'SAP AG'/'7.0014.20071112131518.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'caf/eu/gp/smketest/eap'/'sap.com'/'MAIN_APL70VAL_C'/'1219998'/'3' will not update currently deployed development component 'caf/eu/gp/smketest/eap'/'sap.com'/'MAIN_APL70VAL_C'/'1219998'/'1'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'caf/eu/gp/ui/gallery'/'sap.com'/'MAIN_APL70VAL_C'/'1534097'/'3' will not update currently deployed development component 'caf/eu/gp/ui/gallery'/'sap.com'/'MAIN_APL70VAL_C'/'1534097'/'2'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sap.portal.pcm.admin.implservice'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EPBC2'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210152356''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'caf/eu/gp/example/train'/'sap.com'/'MAIN_APL70VAL_C'/'964655'/'3' will not update currently deployed development component 'caf/eu/gp/example/train'/'sap.com'/'MAIN_APL70VAL_C'/'964655'/'2'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'caf/eu/gp/ui/admin'/'sap.com'/'MAIN_APL70VAL_C'/'1534140'/'3' will not update currently deployed development component 'caf/eu/gp/ui/admin'/'sap.com'/'MAIN_APL70VAL_C'/'1534140'/'2'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sapportals.prt.portalruntime'/'sap.com'/'SAP AG'/'7.0014.20071111033708.0000'/'2' will not be deployed because containing software component 'EPBC'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210152326''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sapportals.connectors.sap.system'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'caf/eu/gp/ui/roles'/'sap.com'/'MAIN_APL70VAL_C'/'1497538'/'3' will not update currently deployed development component 'caf/eu/gp/ui/roles'/'sap.com'/'MAIN_APL70VAL_C'/'1497538'/'2'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sap.portal.textconfiguration'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'caf/eu/gp/ui/wdco'/'sap.com'/'MAIN_APL70VAL_C'/'1497946'/'3' will not update currently deployed development component 'caf/eu/gp/ui/wdco'/'sap.com'/'MAIN_APL70VAL_C'/'1497946'/'2'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'tc/wd/eptests'/'sap.com'/'SAP AG'/'7.0013.20070703112808.0000'/'1' will not be deployed because containing software component 'EP-WDC'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193226''/'1' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sapportals.navigation.navservice'/'sap.com'/'SAP AG'/'7.0014.20071210113331.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'caf/eu/gp/ui/rt'/'sap.com'/'MAIN_APL70VAL_C'/'1498094'/'3' will not update currently deployed development component 'caf/eu/gp/ui/rt'/'sap.com'/'MAIN_APL70VAL_C'/'1498094'/'2'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sapportals.unification.conctriviewiz'/'sap.com'/'SAP AG'/'7.0014.20071210113331.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'caf/eu/gp/model/devobj'/'sap.com'/'MAIN_APL70VAL_C'/'1534035'/'3' will not update currently deployed development component 'caf/eu/gp/model/devobj'/'sap.com'/'MAIN_APL70VAL_C'/'1534035'/'0'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sapportals.productivitytools.netivie'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'caf/eu/es/api'/'sap.com'/'MAIN_APL70VAL_C'/'1528214'/'3' will not update currently deployed development component 'caf/eu/es/api'/'sap.com'/'MAIN_APL70VAL_C'/'1528214'/'1'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'caf/eu/gp/ui/co/portal'/'sap.com'/'MAIN_APL70VAL_C'/'1534143'/'3' will not update currently deployed development component 'caf/eu/gp/ui/co/portal'/'sap.com'/'MAIN_APL70VAL_C'/'1534143'/'2'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'caf/eu/gp/ui/co/ws'/'sap.com'/'MAIN_APL70VAL_C'/'1534104'/'3' will not update currently deployed development component 'caf/eu/gp/ui/co/ws'/'sap.com'/'MAIN_APL70VAL_C'/'1534104'/'2'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sap.portal.jdbcdrivers'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sapportals.dqe.admintools'/'sap.com'/'SAP AG'/'7.0014.20071112134627.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sapportals.productivitytools.utils'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'caf/eu/gp/ui/co/base'/'sap.com'/'MAIN_APL70VAL_C'/'1533910'/'3' will not update currently deployed development component 'caf/eu/gp/ui/co/base'/'sap.com'/'MAIN_APL70VAL_C'/'1533910'/'2'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sap.netweaver.bc.uwl.ui'/'sap.com'/'SAP AG'/'7.0014.20071113170027.0000'/'1' will not update currently deployed development component 'com.sap.netweaver.bc.uwl.ui'/'sap.com'/'SAP AG'/'7.0014.20071113170027.0000'/'0'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sap.portal.statelesssessionservice'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sapportals.portaladmin.editorselect'/'sap.com'/'SAP AG'/'7.0014.20071112134549.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sapportals.bidi.rtl'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'caf/eu/gp/ui/dt'/'sap.com'/'MAIN_APL70VAL_C'/'1498097'/'3' will not update currently deployed development component 'caf/eu/gp/ui/dt'/'sap.com'/'MAIN_APL70VAL_C'/'1498097'/'2'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sap.portal.fpn.accessservice'/'sap.com'/'SAP AG'/'7.0014.20071112134549.0000'/'1' will not be deployed because containing software component 'EP-WDC'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193226''/'1' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sap.portal.pcd.configuration'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'com.sap.portal.pcd.roleservice'/'sap.com'/'SAP AG'/'7.0014.20071112134549.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'caf/eu/gp/ui/eudt'/'sap.com'/'MAIN_APL70VAL_C'/'1498114'/'3' will not update currently deployed development component 'caf/eu/gp/ui/eudt'/'sap.com'/'MAIN_APL70VAL_C'/'1498114'/'2'.
Oct 6, 2008 6:27:14 PM   Info: No action: Selected development component 'caf/eu/gp/model/iforms/ddic'/'sap.com'/'MAIN_APL70VAL_C'/'1077436'/'3' will not update currently deployed development component 'caf/eu/gp/model/iforms/ddic'/'sap.com'/'MAIN_APL70VAL_C'/'1077436'/'0'.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'tc/kmc/bc.uwl/api'/'sap.com'/'SAP AG'/'7.0014.20071113170027.0000'/'1' will not update currently deployed development component 'tc/kmc/bc.uwl/api'/'sap.com'/'SAP AG'/'7.0014.20071113170027.0000'/'0'.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'com.sapportals.dqe.service'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'com.sapportals.portaladmin.defaultwizard'/'sap.com'/'SAP AG'/'7.0014.20071210113331.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'property_editor'/'sap.com'/'SAP AG'/'7.0014.20071210113331.0000'/'1' will not be deployed because containing software component 'EP-WDC'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193226''/'1' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'com.sapportals.prt.hooks'/'sap.com'/'SAP AG'/'7.0014.20071111033708.0000'/'2' will not be deployed because containing software component 'EPBC2'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210152356''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'com.sap.portal.services.internal.api'/'sap.com'/'SAP AG'/'7.0012.20070426205038.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'com.sap.portal.activityreport'/'sap.com'/'SAP AG'/'7.0014.20071210113331.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'caf/eu/odi/mnuacc'/'sap.com'/'MAIN_APL70VAL_C'/'1530375'/'3' will not update currently deployed development component 'caf/eu/odi/mnuacc'/'sap.com'/'MAIN_APL70VAL_C'/'1530375'/'0'.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'com.sap.portal.runtime.config.ieu.comp'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EPBC2'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210152356''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'com.sapportals.iviewserver.landscapeapi'/'sap.com'/'SAP AG'/'7.0014.20071112134549.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'caf/eu/gp/lib/msdocumentserver'/'sap.com'/'MAIN_APL70VAL_C'/'1496564'/'3' will not update currently deployed development component 'caf/eu/gp/lib/msdocumentserver'/'sap.com'/'MAIN_APL70VAL_C'/'1496564'/'0'.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'com.sap.portal.services.api'/'sap.com'/'SAP AG'/'7.0014.20071112134549.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'caf/eu/gp/model'/'sap.com'/'MAIN_APL70VAL_C'/'1534098'/'3' will not update currently deployed development component 'caf/eu/gp/model'/'sap.com'/'MAIN_APL70VAL_C'/'1534098'/'0'.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'caf/eu/gp/ui/ctpkg'/'sap.com'/'MAIN_APL70VAL_C'/'1534154'/'3' will not update currently deployed development component 'caf/eu/gp/ui/ctpkg'/'sap.com'/'MAIN_APL70VAL_C'/'1534154'/'2'.
Oct 6, 2008 6:27:15 PM   Info: Initial deployment: Selected development component 'tc/eu/jwf/wf/wdtd'/'sap.com'/'SAP AG'/'7.0014.20071113170027.0000'/'1' will be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'com.sapportals.unification.50system'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'com.sap.portal.runtime.config.component'/'sap.com'/'SAP AG'/'7.0014.20071111033708.0000'/'2' will not be deployed because containing software component 'EPBC2'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210152356''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'com.sapportals.appdesigner.appdesfrmwrk'/'sap.com'/'SAP AG'/'7.0014.20071112134549.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'com.sapportals.appdesigner.contcatalog'/'sap.com'/'SAP AG'/'7.0014.20071112134549.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'caf/eu/es/conn/km'/'sap.com'/'MAIN_APL70VAL_C'/'1530370'/'3' will not update currently deployed development component 'caf/eu/es/conn/km'/'sap.com'/'MAIN_APL70VAL_C'/'1530370'/'1'.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'caf/eu/gp/model/pwf'/'sap.com'/'MAIN_APL70VAL_C'/'1534073'/'3' will not update currently deployed development component 'caf/eu/gp/model/pwf'/'sap.com'/'MAIN_APL70VAL_C'/'1534073'/'0'.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'caf/eu/gp/schedule'/'sap.com'/'MAIN_APL70VAL_C'/'1533949'/'3' will not update currently deployed development component 'caf/eu/gp/schedule'/'sap.com'/'MAIN_APL70VAL_C'/'1533949'/'0'.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'com.sap.portal.htmlb'/'sap.com'/'SAP AG'/'7.0014.20071111033708.0000'/'2' will not be deployed because containing software component 'EPBC2'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210152356''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'caf/eu/er/service/api'/'sap.com'/'MAIN_APL70VAL_C'/'1533946'/'3' will not update currently deployed development component 'caf/eu/er/service/api'/'sap.com'/'MAIN_APL70VAL_C'/'1533946'/'0'.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'com.sap.security.usermapping.par'/'sap.com'/'SAP AG'/'7.0011.20070128005913.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'com.sapportals.productivitytools.dom'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'com.sapportals.prt.connection'/'sap.com'/'SAP AG'/'7.0012.20070426205038.0000'/'2' will not be deployed because containing software component 'EPBC2'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210152356''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'com.sapportals.builder.pagebuilder.utils'/'sap.com'/'SAP AG'/'7.0014.20071112134549.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'caf/eu/gp/model/iform'/'sap.com'/'MAIN_APL70VAL_C'/'1534034'/'3' will not update currently deployed development component 'caf/eu/gp/model/iform'/'sap.com'/'MAIN_APL70VAL_C'/'1534034'/'0'.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'com.sap.portal.appdesigner.advancopsapi'/'sap.com'/'SAP AG'/'7.0013.20070808101344.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'caf/eu/gp/content'/'sap.com'/'MAIN_APL70VAL_C'/'1498020'/'3' will not update currently deployed development component 'caf/eu/gp/content'/'sap.com'/'MAIN_APL70VAL_C'/'1498020'/'1'.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'com.sapportals.iviewserver.semanticapp'/'sap.com'/'SAP AG'/'7.0014.20071112134549.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'caf/eu/gp/api/wd'/'sap.com'/'MAIN_APL70VAL_C'/'964128'/'3' will not update currently deployed development component 'caf/eu/gp/api/wd'/'sap.com'/'MAIN_APL70VAL_C'/'964128'/'1'.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'com.sapportals.wdparamsprovider'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'com.sap.portal.admin.portalservermonitor'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'com.sap.portal.common.ppse'/'sap.com'/'SAP AG'/'7.0012.20070426205038.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'com.sapportals.productivitytools.urliviw'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'com.sapportals.productivitytools.dyntree'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'caf/eu/cc/ui/dashbrd'/'sap.com'/'MAIN_APL70VAL_C'/'1497890'/'3' will not update currently deployed development component 'caf/eu/cc/ui/dashbrd'/'sap.com'/'MAIN_APL70VAL_C'/'1497890'/'2'.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'caf/eu/gp/model/ws'/'sap.com'/'MAIN_APL70VAL_C'/'1533909'/'3' will not update currently deployed development component 'caf/eu/gp/model/ws'/'sap.com'/'MAIN_APL70VAL_C'/'1533909'/'0'.
Oct 6, 2008 6:27:15 PM   Info: Initial deployment: Selected development component 'tc/eu/odi/conn/uwl'/'sap.com'/'MAIN_APL70VAL_C'/'1077431'/'3' will be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'com.sapportals.dqe.beans'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'com.sap.portal.pcd.gl'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EPBC2'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210152356''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'caf/eu/gp/model/iforms'/'sap.com'/'MAIN_APL70VAL_C'/'1534072'/'3' will not update currently deployed development component 'caf/eu/gp/model/iforms'/'sap.com'/'MAIN_APL70VAL_C'/'1534072'/'0'.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'com.sapportals.urdesigndata'/'sap.com'/'SAP AG'/'7.0014.20071112134627.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'obn04tst'/'sap.com'/'SAP AG'/'7.0014.20071210113331.0000'/'1' will not be deployed because containing software component 'EP-WDC'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193226''/'1' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'com.sapportals.iviewserver.iviewapi'/'sap.com'/'SAP AG'/'7.0013.20070808101344.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'caf/eu/gp/example/ordermat/wd'/'sap.com'/'MAIN_APL70VAL_C'/'1497788'/'3' will not update currently deployed development component 'caf/eu/gp/example/ordermat/wd'/'sap.com'/'MAIN_APL70VAL_C'/'1497788'/'1'.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'com.sap.portal.namingconventions'/'sap.com'/'SAP AG'/'7.0012.20070426205038.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'com.sap.portal.pcd.admintools.pcdtools'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: Initial deployment: Selected development component 'tc/kmc/bc.uwl.ui/wd_ui'/'sap.com'/'SAP AG'/'7.0014.20071113170027.0000'/'1' will be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'caf/eu/es/portalcontent'/'sap.com'/'MAIN_APL70VAL_C'/'1077422'/'3' will not update currently deployed development component 'caf/eu/es/portalcontent'/'sap.com'/'MAIN_APL70VAL_C'/'1077422'/'1'.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'caf/eu/gp/actions'/'sap.com'/'MAIN_APL70VAL_C'/'1533998'/'3' will not update currently deployed development component 'caf/eu/gp/actions'/'sap.com'/'MAIN_APL70VAL_C'/'1533998'/'0'.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'caf/eu/gp/ui/rt/comp'/'sap.com'/'MAIN_APL70VAL_C'/'1497899'/'3' will not update currently deployed development component 'caf/eu/gp/ui/rt/comp'/'sap.com'/'MAIN_APL70VAL_C'/'1497899'/'2'.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'caf/eu/gp/ui/decision'/'sap.com'/'MAIN_APL70VAL_C'/'963501'/'3' will not update currently deployed development component 'caf/eu/gp/ui/decision'/'sap.com'/'MAIN_APL70VAL_C'/'963501'/'2'.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'com.sap.portal.pcd.customercontent'/'sap.com'/'SAP AG'/'7.0014.20071210113331.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'com.sap.portal.ivs.contentcreation.utils'/'sap.com'/'SAP AG'/'7.0012.20070426205038.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'caf/eu/cc/content/eap'/'sap.com'/'MAIN_APL70VAL_C'/'964121'/'3' will not update currently deployed development component 'caf/eu/cc/content/eap'/'sap.com'/'MAIN_APL70VAL_C'/'964121'/'1'.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'caf/eu/gp/ui/co'/'sap.com'/'MAIN_APL70VAL_C'/'1534105'/'3' will not update currently deployed development component 'caf/eu/gp/ui/co'/'sap.com'/'MAIN_APL70VAL_C'/'1534105'/'2'.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'caf/eu/gp/ui/rtwc'/'sap.com'/'MAIN_APL70VAL_C'/'1534157'/'3' will not update currently deployed development component 'caf/eu/gp/ui/rtwc'/'sap.com'/'MAIN_APL70VAL_C'/'1534157'/'2'.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'caf/eu/gp/model/api'/'sap.com'/'MAIN_APL70VAL_C'/'1533840'/'3' will not update currently deployed development component 'caf/eu/gp/model/api'/'sap.com'/'MAIN_APL70VAL_C'/'1533840'/'0'.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'caf/eu/gp/model/uwlproxy/api'/'sap.com'/'MAIN_APL70VAL_C'/'1533912'/'3' will not update currently deployed development component 'caf/eu/gp/model/uwlproxy/api'/'sap.com'/'MAIN_APL70VAL_C'/'1533912'/'1'.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'spider_search'/'sap.com'/'SAP AG'/'7.0014.20071210113331.0000'/'1' will not be deployed because containing software component 'EP-WDC'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193226''/'1' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'caf/eu/er/base'/'sap.com'/'MAIN_APL70VAL_C'/'1533905'/'3' will not update currently deployed development component 'caf/eu/er/base'/'sap.com'/'MAIN_APL70VAL_C'/'1533905'/'0'.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'caf/eu/gp/ui/youcan'/'sap.com'/'MAIN_APL70VAL_C'/'1498054'/'3' will not update currently deployed development component 'caf/eu/gp/ui/youcan'/'sap.com'/'MAIN_APL70VAL_C'/'1498054'/'2'.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'com.sapportals.unification.60'/'sap.com'/'SAP AG'/'7.0014.20071112134627.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'com.sap.portal.runtime.config.kmreadonly'/'sap.com'/'SAP AG'/'7.0014.20071111033708.0000'/'2' will not be deployed because containing software component 'EPBC'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210152326''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'com.sap.portal.pcd.admintools.roleeditor'/'sap.com'/'SAP AG'/'7.0014.20071210113331.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'caf/eu/gp/ui/onts'/'sap.com'/'MAIN_APL70VAL_C'/'1497892'/'3' will not update currently deployed development component 'caf/eu/gp/ui/onts'/'sap.com'/'MAIN_APL70VAL_C'/'1497892'/'2'.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'com.sap.portal.navigation.shorturlsDB'/'sap.com'/'SAP AG'/'7.0014.20071210113331.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'caf/eu/gp/ui/actions'/'sap.com'/'MAIN_APL70VAL_C'/'1534142'/'3' will not update currently deployed development component 'caf/eu/gp/ui/actions'/'sap.com'/'MAIN_APL70VAL_C'/'1534142'/'2'.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'com.sap.portal.systemlandscapeoverview'/'sap.com'/'SAP AG'/'7.0012.20070426205038.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'caf/eu/gp/model/uwlproxy'/'sap.com'/'MAIN_APL70VAL_C'/'1497551'/'3' will not update currently deployed development component 'caf/eu/gp/model/uwlproxy'/'sap.com'/'MAIN_APL70VAL_C'/'1497551'/'1'.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'com.sap.portal.pcd.initialcontent'/'sap.com'/'SAP AG'/'7.0014.20071210113331.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'caf/eu/gp/model/jmx'/'sap.com'/'MAIN_APL70VAL_C'/'1533982'/'3' will not update currently deployed development component 'caf/eu/gp/model/jmx'/'sap.com'/'MAIN_APL70VAL_C'/'1533982'/'1'.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'com.sap.portal.heartbeat'/'sap.com'/'SAP AG'/'7.0012.20070426205038.0000'/'2' will not be deployed because containing software component 'EPBC2'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210152356''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'com.sapportals.connectors.jdbc.system'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'com.sapportals.dqe.jdbcdriver.lib'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'new_page'/'sap.com'/'SAP AG'/'7.0014.20071210113331.0000'/'1' will not be deployed because containing software component 'EP-WDC'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193226''/'1' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'irj'/'sap.com'/'SAP AG'/'7.0014.20071112134549.0000'/'2' will not be deployed because containing software component 'EPBC'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210152326''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'com.sapportals.prt.contentconversion'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EPBC2'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210152356''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'com.sap.portal.runtime.flash'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EPBC2'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210152356''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'com.sap.portal.contentmigration'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'caf/eu/cc/api'/'sap.com'/'MAIN_APL70VAL_C'/'1533898'/'3' will not update currently deployed development component 'caf/eu/cc/api'/'sap.com'/'MAIN_APL70VAL_C'/'1533898'/'0'.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'pcd_bizc_authoring'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'com.sapportals.nav.defaultheaderiviews'/'sap.com'/'SAP AG'/'7.0014.20071210113331.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'com.sap.netweaver.bc.uwl.content'/'sap.com'/'SAP AG'/'7.0011.20070131173855.0000'/'1' will not update currently deployed development component 'com.sap.netweaver.bc.uwl.content'/'sap.com'/'SAP AG'/'7.0011.20070131173855.0000'/'0'.
Oct 6, 2008 6:27:15 PM   Info: Initial deployment: Selected development component 'tc/eu/jwf/wd/tport'/'sap.com'/'MAIN_APL70VAL_C'/'1498030'/'3' will be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'PRTDatabaseMigrationController'/'sap.com'/'SAP AG'/'7.0014.20071111033708.0000'/'2' will not be deployed because containing software component 'EPBC2'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210152356''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'com.sapportals.portaladmin.permeditor'/'sap.com'/'SAP AG'/'7.0014.20071210113331.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: Initial deployment: Selected development component 'tc/kmc/bc.uwl.ui/wd_pp'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'1' will be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'com.sap.portal.nav.ws.NavigationWSEar'/'sap.com'/'SAP AG'/'7.0014.20071210113331.0000'/'2' will not be deployed because containing software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210193159''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'caf/eu/gp/ui/gpconf'/'sap.com'/'MAIN_APL70VAL_C'/'1534144'/'3' will not update currently deployed development component 'caf/eu/gp/ui/gpconf'/'sap.com'/'MAIN_APL70VAL_C'/'1534144'/'2'.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'com.sap.prt.ws.container'/'sap.com'/'SAP AG'/'7.0010.20061109164817.0000'/'2' will not be deployed because containing software component 'EPBC2'/'sap.com'/'SAP AG'/'1000.7.00.14.0.20071210152356''/'2' will not be deployed.
Oct 6, 2008 6:27:15 PM   Info: No action: Selected development component 'caf/eu/gp/croom/content'/'sap.com'/'MAIN_APL70VAL_C'/'1498043'/'3' will not update currently deployed development component 'caf/eu/gp/croom/content'/'sap.com'/'MAIN_APL70VAL_C'/'1498043'/'1'.
Oct 6, 2008 6:27:15 PM   Info: Ending deployment prerequisites. All items are correct.
Oct 6, 2008 6:27:16 PM   Info: Saved current Engine state.
Oct 6, 2008 6:27:16 PM   Info: Starting: Initial deployment: Selected development component 'caf/eu/gp/ws/msosrv'/'sap.com'/'MAIN_APL70VAL_C'/'963790'/'3' will be deployed.
Oct 6, 2008 6:27:16 PM   Info: SDA to be deployed: C:\usr\sap\S01\DVEBMGS00\SDM\root\origin\sap.com\caf\eu\gp\ws\msosrv\MAIN_APL70VAL_C\3\963790\sap.com_caf~eu~gp~ws~msosrv.sda
Oct 6, 2008 6:27:16 PM   Info: Software type of SDA: J2EE
Oct 6, 2008 6:27:19 PM   Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
Oct 6, 2008 6:27:52 PM   Info: Begin of log messages of the target system:
08/10/06 18:27:22 -  ***********************************************************
08/10/06 18:27:28 -  Start updating EAR file...
08/10/06 18:27:28 -  start-up mode is lazy
08/10/06 18:27:28 -  EAR file updated successfully for 157ms.
08/10/06 18:27:28 -  Start deploying ...
08/10/06 18:27:28 -  EAR file uploaded to server for 63ms.
08/10/06 18:27:52 -  ERROR: NOT deployed. The Deploy Service returned the following error: 
                     For detailed information see the log file of the Deploy Service.
                     Exception is: 
                     com.sap.engine.services.rmi_p4.P4RuntimeException: Unexpected exception.
                     	Nested exception is: 
                     	java.net.SocketException: Connection reset
                     java.net.SocketException: Connection reset
                     	at java.net.SocketInputStream.read(SocketInputStream.java:168)
                     	at com.sap.engine.services.rmi_p4.Connection.run(Connection.java:395)
                     	at java.lang.Thread.run(Thread.java:534)
                     ;
08/10/06 18:27:52 -  ***********************************************************
Oct 6, 2008 6:27:52 PM   Info: End of log messages of the target system.
Oct 6, 2008 6:27:52 PM   Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
Oct 6, 2008 6:27:52 PM   Error: Aborted: development component 'caf/eu/gp/ws/msosrv'/'sap.com'/'MAIN_APL70VAL_C'/'963790'/'3', grouped by software component 'SAP-EU'/'sap.com'/'MAIN_APL70VAL_C'/'1000.7.00.14.0.20071210153525''/'3':
Caught exception during application deployment from SAP J2EE Engine's deploy API:
com.sap.engine.deploy.manager.DeployManagerException: ERROR: NOT deployed. The Deploy Service returned the following error: com.sap.engine.services.rmi_p4.P4RuntimeException: Unexpected exception.
	Nested exception is: 
	java.net.SocketException: Connection reset
Exception is: 
com.sap.engine.services.rmi_p4.P4RuntimeException: Unexpected exception.
	Nested exception is: 
	java.net.SocketException: Connection reset
java.net.SocketException: Connection reset
	at java.net.SocketInputStream.read(SocketInputStream.java:168)
	at com.sap.engine.services.rmi_p4.Connection.run(Connection.java:395)
	at java.lang.Thread.run(Thread.java:534)
;
 (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).DMEXC)
Oct 6, 2008 6:27:52 PM   Info: Starting to save the repository
Oct 6, 2008 6:27:55 PM   Info: Finished saving the repository

Former Member
0 Kudos

Hi, first of all you cant use 1.4.2.18 for Windows servers x64 --> for example

Regards.

Former Member
0 Kudos

Hi, can you provide callSdmViaSapinst.log log file, and say version of your JVM ? Regards.