ESS/MSS(PCUI_GP?)

Hi,
I have been uploaded ESS and MSS BP of Service Pack level 9(i.e., SP9) on Netweaver 7.0(ERP 2004s),ECC6.0.
But Where can download SAPPCUI_GPXXX.SCA to upload into SDM.
To work with both ESS and MSS, one SAPPCUI_GPXXX.sca  file is enough or v need different.
and the SP level of SAPPCUI_GPXXXX.sca file should be what?
And also to work with ESS and MSS, do we need to upload any .sca files other than SAPPCUIGP....?
kindly let me know...
thanks in advance,
Venkat
Edited by: venkat on Mar 13, 2008 10:52 AM

Hi,
You can download the SCA file for PCUI_GP from [SAP market place |https://websmp101.sap-ag.de/swdc]
Once you login with your S-ID,Check in Downloads Tab :
Download->Support Packages and Patches->Entry by Application Group->SAP Application Components->SAP ERP
Which SP version to download, depends on your HR Backend release
SAP ERP 200x-> Entry by Component -> SAP XSS (Self Services)->SAP PCUI_GP xxx
The required SCA files are listed;
You need to download both the SAP PCUI_GP and the patch(optinal) SCA file of the form :
SAPPCUIGPnn_x-yyyyyyyy.sca       
SAPPCUIGPnnP_x-yyyyyyyy.sca  //(optinal Patch file )
Where nn corresponds to Support package and m corresponds to Patch level.
( SAP Reference Note: 761266 - Self Service Patches to know the version to be downloaded )
Cheers,
Remi

Similar Messages

  • Issue while accessing two web-dynpro application, ESS/MSS and Payroll

    Hi All,
    We are facing one Critical Server Issue in our systems. Following is the scenerio:-
    Our Portal system was having one Application known as German Payroll application. Before last two week one more application of ESS/MSS i.e. Time Management has been deployed to our system.
    Now the user has two application with two different roles in the portal.
    When user try to navigate from Time Management Application to German Payroll application or German Payroll Application to Time Management Application  then they are facing Critical Server Error issue.
    But once the user try to refresh using CTRL+F5 then the problem got resolved.
    ========================================================================
    German Payroll applications back end server details:P95.
    Time Management Application back end server details: P23
    Steps to reproduce the issue:
    1-login to portalgot to Employee self service tab-wait for 3-5mins
    & than navigate to german payroll applications----& faced crtical
    server errors:
    Log from deafult trace:-
    =======================================================
    1.#0021280FECEE0028000000A400005A4B0004A2FA644F345C#1305096215265#com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent#sap.com/tcwddispwda#com.sap.tc.webdyn
    pro.progmodel.generation.DelegatingComponent#km048893#2758##n/a##fa2a61757b9911e08e660021280fecee#SAPEngine_Application_Thread[impl:3]
    _9##0#0#Fatal#1#/Applications/Xss#
    Java###null
    [EXCEPTION]
    #1#com.sap.tc.webdynpro.modelimpl.dynamicrfc.WDDynamicRFCExecuteException
    at
    com.sap.tc.webdynpro.modelimpl.dynamicrfc.DynamicRFCModelClassExecutable.execute(DynamicRFCModelClassExecutable.java:107)
    at com.sap.xss.ser.xssmenu.fc.ModelHandler.onInit
    (ModelHandler.java:205)
    at com.sap.xss.ser.xssmenu.fc.wdp.InternalModelHandler.onInit
    (InternalModelHandler.java:428)
    at com.sap.xss.ser.xssmenu.fc.FcXssMenu.setPersonnelNumber
    (FcXssMenu.java:570)
    at com.sap.xss.ser.xssmenu.fc.FcXssMenu.onInit
    (FcXssMenu.java:292)
    at com.sap.xss.ser.xssmenu.fc.wdp.InternalFcXssMenu.onInit
    (InternalFcXssMenu.java:455)
    at com.sap.xss.ser.xssmenu.fc.FcXssMenuInterface.onInit
    (FcXssMenuInterface.java:165)
    System 'P95' is not possible because RFC Metadata was retrieved using
    System 'P23'. Please assure you have configured the RFC Connections
    properly. A Server restart may
    be necessary!#
    ==============================================================
    here is the catch....When user is trying to navigate from ESS tab(using
    custom jcos for Backend system P23) to German payroll(backend system
    P95) after 3 mins ---getting crtical error...Still its using the
    data/metadat jcos connection information of ESS applications from
    cache...that you can see in default trace.
    PS: Standards Jcos are configured for P23 systems:
    ====================================================
    SAP_R3_HumanResources----created with P23
    SAP_R3_HumanResources_MetaData----been created with P23
    SAP_R3_SelfServiceGenerics----been created with P23
    SAP_R3_SelfServiceGenerics_MetaData----been created with P23
    =====================================================
    P95----Germman payroll
    P23---ESS/MSS
    Name of Cutsomn Jcos created for bakcend P95 i.e. german payroll
    A-P95
    =======================================================
    SAP_R3_HumanResources:D95
    SAP_R3_HumanResources_MetaData:D95
    SAP_R3_SelfServiceGenerics:D95
    SAP_R3_SelfServiceGenerics_MetaData:D95 configured with sap-wd-arfc-
    useSys.
    Name of cutom jcos created for backend ESS/MSS P23
    B-P23
    =========================================================
    SAP_R3_HumanResources_MetaData:X23
    SAP_R3_HumanResources:X23
    SAP_R3_SelfServiceGenerics:X23
    SAP_R3_SelfServiceGenerics_MetaData:X23 configured with sap-wd-arfc-
    useSys.
    ========================================================
    Jcos parameter of P23 backend:
    JCo Pool Configuration
    Maximum Pool Size: 50
    Maximum Connections: 100
    Connection Timeout (msec.): 10000
    Maximum Waiting Time (msec.): 30000
    Jcos parameter of P95 backend:
    JCo Pool Configuration :
    Maximum Pool Size: 5
    Maximum Connections: 10
    Connection Timeout (msec.): 10000
    Maximum Waiting Time (msec.): 30000
    ===================================================================
    After more analyzing the situation we found that one web dynrpo component i.e. pcui_gp~xssutils is common to both the application and it is configured to standard JCO i.e.
    SAP_R3_HumanResources
    SAP_R3_HumanResources_MetaData
    SAP_R3_SelfServiceGenerics
    SAP_R3_SelfServiceGenerics_MetaData
    My thinking is that this component is giving us the problem.
    Please provide your comments and solution to rectify this issue.
    Also, let me know in case you need more information.
    Thanks in Advance
    Kuldeep Verma

    Hi
    First try a very simple application with nothing in it just one text saying Hello World
    Run it and see what happens.
    Also check if your url uses FQDN name. something like https:
    company.name.co:50000\.......
    If you do not use the FQDN it will always show a script error on the bottom and some functions will not work e.g
    dropdowns.
    regards
    Yuval.

  • Portal runtime error, when click on ESS MSS

    Dear Gurus,
    Whenever I click on any link of MSS, it gives me runtime error. Please see the screenshot.
    Portal runtime error
    An exception occurred while processing your request. Send the exception ID to your portal administrator.
    Exception ID 03:38_14/05/14_0019_13493050
    See log file for details about this exception
    Screen shot
    - SSO steps configured
    - ESS/MSS roles given in both of ABAP and JAVA side
    ITS, connector and WEB AS test successfully (screen shot maintaned below)
    Only Alias defined : SAP_R3_HumanResources
    Detalied Error Log;
    Failed to invalidate cached entry for user a368ecb2db6411e3a030000000cde33a Exception:java.rmi.RemoteException: Cannot clear ICM server cache by [a368ecb2db6411e3a030000000cde33a] etag.; nested exception is:
    com.sap.bc.proj.jstartup.icmadm.IcmAdmException: interface disabled
    [EXCEPTION]
    java.rmi.RemoteException: Cannot clear ICM server cache by [a368ecb2db6411e3a030000000cde33a] etag.; nested exception is:
    com.sap.bc.proj.jstartup.icmadm.IcmAdmException: interface disabled
    at com.sap.engine.services.httpserver.server.CacheManagementInterfaceImpl.clearCacheByEtag(CacheManagementInterfaceImpl.java:33)
    at com.sap.netweaver.rtmf.serverimpl.users.RTMFUser.clearICMCache(RTMFUser.java:231)
    at com.sap.netweaver.rtmf.serverimpl.users.RTMFUser.doLogout(RTMFUser.java:296)
    at com.sap.netweaver.rtmf.serverimpl.users.UserList.removeUser(UserList.java:123)
    at com.sap.netweaver.rtmf.serverimpl.services.UserManagerService.doLogout(UserManagerService.java:590)
    at com.sap.netweaver.rtmf.serverimpl.services.UserManagerService.activeActionMethod(UserManagerService.java:100)
    at com.sap.netweaver.rtmf.serverimpl.services.UserManagerService.onMessageArrived(UserManagerService.java:71)
    at com.sap.netweaver.rtmf.serverimpl.services.UserManagerService.onUserMessageArrived(UserManagerService.java:698)
    at com.sap.netweaver.rtmf.messagingimpl.messages.RTMFMessageDispatcher.sendMessageToService(RTMFMessageDispatcher.java:45)
    at com.sap.netweaver.rtmf.serverimpl.core.MessageDispatcher.sendMessageToService(MessageDispatcher.java:46)
    at com.sap.netweaver.rtmf.serverimpl.core.MessageDispatcher.handleRequest(MessageDispatcher.java:72)
    at com.sap.netweaver.rtmf.serverimpl.core.dispatch.dispatchers.SendDispatcher.dispatch(SendDispatcher.java:37)
    at com.sap.netweaver.rtmf.serverimpl.core.RTMFCore.handleSendRequest(RTMFCore.java:190)
    at com.sap.netweaver.rtmf.serverimpl.core.RTMFCore.handleRequest(RTMFCore.java:154)
    at com.sap.netweaver.rtmf.serverimpl.server.RTMFServer.handleRequest(RTMFServer.java:89)
    at com.sap.netweaver.rtmf.servlet.ServletWrapper.doPost(ServletWrapper.java:54)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:754)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
    at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:152)
    at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:38)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:457)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:210)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:441)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:430)
    at com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:38)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:81)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:276)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:81)
    at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
    at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.SessionSizeFilter.process(SessionSizeFilter.java:26)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:57)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:43)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:475)
    at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:269)
    at com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:56)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:122)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:101)
    at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)
    Caused by: com.sap.bc.proj.jstartup.icmadm.IcmAdmException: interface disabled
    at com.sap.bc.proj.jstartup.icmadm.IcmAdm.getInstance(IcmAdm.java:77)
    at com.sap.engine.lib.http.cache.CacheAdmin.getInstance(CacheAdmin.java:53)
    at com.sap.engine.lib.http.cache.CacheAdmin.invalidateCacheEntries(CacheAdmin.java:30)
    at com.sap.engine.services.httpserver.server.CacheManagementInterfaceImpl.clearCacheByEtag(CacheManagementInterfaceImpl.java:29)
    ... 56 more
    LOG OVERVIEW

    After implementing the PCUI_GP , ESS is not empty anoymore but it is giving error like this ;
    Detailed Error ;
    Detailed Exception Chain
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Exception was thrown in preprocessing phase of application session O8h94DN06FMAxZD*frJ44w--szntRnBBZbpD5Fsc0H8XnA--/pcd:portal_content/com.sap.pct/every_user/com.sap.pct.erp.ess.bp_folder/com.sap.pct.erp.ess.roles/com.sap.pct.erp.ess.employee_self_service/com.sap.pct.erp.ess.employee_self_service/com.sap.pct.erp.ess.areagroup_overview/com.sap.pct.erp.ess.overview/sap.com/pcui_gp~xssutils/XssMenu/base/. The causing exception is nested. RID=50ba7f52dc4311e3bf72000000cde33a
      at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doPreprocessing(ApplicationSession.java:663)
      at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:349)
      at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:325)
      at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.delegateToRequestManager(AbstractExecutionContextDispatcher.java:62)
      at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.DispatchHandlerForRequestManager.service(DispatchHandlerForRequestManager.java:39)
      at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.DispatchHandlerForRequestManager.service(DispatchHandlerForRequestManager.java:46)
      at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:270)
      at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.ExecutionContextDispatcher.dispatchToAppContext(ExecutionContextDispatcher.java:68)
      at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:53)
      at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:244)
      at com.sap.tc.webdynpro.clientserver.embedding.JavaApplicationProxy$Runner.callRequestManager(JavaApplicationProxy.java:1244)
      at com.sap.tc.webdynpro.clientserver.embedding.JavaApplicationProxy$Runner.callEmbeddedApplication(JavaApplicationProxy.java:1122)
      at com.sap.tc.webdynpro.clientserver.embedding.JavaApplicationProxy$StartCommand.doExecute(JavaApplicationProxy.java:1575)
      at com.sap.tc.webdynpro.clientserver.embedding.JavaApplicationProxy$AbstractCommand.execute(JavaApplicationProxy.java:1488)
      at com.sap.tc.webdynpro.clientserver.embedding.JavaApplicationProxy$Runner.execute(JavaApplicationProxy.java:1028)
      at com.sap.tc.webdynpro.clientserver.embedding.JavaApplicationProxy.execute(JavaApplicationProxy.java:859)
      at com.sap.tc.webdynpro.clientserver.embedding.JavaApplicationProxy.start1(JavaApplicationProxy.java:637)
      at com.sap.tc.webdynpro.portal.pb.impl.JavaApplicationProxyAdapter.create(JavaApplicationProxyAdapter.java:166)
      at com.sap.portal.pb.PageBuilder.updateApplications(PageBuilder.java:1661)
      at com.sap.portal.pb.PageBuilder.createPage(PageBuilder.java:408)
      at com.sap.portal.pb.PageBuilder.init(PageBuilder.java:638)
      at com.sap.portal.pb.PageBuilder.wdDoRefresh(PageBuilder.java:1087)
      at com.sap.portal.pb.PageBuilder$PhaseListenerImpl.doPhase(PageBuilder.java:2091)
      at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processPhaseListener(WindowPhaseModel.java:251)
      at com.sap.tc.webdynpro.clientserver.phases.PortalDispatchPhase.execute(PortalDispatchPhase.java:50)
      at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequestPartly(WindowPhaseModel.java:162)
      at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doProcessRequest(WindowPhaseModel.java:110)
      at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:97)
      at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:515)
      at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:58)
      at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doExecute(ClientApplication.java:1671)
      at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doProcessing(ClientApplication.java:1485)
      at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doApplicationProcessing(ApplicationSession.java:894)
      at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:357)
      at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:325)
      at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doContent(AbstractDispatcherServlet.java:87)
      at com.sap.tc.webdynpro.serverimpl.wdc.DispatcherServlet.doContent(DispatcherServlet.java:89)
      at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doPost(AbstractDispatcherServlet.java:62)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:754)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
      at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:152)
      at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:38)
      at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:457)
      at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:210)
      at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:441)
      at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:430)
      at com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:38)
      at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
      at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:81)
      at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
      at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:276)
      at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
      at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:81)
      at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
      at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
      at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
      at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
      at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
      at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
      at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
      at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
      at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
      at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
      at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
      at com.sap.engine.services.httpserver.filters.SessionSizeFilter.process(SessionSizeFilter.java:26)
      at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
      at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
      at com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:57)
      at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
      at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
      at com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:43)
      at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
      at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
      at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:475)
      at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:269)
      at com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:56)
      at com.sap.engine.core.thread.execution.Executable.run(Executable.java:122)
      at com.sap.engine.core.thread.execution.Executable.run(Executable.java:101)
      at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)
    Caused by: com.sap.tc.webdynpro.services.exceptions.ApplicationFaultException: wdDoInit: exception thrown in this user coding area
      at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java:164)
      at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:227)
      at com.sap.tc.webdynpro.progmodel.components.Component.initController(Component.java:258)
      at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:206)
      at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:590)
      at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doPreprocessing(ClientApplication.java:1457)
      at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doPreprocessing(ApplicationSession.java:660)
      ... 78 more
    Caused by: com.sap.tc.webdynpro.progmodel.context.DictionaryException: TypeBroker failed to access SLD: Error while obtaining JCO connection.
      at com.sap.tc.webdynpro.progmodel.context.DictionaryHandler.getScalarType(DictionaryHandler.java:378)
      at com.sap.tc.webdynpro.progmodel.context.DictionaryHandler.getDataType(DictionaryHandler.java:126)
      at com.sap.tc.webdynpro.progmodel.context.DataAttributeInfo.init(DataAttributeInfo.java:438)
      at com.sap.tc.webdynpro.progmodel.context.NodeInfo.initUnmappedAttributes(NodeInfo.java:1002)
      at com.sap.tc.webdynpro.progmodel.context.DataNodeInfo.doInit(DataNodeInfo.java:294)
      at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:974)
      at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:978)
      at com.sap.tc.webdynpro.progmodel.context.Context.init(Context.java:67)
      at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:205)
      at com.sap.tc.webdynpro.progmodel.components.Component.getCustomControllerInternal(Component.java:668)
      at com.sap.tc.webdynpro.progmodel.components.Component.getController(Component.java:597)
      at com.sap.tc.webdynpro.progmodel.components.Component.getController(Component.java:552)
      at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.getPublicInterface(DelegatingComponent.java:275)
      at com.sap.pcuigp.xssfpm.wd.wdp.InternalFPMComponent.wdGetBackendConnectionsController(InternalFPMComponent.java:190)
      at com.sap.pcuigp.xssfpm.wd.FPMComponent.wdDoInit(FPMComponent.java:204)
      at com.sap.pcuigp.xssfpm.wd.wdp.InternalFPMComponent.wdDoInit(InternalFPMComponent.java:105)
      at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java:161)
      ... 84 more
    Caused by: com.sap.dictionary.runtime.DdException: TypeBroker failed to access SLD: Error while obtaining JCO connection.
      at com.sap.tc.webdynpro.services.datatypes.core.DictionarySetup$1.fillSldConnection(DictionarySetup.java:51)
      at com.sap.dictionary.runtime.ProviderFactory.internalResolveLogicalNameToJCODestination(ProviderFactory.java:437)
      at com.sap.dictionary.runtime.ProviderFactory.resolveLogicalNameToJCODestination(ProviderFactory.java:361)
      at com.sap.dictionary.runtime.ProviderFactory.internalGetProvider(ProviderFactory.java:198)
      at com.sap.dictionary.runtime.ProviderFactory.getProvider(ProviderFactory.java:161)
      at com.sap.dictionary.runtime.DdDictionaryPool.getProvider(DdDictionaryPool.java:96)
      at com.sap.dictionary.runtime.DdDictionaryPool.makeDictionary(DdDictionaryPool.java:75)
      at com.sap.dictionary.runtime.DdDictionaryPool.makeDictionary(DdDictionaryPool.java:63)
      at com.sap.dictionary.runtime.DdBroker.getDataType(DdBroker.java:230)
      at com.sap.tc.webdynpro.progmodel.context.DictionaryHandler.getScalarType(DictionaryHandler.java:370)
      ... 100 more
    Caused by: com.sap.tc.webdynpro.services.sal.sl.api.WDSystemLandscapeException: Error while obtaining JCO connection.
      at com.sap.tc.webdynpro.serverimpl.wdc.sl.SystemLandscapeFactory.getJCOClientConnectionUnMapped(SystemLandscapeFactory.java:153)
      at com.sap.tc.webdynpro.serverimpl.wdc.sl.SystemLandscapeFactory.getJCOClientConnectionUnMapped(SystemLandscapeFactory.java:161)
      at com.sap.tc.webdynpro.services.sal.sl.core.SystemLandscapeInternal.getJCOClientConnectionUnMapped(SystemLandscapeInternal.java:64)
      at com.sap.tc.webdynpro.services.datatypes.core.DictionarySetup$1.fillSldConnection(DictionarySetup.java:32)
      ... 109 more
    Caused by: com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to load client to connect to SLD. Please check your SLD connection settings using the Visual Admin.
      at com.sap.tc.webdynpro.serverimpl.wdc.sl.SystemLandscapeFactory$1.run(SystemLandscapeFactory.java:626)
      at java.security.AccessController.doPrivileged(Native Method)
      at com.sap.tc.webdynpro.serverimpl.wdc.sl.SystemLandscapeFactory.getClient(SystemLandscapeFactory.java:619)
      at com.sap.tc.webdynpro.serverimpl.wdc.sl.JCOClientConnection.readJCODestinationFromSLD(JCOClientConnection.java:458)
      at com.sap.tc.webdynpro.serverimpl.wdc.sl.JCOClientConnection.resolveConnectionParameter(JCOClientConnection.java:396)
      at com.sap.tc.webdynpro.serverimpl.core.sl.AbstractJCOClientConnection.init(AbstractJCOClientConnection.java:237)
      at com.sap.tc.webdynpro.serverimpl.core.sl.AbstractJCOClientConnection.<init>(AbstractJCOClientConnection.java:222)
      at com.sap.tc.webdynpro.serverimpl.wdc.sl.JCOClientConnection.<init>(JCOClientConnection.java:84)
      at com.sap.tc.webdynpro.serverimpl.wdc.sl.SystemLandscapeFactory.getJCOClientConnectionUnMapped(SystemLandscapeFactory.java:151)
      ... 112 more
    Caused by: com.sap.sldserv.exception.SldServiceRuntimeException: Getting CIMClient failed: com.sap.sldserv.exception.SldServiceRuntimeException: Destination SLD_Client not found. Destinations are defined in the Destination service.. Please check that destination SLD_Client is maintained correctly.
      at com.sap.sldserv.SldApplicationService.getCimClient(SldApplicationService.java:93)
      at com.sap.tc.webdynpro.serverimpl.wdc.sl.SystemLandscapeFactory$1.run(SystemLandscapeFactory.java:623)
      ... 120 more
    Caused by: com.sap.sldserv.exception.SldServiceRuntimeException: Destination SLD_Client not found. Destinations are defined in the Destination service.
      at com.sap.sldserv.SldApplicationService.getCimClient(SldApplicationService.java:75)
      ... 121 more

  • Strange error in CBS when enhance ESS/MSS

    Hi all:
        I would like to setup JDI track for enhance ESS/MSS in ep7.
        I create a new track in CMS named as ESSD2 ( did not create product in sld )
        I check in SAP_BUILDT , SAP_JTECHS, SAP-JEE into the CMS and I found there is 49 dcs in CBS -  Development Components  - sap.com_SAP_BUILDT_1
        Then I check in sap.com_SAPPCUI_GP_1, and in CBS - Development Components  . I found 18 total dcs and 18 Broken DCs, they are all broken.
        The error in SAPPCUI_GP is
        uild number assigned: 120
    Change request state from QUEUED to PROCESSING
    BUILD request in Build Space "EP1_ESSD2_D" at Node ID: 14,591,950
         [id: 114; parentID: 0; type: 2]
    REQUEST PROCESSING started at 2007-07-23 10:03:51.066 GMT
    ===== Pre-Processing =====
    Calculate all combinations of components and variants to be built...
         "sap.com/pcui_gp/xssutils" variant "default"
              "sap.com/pcui_gp/xssutils" variant "default" IS BROKEN. The component therefore cannot be built and will be marked as BROKEN.
              [DC 580 variant "default"][SC 258 "sap.com_SAPPCUI_GP_1"][last successful build: 0]
         "sap.com/pcui_gp/tecl" variant "default"
              "sap.com/pcui_gp/tecl" variant "default" IS BROKEN. The component therefore cannot be built and will be marked as BROKEN.
              [DC 593 variant "default"][SC 258 "sap.com_SAPPCUI_GP_1"][last successful build: 0]
         "sap.com/pcui_gp/isrlpd" variant "default"
              "sap.com/pcui_gp/isrlpd" variant "default" IS BROKEN. The component therefore cannot be built and will be marked as BROKEN.
              [DC 606 variant "default"][SC 258 "sap.com_SAPPCUI_GP_1"][last successful build: 0]
         "sap.com/pcui_gp/xssutils/cfg" variant "default"
              "sap.com/pcui_gp/xssutils/cfg" variant "default" IS BROKEN. The component therefore cannot be built and will be marked as BROKEN.
              [DC 596 variant "default"][SC 258 "sap.com_SAPPCUI_GP_1"][last successful build: 0]
         "sap.com/pcui_gp/isr" variant "default"
              "sap.com/pcui_gp/isr" variant "default" IS BROKEN. The component therefore cannot be built and will be marked as BROKEN.
              [DC 597 variant "default"][SC 258 "sap.com_SAPPCUI_GP_1"][last successful build: 0]
         "sap.com/pcui_gp/isr/cfg" variant "default"
              "sap.com/pcui_gp/isr/cfg" variant "default" IS BROKEN. The component therefore cannot be built and will be marked as BROKEN.
              [DC 613 variant "default"][SC 258 "sap.com_SAPPCUI_GP_1"][last successful build: 0]
         "sap.com/pcui_gp/sff/callable" variant "default"
              "sap.com/pcui_gp/sff/callable" variant "default" IS BROKEN. The component therefore cannot be built and will be marked as BROKEN.
              [DC 615 variant "default"][SC 258 "sap.com_SAPPCUI_GP_1"][last successful build: 0]
         "sap.com/pcui_gp/xssexamples" variant "default"
              "sap.com/pcui_gp/xssexamples" variant "default" IS BROKEN. The component therefore cannot be built and will be marked as BROKEN.
              [DC 608 variant "default"][SC 258 "sap.com_SAPPCUI_GP_1"][last successful build: 0]
         "sap.com/pcui_gp/xsscfgedit" variant "default"
              "sap.com/pcui_gp/xsscfgedit" variant "default" IS BROKEN. The component therefore cannot be built and will be marked as BROKEN.
              [DC 609 variant "default"][SC 258 "sap.com_SAPPCUI_GP_1"][last successful build: 0]
         "sap.com/pcui_gp/xssfpm" variant "default"
              "sap.com/pcui_gp/xssfpm" variant "default" IS BROKEN. The component therefore cannot be built and will be marked as BROKEN.
              [DC 574 variant "default"][SC 258 "sap.com_SAPPCUI_GP_1"][last successful build: 0]
         "sap.com/pcui_gp/tracking/cfg" variant "default"
              "sap.com/pcui_gp/tracking/cfg" variant "default" IS BROKEN. The component therefore cannot be built and will be marked as BROKEN.
              [DC 610 variant "default"][SC 258 "sap.com_SAPPCUI_GP_1"][last successful build: 0]
         "sap.com/pcui_gp/xsscfg" variant "default"
              "sap.com/pcui_gp/xsscfg" variant "default" IS BROKEN. The component therefore cannot be built and will be marked as BROKEN.
              [DC 594 variant "default"][SC 258 "sap.com_SAPPCUI_GP_1"][last successful build: 0]
         "sap.com/pcui_gp/sff" variant "default"
              "sap.com/pcui_gp/sff" variant "default" IS BROKEN. The component therefore cannot be built and will be marked as BROKEN.
              [DC 607 variant "default"][SC 258 "sap.com_SAPPCUI_GP_1"][last successful build: 0]
         "sap.com/pcui_gp/oadp" variant "default"
              "sap.com/pcui_gp/oadp" variant "default" IS BROKEN. The component therefore cannot be built and will be marked as BROKEN.
              [DC 598 variant "default"][SC 258 "sap.com_SAPPCUI_GP_1"][last successful build: 0]
         "sap.com/pcui_gp/oadpexamples" variant "default"
              "sap.com/pcui_gp/oadpexamples" variant "default" IS BROKEN. The component therefore cannot be built and will be marked as BROKEN.
              [DC 612 variant "default"][SC 258 "sap.com_SAPPCUI_GP_1"][last successful build: 0]
         "sap.com/pcui_gp/xsscfgwizard" variant "default"
              "sap.com/pcui_gp/xsscfgwizard" variant "default" IS BROKEN. The component therefore cannot be built and will be marked as BROKEN.
              [DC 614 variant "default"][SC 258 "sap.com_SAPPCUI_GP_1"][last successful build: 0]
         "sap.com/pcui_gp/finvalhlp" variant "default"
              "sap.com/pcui_gp/finvalhlp" variant "default" IS BROKEN. The component therefore cannot be built and will be marked as BROKEN.
              [DC 590 variant "default"][SC 258 "sap.com_SAPPCUI_GP_1"][last successful build: 0]
         "sap.com/pcui_gp/tracking" variant "default"
              "sap.com/pcui_gp/tracking" variant "default" IS BROKEN. The component therefore cannot be built and will be marked as BROKEN.
              [DC 616 variant "default"][SC 258 "sap.com_SAPPCUI_GP_1"][last successful build: 0]
    Prepare build environment in the file system... started at 2007-07-23 10:03:51.160 GMT
         Synchronize development configuration... finished at 2007-07-23 10:03:51.160 GMT and took 0 ms
         Synchronize component definitions... finished at 2007-07-23 10:03:51.160 GMT and took 0 ms
         Synchronize sources...
         Synchronize sources... finished at 2007-07-23 10:03:51.160 GMT and took 0 ms
         Synchronize used libraries...
         Synchronize used libraries... finished at 2007-07-23 10:03:51.160 GMT and took 0 ms
    Prepare build environment in the file system... finished at 2007-07-23 10:03:51.160 GMT and took 0 ms
    ===== Pre-Processing =====  finished at 2007-07-23 10:03:51.176 GMT and took 110 ms
    Waiting 15 ms
    ===== Processing =====
    BUILD DCs
         ..SKIPPED. Nothing to build.
    ===== Processing =====  finished at 2007-07-23 10:03:54.254 GMT and took 3 s 63 ms
    ===== Post-Processing =====
    STORE build results...
         "sap.com/pcui_gp/xssutils" in "default" variant  is BROKEN. No build results to store.
         "sap.com/pcui_gp/xssutils": store meta-data
         "sap.com/pcui_gp/xssutils" in "default" variant  is PROCESSED
         "sap.com/pcui_gp/tecl" in "default" variant  is BROKEN. No build results to store.
         "sap.com/pcui_gp/tecl": store meta-data
         "sap.com/pcui_gp/tecl" in "default" variant  is PROCESSED
         "sap.com/pcui_gp/isrlpd" in "default" variant  is BROKEN. No build results to store.
         "sap.com/pcui_gp/isrlpd": store meta-data
         "sap.com/pcui_gp/isrlpd" in "default" variant  is PROCESSED
         "sap.com/pcui_gp/xssutils/cfg" in "default" variant  is BROKEN. No build results to store.
         "sap.com/pcui_gp/xssutils/cfg": store meta-data
         "sap.com/pcui_gp/xssutils/cfg" in "default" variant  is PROCESSED
         "sap.com/pcui_gp/isr" in "default" variant  is BROKEN. No build results to store.
         "sap.com/pcui_gp/isr": store meta-data
         "sap.com/pcui_gp/isr" in "default" variant  is PROCESSED
         "sap.com/pcui_gp/isr/cfg" in "default" variant  is BROKEN. No build results to store.
         "sap.com/pcui_gp/isr/cfg": store meta-data
         "sap.com/pcui_gp/isr/cfg" in "default" variant  is PROCESSED
         "sap.com/pcui_gp/sff/callable" in "default" variant  is BROKEN. No build results to store.
         "sap.com/pcui_gp/sff/callable": store meta-data
         "sap.com/pcui_gp/sff/callable" in "default" variant  is PROCESSED
         "sap.com/pcui_gp/xssexamples" in "default" variant  is BROKEN. No build results to store.
         "sap.com/pcui_gp/xssexamples": store meta-data
         "sap.com/pcui_gp/xssexamples" in "default" variant  is PROCESSED
         "sap.com/pcui_gp/xsscfgedit" in "default" variant  is BROKEN. No build results to store.
         "sap.com/pcui_gp/xsscfgedit": store meta-data
         "sap.com/pcui_gp/xsscfgedit" in "default" variant  is PROCESSED
         "sap.com/pcui_gp/xssfpm" in "default" variant  is BROKEN. No build results to store.
         "sap.com/pcui_gp/xssfpm": store meta-data
         "sap.com/pcui_gp/xssfpm" in "default" variant  is PROCESSED
         "sap.com/pcui_gp/tracking/cfg" in "default" variant  is BROKEN. No build results to store.
         "sap.com/pcui_gp/tracking/cfg": store meta-data
         "sap.com/pcui_gp/tracking/cfg" in "default" variant  is PROCESSED
         "sap.com/pcui_gp/xsscfg" in "default" variant  is BROKEN. No build results to store.
         "sap.com/pcui_gp/xsscfg": store meta-data
         "sap.com/pcui_gp/xsscfg" in "default" variant  is PROCESSED
         "sap.com/pcui_gp/sff" in "default" variant  is BROKEN. No build results to store.
         "sap.com/pcui_gp/sff": store meta-data
         "sap.com/pcui_gp/sff" in "default" variant  is PROCESSED
         "sap.com/pcui_gp/oadp" in "default" variant  is BROKEN. No build results to store.
         "sap.com/pcui_gp/oadp": store meta-data
         "sap.com/pcui_gp/oadp" in "default" variant  is PROCESSED
         "sap.com/pcui_gp/oadpexamples" in "default" variant  is BROKEN. No build results to store.
         "sap.com/pcui_gp/oadpexamples": store meta-data
         "sap.com/pcui_gp/oadpexamples" in "default" variant  is PROCESSED
         "sap.com/pcui_gp/xsscfgwizard" in "default" variant  is BROKEN. No build results to store.
         "sap.com/pcui_gp/xsscfgwizard": store meta-data
         "sap.com/pcui_gp/xsscfgwizard" in "default" variant  is PROCESSED
         "sap.com/pcui_gp/finvalhlp" in "default" variant  is BROKEN. No build results to store.
         "sap.com/pcui_gp/finvalhlp": store meta-data
         "sap.com/pcui_gp/finvalhlp" in "default" variant  is PROCESSED
         "sap.com/pcui_gp/tracking" in "default" variant  is BROKEN. No build results to store.
         "sap.com/pcui_gp/tracking": store meta-data
         "sap.com/pcui_gp/tracking" in "default" variant  is PROCESSED
    Change request state from PROCESSING to SUCCEEDED
    Analyse effect of applied changes to buildspace state... started at 2007-07-23 10:03:54.301 GMT
    INVALID DEPENDENCIES: The following dependencies of the DCs in this request are being marked as invalid as they refer to non-existent public parts.
         DC: sap.com/pcui_gp/tecl of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/cmi [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/tecl of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.security.api.sda [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/finvalhlp of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/wd/webdynpro [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/finvalhlp of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.exception [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/finvalhlp of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/ddic/ddicruntime [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/finvalhlp of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/col/api [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/finvalhlp of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/wdp/metamodel/content [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/finvalhlp of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.mw.jco [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/finvalhlp of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.aii.proxy.framework [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/finvalhlp of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/logging [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/finvalhlp of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.aii.util.misc [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/finvalhlp of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/ddic/metamodel/content [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/finvalhlp of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/cmi [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xssutils of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/wd/webdynpro [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xssutils of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.exception [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xssutils of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/ddic/ddicruntime [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xssutils of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/col/api [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xssutils of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/wdp/metamodel/content [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xssutils of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.mw.jco [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xssutils of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.aii.proxy.framework [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xssutils of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/logging [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xssutils of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.aii.util.misc [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xssutils of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/ddic/metamodel/content [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xssutils of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/cmi [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xssutils of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.security.api.sda [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/isr of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/wd/webdynpro [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/isr of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.exception [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/isr of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/ddic/ddicruntime [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/isr of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/col/api [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/isr of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/wdp/metamodel/content [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/isr of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.mw.jco [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/isr of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.aii.proxy.framework [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/isr of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/logging [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/isr of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.aii.util.misc [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/isr of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/ddic/metamodel/content [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/isr of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/cmi [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/isr of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/security.class [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/isr of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/sec/destinations/interface [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/isr of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/sec/securestorage/service [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xssutils/cfg of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/bi/bp/pcd [public-part: def] AS Build Plugin Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xsscfg of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/webservices_lib [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xsscfg of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/sapxmltoolkit [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xsscfg of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.security.api.sda [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xsscfg of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sapportals.htmlb [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xsscfg of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/epbc.prtpars._htmlb [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xsscfg of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/epbc.prtpars._soap [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xsscfg of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/epbc.prtapi._test [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xsscfg of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/servlet [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xsscfg of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/jaxm [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xsscfg of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/epbc/pcm/adminapi/java [public-part: api] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xsscfg of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/epbc/pcd/pars/srvgl [public-part: api] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xsscfg of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/pp/appdsgn/api/contentcatalogapi [public-part: api] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xsscfg of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/epbc.prtapi._api [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xsscfg of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/bi/bp/portalapplication [public-part: def] AS Build Plugin Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/tecl of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/wd/webdynpro [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/tecl of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.exception [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/tecl of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/ddic/ddicruntime [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/tecl of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/col/api [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/tecl of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/wdp/metamodel/content [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/tecl of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.mw.jco [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/tecl of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.aii.proxy.framework [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/tecl of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/logging [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/tecl of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.aii.util.misc [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/tecl of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/ddic/metamodel/content [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xssexamples of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/logging [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xssexamples of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.aii.util.misc [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xssexamples of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/ddic/metamodel/content [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xssexamples of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/cmi [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/sff of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/wd/webdynpro [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/sff of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.exception [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/sff of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/ddic/ddicruntime [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/sff of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/wdp/metamodel/content [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/sff of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.mw.jco [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/sff of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.aii.proxy.framework [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/sff of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/logging [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/sff of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.aii.util.misc [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/sff of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/ddic/metamodel/content [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/sff of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/cmi [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/sff of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/security.class [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/sff of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/sec/destinations/interface [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/sff of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/sec/securestorage/service [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/isrlpd of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/wd/webdynpro [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/isrlpd of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.exception [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/isrlpd of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/ddic/ddicruntime [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/isrlpd of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/col/api [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/isrlpd of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/wdp/metamodel/content [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/isrlpd of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.mw.jco [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/isrlpd of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.aii.proxy.framework [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/isrlpd of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/logging [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/isrlpd of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.aii.util.misc [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/isrlpd of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/ddic/metamodel/content [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/isrlpd of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/cmi [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/oadp of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/wd/webdynpro [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/oadp of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.exception [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/oadp of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/ddic/ddicruntime [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/oadp of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/col/api [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/oadp of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/wdp/metamodel/content [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/oadp of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.mw.jco [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/oadp of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.aii.proxy.framework [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/oadp of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/logging [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/oadp of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.aii.util.misc [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/oadp of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/ddic/metamodel/content [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/oadp of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/cmi [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xsscfgwizard of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.aii.proxy.framework [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xsscfgwizard of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/logging [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xsscfgwizard of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.aii.util.misc [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xsscfgwizard of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/ddic/metamodel/content [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xsscfgwizard of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/cmi [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xsscfgwizard of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.security.api.sda [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xsscfgwizard of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/epbc.prtapi._api [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/isr/cfg of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/bi/bp/pcd [public-part: def] AS Build Plugin Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/oadpexamples of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/wd/webdynpro [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/oadpexamples of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.exception [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/oadpexamples of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/ddic/ddicruntime [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/oadpexamples of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/wdp/metamodel/content [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/oadpexamples of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.mw.jco [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/oadpexamples of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.aii.proxy.framework [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/oadpexamples of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/logging [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/oadpexamples of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.aii.util.misc [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/oadpexamples of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/ddic/metamodel/content [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/oadpexamples of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/cmi [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/tracking/cfg of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/bi/bp/pcd [public-part: def] AS Build Plugin Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xsscfgedit of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/wd/webdynpro [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xsscfgedit of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.exception [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xsscfgedit of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/ddic/ddicruntime [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xsscfgedit of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/wdp/metamodel/content [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xsscfgedit of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.mw.jco [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xsscfgedit of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.aii.proxy.framework [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xsscfgedit of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/logging [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xsscfgedit of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.aii.util.misc [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xsscfgedit of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/ddic/metamodel/content [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xsscfgedit of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/cmi [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xsscfgedit of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.security.api.sda [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xssexamples of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/wd/webdynpro [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xssexamples of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.exception [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xssexamples of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/ddic/ddicruntime [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xssexamples of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/col/api [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xssexamples of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/wdp/metamodel/content [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xssexamples of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.mw.jco [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xssexamples of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.aii.proxy.framework [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xssfpm of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/wd/webdynpro [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xssfpm of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.exception [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xssfpm of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/ddic/ddicruntime [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xssfpm of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/col/api [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xssfpm of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/wdp/metamodel/content [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xssfpm of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.mw.jco [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xssfpm of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.aii.proxy.framework [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xssfpm of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/logging [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xssfpm of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.aii.util.misc [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xssfpm of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/ddic/metamodel/content [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xssfpm of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/cmi [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xssfpm of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.security.api.sda [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/tracking of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/wd/webdynpro [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/tracking of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.exception [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/tracking of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/ddic/ddicruntime [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/tracking of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/wdp/metamodel/content [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/tracking of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.mw.jco [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/tracking of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.aii.proxy.framework [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/tracking of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/logging [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/tracking of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.aii.util.misc [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/tracking of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/ddic/metamodel/content [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/tracking of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/cmi [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/sff/callable of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/wd/webdynpro [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/sff/callable of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.exception [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/sff/callable of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/ddic/ddicruntime [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/sff/callable of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/wdp/metamodel/content [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/sff/callable of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.mw.jco [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/sff/callable of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.aii.proxy.framework [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/sff/callable of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/logging [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/sff/callable of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.aii.util.misc [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/sff/callable of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/ddic/metamodel/content [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/sff/callable of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/cmi [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xsscfgwizard of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/wd/webdynpro [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xsscfgwizard of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.exception [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xsscfgwizard of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/ddic/ddicruntime [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xsscfgwizard of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/tc/wdp/metamodel/content [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
         DC: sap.com/pcui_gp/xsscfgwizard of compartment sap.com_SAPPCUI_GP_1 USES  UNKNOWN DC: sap.com/com.sap.mw.jco [public-part: default] AS Build-Time Dependency
              [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
    Handle Cycles...
         No cycles detected.
    Determine components that have become DIRTY due to the results of this request...
         No such components have been found.
        Because this SAPPCUI_GP is broken, I cannot go on import ESS/MSS sca files.
        I check and find in CBS
        SAP_JTECHS, SAP-JEE , these 2 componenets, there is 0 dcs in.
        Where can be the problems ?

    Hello,
    Please import the SAP-JEE and SAP-JTEC before importing the ESS component.
    thanks,
    Vineeth

  • ICONS Not Showing Up on ESS/MSS pages

    Hi All,
    I'm Setting UP ESS / MSS on EP 6.0 SP9 with ERP2004 on the backend.  The basic pages for ESS/MSS are displaying ok in the portal, but none of the icons for the menus are displayed.  I checked the portal server, and all the images are there, but they are not located in the directories indicated by the URL's show in the properties of the ESS page.
    Example: here is the URL of an image as captured from the properties on the portal page.
    http://ipaddress.com:50000/webdynpro/resources/sap.com/pcui_gp~xssutils/Components/com.sap.xss.ser.xssmenu.vc.areagroup.VcXssMenuAreaGroup/money.gif
    Here is where I actually found the images on the server (in 2 locations)
    D:\usr\sap\DEV\SYS\global\config\cm\etc\public\mimes\images\pictograms
    and
    D:\usr\sap\DEV\JC00\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\portalapps\com.sap.portal.navigation.mimeservice\images
    Any idea why the URL points to a different location?  Any why are the images stored twice? 
    Thanks,
    -Matt

    Is anyone having a similiar issue with images not displaying in the portal for ESS/MSS for ERP2004?  I can go into the IMG and change the text associated with the Area pages.  I have defined a server for the resources, and attempted to put in a URL directly to the image file, but no luck getting any images to display on the pages.
    Any suggestions would be appreciated.
    Thanks,
    -Matt

  • Is ESS/MSS configured in ECC 6.0 ??

    Hi all,
         Please let me know whether ESS/MSS is configured in the ECC 6.0 by default and if it is how to check it and start working on it.........
    Thanks & Regards
    Jerry

    hi if you have ECC 6.0 it does not mean that you have ESS MSS already configured.
    all you have to do is to install ESS MSS to your portal server (EP WAS).
    if you are trying to check if some one has already installed it or configured it then you will have to logon to portal and check in PCD -> content provided by SAP
    here you will find Employee self service Folder.
    if not then you have to deploy the ESS MSS BP.
    The link have been changed or revised check this fresh download link for BP                                                   
    there are mainly 3 BP which you need to install. Make sure you install SAP PCUI_GP 600 first then ESS & MSS.                                                  
    goto: https://websmp203.sap-ag.de/support                                                  
    Click on SAP Support Packages - Entry by Application Group                                                   
    Follow the link goto -> Support Packages and Patches -> SAP Application Components -> SAP ERP ->                                                   
    SAP ERP 6.0 -> Entry by Component -> SAP XSS (Self Services)                                                   
    Here you can select the Patch which you want to go after your initial installation which was SP09 i.e                                                  
    For ESS                                                  
    Under -> SAP ESS 600 you will get the ESS BP                                                  
    Click on #OS independent -> supoose you want to go for SP13 then download                                                   
    SAPESS13_0-20000512.SCA----> SAP ESS 600 Support Package 13 &                                                  
    SAPESS13P_2-20000512.SCA---->Patch for SAP ESS 600 Support Package 13                                                   
    similarly for MSS                                                  
    Under -> SAP MSS 600 you will get the MSS BP                                                  
    Only      SAPMSS13_0-20000503.SCA---->SAP MSS 600 Support Package 13                                               
    Similarly for SAP PCUI_GP 600                                                  
    Under -> SAP PCUI_GP 600 you will get the SAP PCUI_GP BP (Remeber this BP must be installed first)                                                  
    only       SAPPCUIGP13_0-20001215.SCA---->SAP PCUI_GP 600 Support Package 13                                              
    Also Check : https://www.sdn.sap.com/irj/sdn/wiki?path=/pages/viewpage.action&pageid=31476                                                  
    if you have any other questions feel free to ask.
    Cheers!!
    SJ.

  • ESS MSS - Multiple Broken DCs in CBS

    Hello All,
    We are working on Netweaver Portal 2004s SP15.
    We have deployed ess, mss and pcui_gp patches of SP12.
    We have also installed the NWDI.
    We have created new track, and added ess,mss and pcui_gp software
    components to it. We have checked in and imported following components:
    sap.com_EP_BUILDT 7.00 15
    sap.com_SAP-JEE 7.00 15
    sap.com_SAP_BUILDT 7.00 15
    sap.com_SAP_ESS 600 12
    sap.com_SAP_JTECHS 7.00 15
    sap.com_SAP_MSS 600 12
    sap.com_SAPPCUI_GP 600 12
    But when we observed in CBS, there are many Broken DCs like
    pcui_gp/xssutils, pcui_gp/xsscfg, ess/no/pdata, ess/no/bank, etc.
    Because of this we are unable to build the projects in NWDS
    successfully. NWDS log says:
    General options:
      convert *.xlf to *.properties: yes
      include sources for debugging: yes
    Used compilation public part does not exist: C:\Documents and Settings\190812\.dtc\1\DCs\sap.com\ess\per\_comp\gen\default\public\InternationalPersInfo
    Used compilation public part does not exist: C:\Documents and Settings\190812\.dtc\1\DCs\sap.com\pcui_gp\xssutils\_comp\gen\default\public\FPMUtils
    Warning: Source folder "META-INF" does not exist and will be ignored.
    Checking path lengths for sources
    Path length checks finished in 0.09 seconds
    Ant runtime 7.2 seconds
    Ant build finished with ERRORS
    [Error]   Generation failed!
    Error: Build stopped due to an error: [Error]   Generation failed!
    Build plugin finished at 2008-06-26 14:29:36 GMT05:30 (IST)+
    Total build plugin runtime: 10.265 seconds
    Build finished with ERROR
    Please help us solve this problem as soon as possible.
    Regards,
    Vinod

    Hi Alexander
    Thanks for the reply.
    We have imported the required SCAs into new track. That workd fine and these are visible in NWDS.
    The problem is with our custom made SC which contains some DCs built on java1.4. When we import this SCA, it is shown as broken in CBS. that is also fine because the CE7.1 runs on java1.5. (There may be some build errors)
    The problem is we are not able to see these broken DCs in to NWDS.
    Regards
    Arvind

  • Multiple Broken DCs - ESS MSS

    Hello All,
    We are working on Netweaver Portal 2004s SP15.
    We have deployed ess, mss and pcui_gp patches of SP12.
    We have also installed the NWDI.
    We have created new track, and added ess,mss and pcui_gp software
    components to it. We have checked in and imported following components:
    sap.com_EP_BUILDT 7.00 15
    sap.com_SAP-JEE 7.00 15
    sap.com_SAP_BUILDT 7.00 15
    sap.com_SAP_ESS 600 12
    sap.com_SAP_JTECHS 7.00 15
    sap.com_SAP_MSS 600 12
    sap.com_SAPPCUI_GP 600 12
    But when we observed in CBS, there are many Broken DCs like
    pcui_gp/xssutils, pcui_gp/xsscfg, ess/no/pdata, ess/no/bank, etc.
    Because of this we are unable to build the projects in NWDS
    successfully. NWDS log says:
    General options:
    convert *.xlf to *.properties: yes
    include sources for debugging: yes
    Used compilation public part does not exist: C:\Documents and Settings\190812\.dtc\1\DCs\sap.com\ess\per\_comp\gen\default\public\InternationalPersInfo
    Used compilation public part does not exist: C:\Documents and Settings\190812\.dtc\1\DCs\sap.com\pcui_gp\xssutils\_comp\gen\default\public\FPMUtils
    Warning: Source folder "META-INF" does not exist and will be ignored.
    Checking path lengths for sources
    Path length checks finished in 0.09 seconds
    Ant runtime 7.2 seconds
    Ant build finished with ERRORS
    Error Generation failed!
    Error: Build stopped due to an error: Error Generation failed!
    Build plugin finished at 2008-06-26 14:29:36 GMT05:30 (IST)+
    Total build plugin runtime: 10.265 seconds
    Build finished with ERROR
    Please help us solve this problem as soon as possible.
    Regards,
    Vinod

    Hello Daniel,
    Thanks for the reply.
    Till now, I am not able to build the project succssfully. So still, I have not modified anything.
    Regarding, And as a little hint if you're on SP15 (NW), corresponding XSS package is 13!
    Is it necessary to have SP13 ?
    Regards,
    Vinod

  • ESS/MSS for International Country grouping

    Hi all,
    Scenario: We are implementing Portal ESS/MSS on ECC6 and have loaded the Best Practices with the below components.
    SAP NetWeaver Portal 7.0 SP12 with the following additional software components
         BP ERP05 Common Parts 1.0 SP08 (BP_ERP5COM)
         BP ERP05 ESS 1.0 SP08 (BP_ERP5ESS))
         BP ERP05 MSS 1.0 SP08 (BP_ERP5MSS)
         SAP ESS 600 SP08 (SAP_ESS)
         SAP MSS 600 SP08 (SAP_MSS)
         SAP PCUI_GP 600 SP08 (SAPPCUI_GP)
    Now, the ESS and MSS is to be implemented for a Country Grouping 99 - International and not any specific country.
    Problem: The iViews are not loading for International, when the R/3 config setting is for 99. While it seems to be calling the right iViews for 10 - USA or 12 - Belgium.
    Can you please assist on how to link up the Users to the roles and correct iViews.
    Thank you.
    Sandeep

    Hi Anil,
    Steps in brief:
    0. Once you have implemented the Busin. Packages from SAP you will get all the Portal Content which is country specific. This is the same content being called from R/3 using country specific resources.
    1. Go to R/3 -> Pers Admin -> ESS -> General Settings -> Home Page for SS -> Services -> Define Country Srvcs.
    Go into Define Country specific srvcs and you will see the view V_T7XSSSERSRVCG
    2. This table contains all the country specific implementations offerred by SAP. You can use some of these and copy/create for CGrpng 99 as below. This should be based on what services you want to use on ESS.
    EMPLOYEE_PERSINFO_ADDRESS         99    EMPLOYEE_ADDRESS_BE_SERVICE
    EMPLOYEE_PERSINFO_ADDRESS05       99    EMPLOYEE_ADDRESS_BE_SERVICE05
    EMPLOYEE_PERSINFO_BANK            99    EMPLOYEE_BANK_BE_SERVICE
    EMPLOYEE_PERSINFO_BANK05          99    EMPLOYEE_BANK_BE_SERVICE05
    EMPLOYEE_PERSINFO_FAMMEMBER       99    EMPLOYEE_FAMMEMBER_BE_SERVICE
    EMPLOYEE_PERSINFO_FAMMEMBER05     99    EMPLOYEE_FAMMEMBER_BE_SERVICE05
    3. Also make sure your CGrpng in Pers Area/ PSA is set to 99, basically Employee shold belong to 99.
    Hope this helps in figuring out a few more things !!
    Good luck
    ~ Sandeep

  • Business package to be deployed for ESS/MSS in EHP4 SP11

    Dear SAP Gurus,
    Please let me know if ESS/MSS is integrated with EHP4 or I will have to deploy these packages to implement ESS/MSS.
    I found from SDN that if ERP Stack is 16 and EHP4 SP 4 and SAP_APPL is 600 SP4 and EA_HR,SAP_HR at 604 11,
    we need XSS JAVA components at SAP ESS 603  SP05
    SAP MSS 600  SP16 
    PCUI_GP 603 SP05
    and BP ERP05 ESS 1.41 SP04
    BP ERP05 MSS 1.41 SP04
    BP ERP05 COMMON PARTS 1.41 SP04
    needs to be deployed.
    Please let me know if it is correct.
    Thank you very much.
    Best Regards,
    Aditya.

    Hi Aditya
    During an install or upgrade to EHP4 EHPi or MOPZ should propose ESS/MSS components, versions and SP levels
    Failing this check note 1359937 it should provide the information you need
    Best wishes
    Stuart

  • How know if the Business Package of ESS, MSS y E-RC are install

    Good Morning,
    How i know if the Business Package of ESS, MSS y E-RC are install in the system???
    In the part of portal and ECC.
    Kind Regards

    Please check if
    SAP_ESS
    SAP_MSS
    PCUI_GP
    BPERP5MSS
    BPERP5ESS
    is listed in Portal SP information
    This can be brought up in browser by executing http://<hostname>:<port>sap/monitoring/ComponentInfo
    Best wishes
    Stuart

  • A question about ESS / MSS implementation.

    Hi All,
    Just a brief again about our landscape as:
    1. We have an ERP ECC5.0 system which has J2EE6.40(add-in) without the 'EP' usage type and the present Support package level of the relevant ESS and MSS components are as follows:
    a. J2EE6.40 Support Package level is '17'.(We are going to deploy the XSS components here)
    b. ERP ECC5.0 system's Software Components details are as follows:
    SOFTWARE COMPONENTS RELEASE LEVEL HIGHEST SUPPORT PACKAGE APPLIED
    SAP_BASIS 640 0016 SAPKB64016
    SAP_ABA 640 0016 SAPKA64016
    SAP_APPL 500 0009 SAPKH50009
    SAP_HR 500 0019 SAPKE50019
    EA-HR 500 0005 SAPKGPHC05
    2. We have a separate NW2004s(Dual stack(ABAP7.0+J2EE7.0) installation having EP7.0 with Support Package level is '16'. (We are going to deploy the Business Package for ESS & MSS here).
    Here are my questions?
    1. what is the best 'Support Package' level recommendation or combination is applicable for all the components(J2EE6.40,SAP_BASIS,SAP_ABA,SAP_APPL,SAP_HR,EA-HR...etc.,) involved in this type of mixed landscape - ESS & MSS implementation?
    2. If we apply the higher Support Packages 'only' for the ERP ECC5.0 software components such as: SAP_BASIS,SAP_ABA,SAP_APPL,SAP_HR,EA-HR - what other ERP ECC5.0 software components would get impacted from functionality prespective ?(let us say if we keep the current Support Package level for other software components as untouched)
    3. Is there any dependency exist from the Support Package point-of-view between the ESS MSS Business Packages and with XSS components(PCUI_GP; ESS; MSS)
    4. Is there any dependency exist from the Support Package point-of-view between XSS components and ERP ECC5.0 software components such as "SAP_BASIS,SAP_ABA,SAP_APPL,SAP_HR,EA-HR"
    Kindly address my above concerns.
    Regards,
    Vijay

    Hi Vijay
    To answer your questions
    First you should check note 1007341 which helps consultants proposing this type of landscape
    To answer some of your questions
    1) For SPs you have to patch ERP 2004 components following ERP 2004 stack and patch
        ERP 2005 components following the ERP2005 stack recommendations at www.service.sap.com/sp-stacks
        in terms of equivalence levels I would select SP levels from each stack with similiar release dates
    2) Presumably you will be using ERP2004 components in the front-end in some capacity therefore these
        ERP2004 components must be patched in line with ECC 500 stacks
    3) There is dependancies between Business Packages and XSS
    4) There is dependancies between back-end components SAP_HR and EA_HR and XSS/BP
        SAP_HR and EA_HR also have their own dependancies with the other back-end components listed
    Best wishes
    Stuart

  • URGENT :   EP 7.0 /ECC 5.0  -   Problem with Business Package : ESS/MSS

    Dear Portal Gurus,
    We are facing a problem with business package for ESS/MSS
    Our system Info is as under :
    Portal:- NW 2004s
    ERP2004: - (R3 ECC 5.0)
    ESS:- BP for Employee Self-Service (mySAP ERP 2004) 60.2
    MSS:- BP for Manager Self-Service (mySAP ERP 2004) 60.1.1
    SAP XSS  à (SAP ESS 100, SAP MSS 100 and SAP PCUI_GP 100 , all upto SP 12)
    After the Business Packages were installed,found that some  ess apps where not deployed...so manually deployed it.
    The JCO connections are OK.
    Do we need to set up the backend Homepage Framework for the same......even for preview.....was thinking not.
    Also, here is the error and exception that we get when we preview any ESS iview.
    A critical error has occured. Processing of the service had to be terminated. Unsaved data has been lost.
    Please contact your system administrator.
    You dont have the authorization to start service sap.com/pcui_gp~xssutils/XssMenuArea.
    com.sap.pcuigp.xssfpm.java.FPMRuntimeException: You dont have the authorization to start service sap.com/pcui_gp~xssutils/XssMenuArea.
    at com.sap.pcuigp.xssfpm.java.MessageManager.raiseException(MessageManager.java:111)
    at com.sap.pcuigp.xssfpm.java.MessageManager.raiseException(MessageManager.java:121)
    at com.sap.pcuigp.xssfpm.wd.BackendConnections.initBackend(BackendConnections.java:234)
    at com.sap.pcuigp.xssfpm.wd.BackendConnections.connectModel(BackendConnections.java:159)
    at com.sap.pcuigp.xssfpm.wd.wdp.InternalBackendConnections.connectModel(InternalBackendConnections.java:183)
    Thanks.
    Message was edited by: Ashutosh Rana

    I got the same problem :/
    not the authorization, but the fields in working time is displaying wrong.. (too big)
    Any solution to this?
    Best Regards
    Kristoffer Engh

  • Error on ESS/MSS WebDynPros

    Hi
    We are struggling with ess/mss. Portal is ep6sp9 WAS640. Business packages (ess/mss )have been deployed in the portal and the ess50/mss50/pcui_gp50 components were deployed on WAS.
    The SLD SERVER on the portal pc. The WAS is set to upload its sld information to the portal sld.
    JCO connections(SAP r/3 HumanResources & SAP r/3 HumanResources Metadata) are on WAS and it tests successfully.
    1. Is this the recommended architecture/landscape or should the ess mss pcuigp components be deployed on the portal?
    2. Should we upgrade the ess/mss/pcuigp components to 5.1 or 6.0?
    3. We get an error on the ess/mss webdynpros :
    WDTypeNotFoundException caused by sap.dictionary.
    4. When we use the ess/mss/pcuigp 6.0 version, we get a WDRuntimeException caused by 'There is no such method'.
    Please help..
    Rakhee

    Hi Armin
    Thannk you for your reply.
    Below is the complete stack trace :
    An error has occurred:
    "Failed to process the request."
    Please contact your system administrator.
    Hide details
    Web Dynpro client:
    HTML Client
    Web Dynpro client capabilities:
    User agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1), version: null, DOM version: null, client type: msie6, client type profile: ie6, ActiveX: enabled, Cookies: enabled, Frames: enabled, Java applets: enabled, JavaScript: enabled, Tables: enabled, VB Script: enabled
    Web Dynpro runtime:
    Vendor: SAP, Build ID: 6.4009.00.0000.20041104173322.0000 (release=630_REL, buildtime=2004-11-18:22:17:10[UTC], changelist=298578, host=PWDFM027)
    Web Dynpro code generators of DC sap.com/mss~ewa:
    SapDictionaryGenerationCore: 6.4009.00.0000.20040910101802.0000 (release=630_VAL_REL, buildtime=2004-09-29:21:24:41[UTC], changelist=280522, host=PWDFM026.wdf.sap.corp)
    SapMetamodelWebDynpro: 6.4009.00.0000.20040910102423.0000 (release=630_VAL_REL, buildtime=2004-09-29:21:28:58[UTC], changelist=280539, host=PWDFM026.wdf.sap.corp)
    SapMetamodelCore: 6.4009.00.0000.20040730142052.0000 (release=630_VAL_REL, buildtime=2004-09-29:21:18:03[UTC], changelist=269100, host=PWDFM026.wdf.sap.corp)
    SapWebDynproGenerationTemplates: 6.4009.00.0000.20040929105448.0000 (release=630_VAL_REL, buildtime=2004-09-29:21:46:16[UTC], changelist=286523, host=PWDFM026)
    SapWebDynproGenerationCTemplates: 6.4009.00.0000.20040929105448.0000 (release=630_VAL_REL, buildtime=2004-09-29:21:46:16[UTC], changelist=286523, host=PWDFM026)
    SapGenerationFrameworkCore: 6.4009.00.0000.20040910102127.0000 (release=630_VAL_REL, buildtime=2004-09-29:21:17:08[UTC], changelist=280527, host=PWDFM026.wdf.sap.corp)
    SapIdeWebDynproCheckLayer: 6.4009.00.0000.20040910102318.0000 (release=630_VAL_REL, buildtime=2004-09-29:21:33:25[UTC], changelist=280536, host=PWDFM026.wdf.sap.corp)
    SapMetamodelDictionary: 6.4009.00.0000.20040609163924.0000 (release=630_VAL_REL, buildtime=2004-09-29:21:21:50[UTC], changelist=253570, host=PWDFM026.wdf.sap.corp)
    SapMetamodelCommon: 6.4009.00.0000.20040730142052.0000 (release=630_VAL_REL, buildtime=2004-09-29:21:18:14[UTC], changelist=269100, host=PWDFM026.wdf.sap.corp)
    SapWebDynproGenerationCore: 6.4009.00.0000.20040910102318.0000 (release=630_VAL_REL, buildtime=2004-09-29:21:33:44[UTC], changelist=280536, host=PWDFM026.wdf.sap.corp)
    SapDictionaryGenerationTemplates: 6.4009.00.0000.20040910101802.0000 (release=630_VAL_REL, buildtime=2004-09-29:21:24:46[UTC], changelist=280522, host=PWDFM026.wdf.sap.corp)
    Web Dynpro code generators of DC sap.com/pcui_gp~xssutils:
    SapDictionaryGenerationCore: 6.4009.00.0000.20040910101802.0000 (release=630_VAL_REL, buildtime=2004-09-29:21:24:41[UTC], changelist=280522, host=PWDFM026.wdf.sap.corp)
    SapMetamodelWebDynpro: 6.4009.00.0000.20040910102423.0000 (release=630_VAL_REL, buildtime=2004-09-29:21:28:58[UTC], changelist=280539, host=PWDFM026.wdf.sap.corp)
    SapMetamodelCore: 6.4009.00.0000.20040730142052.0000 (release=630_VAL_REL, buildtime=2004-09-29:21:18:03[UTC], changelist=269100, host=PWDFM026.wdf.sap.corp)
    SapWebDynproGenerationTemplates: 6.4009.00.0000.20040929105448.0000 (release=630_VAL_REL, buildtime=2004-09-29:21:46:16[UTC], changelist=286523, host=PWDFM026)
    SapWebDynproGenerationCTemplates: 6.4009.00.0000.20040929105448.0000 (release=630_VAL_REL, buildtime=2004-09-29:21:46:16[UTC], changelist=286523, host=PWDFM026)
    SapGenerationFrameworkCore: 6.4009.00.0000.20040910102127.0000 (release=630_VAL_REL, buildtime=2004-09-29:21:17:08[UTC], changelist=280527, host=PWDFM026.wdf.sap.corp)
    SapIdeWebDynproCheckLayer: 6.4009.00.0000.20040910102318.0000 (release=630_VAL_REL, buildtime=2004-09-29:21:33:25[UTC], changelist=280536, host=PWDFM026.wdf.sap.corp)
    SapMetamodelDictionary: 6.4009.00.0000.20040609163924.0000 (release=630_VAL_REL, buildtime=2004-09-29:21:21:50[UTC], changelist=253570, host=PWDFM026.wdf.sap.corp)
    SapMetamodelCommon: 6.4009.00.0000.20040730142052.0000 (release=630_VAL_REL, buildtime=2004-09-29:21:18:14[UTC], changelist=269100, host=PWDFM026.wdf.sap.corp)
    SapWebDynproGenerationCore: 6.4009.00.0000.20040910102318.0000 (release=630_VAL_REL, buildtime=2004-09-29:21:33:44[UTC], changelist=280536, host=PWDFM026.wdf.sap.corp)
    SapDictionaryGenerationTemplates: 6.4009.00.0000.20040910101802.0000 (release=630_VAL_REL, buildtime=2004-09-29:21:24:46[UTC], changelist=280522, host=PWDFM026.wdf.sap.corp)
    Web Dynpro code generators of DC sap.com/tcwddispwda:
    No information available
    Web Dynpro code generators of DC sap.com/pcui_gp~xssfpm:
    SapDictionaryGenerationCore: 6.4009.00.0000.20040910101802.0000 (release=630_VAL_REL, buildtime=2004-09-29:21:24:41[UTC], changelist=280522, host=PWDFM026.wdf.sap.corp)
    SapMetamodelWebDynpro: 6.4009.00.0000.20040910102423.0000 (release=630_VAL_REL, buildtime=2004-09-29:21:28:58[UTC], changelist=280539, host=PWDFM026.wdf.sap.corp)
    SapMetamodelCore: 6.4009.00.0000.20040730142052.0000 (release=630_VAL_REL, buildtime=2004-09-29:21:18:03[UTC], changelist=269100, host=PWDFM026.wdf.sap.corp)
    SapWebDynproGenerationTemplates: 6.4009.00.0000.20040929105448.0000 (release=630_VAL_REL, buildtime=2004-09-29:21:46:16[UTC], changelist=286523, host=PWDFM026)
    SapWebDynproGenerationCTemplates: 6.4009.00.0000.20040929105448.0000 (release=630_VAL_REL, buildtime=2004-09-29:21:46:16[UTC], changelist=286523, host=PWDFM026)
    SapGenerationFrameworkCore: 6.4009.00.0000.20040910102127.0000 (release=630_VAL_REL, buildtime=2004-09-29:21:17:08[UTC], changelist=280527, host=PWDFM026.wdf.sap.corp)
    SapIdeWebDynproCheckLayer: 6.4009.00.0000.20040910102318.0000 (release=630_VAL_REL, buildtime=2004-09-29:21:33:25[UTC], changelist=280536, host=PWDFM026.wdf.sap.corp)
    SapMetamodelDictionary: 6.4009.00.0000.20040609163924.0000 (release=630_VAL_REL, buildtime=2004-09-29:21:21:50[UTC], changelist=253570, host=PWDFM026.wdf.sap.corp)
    SapMetamodelCommon: 6.4009.00.0000.20040730142052.0000 (release=630_VAL_REL, buildtime=2004-09-29:21:18:14[UTC], changelist=269100, host=PWDFM026.wdf.sap.corp)
    SapWebDynproGenerationCore: 6.4009.00.0000.20040910102318.0000 (release=630_VAL_REL, buildtime=2004-09-29:21:33:44[UTC], changelist=280536, host=PWDFM026.wdf.sap.corp)
    SapDictionaryGenerationTemplates: 6.4009.00.0000.20040910101802.0000 (release=630_VAL_REL, buildtime=2004-09-29:21:24:46[UTC], changelist=280522, host=PWDFM026.wdf.sap.corp)
    Web Dynpro code generators of DC sap.com/mss~finutils:
    SapDictionaryGenerationCore: 6.4009.00.0000.20040910101802.0000 (release=630_VAL_REL, buildtime=2004-09-29:21:24:41[UTC], changelist=280522, host=PWDFM026.wdf.sap.corp)
    SapMetamodelWebDynpro: 6.4009.00.0000.20040910102423.0000 (release=630_VAL_REL, buildtime=2004-09-29:21:28:58[UTC], changelist=280539, host=PWDFM026.wdf.sap.corp)
    SapMetamodelCore: 6.4009.00.0000.20040730142052.0000 (release=630_VAL_REL, buildtime=2004-09-29:21:18:03[UTC], changelist=269100, host=PWDFM026.wdf.sap.corp)
    SapWebDynproGenerationTemplates: 6.4009.00.0000.20040929105448.0000 (release=630_VAL_REL, buildtime=2004-09-29:21:46:16[UTC], changelist=286523, host=PWDFM026)
    SapWebDynproGenerationCTemplates: 6.4009.00.0000.20040929105448.0000 (release=630_VAL_REL, buildtime=2004-09-29:21:46:16[UTC], changelist=286523, host=PWDFM026)
    SapGenerationFrameworkCore: 6.4009.00.0000.20040910102127.0000 (release=630_VAL_REL, buildtime=2004-09-29:21:17:08[UTC], changelist=280527, host=PWDFM026.wdf.sap.corp)
    SapIdeWebDynproCheckLayer: 6.4009.00.0000.20040910102318.0000 (release=630_VAL_REL, buildtime=2004-09-29:21:33:25[UTC], changelist=280536, host=PWDFM026.wdf.sap.corp)
    SapMetamodelDictionary: 6.4009.00.0000.20040609163924.0000 (release=630_VAL_REL, buildtime=2004-09-29:21:21:50[UTC], changelist=253570, host=PWDFM026.wdf.sap.corp)
    SapMetamodelCommon: 6.4009.00.0000.20040730142052.0000 (release=630_VAL_REL, buildtime=2004-09-29:21:18:14[UTC], changelist=269100, host=PWDFM026.wdf.sap.corp)
    SapWebDynproGenerationCore: 6.4009.00.0000.20040910102318.0000 (release=630_VAL_REL, buildtime=2004-09-29:21:33:44[UTC], changelist=280536, host=PWDFM026.wdf.sap.corp)
    SapDictionaryGenerationTemplates: 6.4009.00.0000.20040910101802.0000 (release=630_VAL_REL, buildtime=2004-09-29:21:24:46[UTC], changelist=280522, host=PWDFM026.wdf.sap.corp)
    Web Dynpro code generators of DC sap.com/tcwdcorecomp:
    No information available
    J2EE Engine:
    6.40 patchlevel 87289.311
    Java VM:
    Java HotSpot(TM) Server VM, version: 1.4.2_07-b05, vendor: Sun Microsystems Inc.
    Operating system:
    Windows 2003, version: 5.2, architecture: x86
    Error stacktrace:
    com.sap.tc.webdynpro.services.exceptions.WDTypeNotFoundException: type com.sap.pcuigp.xssfpm.wd.model.types.Ext_Service could not be loaded: com.sap.dictionary.runtime.DdException:
         at com.sap.tc.webdynpro.services.datatypes.core.DataTypeBroker.getSimpleType(DataTypeBroker.java:242)
         at com.sap.tc.webdynpro.services.datatypes.core.DataTypeBroker.getDataType(DataTypeBroker.java:205)
         at com.sap.tc.webdynpro.progmodel.context.AttributeInfo.init(AttributeInfo.java:471)
         at com.sap.tc.webdynpro.progmodel.context.NodeInfo.initAttributes(NodeInfo.java:771)
         at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:756)
         at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:761)
         at com.sap.tc.webdynpro.progmodel.context.Context.init(Context.java:40)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:199)
         at com.sap.tc.webdynpro.progmodel.controller.Component.getCustomControllerInternal(Component.java:433)
         at com.sap.tc.webdynpro.progmodel.controller.Component.getController(Component.java:362)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.getPublicInterface(DelegatingComponent.java:142)
         at com.sap.pcuigp.xssfpm.wd.wdp.InternalFPMComponent.wdGetBackendConnectionsController(InternalFPMComponent.java:199)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.wdDoInit(FPMComponent.java:171)
         at com.sap.pcuigp.xssfpm.wd.wdp.InternalFPMComponent.wdDoInit(InternalFPMComponent.java:105)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java:95)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:346)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:352)
         at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.execute(WebDynproMainTask.java:593)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:59)
         at com.sap.tc.webdynpro.clientserver.cal.ClientManager.doProcessing(ClientManager.java:249)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doWebDynproProcessing(DispatcherServlet.java:154)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:116)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:55)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:385)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:340)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:318)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:821)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:239)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
         at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
    Caused by: com.sap.dictionary.runtime.DdException:
         at com.sap.tc.webdynpro.services.datatypes.core.DataTypeBroker$1.fillSldConnection(DataTypeBroker.java:89)
         at com.sap.dictionary.runtime.ProviderFactory.internalResolveLogicalNameToJCODestination(ProviderFactory.java:408)
         at com.sap.dictionary.runtime.ProviderFactory.resolveLogicalNameToJCODestination(ProviderFactory.java:354)
         at com.sap.dictionary.runtime.ProviderFactory.internalGetProvider(ProviderFactory.java:215)
         at com.sap.dictionary.runtime.ProviderFactory.getProvider(ProviderFactory.java:180)
         at com.sap.dictionary.runtime.DdDictionaryPool.getProvider(DdDictionaryPool.java:78)
         at com.sap.dictionary.runtime.DdDictionaryPool.getDictionary(DdDictionaryPool.java:64)
         at com.sap.dictionary.runtime.DdDictionaryPool.getDictionary(DdDictionaryPool.java:39)
         at com.sap.dictionary.runtime.DdBroker.getDataType(DdBroker.java:149)
         at com.sap.dictionary.runtime.DdBroker.getSimpleType(DdBroker.java:170)
         at com.sap.tc.webdynpro.services.datatypes.core.DataTypeBroker.getSimpleType(DataTypeBroker.java:234)
         ... 40 more

  • Error Deploying ESS/MSS ERP2005 WebDynpro Components for SP7

    Hi,
    I have been in process of trying to Patch up the J2EE stack in an attempt to turn on SAP Delivered Solution for ESS/MSS.
    We are on EP7 with ECC6 Backend.
    What I have done so far::
    1. Updated J2EE with Netweaver SP stack 11.
    2. Imported the business package for ESS/MSS into EP. I can confirm that the content is now available on PCD.
    3. Then i tried to upload the WebDynpro Components for ESS/MSS. Files are PCUI_GP, ESS and MSS. they all have a named reference to 600 SP7. These are the ones available to download for self-services from mySAPERP components on service market place.
    This step is now falling over. Deployment of these components fail when its trying to deploy the application component. I must add that once we loaded the Business packages for ESS/MSS (step 2), i then checked the delivered content and created a delta link to the AU/Address iView into my own content folder. I am not sure if this has anything to do with the Failure of deployment but this is the only thing that i did in between steps 2 and step 3.
    I didn't think that it would have caused any issue as this was an iview while the component its trying to deploy is a webdynpro application, but i am not sure now.
    Please see the trace below.
    Message : Failed to deploy application 'sap.com/essauaddr' for deployment state listener 'com.sap.tc.webdynpro.serverimpl.wdc.repository.RepositoryContainerHook'.
    [EXCEPTION]
    com.sap.tc.webdynpro.repository.RepositoryRuntimeException: Failed to deploy the file 'C:\usr\sap\NBW\DVEBMGS21\j2ee\cluster\server0\.\temp\webdynpro\public\sap.com\essauaddr\webdynpro\Applications\com.sap.xss.hr.per.au.address.Per_Address_AU\Per_Address_AU.xml' into the database. Reason: Development Object 'sap.com/ess~au' contains already same repository content. Hint: fully qualified name of the repository VMO must be globally unique.
         at com.sap.tc.webdynpro.repository.deploy.RepositoryUpdateManager.checkVMOsExistInOtherDC(RepositoryUpdateManager.java:504)
         at com.sap.tc.webdynpro.repository.deploy.RepositoryUpdateManager.deployRepositoryContent(RepositoryUpdateManager.java:98)
         at com.sap.tc.webdynpro.serverimpl.wdc.repository.RepositoryContainerHook.onDeploy(RepositoryContainerHook.java:232)
         at com.sap.engine.services.webdynpro.WebDynproContainer.deploy(WebDynproContainer.java:1007)
         at com.sap.engine.services.deploy.server.application.DeploymentTransaction.makeComponents(DeploymentTransaction.java:606)
         at com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:321)
         at com.sap.engine.services.deploy.server.application.DeploymentTransaction.begin(DeploymentTransaction.java:307)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:292)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:326)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:3184)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:552)
         at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:1555)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:320)
         at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:198)
         at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:129)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Severity : Error
    Category : /System/UserInterface
    Location : com.sap.engine.services.webdynpro.WebDynproContainer
    Application :
    Thread : SAPEngine_Application_Thread[impl:3]_8
    Datasource : 1173687328333:C:\usr\sap\NBW\DVEBMGS21\j2ee\cluster\server0\log\defaultTrace.trc
    Message ID : 001321C841EF0056000000030000110800042B7618DD7104
    Source Name : com.sap.engine.services.webdynpro.WebDynproContainer
    Argument Objs : sap.com/essauaddr,com.sap.tc.webdynpro.serverimpl.wdc.repository.RepositoryContainerHook,com.sap.tc.webdynpro.repository.RepositoryRuntimeException: Failed to deploy the file 'C:\usr\sap\NBW\DVEBMGS21\j2ee\cluster\server0\.\temp\webdynpro\public\sap.com\essauaddr\webdynpro\Applications\com.sap.xss.hr.per.au.address.Per_Address_AU\Per_Address_AU.xml' into the database. Reason: Development Object 'sap.com/ess~au' contains already same repository content. Hint: fully qualified name of the repository VMO must be globally unique.
         at com.sap.tc.webdynpro.repository.deploy.RepositoryUpdateManager.checkVMOsExistInOtherDC(RepositoryUpdateManager.java:504)
         at com.sap.tc.webdynpro.repository.deploy.RepositoryUpdateManager.deployRepositoryContent(RepositoryUpdateManager.java:98)
         at com.sap.tc.webdynpro.serverimpl.wdc.repository.RepositoryContainerHook.onDeploy(RepositoryContainerHook.java:232)
         at com.sap.engine.services.webdynpro.WebDynproContainer.deploy(WebDynproContainer.java:1007)
         at com.sap.engine.services.deploy.server.application.DeploymentTransaction.makeComponents(DeploymentTransaction.java:606)
         at com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:321)
         at com.sap.engine.services.deploy.server.application.DeploymentTransaction.begin(DeploymentTransaction.java:307)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:292)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:326)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:3184)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:552)
         at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:1555)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:320)
         at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:198)
         at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:129)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Arguments : sap.com/essauaddr,com.sap.tc.webdynpro.serverimpl.wdc.repository.RepositoryContainerHook,com.sap.tc.webdynpro.repository.RepositoryRuntimeException: Failed to deploy the file 'C:\usr\sap\NBW\DVEBMGS21\j2ee\cluster\server0\.\temp\webdynpro\public\sap.com\essauaddr\webdynpro\Applications\com.sap.xss.hr.per.au.address.Per_Address_AU\Per_Address_AU.xml' into the database. Reason: Development Object 'sap.com/ess~au' contains already same repository content. Hint: fully qualified name of the repository VMO must be globally unique.
         at com.sap.tc.webdynpro.repository.deploy.RepositoryUpdateManager.checkVMOsExistInOtherDC(RepositoryUpdateManager.java:504)
         at com.sap.tc.webdynpro.repository.deploy.RepositoryUpdateManager.deployRepositoryContent(RepositoryUpdateManager.java:98)
         at com.sap.tc.webdynpro.serverimpl.wdc.repository.RepositoryContainerHook.onDeploy(RepositoryContainerHook.java:232)
         at com.sap.engine.services.webdynpro.WebDynproContainer.deploy(WebDynproContainer.java:1007)
         at com.sap.engine.services.deploy.server.application.DeploymentTransaction.makeComponents(DeploymentTransaction.java:606)
         at com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:321)
         at com.sap.engine.services.deploy.server.application.DeploymentTransaction.begin(DeploymentTransaction.java:307)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:292)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:326)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:3184)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:552)
         at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:1555)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:320)
         at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:198)
         at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:129)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Dsr Component :
    Dsr Transaction : 0b312900d06f11db9da1001321c841ef
    Dsr User :
    Indent : 0
    Level : 0
    Message Code :
    Message Type : 1
    Relatives : /System/UserInterface
    Resource Bundlename :
    Session : 4
    Source : com.sap.engine.services.webdynpro.WebDynproContainer
    ThreadObject : SAPEngine_Application_Thread[impl:3]_8
    Transaction :
    User : J2EE_ADMIN
    Any thoughts and ideas would be greatly appreciated.

    Hi Friends,
    I got the same problem but not on ESS/MSS component. But the exception was exactly the same. The solution what i found is
    1. Find the exception in the Default trace. By searching for DC Name.
    2. Here you should find the one in which its mentioned below error
    com.sap.tc.webdynpro.repository.RepositoryRuntimeException: Failed to deploy the file '/usr/sap/EPD/JC35/j2ee/cluster/server0/./temp/webdynpro/public/burton.com/portal~passwordchange/webdynpro/Components/com.burton.webshop.b2b.myprofile.EditPassword/EditPassword.xml' into the database. Reason: Development Object 'local/wdMyProfile' contains already same repository content. Hint: fully qualified name of the repository VMO must be globally unique.
    3. Now go to the visual administrator -> deploy -> webdynpro and undeploy the local webdynpro with which the current DC is conflicting. (You should decide whehter you can undeploy or not)
    4. Now try activate the activity or Deploy the DC you shouldnt get the problem.
    Actually i got this problem when i created a WebDynpro DC by importing the local webdynpro project. So, when i try to activate the activity of DC created then its not getting deployed. When i check the logs, i had same exceptions as you ppl got. So after going thru default trace then i figured out that the local webdynpro is the reason for this conflicting. Then i undeployed that webynpro.
    Hope this may be useful for you and others...
    Thanks,
    Raags

Maybe you are looking for

  • How do i view the url when on the internet in the address bar

    i want to see the address when i am on the internet, not the little lock that is to the left of it, how do I adjust the settings.

  • Itunes one Account, need another account.

    I have a home PC that is shared by a family of 4.  Each family member has there own userid but we only have one Apple account.  My daughter now wants her own account. Will there be a problem when she transfers her music to a new computer?

  • Why TRIP cann't be put on HOLD if trip has "trip segment" only using PR05

    Why we canu2019t put a trip (PR05) u201Con holdu201D if the trip has u201Ctrip segment onlyu201D tab only. Itu2019s possible to do this using PRAP but not through approval screen i.e. ACTEXT_APPR_LITEu201D. Thanks Mohanty

  • Mirrored Raid Set

    I have two disks arranged as a mirrored RAID set and wonder how I will know when one of the disks fails and which one it is.

  • Java Access Bridge and the JRE

    Hi i want to get access to an application that uses its own JRE. but somehow i have huge problems to do this. Some info: Win7 x64 Visual Studio 2010 java se 7_u7 win 32 applikation Target apps JRE is JSE 6 I want to read the contents in the app. But