ERROR In ESS WebDynpro with ERP2004  IDES System

Hi,
I have installed ERP2004 ECC 5.0 IDES version now i want to use ESS Application on Portal
i Deployed the JAVA Components for ESS on the WAS 6.40 J2EE Server the componets are succesfully deployed.
i also cofigure the SLD and JCO destination for ESS which is according to SAP Help.
now my problem was when i test any of the ESS Webdynpro application using
http://<host>:<Port>/webdynpro/welcome
and login into webdynpro content administrator and expanding sap.com
while running any of the ESS application from deployed content it's gives following common error for all application, no application is works
error:---
An error has occurred:
"Failed to process the request."
Please contact your system administrator.
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/essaraddr:
SapDictionaryGenerationCore: 6.4009.00.0000.20040910101802.0000 (release=630_VAL_REL, buildtime=2004-09-29:21:24:41[UTC], changelist=280522, <b>host=PWDFM026.wdf.sap.corp</b>)
SapMetamodelWebDynpro: 6.4009.00.0000.20040910102423.0000 (release=630_VAL_REL, buildtime=2004-09-29:21:28:58[UTC], changelist=280539, <b>host=PWDFM026.wdf.sap.corp</b>)
SapMetamodelCore: 6.4009.00.0000.20040730142052.0000 (release=630_VAL_REL, buildtime=2004-09-29:21:18:03[UTC],
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)
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
look at the webdynpro application host type it's shows
PWDFM026.wdf.sap.corp
i think this host  are taken from R3 Side since the ERP2004 is IDES version, but my host was different
if there is problem with host how can i changed this host setting
if enything else i mising than plese help me to solve this
regards,
kaushal

Hi,
Go to technical landscapes and create a technical landscape for your ECC backend system.
This should solve the problem.
Regards
Bharathwaj.

Similar Messages

  • ESS/MSS  with more ECC Systems sap.wdarfc.useSys Problem

    Hello ,
    we have more a ECC Systems and on one ESS/MSS Portal. Now I found the url Parameter "sap.wdarfc.useSys" in the sdn.  In one test ESS Iview I set the Propoerty field to
    sap.wdarfc.useSys=SAP_R3_SelfServiceGenerics_MetaDataFIN:XY&sap.wdarfc.useSys=SAP_R3_SelfServiceGenerics_MetaData:XY&sap.wdarfc.useSys=SAP_R3_SelfServiceGenerics:XY&
    sap.wdarfc.useSys=SAP_R3_HumanResources:XY&sap.wdarfc.useSys=SAP_R3_HumanResourcesMetaData:XY&
    sap.wdarfc.useSys=SAP_R3_HumanResourcesMetadata:XY&
    sap.wdarfc.useSys=SAP_R3_Financials_MetaData:XY&
    sap.wdarfc.useSys=SAP_R3_Financials:XY
    Now should the WebDynpro connect to the system XY. But it raise an error:
    That the MetaData RFC connect to system "AB"
    What is wrong ? I have checked all JCO Connections.
    Another question when the parameter works. Must I copy all the WD Iviews and replace the set "sap.wdarfc.useSys" Parameter ?
    Regards
    Daniel

    I have the solution.
    delete SAP_R3_HumanResourcesMetadata
    right SAP_R3_HumanResourcesMetaData
    regards

  • Error in connecting webdynpro with oracle

    Hi
          while connecting webdynpro with oracle, i am getting this type of error. I imported the classes12.jar file also.
    <b>Error:</b>
    java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
    The <b>coding</b> which i used to connect is as follows,
    Class.forName("oracle.jdbc.driver.OracleDriver");
              DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
              Connection conn = DriverManager.getConnection(
              "jdbc:oracle:thin:@entegdt36:1521:dbserver",
              "scott","tiger");
              pst=conn.prepareStatement("select * from Test");
              rs=pst.executeQuery();
              while(rs.next())
                   res=res+rs.getString(1);
                   wdThis.wdGetContext().currentContextElement().setName(res);
    Please help me to solve this problem.
    It's very urgent.
    Thanks in advance.

    Hi,
    Go to technical landscapes and create a technical landscape for your ECC backend system.
    This should solve the problem.
    Regards
    Bharathwaj.

  • Preverification Error while using kXML with Netbeans IDE

    Hello All,
    I am using Netbeans IDE for wrting a program that parses a xml using
    kXML and display some results on screen.
    The Netbeans IDE gives the various obfuscation levels.
    The code is properly compiled at any level less than the
    highest obfuscation level. If I compile it at HIGH obfuscation level then it gives the following error-----
    Error preverifying class e
    VERIFIER ERROR e.a(Ll;)Lorg/kxml/kdom/Element;:
    Cannot find class org/kxml/kdom/Element
    D:\Netbeans_Workspace\TestObfuscation\nbproject\build-impl.xml:269: Preverification failed with error code 1.
    BUILD FAILED (total time: 4 seconds)
    How can we obfuscate the program using highest level of obfuscation.
    Thanks
    Vikas

    Thanks Peace,
    But I am facing the same problem even when I use the source java files of kXML and include those in my project and use them as additional classes to my class.
    It again builds properly when I don't use the highest obfuscation level.
    But if I try to obfuscate using Level HIGH it throws the same error.
    However when I try to run this project from J2ME Wireless Toolkit, it is running fine on the emulator.
    I guess the error is something specific to Netbeans IDE. Have anyone of you encountered such a bizzare error.
    Thanks,
    Vikas

  • Regarding error in ESS integration with EP

    Hi,
    We are currently integrating ESS 60.2 (mySAP ERP 2004) business package with portal EP6.0 (SP14).
    We were able to view the workset and all the pages like Employee Search, Personal Information etc.
    But when we click on the links in that page, we are getting a javascript error stating “<b>object required</b>”.
    Also, when we click any of the links we are getting an error stating” <b>Personnel number not yet assigned</b>”.
    We have already assigned the personnel number in transaction PA30 for the user and we had also set the validity of user id.
    Still we are facing the same problem.
    It’s very urgent.
    Can anyone help us to solve the problem?
    Any help would be much appreciated.
    Thanks in Advance.
    Regards
    Yoga

    Hi Yoga,
    and you have user mapping for same user for which u have done prnr number settings?
    can you cross check that in your r/3 system.
    Subhash

  • Error in ESS WebDynpro ON EP6.0 SP9

    Hello All,
    I'm implemeting ESS Using WebDynpro, I Deployed all related ESS components and it's sucessfully deployed..,
    I checked all my JCo Connections its working fine all connections having the GREEN COLORED.., and SLD is also working sucessfully working, but when i check the iview which is in content provided by SAP when i see the preview of the Overview or any iview Related to ESS it's giving "SERVICE CANNOT BE REACHED" and the error we faced in the j2ee "Causedby:om.sap.dictionary.runtime.DdException:"
    i have done a entry in my service file also .. everything is okay it seems but when i'm tryning to check the iview its giving the "<b>SERVICE CANNOT BE REACHED</b>"
    and the Error "<b>webdynpro/dispatcher/sap.com/pcui_gp~xssutils/XssMenu call was terminated because the corresponding service is not available</b>."
    Could plz help me on this issue
    Thanx in advance...
    Bye

    Hi,
    Did u resolve this. I am also getting the same error.
    Srini

  • Error "Could Not intialize" with IE8 and System Monitoring in DSWP

    Dear All,
    Having upgraded to IE8, I am getting "Could Not Initialize" error when executing System Monitoring through TCode DSWP in Solution_Manager.Please kindly assist.
    Thank you.
    Regards,
    John

    Hello John,
    IE8 requires SAPGUI 720, so you may want to ensure yor SAPGUI ersion is at this level.
    Regards,
    Paul

  • MySAP ERP2004 Ides + Portal language

    Hi,
    I have just installed the ERP2004 IDEs system, then the Java Was 6.40 add in and EP6 from the Netweaver CD's.
    Everything installed perfectly. However I logged onto the portal URL to check that it was installed correctly and the portal main screen was entirely in German.
    I logged in with J2EE_ADMIN and all the content was entirely in Germam.
    This did not happen when I installed EP6 onto a clean Netweaver install.
    How do I get the portal to default to English?
    Any help would be appreciated.
    Regards
    Ed Mellodew

    Hmm,
    I have not to my knowledge installed anything in German.  However with it being an IDES it is not possible to guess what config has happened to it.
    If I browse to the J2EE UME start page it is in English.  If I login with J2EE_ADMIN it goes to German.  I have changed the SAP account so that the login language for J2EE is EN, but no difference.
    If I go to the IDES portal start page it is always in German, if I login it stays in German. If I use the same browser to go to a different portal start page it is in English.
    Bizarre.
    Ed

  • A problem with the cooling system has been detected

    I bought a new computer not to long ago, I've had it for almost a month now. It runs fine, and I've had no problems until not too long ago. I was playing a game, and I got a random error message: "A problem with the cooling system has been detected. Please turn off the computer immdiately, and return it for service." I don't understand how or why this came up, and I don't have any money to return it for any type of repairs. After I got this message, I left my computer off for about an hour. All seems well so far. Any suggestions?

    What laptop do you have?
    - Peter

  • 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

  • The error when I deploy ess application with SDM

    SOS!!!when I deploy ess application with SDM(ESS05P_1-10002965.sca), It failed.please help me.
    The trace file:
    #1.5#00145ED221BE00F7000000B90011A07C0004421B32EEBBA8#1198584492898#com.sap.engine.services.webdynpro.WebDynproContainer##com.sap.engine.services.webdynpro.WebDynproContainer#J2EE_ADMIN#15220####0f7fa990b2e211dca62200145ed221be#SAPEngine_Application_Thread[impl:3]_173##0#0#Error#1#/System/UserInterface#Java###Failed to deploy application '''' for deployment state listener ''''.
    [EXCEPTION]
    #3#sap.com/essauaddr#com.sap.tc.webdynpro.serverimpl.wdc.repository.RepositoryContainerHook#com.sap.tc.webdynpro.repository.RepositoryRuntimeException: Failed to deploy the file '/usr/sap/EP1/DVEBMGS02/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(AccessController.java:215)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    #1.5#00145ED221BE00F7000000BB0011A07C0004421B32EF7CEE#1198584492948#com.sap.engine.services.deploy##com.sap.engine.services.deploy#J2EE_ADMIN#15220####0f7fa990b2e211dca62200145ed221be#SAPEngine_Application_Thread[impl:3]_173##0#0#Error#1#/System/Server#Java#deploy_5029##Exception in operation deploy with application sap.com/essauaddr.#2#deploy#sap.com/essauaddr#
    #1.5#00145ED221BE00F7000000BC0011A07C0004421B32EF7F24#1198584492949#com.sap.engine.services.deploy##com.sap.engine.services.deploy#J2EE_ADMIN#15220####0f7fa990b2e211dca62200145ed221be#SAPEngine_Application_Thread[impl:3]_173##0#0#Error#1#/System/Audit#Java###Exception #1#com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Exception in operation deploy with application sap.com/essauaddr.
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.rollbackPart(ApplicationTransaction.java:394)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:294)
         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(AccessController.java:215)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Cannot deploy application sap.com/essauaddr.
         at com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:330)
         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)
         ... 13 more
    Caused by: com.sap.engine.services.deploy.container.DeploymentException: Clusterwide exception: Failed to deploy application sap.com/essauaddr. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine?
         at com.sap.engine.services.webdynpro.WebDynproContainer.deploy(WebDynproContainer.java:1016)
         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)
         ... 15 more

    Check these below links
    https://forums.sdn.sap.com/click.jspa?searchID=7622331&messageID=4611860
    https://forums.sdn.sap.com/click.jspa?searchID=7622331&messageID=4562067
    https://forums.sdn.sap.com/click.jspa?searchID=7622331&messageID=4258751
    https://forums.sdn.sap.com/click.jspa?searchID=7622331&messageID=4474525
    https://forums.sdn.sap.com/click.jspa?searchID=7622331&messageID=4543091
    https://forums.sdn.sap.com/click.jspa?searchID=7622331&messageID=4368694
    reward points if helpful

  • IDES system copy ..error during IMPORT_ABAP..unable to create indexes

    Hi all,
    I am doing a IDES system copy. I ran the report SMIGR_CREATE_DLL , the export activities have been completed successfully as well on the source system. Now on the target system, during the import, I am getting the following error in the log file SAPDFACT.log.
    (DB) ERROR: DDL statement failed
    (CREATE  INDEX "/BI0/E0RSTT_C06~P" ON "/BI0/E0RSTT_C06" ( "KEY_0RSTT_C06P" , "KEY_0RSTT_C06T" , "KEY_0RSTT_C06U" , "KEY_0RSTT_C061" , "KEY_0RSTT_C062" , "KEY_0RSTT_C063" , "KEY_0RSTT_C064" , "KEY_0RSTT_C065" , "KEY_0RSTT_C066" , "KEY_0RSTT_C067" , "KEY_0RSTT_C068"  ) TABLESPACE PSAPSR3 STORAGE (INITIAL 65536 NEXT 0000002560K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) NOLOGGING COMPUTE STATISTICS )
    DbSlExecute: rc = 99
      (SQL error 1408)
      error message returned by DbSl:
    ORA-01408: such column list already indexed
    (DB) INFO: disconnected from DB
    The owner for this table is SAPSR3. Some oracle forums suggested to drop the index before recreating it. But when i do "drop index SAPSR3."/BI0/E0RSTT_C06~P..it says.."the specified index does not exist". But when I go to recreate this index, it doesn get created successfully. After that when I re-run the import, it again fails. Suprisingly..now if i go to check if this index is present thru a sql querry:
    select owner, object_name, object_type from dba_objects where object_name='SAPSR3."/BI0/E0RSTT_C06~P"', it tells "no rows selected". This is happening everytime, I create an index, where it gets created successfully, and the import again fails with the same error in SAPDFACT.log.
    I found an SAP note 885441 named..common errors during migration..although mine isnt a migration..my both source and destination are Red hat 64 bit platform.
    The note 1st asks to download the latest R3load..which I did and extracted in the kernel directory of the source..then it also asked to edit the .TSK file..in my case..SAPDFACT.TSK..where the lines:
    I /BIC/E<Cubename>~<index> C err
    to  I /BIC/E<Cubename>~<index> C ign..
    I did that..this time..the import again fails..but in the SAPDFACT.log..it complains about some other index..n the same gets generated in the .TSK file as well..the earlier index error is not again generated.
    I am not sure..what is going wrong..my export went through successfully.i have done the prep steps for export as well..before that i ran the SMIGR_CREATE_DLL report as well..
    Any inputs are highly appreciated..
    Thanks,
    Akshay

    Hi,
    Check SAP  Note 1166589 - Table converter: DB error when creating secondary indexes
    Thanks
    Sunny

  • Hi everyone.. I have windows 7 (32 bit operating system), and have tried installing the latest version of Itunes, but my PC keeps saying windows 7 error (126) ? I have no idea on how to fix this??

    hi everyone.. I have windows 7 (32 bit operating system), and have tried installing the latest version of Itunes, but my PC keeps saying windows 7 error (126) ? I have no idea on how to fix this??
    Please could someone help???
    And it also mentions mediatoolbox dll. is missing?? haha i have no idea what that means??? please help...
    Thanks alot! I really appreciate your help..

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

  • "An error occured with the AppleShare system"

    Hi,
    I'm running a shell script that fetchs files on an ftp server each 5 minutes. When an item is available it's copied on an AFP Server (AppleShare IP v6 or Windows 2000 depending of the name of the file). The shell script also check for the shares to be mounted and if not mount them. I also use an AppleScript (on idle) to dispatch the files in folders on the shares.
    All runs perfectly but sometime - may be once or twice a day or once per week - the message An error occures with the AppleShare system (this is my translation of the french message Une erreur est survenue avec le système AppleShare) is displayed on the Finder preventing the AppleScript to do its work.
    Any idea of how to resolve the problem or to trap it in the AppleScript ?
    Regards,
    Didier from France.
    PowerMac G4   Mac OS X (10.3.9)  

    solved upgrading to Ma

  • Hi, since upgrading to IOS 8.0.2 my iphone 5 no longer connects with the entertainment system in my car? Any ideas?

    Hi, since upgrading to IOS 8.0.2 my iphone 5 no longer connects with the entertainment system in my car? Any ideas?

    So yesterday vibration suddenly started working again, after nearly two weeks with the problem above. I have no idea why, I didn't change any settings and the only app that was updated yesterday was Facebook messenger...

Maybe you are looking for

  • I have an error message that won't go away and stops me from using any other buttons in the screen.

    I have an error message reading 'item over 1 byte. Connect to a wifi network or use iTunes on your computer to download 'tv show'. When I connect it to iTunes or use a wifi network nothing changes.  The warning remains in place no matter how many tim

  • How to append binary data to existing file in OSB

    Hi, I have an OSB project that I need for it to append binary data via ftp.  Here's my current flow: MFL binary output --> Replace $body with mfl binary output --> Publish to action (Business service that's configured to ftp binary data). However, wh

  • Dump when trying to display characteristic values in QUERY DESIGNER

    Hi Experts, Life seems to become a struggle with 7.0 for me :-(. My current problem: If I try to display characteristic values  in Query Designer (left section of screnn, wthin dimensions) system dumps frequently. It's that kind of dump, that doen't

  • How do I fix a voice-over delay?

    Is there a way to fix a delay while recording a voiceover?

  • Output device type

    Hi All, To get the print of a PO one device type is getting selected, but we came to know that we need to select another device type so that we can take the printout of the PO with out any problem. But i am not sure where to change the device type in