Activate/Configure Metadata Repository as an HTTP service

We have a request from our BW team to access the metadata web service. We
have activated /default_host/sap/bw/doc and all items under it.
When we try to test service for /default_host/sap/bw/doc/metadata, a web
page opened after I logged in but it displayed "the url sap-client=020
could not be interpreted" for link
http://bwserver.corp.local:8001/sap/bw/doc/metadata?sap-client=020.
Checking SAP's documentatiion in :
http://help.sap.com/bp_bw370/documentation/HowToConfigWeb35.pdf
URL configuration and checks looks good. Any help or direction appreciated.
Thanks,

Hi Patrick, did you ever find a resolution to this. Experiencing the same issue.
Thanks
Ad

Similar Messages

  • Using portal metadata repository for portal content - performance impact?

    Oracle provides the Oracle Drive utility as a way of moving portal content directly into the portal metadata repository. The Oracle Portal Center site (http://www.oracle.com/technology/products/ias/portal/index.html) provides links to several demos and technical papers that describe the use of Oracle Drive to copy file-based content into the Portal Metadata Repository (e.g., http://www.oracle.com/technology/products/ias/portal/pdf/cm_webdav_10g_webdav_clients.pdf). My questions are: (a) is this a best practice (b) are there potential performance problems with loading up the portal metadata repository with large volumes of file-based content?

    Hello
    It depends on what you mean by "large volumes".
    I use webdav scripts to create/update my files every night and it works fine. But it's rather slow.
    Questions are :
    - is it a one-time transfer to initiate Portal, and a regular one ?
    - how large are your files ?

  • Can not activate http service

    Hallo,
    in TC SMICM --> goto -> services I can see http service and smtp service. It is not possible to activate the http service.
    R/3 4.7
    Any ideas?
    Regards
    David

    Hello
    most propably the port for the Service is used, by another (non SAP) Service on the machine. Try to configure it to an other Port. Temporarly you can do this also in The SMICM >> GOTO >> Service screen.
    Test it.
    Regards,
    Dezso

  • Getting WCMException while configuring a repository service

    Hi KM Experts,
    I wrote a program to create a repository service, to start the approval process automatically, and select it for the required repository manager. I restarted the servlet engine, but still the status of newly added document is 'In Progress' and when I tried to submit it manually its throwing the following exception -
    Could not execute command 'com.sapportals.wcm.rendering.uicommand.cm.UIStatemanagementCommand'
    Below is the program written by me -
    package com.infy.autoapprove;
    import com.sapportals.wcm.repository.IResource;
    import com.sapportals.wcm.repository.ResourceFactory;
    import com.sapportals.wcm.repository.service.AbstractRepositoryService;
    import com.sapportals.wcm.repository.service.IRepositoryServiceFactory;
    import com.sapportals.wcm.repository.service.ServiceNotAvailableException;
    import com.sapportals.wcm.repository.service.statemanagement.IResourceTransition;
    import com.sapportals.wcm.repository.service.statemanagement.IStatemanagementManager;
    import com.sapportals.wcm.repository.service.statemanagement.IStatemanagementResource;
    import com.sapportals.wcm.repository.manager.IResourceEventReceiver;
    import com.sapportals.wcm.repository.manager.IRepositoryManager;
    import com.sapportals.wcm.repository.manager.ResourceEvent;
    import com.sapportals.wcm.util.events.IEvent;
    import com.sapportals.wcm.crt.component.*;
    import com.sapportals.wcm.crt.configuration.*;
    import com.sapportals.wcm.IWcmConst;
    import com.sapportals.wcm.WcmException;
    import java.util.Collection;
    // implements IMyNewRepositoryService interface
      Note: IReconfigurable and IResourceEventReceiver interfaces are optional
    public class AutoApprove extends AbstractRepositoryService implements IReconfigurable, IResourceEventReceiver {
      private static final String TYPE = "AutoApprove";
      public AutoApprove() {
        super();
        // Do not add code here. Add it to startUpImpl() instead
      public String getServiceType() {
        return AutoApprove.TYPE;
      protected void startUpImpl(Collection repositoryManagers) throws ConfigurationException, StartupException {
        // implement this method as follows:
        // - Verify configuration data
        // - Get references to other needed (global) services
        // - Check whether other repository services (this service depends on) are also assigned to the repository managers
        // - Usually the service registers itself for certain events at all repository managers
        try  {
        catch (Exception e) {
          throw new StartupException(e.getMessage(), e);
      protected void shutDownImpl() { }
      protected void addRepositoryAssignment(IRepositoryManager mgr) throws ServiceNotAvailableException {
        // Implement this method: Usually the service registers itself for certain events at the repository manager.
         try
               mgr.getEventBroker().register(this, new ResourceEvent(ResourceEvent.CREATE_CHILD, null));
         catch(WcmException e)
      protected void removeRepositoryAssignment(IRepositoryManager mgr) throws WcmException {
        // Implement this method: Usually the service must unregister itself as an event handler.
      public void reconfigure(IConfiguration config) throws ConfigurationException {
        this.stateHandler.preReconfigure();
        // check the new configuration data
        try {
        catch (ConfigurationException ex) {
          this.stateHandler.postReconfigure(ex);
          throw ex;
        this.config = config;
        this.stateHandler.postReconfigure();
      public void received(IEvent event) {
                   IResource resource = (IResource)event.getParameter();
                   try
                      //     get the statemanagement service from the resource
                      String rid = resource.getRID().toString();
                      if(rid.equals("/documents/TestScenario/XML Form Content/"+resource.getName()))
                           IRepositoryServiceFactory factory = ResourceFactory.getInstance().getServiceFactory();
                            IStatemanagementManager statemanagement = (IStatemanagementManager)factory.getRepositoryService(resource, IWcmConst.STATEMANAGEMENT_SERVICE);
                            IStatemanagementResource sResource = statemanagement.getStatemangementResource(resource);
                            IResourceTransition transition = sResource.getTransition("lbl.submit");
                           //  if everything is correct than transition is not null
                           if (transition != null)
                                     transition.execute();
                   }catch(Exception e){
                        e.printStackTrace();
    Kindly help me out as I am not able to figure out the issue.
    Thanks in Advance,
    Saurabh

    Hi Experts,
    Any help on this ?
    Regards,
    Saurabh

  • HTTPS Service activate in PI 7.1

    Dears,
    We activated HTTPS service on PI 7.1 in which we applied two types of license.
    SSL server certificate that is applied on Server
    Server CA certificate that we applied on IE whose default validity come with 3 months at time of creation.
    Now my concern is do I need to generate a new license so that functioning of HTTPS could work properly.
    Regards,
    Shivam Mittal

    Hi,
    If you have uploaded the client certificate on IE, then that should be fine. You don't need to generate any new license.
    I would suggest you to go through the step-by-step SSL configuration documents. that should help you to get the root cause.
    Thanks
    Swarup

  • Repository Configuration Metadata issue for OBIEE11g

    Hi,
    I am having an issue while using RCU to created BI schema.
    On database connection details wizard, after giving all details, on checking prerequisites, on Initializing repository configuration metadata, it gives an error:
    The version 11.2.0.1.0 of the database that you are using is not a supported version or
    The specified user may not have sufficient privileges to perform this operation. User should have sysdba or dba privileges.
    But I successfully reached at Map Tablespaces step on previous attempt.
    Only thing I change before re-running the RCU is, delete unwanted tablespaces.
    On db connection details I am using user SYS and role SYSDBA.
    Please, can anyone suggest to solve this.

    Some where you might have to rename the PREFIX from DEV to DEV1 or some thing else.

  • BI Metadata Repository Configuration Error

    Hello gurus.
    Maybe somebody can tell how to solve this problem.
    When try to create BI Metadata Repository (see note 1049784) an error received:
    Configuration Error:  Missing attribute: cacheid_lock, configuration node = component-config, location = config://local/cm/repository_managers/bw_metadata
    The same error received on BI Document Repository activation.
    So, where could find this cacheid_lock attribute?
    EP7 SP15
    Thanks.

    SPS 16 solved this problem.
    Edited by: Gunars Blumbahs on Jul 26, 2008 2:22 PM

  • Configuring HTTP Service

    When I configure an http service, I create an operation updateItem, assign it a method of POST, Content-Type application/xml, and then specify a URL: http://localhost:3000/sites/1/students/3. Now when I go to test the operation, this is what I get:
    InvocationTargetException:There was an error while invoking the operation. Check your operation inputs and try invoking the operation again.
    Response Received:
    Length Required
    WEBrick::HTTPStatus::LengthRequired
    Yet, in my application there is no such error when doing an update. However, when I try to accomplish it using Flash Builder, I get the above error. Am I doing something wrong in the Configure HTTP Service window? Thanks for any suggestions.

    I  completely abandoned the CallResponder route. It just took too much time to figure out and there's practically no in-depth resources out there for setting it up with HTTP Service (although you will find resources for ColdFusion and PHP). So I tried HTTP Service rather than CallResponder in the code:
            <mx:HTTPService id="user_requestsUpdate" url="{CONTEXT_URL}/user_requests/{user_requestsGrid.selectedItem.id}/confirm_request"
                            method="POST"
                            resultFormat = "e4x"
                            contentType="application/xml"
                            headers="{{X_HTTP_METHOD_OVERRIDE: 'PUT'}}" />
    This produces this:
    [RPC Fault faultString="Error #1090: XML parser failure: element is malformed." faultCode="Client.CouldNotDecode" faultDetail="null"]
    It's shocking to me how difficult it is just to make a simple update using flex.

  • Metadata Repository mds-adf is not targeted to JMSServer-0?

    JDeveloper 11.1.1.4.0, Oracle database      11.2.0.1.0
    We're developing an ADF application and I'm trying to activate MDS using the database. I've followed along with docs and this blog post, http://biemond.blogspot.com/2009/07/mds-repository-for-adf-11g.html, run RCU on my database, added Application Development Runtime. When I deploy my application, I get the "Deployment Configuration" dialog box, but when I hit the "Deploy" button, I get his message in a dialog box:
    Warning! MDS configuration information appears invalid. Metadata Repository mds-adf is not targeted to JMSServer-0 or JMSServer-0 is a member of a cluster. Deploy anyway?
    I hit yes, then I go to Enterprise Manager to see my MDS repository partitions, and I have no partitions found.
    Any ideas?
    Edited by: Richard Cook on Jul 5, 2011 10:51 AM

    On the EM front page, under "Fusion Middleware" I have "Metadata Repositories", with my mds-adf repository there.
    Today, there is a repository partition, "idm_V2.0", put clicking on the glasses icon I get "This partition is not being referenced by any application".
    My application "idm(V2.0)" is deployed to DefaultServer.

  • Error in Installing SSO Metadata Repository Creation Assistant (10.1.4.3.1)

    I am trying to Install Portal Forms Reports 11, so I had to Install all prerequisites
    My Machine Specifications:-
    1- Oracle Enterprise Linux 5.5 x86-64
    2- DB 11g R2
    3- WebLogic 10.3.3 (X64)
    4- Oracle Identity Management 11.1.1.2.0
    I was executed the inspre11.pl with -op1
    than I was trying to Install SSO Metadata Repository Creation Assistant (10.1.4.3.1)
    in the last step (Step 7 - Loading Repository)
    http://lh3.ggpht.com/_bMH90GEkTL4/SwW1jlNHzFI/AAAAAAAABjE/ZZm55usPKu0/s1600-h/clip_image054%5B3%5D.jpg
    I encountered this error :-
    ERROR - Unable to connect to the database. See the log file for details. Check that you have provided the proper service name for the database, that the database is running, the database connection information is valid, and that the database is set up for password file authentication. For more information, click the Help button.:ORA-06550: line 1, column 7:
    PLS-00201: identifier 'DBMS_IAS_VERSION.SET_COMPONENT_LOADING' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    what can I do ? my Database is start up and the connection is OK !!!!!!!!!!!
    I followed the oracle documentation:-
    Installation Guide for Oracle Identity Management 11g Release 1 (11.1.1) E12002-02 October 2009
    now we are going to 2011 !!!!!!!!!!!!!!!!!!!
    Is there another newer Installation guide from oracle?
    thank you

    Good question, rozester.
    I encountered this problem also, while trying to install the SSO MRCA 10.1.4.3.1 on 64-bit RHEL5 (though it's at version 5.7 but I'm positive that won't make any difference to the result).
    This may or may not match your situation, but when I looked in the log file $ORACLE_HOME/assistants/repca/log/repca_<datestamp>.log, I saw what was probably the reason behind the error:
    <$ORACLE_HOME>/bin/sqlplus: error while loading shared libraries: libclntsh.so.9.0: cannot open shared object file: No such file or directory
    I think I remember seeing that the link operation during installation had failed, but I hoped it would be OK. And it possibly would have been, if I'd remembered to specify the destination database Oracle home rather than the SSO MRCA Oracle home when prompted (on the page where it asks for database home and log file path). Perhaps then it would have used the sqlplus binary from the database oracle home, and since that one definitely works, it might have worked. But before I thought of that, I did a workaround; I installed the SSO MRCA on a 32-bit RHEL5 box (using the same directory paths) and copied the shared library files to the 64-bit box's shared library directory via scp as follows:
    cd $ORACLE_HOME/lib; scp -pr * oracle@rhel64box:$PWD/
    When I re-ran $ORACLE_HOME/runRepca, it then worked without error. Another thing I could have tried is just running runRepca on the 32-bit RHEL5 box, and that probably would have worked too, but it probably would have been a lot slower compared to running it locally on the destination server; it's takes quite a while as it is.
    Hope this helps. I'm sure it'll help me if next time I do this I forget what I did before and go searching again ;-)

  • Grapbical Display of Metadata repository in SAP BW 7.31

    Hi,
    I am working on SAP BW 7.31 and couldnt find Graphical display of BI Content in Meta data repsository,
    We have updraded to the Support pack level 04  and now I could see object details tab but when I click on it its shows
    Service cannot be reached
    What has happened?
    URL call was terminated because the corresponding service is not available.
    Note
    The termination occurred in system with error code 403 and for the reason Forbidden.
    What can I do?Please select a valid URL. 
    HTTP 403 - Forbidden
    Your SAP Internet Communication Framework Team
    In general, object details shows network display of data flows? or is there anything I am missing apart from ICF.
    Please let me know how this can be resloved...
    Thanks in advance

    Hello,
    As of 7.30 the BW Metadata Repository has been designed as a WebDynpro Application. It can also run as an imbedded process in the Analytic Workbench (RSA1). Due to the nature of this technology
    a separate login to the WebAS is needed to establish a Web-Session on the local WebAS. However if Single Sign On for the target system is activated the WebAS may be customized to use it as well. In this case you would see no login screen when calling the BW Metadata Repository. Please also note that also all relevant ICF-Services for BW must be active (i.e. all Web Document services) to be able to use the repository normally. Please find here some useful links to relevant ICF and ICM
    documentation which might help you to properly set up your system:
    http://help.sap.com/saphelp_nw73/helpdata/en/48/7f28a10fa44cdbe10000000a42189d/frameset.htm
    http://help.sap.com/saphelp_nw73/helpdata/en/48/3ae05299c172d0e10000000a42189c/frameset.htm
    Regards,
    Michael

  • Can OID/IM components be moved to a new Metadata Repository?

    Hi
    I've looked around on Metalink but can't find any document that suggests this can be done, but I thought I would ask the question anyway (two iin fact):
    1. Can an existing OID/IM setup be configured so as to oint to a new metadata repository? Is it possible to install a new MR and then associate the IM components away from it's existing MR to a new MR?
    2. In an OracleAS Cold Failover Cluster (IM) topology, I've read contradictory notes (or I've misunderstood). Do the OID and MR components have to be on the same box? Or can they be on different boxes?
    Regards
    Andy

    #1, refer this:
    http://download.oracle.com/docs/cd/B14099_19/core.1012/b13995/chginfra.htm#BGBDDDBE
    #2, refer following note on MetaLink:
    368688.1 Master Note:How to Split AS10G Infrastructure Components Including the Metadata Repository and Identity Management
    Hope this helps.
    Thanks
    Shail

  • How to refresh XI RFC Metadata Repository?

    Hi everyone,
    I would like to know how to refresh the XI RFCadapter Metadata Repository.
    I had a scenario RFC(R/3) -> XI -> Legacy System. I made some changes in RFC on R/3 environment, adding some fields, but unfortunately these fields are not appearing in XI.
    I imported and activated the RFC in "Design:Integration Builder" but XI still not receiving these new fields.
    Thanks for your attention.
    Best Regards,
    Gabriel Santana
    Message was edited by: Gabriel Sant'Anna

    Hi,
    Thank you for your replies.
    Chris, I followed the guide you sent me, very helpful, but unfortunately when I tried to realize "Single Repository Object Cache Refresh" to object type "AdapterMetaData", the following error appeared:
    Method fault! Message : Plain exception:null com.sap.guid.GUIDFormatException at com.sap.guid.GUID.parseHexGUID(GUID.java:814) at com.sap.guid.GUIDGenerator.parseHexGUID(GUIDGenerator.java:111) at com.sap.aii.utilxi.misc.api.GUIDFactory.parseHexGUID(GUIDFactory.java:120) at com.sap.aii.ibrep.server.abapcache.HmiMethod_CacheRefresh.process(HmiMethod_CacheRefresh.java:62) at com.sap.aii.ib.server.hmi.HmiServiceImpl.invokeMethod(HmiServiceImpl.java:132) at com.sap.aii.ib.server.hmi.HmiServer.process(HmiServer.java:248) at com.sap.aii.ib.sbeans.hmi.HmiBean.process(HmiBean.java:62) at com.sap.aii.ib.sbeans.hmi.HmiLocalLocalObjectImpl10.process(HmiLocalLocalObjectImpl10.java:144) at com.sap.aii.ib.web.hmi.HmiServlet.processRequestByHmiServer(HmiServlet.java:281) at com.sap.aii.ib.web.hmi.workers.ExternalClient.doWork(ExternalClient.java:78) at com.sap.aii.ib.web.hmi.HmiServlet.doWork(HmiServlet.java:560) at com.sap.aii.ib.web.hmi.HmiServlet.doGet(HmiServlet.java:704) at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) 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) Stack trace: com.sap.aii.utilxi.hmi.api.HmiMethodFault: Plain exception:null com.sap.guid.GUIDFormatException at com.sap.guid.GUID.parseHexGUID(GUID.java:814) at com.sap.guid.GUIDGenerator.parseHexGUID(GUIDGenerator.java:111) at com.sap.aii.utilxi.misc.api.GUIDFactory.parseHexGUID(GUIDFactory.java:120) at com.sap.aii.ibrep.server.abapcache.HmiMethod_CacheRefresh.process(HmiMethod_CacheRefresh.java:62) at com.sap.aii.ib.server.hmi.HmiServiceImpl.invokeMethod(HmiServiceImpl.java:132) at com.sap.aii.ib.server.hmi.HmiServer.process(HmiServer.java:248) at com.sap.aii.ib.sbeans.hmi.HmiBean.process(HmiBean.java:62) at com.sap.aii.ib.sbeans.hmi.HmiLocalLocalObjectImpl10.process(HmiLocalLocalObjectImpl10.java:144) at com.sap.aii.ib.web.hmi.HmiServlet.processRequestByHmiServer(HmiServlet.java:281) at com.sap.aii.ib.web.hmi.workers.ExternalClient.doWork(ExternalClient.java:78) at com.sap.aii.ib.web.hmi.HmiServlet.doWork(HmiServlet.java:560) at com.sap.aii.ib.web.hmi.HmiServlet.doGet(HmiServlet.java:704) at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) 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) at com.sap.aii.ibrep.server.abapcache.HmiMethod_CacheRefresh.process(HmiMethod_CacheRefresh.java:68) at com.sap.aii.ib.server.hmi.HmiServiceImpl.invokeMethod(HmiServiceImpl.java:132) at com.sap.aii.ib.server.hmi.HmiServer.process(HmiServer.java:248) at com.sap.aii.ib.sbeans.hmi.HmiBean.process(HmiBean.java:62) at com.sap.aii.ib.sbeans.hmi.HmiLocalLocalObjectImpl10.process(HmiLocalLocalObjectImpl10.java:144) at com.sap.aii.ib.web.hmi.HmiServlet.processRequestByHmiServer(HmiServlet.java:281) at com.sap.aii.ib.web.hmi.workers.ExternalClient.doWork(ExternalClient.java:78) at com.sap.aii.ib.web.hmi.HmiServlet.doWork(HmiServlet.java:560) at com.sap.aii.ib.web.hmi.HmiServlet.doGet(HmiServlet.java:704) at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) 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) Root cause : null
    Details: No details available
    My path for this service is:
    http://mslsr08:50000/rep/hmi_cache_refresh_service/ext?method=CacheRefresh&mode=RM&type=AdapterMetaData&guid0=&guid1=
    How could I solve this issue and finally refresh the cache?
    Best Regards,
    Gabriel Santana

  • Problem Creating a HTTP Service in SOAMANAGER

    Hi all,
    I am having difficulty in setting up a HTTP Service in SOAMANAGER.
    I have generated the Enterprise Service - Service Definition Succesfully in SAP from a RFC Enabled Function Group( this is working fine).
    I then go into SOAMANAGER -> Single Service Administration -> Select the Service -> Select the Configurations Tab -> Create Service
    The problem I have is that when this comes up under the
    Provider Security Tab -> Transport Guarantee -> Communication Security
    I do not have a radiobutton for "None" (this is what I want to select to create a HTTP service.)
    I have the options
    - SSL over HTTP (Transport Channel Security)
    - Asymmetric Message/Signature / Encryption
    - Symmetric Message/Signature Encryption
    Secure Conversation
    If you see William Li's blog /people/william.li/blog/2010/02/15/how-to-avoid-authentication-when-accessing-ws-provider-service you item 3.6 shows how the screen is supposed to look (with the additional option of "None" as the first radiobutton).
    My current workaround is to define the service and then go into SICF, select the service and change the Security Requirement from SSL to Standard on the Logon Data Tab. Although this works it is not the ideal solution.
    I'm wondering if there is something we are missing in our soap run time, perhaps a configuration setting we need to set in srt_admin. (I believe this option was there before we did a service pack upgrade)
    Has anyone experienced this before?

    Hi John,
    I've experimented something like that before. I think solution was:
    - Search the webservice in SE80, Repository Information System -> Enterprese Services
    - Enter the service definition
    - Go to 'Configuration' tab
    - Click on 'Transport Security'/'Authentication'
    - In profile setting, switch it for 'Low' or 'None'
    I believe this will turn available the option you're looking for.
    Kind regards,
    Garcia

  • MetaData Repository in SAP BW

    Hi,
    I am from SAP BW. Actually, we used to create transformation and docement it. But documenting with lot of flows is tough so we used meta data repository.
    But meta data reporsitory only shows mapping between two objects like datasource to isnforsource, i am looking for datasource to infosource to dso to infocube means covering whole flow.
    This is presently not available.
    So, can any1 tell me which ABAP code is running at backend???

    Hello,
    As of 7.30 the BW Metadata Repository has been designed as a WebDynpro Application. It can also run as an imbedded process in the Analytic Workbench (RSA1). Due to the nature of this technology
    a separate login to the WebAS is needed to establish a Web-Session on the local WebAS. However if Single Sign On for the target system is activated the WebAS may be customized to use it as well. In this case you would see no login screen when calling the BW Metadata Repository. Please also note that also all relevant ICF-Services for BW must be active (i.e. all Web Document services) to be able to use the repository normally. Please find here some useful links to relevant ICF and ICM
    documentation which might help you to properly set up your system:
    http://help.sap.com/saphelp_nw73/helpdata/en/48/7f28a10fa44cdbe10000000a42189d/frameset.htm
    http://help.sap.com/saphelp_nw73/helpdata/en/48/3ae05299c172d0e10000000a42189c/frameset.htm
    Regards,
    Michael

Maybe you are looking for