Why maxActive Attribute(Context Path) is needed

why maxActive Attribute(Context Path) is needed if singleton pattern database connection is used?
     maxActive attribute corresponds to maximum number of DB connection in pool. but using singleton pattern only one instance of DB connection will be available to the application at a time , so what is the use of maxActive tag. i know i am wrong at this one . please help me out on use of maxActive in Singleton pattern application
     thank you
     siva

hi ravi,
up to my knowledge, activation is enough if no aggregates are manitained.
refer the following text.
Activating Master Data and Texts
Prerequisites
Master data and texts have already been loaded into the BI system using the scheduler.
Procedure
Activating Master Data
When you update master data from an SAP system the master data is imported in an inactive state. You must activate the new master data so that it can be accessed and used for reporting purposes.
For more information, see Versioning Master Data.
Choose the path InfoObject Tree ® Context Menu of Corresponding Characteristic  ® Activate Master Data.
Upon Activation there are two scenarios to choose from:
The Corresponding Master Data Is Already Being Used in Aggregates in the InfoCube:
If you are already using the available master data in aggregates in InfoCubes, you cannot activate the master data individually. In this case, proceed as follows:
       1.      In the main menu, choose the path Tools ®Hierarchy/Attribute Change.
       2.      Proceed as described in System Response upon Changes to Data: Aggregate.
The system now automatically restructures and activates the master data and its aggregates.
Please note that this process can take several hours if the volume of data is relatively high. Therefore, you should simultaneously activate all of the characteristics that are affected by changes to their master data, at regular intervals.
The Corresponding Master Data Is Not Used in Aggregates:
Choose the path InfoObject Tree ® Context Menu of Corresponding Characteristic  ® Activate.
The system now automatically activates the master data so that it can be used directly in reporting.
Activating Texts
Texts are active immediately and can be used directly in reporting. You do not need to Activate manually.
thank u,
reward if helpful.

Similar Messages

  • Why attribute chnage run is needed when u do not have aggregates?

    Hi,
    Attribute change run is needed soon after the hierarchy upload is understandable!
    Attribute change run is needed soon after the Transactional data also if the cube has aggreagtes is also understandable!
    But my cube does not have any aggreagtes created and it is a new one by far!
    even then in my process chain, soon sfter i add the infopackage process, i am getting the attribute change run automatically in the process chain!
    Can any body explain me why i am getting that attribute change run after the trasactional IP though that does not have any aggregates!
    Thanks,
    Ravi

    hi ravi,
    up to my knowledge, activation is enough if no aggregates are manitained.
    refer the following text.
    Activating Master Data and Texts
    Prerequisites
    Master data and texts have already been loaded into the BI system using the scheduler.
    Procedure
    Activating Master Data
    When you update master data from an SAP system the master data is imported in an inactive state. You must activate the new master data so that it can be accessed and used for reporting purposes.
    For more information, see Versioning Master Data.
    Choose the path InfoObject Tree ® Context Menu of Corresponding Characteristic  ® Activate Master Data.
    Upon Activation there are two scenarios to choose from:
    The Corresponding Master Data Is Already Being Used in Aggregates in the InfoCube:
    If you are already using the available master data in aggregates in InfoCubes, you cannot activate the master data individually. In this case, proceed as follows:
           1.      In the main menu, choose the path Tools ®Hierarchy/Attribute Change.
           2.      Proceed as described in System Response upon Changes to Data: Aggregate.
    The system now automatically restructures and activates the master data and its aggregates.
    Please note that this process can take several hours if the volume of data is relatively high. Therefore, you should simultaneously activate all of the characteristics that are affected by changes to their master data, at regular intervals.
    The Corresponding Master Data Is Not Used in Aggregates:
    Choose the path InfoObject Tree ® Context Menu of Corresponding Characteristic  ® Activate.
    The system now automatically activates the master data so that it can be used directly in reporting.
    Activating Texts
    Texts are active immediately and can be used directly in reporting. You do not need to Activate manually.
    thank u,
    reward if helpful.

  • Why image attribute of h:command_button is not context relative?

    I think It should be. Otherwise, the same page might show the picture or lost it depends of current URL in the address string of browser window.
    P.S. The 'value' attribute of h:graphic_image works very intelligent. It will be great if 'image' attribute of h:command_button will work the same way.

    Any ideas out there on why this inconsistency exists? This is a Bad Thing---we shouldn't have to remember which attributes are context-relative and which are absolute. They should all be context-relative.
    Quoting Mann, JSF in Action (325): "[T]he image property isn't automatically prefixed with the context path (as it is for HtmlGraphicImage). This is a feature that we hope will be added in a future version of JSF. In the meantime, you can either use a value-binding expression or use an HtmlCommandLink instead."
    So is this a specification inconsistency, or an RI bug?
    Garret

  • How-to get the JSF application context path?

    I want to do a redirect from within a JSF backing bean. How do I get the application context path?
    I plan to do this in the constructor of the backing beans in order to validate the user has previously logged in.
    public BackingBeanName()
    FacesContext facesContext = FacesContext.getCurrentInstance();
    HttpSession session = HttpSession)facesContext.getExternalContext().getSession(false);
    HttpServletRequest request = (HttpServletRequest)facesContext.getExternalContext().getRequest();
    userid = (String)session.getAttribute("userid");
    if (userid == null) {
    logger.info("userid attribute is not in session");
    ExternalContext ec = facesContext.getExternalContext();
    appContextPath = ???????????????????????;
    String redirectTo = appContextPath + "/logon.jsp";
    try {
    ec.redirect(redirectTo);
    catch (IOException e) {
    String msg = "redirect to " + redirectTo + " failed";
    logger.severe(msg);
    return; // throw an exception instead of return;
    Regards,
    Al Malin

    Frank, your suggestion of using JSF global navigation to the logon page looks like what I need but I need some advice implementing it.
    My backing bean constructor looks like this:
    public Search()
    FacesContext facesContext = FacesContext.getCurrentInstance();
    String userid = GpaUtil.getSessionUserid(facesContext);
    if (userid == null)
    logger.info("session userid not found, going to logon page");
    ??????? What goes here ????????
    ??????? I think I need to fire an event but I'm not sure how to do it, ????????
    ??????? let alone if this is what needs to be done ????????
    ??????? or even if this is the right spot in the code ????????
    gpas = ProductApproval.retrieveList("1=1","1");
    FWIW, the navigation rule looks like this:
    <navigation-rule>
    <navigation-case>
    <from-outcome>goLogon</from-outcome>
    <to-view-id>/logon.jsp</to-view-id>
    </navigation-case>
    </navigation-rule>
    Your help is greatly appreciated.
    Regards,
    Al Malin

  • h:outputLink with context path?

    Hey,
    give it anyway to set an flag in the <h:outputLink> tag to copy the context path automatic on the beginning of the value from outputLink or must I write my own component?

    No flag like that... I'm not actually sure what the problem is here though. It definitely sounds like you don't need a custom component though!
    What's wrong with just binding the value attribute to your backing bean, and let the bean figure out what your context root is?
    CowKing

  • Get the context path with jspx

    How can I get the context path using jspx?
    with jsp I get using scriptlet
    <%=request.getContextPath()%>but it didn't validate with xhtml
    thanks

    I'm really unfamiliar with JSP Documents and I don't know if nesting the tags would be valid. Why don't you use EL in that case?
    ${pageContext.request.contextPath} will print out the value you need.
    P.S. In case it just prints out as is without being evaluated, take a look at these:
    http://faq.javaranch.com/java/ElOrJstlNotWorkingAsExpected
    http://faq.javaranch.com/java/JstlTagLibDefinitions
    http://faq.javaranch.com/java/SetupJstlForJsp2
    http://faq.javaranch.com/java/ServletsWebXml
    People on the forum help others voluntarily, it's not their job.
    Help them help you.
    Learn how to ask questions first: http://faq.javaranch.com/java/HowToAskQuestionsOnJavaRanch
    (Yes I know it's on JavaRanch but I think it applies everywhere)
    ----------------------------------------------------------------

  • Why do we use PATH command

    Hi all,
    why do we use PATH command?
    Thanks
    RS

    PATH() function in the XMLDB context. ... [url http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14259/xdb18res.htm#sthref2112]documentation
    Interesting. I have to remember that. It could be useful once in a while.

  • Request context path for portlet has wrong port number

    I have a JSF application deployed as a portlet on the WLS_Portlet domain with port 8889. The portlet is being consumed in WebCenter Spaces, which lives in the WLS_Spaces domain with port 8888.
    In my code, I am trying to get the request context path:
    FacesContext.getCurrentInstance().getExternalContext().getRequestContextPath();
    I expect this to return http://host:8889/contextroot (where I am able to access my app resources). Instead, it is returning http://host:8888/contextroot.
    Any ideas why this is happening?
    Edited by: user9171296 on Jun 16, 2010 10:32 AM

    Hi,
    if you expeience Web Center problems, then best is to get an answer on the Web Center forum: WebCenter Portal
    Frank

  • After changing the context path, felix console, I can not checkout content via vlt.

    Hi everyone,
    I have the following issue. After changing the context path, via felix console, I can not checkout the content via vlt. Before that, I could checkout without any problems.
    I am using CQ5.5, CRX2.3, context path: /Test
    That is what I am trying:
    vlt -v --credentials admin:admin co http://localhost:23310/Test/server/crx.default
    Connecting via JCR remoting to http://localhost:23310/Test/server
    [WARN ] Authentication required to access repository descriptors
    [ERROR] checkout: com.day.jcr.vault.vlt.VltException: Unable to mount filesystem
    caused by: javax.jcr.ItemNotFoundException: Not Found
    caused by: org.apache.jackrabbit.webdav.DavException: Not Found
    Other versions I tried:
    vlt -v --credentials admin:admin co http://localhost:23310/crx
    vlt --credentials admin:admin co http://localhost:23310/Test/server
    vlt --credentials admin:admin co http://localhost:23310/Test
    vlt --credentials admin:admin co http://localhost:23310/Test/crx
    To verify if I could connect to the instance properly I started CRXDE
    and try to connect to "http://localhost:23310/Test"
    After click the ok button I got that error:
    No file system is defined for scheme: jcr
    Part of the .log file (.crxde):
    eclipse.buildId=unknown
    java.version=1.6.0_37
    java.vendor=Apple Inc.
    BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=de_DE
    Framework arguments:  -keyring /Users/peterwimsey/.eclipse_keyring -showlocation
    Command-line arguments:  -os macosx -ws cocoa -arch x86_64 -keyring /Users/peterwimsey/.eclipse_keyr
    ing -showlocation
    !ENTRY org.eclipse.core.resources 2 10035 2012-11-25 19:01:19.268
    !MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to
    recover changes.
    !ENTRY org.eclipse.osgi 4 0 2012-11-25 19:04:14.363
    !MESSAGE Application error
    !STACK 1
    java.lang.reflect.InvocationTargetException
            at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:121)
            at com.day.cq.ide.CQDEApplication.start(CQDEApplication.java:62)
            at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
            at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau
    ncher.java:110)
            at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav
    a:79)
            at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
            at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
            at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
            at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
    Caused by: org.eclipse.core.runtime.CoreException: No file system is defined for scheme: jcr
            at org.eclipse.core.internal.filesystem.Policy.error(Policy.java:55)
            at org.eclipse.core.internal.filesystem.Policy.error(Policy.java:50)
            at org.eclipse.core.internal.filesystem.InternalFileSystemCore.getFileSystem(InternalFileSys temCore.java:65)
            at org.eclipse.core.internal.filesystem.InternalFileSystemCore.getStore(InternalFileSystemCo re.java:107)
            at org.eclipse.core.filesystem.EFS.getStore(EFS.java:350)
            at com.day.cq.ide.fs.JCRFileSystemPlugin.registerExtensions(JCRFileSystemPlugin.java:100)
            at com.day.cq.ide.init.SetupWorkspaceOperation.initWorkspace(SetupWorkspaceOperation.java:16 6)
    Any tips or hints are welcome.
    In the case you need more information, just leave a note.
    Thanks in advance for your help.
    Best regards,
    Peter

    The VLT works fine with the above URL change but How to fix "CRXDE" Initialization error if a context path is defined?
    I have a context path defined /Test and when I am trying to login to CRXDE with URL as http://localhost:4502/Test, I am getting below Initialization Error.
    Any workaround as Which URL should work while logging to repository (with context path) using CRXDE 1.0.1
    eclipse.buildId=unknown java.version=1.6.0_06 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Command-line arguments:  -os win32 -ws win32 -arch x86 !ENTRY org.eclipse.osgi 4 0 2013-04-25 17:50:23.802 !MESSAGE Application error !STACK 1 java.lang.reflect.InvocationTargetException at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:121) at com.day.cq.ide.CQDEApplication.start(CQDEApplication.java:62) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514) at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
    Caused by: org.eclipse.core.runtime.CoreException: No file system is defined for scheme: jcr
    at org.eclipse.core.internal.filesystem.Policy.error(Policy.java:55) at org.eclipse.core.internal.filesystem.Policy.error(Policy.java:50) at org.eclipse.core.internal.filesystem.InternalFileSystemCore.getFileSystem(InternalFileSys temCore.java:65) at org.eclipse.core.internal.filesystem.InternalFileSystemCore.getStore(InternalFileSystemCo re.java:107) at org.eclipse.core.filesystem.EFS.getStore(EFS.java:350) at com.day.cq.ide.fs.JCRFileSystemPlugin.registerExtensions(JCRFileSystemPlugin.java:100) at com.day.cq.ide.init.SetupWorkspaceOperation.initWorkspace(SetupWorkspaceOperation.java:16 6) at com.day.cq.ide.init.SetupWorkspaceOperation.execute(SetupWorkspaceOperation.java:119) at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:106) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800) at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:118) ... 13 more Root exception:
    Thanks.

  • Multiple Context Paths Per Web Application

    Hi,
    We have a Web Application which has a Context Path of "titanadmin". We have some
    HTML pages which refer to this within the URLs they contain. We need to move the
    functionality in this Web Application to another Web Application with a Context
    Path of "gp3admin". We cannot change the URLs in the generated HTML.
    So, is it possible for a Web Application to have multiple Context Paths, so that
    URLs starting with "/titanadmin/" and "/gp3admin/" both go to the same Web Application.
    Thanks,
    Dave

    There is no hard limit to the number of Web Applications (I managed a WSSv3 farm that had 60+, for example). The issue is memory-related and primarily stems from 32bit systems where it was much easier to get Out Of Memory errors on the IIS Application Pools
    when performing a large operation across a 32bit Application Pool (e.g. crawling). However, if you limit each IIS Application Pool to about 10 Web Applications (again, in 32bit land that no longer applies), everything generally works OK given the Web Applications
    do not have a very large amount of content.
    But, if HNSC is in use, a single Web Application should be sufficient, barring any Web Application-specific settings you might need to make.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Changing Admin Console Context path in WL10.3.5

    Hi
    My client wanted to change the Weblogic Admin Console Context path(from /console ) to something else. Are there any known risks of doing so?, like what happens to this change when you want to upgrade your weblogic in the future.?
    I am newbie to weblogic, appreciate your suggestion this regard. Given below is my environment
    WL 10.3.5 running in Linux 64Bit
    Thanks
    Balaji
    Edited by: user8865858 on Sep 26, 2011 6:55 AM

    The console context path is an attribute on the Domain MBean, and is persisted in config.xml. There should be no issues during upgrade, and the chosen console context path should be preserved.
    Edited by: Loren on Nov 22, 2011 9:51 AM

  • FAIL - Application at context path /TemperatureConversion could not be star

    FAIL - Application at context path /TemperatureConversion could not be started
    I get the above error when trying to deploy my web service (which is a very simple web service - very much on the lines of the HelloWorld web service).
    Please help me fix this issue! What am I missing?

    As I had posted elsewhere, post the stacktrace.
    There can be many reasons why your web app did not start.

  • Weblogic.application.ModuleException: Context path is already is use

    Hi,
    I am using ALSB 3.0 and I am trying to deploy a ALSB configuration jar. I am seeing the following exception during deployment.
    +weblogic.application.ModuleException: Context path '/alsb/internal/transports/ejb/UserAccounts_1_0_businessservices_C-6414' is already in use by the module: /alsb/internal/transports/ejb/UserAccounts_1_0_businessservices_C-6414 application: EJBALSB_1290003713346+
    If i restart the Weblogic server and redeploy it works. I will not have the convenience of restart on the production systems. I need to nail this issue on my test system and I am looking for help.
    My configuration details are
    SunOS camden 5.10 Generic_120011-14 sun4v sparc SUNW,SPARC-Enterprise-T2000
    WebLogic Server 10.0 MP1
    AquaLogic Service Bus 3.0.0.0
    java version "1.5.0_21"
    My set up is as below
    One Admin server and two Managed server which are in a cluster. All deployments are done using the Admin server.
    The ALSB configuration Jar uses the ALSB business service to lookup to a JNDI provider.
    I am a newbie and I am not sure if I have provided all the details for someone to help me out. Please let me know if you need more information.
    Thank you.
    Support.

    Looking at the information provided I assume that you are modifying some BS related to EJB and activating the session with new changes.
    Instead of restarting servers you can also see if this workaround is working.
    1) disable the BS and commit the session
    2) modify changes to BS and enable BS and commit session.
    Let me know if the above work-around is working.Ideally we should not see the behavior what you are observing. Track it through support to get a fix. While activating the changes, OSB deletes the old resource and creates a new resource. During this stage something is going wrong inside OSB (clash of JNDI names for old and new resources OSB deploys).
    I also vaguely remember that some issues with JNDI that got resolved in later releases.Please check with support to confirm if there is an existing patch already.
    My two cents
    Manoj
    Edited by: Manoj Neelapu on Nov 29, 2010 9:02 AM

  • How to default attribute context in trasction form based on trx type

    Hello,
    I've a requirement where i need to default one of the context value in attribute context field of transaction form based on cust_trx_type.
    Can some one please help me, how to do this??
    Thanks in advance,

    Extend the controller and get the handle of the current row of the VO. Set set the attribute context filed accordingly. Also get the handle fo the flexbean and set the context. According rendering would change.
    Regards
    Sumit

  • DocBase for servlet context path

    In Tomcat's server.xml file, I can setup a url mapping to a local directory on my server. For instance, in the above example, when a user calls "http://localhost:<port>/my_servlet/reports/... " the Tomcat engine will access the my_reports directory on my machine. Is there a weblogic configuration property or entry in one of weblogic 7.0's many xml config files I could use to duplicate this functionality?? Thanks much!!!!
              Tomcat 4.01 server.xml entry:
              <Server><Service><Engine><Host>
              <Context path="/my_servlet/reports" docBase="C:/my_webapp_home/my_reports" debug="0"
              </Context>
              </Host></Engine></Service></Server>
              

    Yes. Checkout:
              http://e-docs.bea.com/wls/docs70/webapp/weblogic_xml.html#1037236
              virtual-directory-mapping
              Use the virtual-directory-mapping element to specify document roots other
              than the default document root of the Web application for certain kinds of
              requests, such as image requests. All images for a set of Web applications
              can be stored in a single location, and need not be copied to the document
              root of each Web application that uses them. For an incoming request, if a
              virtual directory has been specified servlet container will search for the
              requested resource first in the virtual directory and then in the Web
              application's original document root. This defines the precedence if the
              same document exists in both places.
              Example: (weblogic.xml)
              <virtual-directory-mapping> <local-path>c:/usr/gifs</local-path>
              <url-pattern>/images/*</url-pattern>
              <url-pattern>*.jpg</url-pattern></virtual-directory-mapping><virtual-directo
              ry-mapping> <local-path>c:/usr/common_jsps.jar</local-path>
              <url-pattern>*.jsp</url-pattern></virtual-directory-mapping>
              hth,
              Vinod.
              "Keith Wilson" <[email protected]> wrote in message
              news:[email protected]...
              > In Tomcat's server.xml file, I can setup a url mapping to a local
              directory on my server. For instance, in the above example, when a user
              calls "http://localhost:<port>/my_servlet/reports/... " the Tomcat engine
              will access the my_reports directory on my machine. Is there a weblogic
              configuration property or entry in one of weblogic 7.0's many xml config
              files I could use to duplicate this functionality?? Thanks much!!!!
              >
              > Tomcat 4.01 server.xml entry:
              > <Server><Service><Engine><Host>
              > <Context path="/my_servlet/reports" docBase="C:/my_webapp_home/my_reports"
              debug="0"
              > </Context>
              > </Host></Engine></Service></Server>
              

Maybe you are looking for

  • How to pop up a system message for a specific user when She/He log on SAP

    Hi Friends, As we know SM02 setting will pop up a system message to all users in specific client in a specific period when the user log on SAP system; and we can do the same thing via using function module SM02_ADD_MESSAGE. But now we want to pop up

  • Need Help Removing XML Photo Gallery on Button Click

    Hi, I'm new to flash so this might seem like a dumb question, but I'm right in the middle of designing a photography site and need some help.  I have 4 buttons in my timeline that go to the corresponding frame labels when clicked, above each frame la

  • Use of Bind Variable in the Query of view object giving null pointer excep

    I am using this code in the backing bean of my page to set the value of the bind variable 'cmdID' in the view object. String AM = "model.UnixCommandsAppMod"; String CF = "UnixCommandsAppModLocal"; ApplicationModule am = Configuration.createRootApplic

  • JDBC Receiver : Handling NULL return from SELECT query

    Hi All, I have a Proxy <-> XI <-> JDBC synchronous scenario. I have designed my message mapping to perform a select query using JDBC receiver adapter. The request message mapping structure at the JDBC end is as follows. <?xml version="1.0" encoding="

  • 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 S