Hi All,
I am trying to create a availability script in EEM editor and while exporting the script to EEM repository i get below error.
!ENTRY com.sap.smd.eem.scriptconsole.ExportScriptToEEMAdminRepositoryAction 4 0 2013-06-14 20:24:41.069
!MESSAGE com.sap.smd.eem.scriptconsole.ExportScriptToEEMAdminRepositoryAction - uploadScriptToEEMAdminRepository: fallback to old URL
!STACK 0
javax.xml.rpc.soap.SOAPFaultException: Processing Error. More details in WS Error Log (transaction SRT_UTIL) by selection with UTC timestamp 20130614145440
at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.buildFaultException(MimeHttpBinding.java:747)
at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.processDocumentFault(MimeHttpBinding.java:870)
at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.call(MimeHttpBinding.java:1454)
at com.sap.smd.eem.scriptconsole.eemadminwebservicestub.BindingStub.aiEemUploadScript(BindingStub.java:76)
at com.sap.smd.eem.scriptconsole.eemadminwebservicestub.BindingStub.aiEemUploadScript(BindingStub.java:96)
at com.sap.smd.eem.scriptconsole.ExportScriptToEEMAdminRepositoryAction.uploadScriptToEEMAdminRepository(ExportScriptToEEMAdminRepositoryAction.java:118)
at com.sap.smd.eem.scriptconsole.ExportScriptToEEMAdminRepositoryAction$UploadScriptTask.run(ExportScriptToEEMAdminRepositoryAction.java:237)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
!ENTRY com.sap.smd.eem.scriptconsole.ExportScriptToEEMAdminRepositoryAction 4 0 2013-06-14 20:24:45.171
!MESSAGE Error is found:Service call exception; nested exception is:
java.lang.Exception: Call to {http://host:port/sap/bc/srt/rfc/sap/AI_EEM_UPLOAD_SCRIPT/200/AI_EEM_UPLOAD_SCRIPT/AI_EEM_UPLOAD_SCRIPT} returned http code 500 (SRT: Unexpected failure in SOAP processing occurred: ("No Web service configuration for this access path: "/sap/bc/srt/rfc/sap/AI_EEM_UPLOAD_SCRIPT/200/AI_EEM_UPLOAD_SCRIPT/AI_EEM_UPLOAD_SCRIPT"")) with unacceptable content type (text/html).
!STACK 0
java.rmi.RemoteException: Service call exception; nested exception is:
java.lang.Exception: Call to {http://host:port/sap/bc/srt/rfc/sap/AI_EEM_UPLOAD_SCRIPT/200/AI_EEM_UPLOAD_SCRIPT/AI_EEM_UPLOAD_SCRIPT} returned http code 500 (SRT: Unexpected failure in SOAP processing occurred: ("No Web service configuration for this access path: "/sap/bc/srt/rfc/sap/AI_EEM_UPLOAD_SCRIPT/200/AI_EEM_UPLOAD_SCRIPT/AI_EEM_UPLOAD_SCRIPT"")) with unacceptable content type (text/html).
at com.sap.smd.eem.scriptconsole.eemadminwebservicestub.BindingStub.aiEemUploadScript(BindingStub.java:83)
at com.sap.smd.eem.scriptconsole.eemadminwebservicestub.BindingStub.aiEemUploadScript(BindingStub.java:96)
at com.sap.smd.eem.scriptconsole.ExportScriptToEEMAdminRepositoryAction.uploadScriptToEEMAdminRepository(ExportScriptToEEMAdminRepositoryAction.java:123)
at com.sap.smd.eem.scriptconsole.ExportScriptToEEMAdminRepositoryAction$UploadScriptTask.run(ExportScriptToEEMAdminRepositoryAction.java:237)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
Caused by: java.lang.Exception: Call to {http://host:port/sap/bc/srt/rfc/sap/AI_EEM_UPLOAD_SCRIPT/200/AI_EEM_UPLOAD_SCRIPT/AI_EEM_UPLOAD_SCRIPT} returned http code 500 (SRT: Unexpected failure in SOAP processing occurred: ("No Web service configuration for this access path: "/sap/bc/srt/rfc/sap/AI_EEM_UPLOAD_SCRIPT/200/AI_EEM_UPLOAD_SCRIPT/AI_EEM_UPLOAD_SCRIPT"")) with unacceptable content type (text/html).
at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.handleResponseMessage(MimeHttpBinding.java:990)
at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.call(MimeHttpBinding.java:1452)
at com.sap.smd.eem.scriptconsole.eemadminwebservicestub.BindingStub.aiEemUploadScript(BindingStub.java:76)
I have checked that the SICF service is not available. Please help me to create this service.
Thanks,
Rohan