Gateway service error

When I installed the portal server 6.0 and I typed "/opt/SUNWps/bin/gateway start".
An error message display:
"starting gateway .../opt/SUNWps/bin/gateway: Cannot auto-start without /.jsspass file."
How can I start the gateway service sucussfully?
Thx

Did you install the gateway on the same host as the Netlet proxy? If so, you may have corrupted the /etc/opt/SUNWps/platform.conf.<instance> file if you used the same instance name for both. If this file only contains a couple of lines, it is corrupt. It should look pretty much like the platform.conf-orig file.
If this is the case, uninstall the gateway and Netlet proxy and re-install. Make sure you use a different name for the two component instances.

Similar Messages

  • Getting 'access is denied' error when access Flight Example sample gateway service

    Hi All, Greetings! I am new to SAPUI5. I am getting 'Access is denied' when trying to load data from the sample gateway service (Flight Example). Please help.
    Here's the entire code:
    view1.view.js
    sap.ui.jsview("ui5_proj09_flightdemo.view1", {
          getControllerName : function() {
             return "ui5_proj09_flightdemo.view1";
          createContent : function(oController) {
         var serviceURL = "https://sapes1.sapdevcenter.com/sap/opu/odata/IWFND/RMTSAMPLEFLIGHT/";
         var readRequestURL = "/FlightCollection(carrid='AA',connid='0017',fldate=datetime'2013-05-01T00:00:00')/?$format=xml";
           var loginoDataModel = new sap.ui.model.odata.ODataModel(serviceURL, true, "my_sapes1_userid", "my_sapes1_pwd");
           alert("Before Service Call");
           loginoDataModel.read(readRequestURL, null, null, false, 
                       function(oData, oResponse) {
                      alert("Success");
                             var result = oData.results;
                             alert(result.length);
                             if(result.length > 0){
                                 webmodel.setData({modelData: result});
                                 table.bindRows("/modelData");
                       function(oError){
                             alert("Error::"+oError.message); //getting 'access is denied' error message popup at this line
           alert("After Service Call");
              var oTable = new sap.ui.table.Table( {
      id : "oTableid", // sap.ui.core.ID
      width : "auto", // sap.ui.core.CSSSize
      rowHeight : undefined, // int
      columnHeaderHeight : undefined, // int
      columnHeaderVisible : true, // boolean
      visibleRowCount : 10, // int
      firstVisibleRow : 0, // int
      selectionMode : sap.ui.table.SelectionMode.Single // sap.ui.table.SelectionMode
      //Define the columns and the control templates to be used
      var oColumn = new sap.ui.table.Column({
      label: new sap.ui.commons.Label({text: "City From"}),
      template: new sap.ui.commons.TextField().bindValue("cityFrom"),
      sortProperty: "lastName",
      filterProperty: "lastName",
      width: "200px"
      oTable.addColumn(oColumn);
      var oColumn2 = new sap.ui.table.Column({
      label: new sap.ui.commons.Label({text: "City To"}),
      template: new sap.ui.commons.TextView().bindProperty("text", "cityTo"),
      sortProperty: "firstName",
      filterProperty: "firstName",
      width: "200px"
      oTable.addColumn(oColumn2);
    // oTable.bindRows("/modelData");
      oTable.placeAt("content");
    index.html
    <!DOCTYPE HTML>
    <html>
           <head>
                  <meta http-equiv="X-UA-Compatible" content="IE=edge">
         <script src="resources/sap-ui-core.js"
                          id="sap-ui-bootstrap"
                          data-sap-ui-libs="sap.ui.commons,sap.ui.table,sap.ui.core"
                          data-sap-ui-theme="sap_goldreflection" >
                  </script>
                  <!-- add sap.ui.table,sap.ui.ux3 and/or other libraries to 'data-sap-ui-libs' if required -->
         <script>
              sap.ui.localResources("ui5_proj09_flightdemo");
                         var view = sap.ui.view({id:"idview11", viewName:"ui5_proj09_flightdemo.view1", type:sap.ui.core.mvc.ViewType.JS});
                view.placeAt("content");
         </script>
           </head>
           <body class="sapUiBody" role="application">
                  <div id="content"></div>
           </body>
    </html>
    Regards,
    Sai

    Hi Sai,
    You can refer my blog How to create SAPUI5 application consuming Gateway service with the help of SAP NW Gateway Plug-in for Eclipse
    Please go though it and see if it helps you to resolve this issue.
    Regards,
    Chandra

  • Active Directory Management Gateway Service installation error

    Hey,
    When I attempt to install the 32 bit Server 2008 package from http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&id=2852 I get an error saying that it's not the correct version. Just in case I tried the 3 other versions, but as
    expected they give the same error. Any ideas?
    Thanks In Advance,

    Hi,
    Based on the description, we can try to contact Microsoft Customer Support Services to obtain the hotfix to see if it helps.
    A hotfix rollup package for Active Directory Web Service is available for the .NET Framework 3.5 SP1
    http://support.microsoft.com/kb/969166
    Besides, the following thread focused on the similar issue with ours and can be referred to for more information.
    Active Directory Management Gateway Service - install problem
    http://answers.microsoft.com/en-us/windows/forum/windows_other-windows_install/active-directory-management-gateway-service/d02c3ee7-ee4d-e011-8dfc-68b599b31bf5?tab=question&status=AllReplies
    Best regards,
    Frank Shen
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Http500 error while triggering Gateway Service Get

    Hi
    I believe this is a known issue on the forums.. I get an HTTP500 error while posting a GET to a RFC Gen Gateway Service
    ?xml version="1.0" encoding="utf-8"?><error xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"><code>/IWFND/CM_IFL/003</code><message xml:lang="en">GW Business Data Provider failed</message><innererror>GW Business Data Provider failed.</innererror></error><?xml version="1.0" encoding="utf-8"?><error xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"><code>/IWFND/CM_IFL/003</code><message xml:lang="en">GW Business Data Provider failed</message><innererror>GW Business Data Provider failed.</innererror></error>
    I have checked and found the Gateway Service is activated in ICF. Installation checks look ok including the BGRFC connections to/from backend.
    Is there something we have overlooked? Any help is appreciated.
    Regards
    Sriram Vasudevan

    Check the Gateway logs using transaction /IWFND/VIEW_LOG
    If there's not enough detail in the logs, check the log configuration - SPRO in the SAP Reference IMG under SAP NetWeaver  Gateway  > Administration > Logging Settings
    Paul

  • SAP.m JS/XML and Gateway service

    Hello
    I've been trying to consume a gateway service with the sap.m classes.
    it turned out quite difficult for me as im new in this whole web thing, and most of the examples for sap.m are in XML.
    i've tried to convert some of the examples in sap.common to sap.m but couldnt really figure it out.
    my XML project returns the error:FlightsSet' refers to an entity set and not to a single entity
    flightset is an entity in my gateway service.
    my oninit function looks like this:
    onInit: function() {
      var oModel = new sap.ui.model.odata.ODataModel("proxy/http/serveradress:8000/sap/opu/odata/sap/ZS_ELI_FLIGHT_PROJECT_SRV", false, 'user', 'pass', null);
        this.getView().setModel(oModel);
    the xml:
    <mvc:View
      controllerName="flightproject.TableView"
      xmlns:l="sap.ui.layout"
      xmlns:mvc="sap.ui.core.mvc"
      xmlns="sap.m">
      <Table id="idProductsTable"
        inset="false"
        items="{
          path: '/FlightsSet'
        }">
        <headerToolbar>
          <Toolbar>
            <Label text="Products"></Label>
          </Toolbar>
        </headerToolbar>
        <columns>
          <Column
            width="12em">
            <Label text="Flight company" />
          </Column>
          <Column
            minScreenWidth="Tablet"
            demandPopin="true">
            <Label text="Flight ID" />
          </Column>
        </columns>
        <items>
          <ColumnListItem>
            <cells>
              <ObjectIdentifier
                title="{Connid}"
                text="{Carrid}" />
              <Text
                text="{CITYFROM}" />
            </cells>
          </ColumnListItem>
        </items>
      </Table>
    </mvc:View>
    am i doing something wrong? thanks

    Hi Lavanya,
    If you are planning to use the TCP/IP destination on the SAP system in Register mode, then a siebel application has to register at the sap gateway using the <b>Program ID</b> given in the TCP/IP destination on the SAP system.
    In the TCP/IP destination the gateway options should contain the gateway host of the sap system and the gateway service. usually the gateway host is the message server itself and the gateway service is "sapgwXX", where XX is the <system_number>.
    Thanks,
    Renjith.

  • Getting Service Error

    Hi all,
    I am trying to get the samples ( PIM, Hello world etc) to work but I am getting Service Error as a response to all the example apps. I have upgraded my wireless install to 9.0.2.8 as per a previous suggestion but with no success. Panama_sys log gives me this as...
    x-oracle-device.secure: false
    x-oracle-user.name: vu_1060604969300_peesafqo2ctewh2s
    accept-language: en
    x-oracle-device.orientation: landscape
    accept: text/vnd.oracle.mobilexml, */*
    x-oracle-device.class: pdabrowser
    user-agent: PTG/2.0 (Oracle9iAS Wireless 2.0)
    x-oracle-user.deviceaddress: 141.145.81.21
    x-oracle-user.authkind: unauthenticated
    x-oracle-user.locale: en
    x-oracle-device.maxdocsize: 0
    x-oracle-orig-accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-powerpoint, application/vnd.ms-excel, application/msword, application/x-shockwave-flash, */*
    x-oracle-orig-user-agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)
    clientip: 141.145.81.21
    x-oracle-user.deviceid: vu_1060604969300_PEeSaFqo2CtewH2s
    x-oracle-service.parent.url: http://rvenkatr-za.za.oracle.com:7778/ptg/rm?PAsid=B8OoXwK35UdsaTrD&PAoid=269
    x-oracle-wireless.https.url: https://rvenkatr-za.za.oracle.com:4444/ptg/rm
    x-oracle-home.url: http://rvenkatr-za.za.oracle.com:7778/ptg/rm?PAsid=B8OoXwK35UdsaTrD&PAgoHome=1
    x-oracle-user.userkind: virtual
    surrogate-capability: orcl="ESI/1.0 ESI_Inline ORAESI/9.0.2"
    x-oracle-wireless.http.url: http://rvenkatr-za.za.oracle.com:7778/ptg/rm
    x-oracle-service.home.url: http://rvenkatr-za.za.oracle.com:7778/ptg/rm?PAsid=B8OoXwK35UdsaTrD&PAoid=275
    HTTP response status: 502
    HTTP response message: Bad Gateway
    Response HTTP headers:
    date: Thu, 14 Aug 2003 08:51:11 GMT
    content-type: text/html
    content-length: 333
    server: NetCache appliance (NetApp/5.3.1R3)
         at oracle.panama.rt.common.ConnectionImpl.execute(Unknown Source)
         at oracle.panama.servlet.ParmImpl.doGet(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:244)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:66)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:539)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:285)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:771)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:152)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:72)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:802)
         at java.lang.Thread.run(Thread.java:484)
    Nested exception is:
    oracle.panama.adapter.AdapterException:
    HTTP(S) Error: 502 : Bad Gateway
    Original URL: "http://rvenkatr-za.za.oracle.com:7778/examples/Hello.jsp"
    Effective URL: "http://rvenkatr-za.za.oracle.com:7778/examples/Hello.jsp"
    Query String: ""
    Request HTTP headers:
    x-oracle-device.secure: false
    x-oracle-user.name: vu_1060604969300_peesafqo2ctewh2s
    accept-language: en
    x-oracle-device.orientation: landscape
    accept: text/vnd.oracle.mobilexml, */*
    x-oracle-device.class: pdabrowser
    user-agent: PTG/2.0 (Oracle9iAS Wireless 2.0)
    x-oracle-user.deviceaddress: 141.145.81.21
    x-oracle-user.authkind: unauthenticated
    x-oracle-user.locale: en
    x-oracle-device.maxdocsize: 0
    x-oracle-orig-accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-powerpoint, application/vnd.ms-excel, application/msword, application/x-shockwave-flash, */*
    x-oracle-orig-user-agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)
    clientip: 141.145.81.21
    x-oracle-user.deviceid: vu_1060604969300_PEeSaFqo2CtewH2s
    x-oracle-service.parent.url: http://rvenkatr-za.za.oracle.com:7778/ptg/rm?PAsid=B8OoXwK35UdsaTrD&PAoid=269
    x-oracle-wireless.https.url: https://rvenkatr-za.za.oracle.com:4444/ptg/rm
    x-oracle-home.url: http://rvenkatr-za.za.oracle.com:7778/ptg/rm?PAsid=B8OoXwK35UdsaTrD&PAgoHome=1
    x-oracle-user.userkind: virtual
    surrogate-capability: orcl="ESI/1.0 ESI_Inline ORAESI/9.0.2"
    x-oracle-wireless.http.url: http://rvenkatr-za.za.oracle.com:7778/ptg/rm
    x-oracle-service.home.url: http://rvenkatr-za.za.oracle.com:7778/ptg/rm?PAsid=B8OoXwK35UdsaTrD&PAoid=275
    HTTP response status: 502
    HTTP response message: Bad Gateway
    Response HTTP headers:
    date: Thu, 14 Aug 2003 08:51:11 GMT
    content-type: text/html
    content-length: 333
    server: NetCache appliance (NetApp/5.3.1R3)
         at oracle.panama.adapter.http.HttpAdapter.fetchData(Unknown Source)
         at oracle.panama.adapter.http.HttpAdapter.fetchSimpleResult(Unknown Source)
         at oracle.panama.adapter.http.HttpAdapter.invoke(Unknown Source)
         at oracle.panama.core.MasterServiceImpl.invokeAdapter(Unknown Source)
         at oracle.panama.core.MasterServiceImpl.getPAElementInternal(Unknown Source)
         at oracle.panama.core.AliasImpl.getPAElementInternal(Unknown Source)
         at oracle.panama.core.ServiceImpl.invoke(Unknown Source)
         at oracle.panama.rt.common.Controller.invokeService(Unknown Source)
         at oracle.panama.rt.common.ConnectionImpl.doExecute(Unknown Source)
         at oracle.panama.rt.common.ConnectionImpl.execute(Unknown Source)
         at oracle.panama.servlet.ParmImpl.doGet(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:244)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:66)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:539)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:285)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:771)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:152)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:72)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:802)
         at java.lang.Thread.run(Thread.java:484)
    Please help

    Ravell,
    The HTTP requests in the Hello example for your environment is re-entrant, i.e. the wireless runtime makes another HTTP request to service the original request for the Hello example. This is resulting in an HTTP 502 - i.e. the upstream server/proxy encountered an error. From the headers it looks like you're using some caching proxy in between. Could you ensure that the site URL is set up correctly from the EM console? This is most likely a connectivity issue; to confirm, try and access the effective/original URL, i.e. http://rvenkatr-za.za.oracle.com:7778/examples/Hello.jsp from a browser.
    Remember, the request flow is: browser -> cache/proxy -> wireless server -> same cache/proxy as before -> wireless server. After this the request flow unwinds; check that there are no connectivity issues at each of these levels.
    Regards,
    Deepak

  • Gateway Host and Gateway Service

    Hi,
       How do I find the gateway host and gateway service when I am creating a RFC Destination. I am new R3 so please be as detailed as possible

    Hi, well i have a similar problem. I am trying to run the Template Installer after installing NetWeaver2004s.
    During the PIPostInstallProcess i am receiving following error while trying to import Execute SWF_XI_BPM_AUTO_CUSTOMIZE:
    Element 'SWF_XI_BPM_AUTO_CUSTOMIZE':Connect to SAP gateway failed
    Connect_PM  TYPE=A ASHOST=sapru02 SYSNR=00 GWHOST=sapru02 GWSERV=sapgw00 PCS=1
    LOCATION    CPIC (TCP/IP) on local host with Unicode
    ERROR       max no of 100 conversations exceeded
    TIME        Mon May 14 14:54:27 2007
    RELEASE     700
    COMPONENT   CPIC (TCP/IP) with Unicode
    VERSION     3
    RC          466
    MODULE      r3cpic_mt.c
    LINE        10713
    COUNTER     1
    Element 'SAPDEMO.DX1.Backend.Unclassified':!AbapConfigurationWriter.FM_CALL!SWF_XI_BPM_AUTO_CUSTOMIZE!AbapConfigurationWriter.FAILED!
    Well the Host and the Gateway is right, i checked in SMGW. So what might be my problem?!
    thx in advance, Jens

  • Unknown service: errors ?!

    Hello,
    i am still getting Unknown service errors using JDeveloper 3.2.2 and Oracle 8.1.7, InfoBus java client.
    Here is a simple checklist:
    1) sess_sh - connection OK
    2) Connection manager in JDeveloper - OK
    3) deployed Application Module as EJB Session Bean - OK
    3) test AM using Local mode - OK
    4) test AM using EJB mode - OK
    Now i created simple InfoBus client with SessionInfo and one RowsetInfo. It works in local mode, but it fails in EJB mode stating: Unknown service: session0.
    The same problem appears using Oracle 8i CORBA server, testing OK, deployment OK, but remote mode is unavailable.
    I had no such problems using JDeveloper 3.1 and Oracle 8.1.6.
    Can anyone try to create simple InfoBus client for example on scott/tiger schema, and report me success/failure ? I cant find a reason why it should not work .. :(
    thanks a lot
    Hernidez

    Hello Stephen,
    yesterday I've came across exactly the same problem. Here are the steps how I have then created a SAP Transaction iView that works:
    <b>Create R/3 System</b>
    System Administration -> System Configuration -> System Landscape
    Select your Systems folder
    right click -> New -> System
    Select SAP_R3_Dedicated
    Next
    Step 2: General Properties
    System Name: TOR
    System ID: TOR
    Save System as: System
    Next
    Step 3: Summary -> Finish
    Choose your next step:
    Open the object for editing
    Select Property Category “Connector”
    Application Host: gateway
    Gateway Host: gateway
    Gateway Service: 00
    SAP Client 000
    SAP System Name TOR
    SAP System Number 00
    Server Port 3200
    Select Property Category “User Management”
    Logon Method UIDPW
    User Mapping Type: user
    Edit: System Aliases
    Alias: TOR
    Click on Add
    Click on Save
    <b>Maintain User Mapping</b>
    Click on Personalize
    Select User Mapping
    Select the System TOR
    Insert valid Username and Password for that system
    <b>SAP Transaction iView</b>
    Content Administration -> Portal Content
    Select the folder in which you want to create the iView
    Right click: New -> iView
    Select SAP Transaction iView
    Next
    Step 2: General Properties
    iView Name: TOR
    iView ID: TOR
    Save as: iView
    Next
    Step 3:  Selection of Application Variant
    Select SAP GUI for Windows
    Next
    Step 4:  Application Parameter
    System: TOR
    Transaction Code: SE80
    Application Parameters
    Start Technique for SAPGUI for Windows
    X Automatic Detection
    Step 5: Summary
    X Open for editing when wizard completes
    Click on preview
    The important point which must be maintained in the Connector settings was the "Server Port".
    Regards
    Gregor

  • Create SAPUI5 application consuming Gateway service with the help of SAP NW Gateway Plug-in for Eclipse

    Hi,
    I followed the amazing SAPUI5 blog :
    How to create SAPUI5 application consuming Gateway service with the help of SAP NW Gateway Plug-in for Eclipse
    I was able to resolve all errors mentioned in this blog but then i get another error :
    Uncaught TypeError: Cannot read property 'dataServices' of undefined
    Any idea what is the problem.
    Thanks a lot!
    Amina

    Hi,
    I followed the amazing SAPUI5 blog :
    How to create SAPUI5 application consuming Gateway service with the help of SAP NW Gateway Plug-in for Eclipse
    I was able to resolve all errors mentioned in this blog but then i get another error :
    Uncaught TypeError: Cannot read property 'dataServices' of undefined
    Any idea what is the problem.
    Thanks a lot!
    Amina

  • Can we install more than one gateway service on the Gateway-pc?

    Hellos.
    There are several versions (instances?!) of IDM running happily on our IDMserver e.g. 7.1.04, 8.1.0.12, 8.1.1.0
    What I would like to do is to arrange 3 gateway services one for each IDM version and each version of the gateway bound to a different port.
    When I try to install the second "service" it bombed out with...
    C:\idmgateway71>gateway.exe -i -p 9271
    02/08/2011 15.01.09.402000 [1676] (../../../../src/wps/agent/logging/WSTrace.cpp
    ,150): trace active, level: 4, file: c:\idm\GWtrace.txt, maxSize: 99999 KB
    02/08/2011 15.01.09.402000 [1676] (../../../../src/wps/agent/logging/WSTrace.cpp
    ,108): In WSTrace::init()
    02/08/2011 15.01.09.402000 [1676] (../../../../src/wps/agent/logging/WSTrace.cpp
    ,109): Gateway version: 'Sun Java System Identity Manager 7.1'
    02/08/2011 15.01.09.402000 [1676] (../../../../src/wps/agent/logging/WSTrace.cpp
    ,110): OS version: 'Windows Server 2003 Family Service Pack 2 (Build 3790)'
    Usage: gateway -in -r -s -k -tn -d -pn -fname -ln -mn -v
    -i: Install this program as an NT service, with specified startup
    -r: Remove this program from the Service Manager
    -s: Start the service
    -k: Kill the service
    -t: Set startup for an existing service
    -d: Debug; run as a regular application
    -p: Specify a TCP/IP port number (9278 default)
    -f: Specify the path to the trace file
    -l: Specify the level of tracing (0 default - no information)
    -m: Specify the max trace file size in kilobytes
    -v: Display the version
    ^C
    C:\idmgateway71>
    C:\idmgateway71>
    What gives?!

    I see the methodology...
    I can indeed bind several gateways to different ports.
    BUT.
    I will need as many encryption keys as I have gateway daemons and It seems this Gateway was designed as a single shot.
    I get errors like: Cannot find encryption key from Registry: using default.. and when I try testing the connection I get bad userid/password.
    Thanks for the help I can continue digging at this..
    GF

  • Gateway Service

    Hi,
    My portal URL is <host_name>:50100/irj
    Even the directory struct is: C:\usr\sap\J2E\JC01...
    So I assume my system number is 01.
    I am trying to create an RFC Connection from Portal to my ABAP stack.
    It works well if I use sapgw00 as the gateway service.
    Systems file (C:\WINDOWS\system32\drivers\etc) has the following entries:
    sapgw00    3300/tcp
    sapgw01    3301/tcp    # SAP System Gateway Port
    Now if I use sapgw01 as the gateway service. It doesnt work. It gives error message error creating bundle..
    In the error log it says:
    ERROR       partner '<hostname>:sapgw01' not reached
    Thanks in advance,
    CD

    Here is a great post that discusses this in a bit more detail: [What is the gateway used for?|https://forums.sdn.sap.com/click.jspa?searchID=11281658&messageID=4990837]
    Specifically, the gateway service is the conduit for communications to other systems (one being the java stack, another would be Trex, and still another could be a mainframe system).
    Hope that helps.
    J. Haynes

  • SharePoint Foundation 2010: search error: "Your search cannot be completed because of a service error."

    Hi,
    I have SharePoint Foundation 2010 running on a single server with databases, with a second server in the farm serving as a 2nd app tier. Both server have the exact same versions of SharePoint loaded (according to the Central Admin site).
    Whenever I try to run a search from any site in my SharePoint Foundation 2010 installation (in this example I typed "this is my query"), it hangs for 20-30 seconds while the IE status bar says:
    Waiting for http://SERVER2010:80/tfs/SITE1/_layouts/searchresults.aspx?k=this%20is%20my%20query&u=http%3A%2F%2Ftfs2010db%2Ftfs%2FSITE1
    Then it finally returns a results screen with an error that says: "Your search cannot be completed because of a service error. Try your search again or contact your administrator for more information."
    Checking the SharePoint logs under C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\LOGS, the relevant entries say the following (items I deem important
    bolded):
     11/05/2011 18:22:25.88 w3wp.exe (0x35F0) 0x1908 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (HEAD:http://172.22.100.101:80/)) 11/05/2011 18:22:25.88 w3wp.exe (0x35F0) 0x1908 SharePoint Foundation Logging
    Correlation Data xmnv Medium Name=Request (HEAD:http://172.22.100.101:80/) a7ab70a3-61bd-4d62-b5a4-cf77a45dafb9
    11/05/2011 18:22:25.88 w3wp.exe (0x35F0) 0x1908 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (HEAD:http://172.22.100.101:80/)). Execution Time=3.33645756653429 a7ab70a3-61bd-4d62-b5a4-cf77a45dafb9
    11/05/2011 18:22:50.73 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (POST:http://SERVER2010:80/tfs/SITE1/_layouts/searchresults.aspx?k=this%20is%20my%20query&u=http%3A%2F%2FSERVER2010%2Ftfs%2FSITE1))
    11/05/2011 18:22:50.73 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (POST:http://SERVER2010:80/tfs/SITE1/_layouts/searchresults.aspx?k=this%20is%20my%20query&u=http%3A%2F%2FSERVER2010%2Ftfs%2FSITE1)
    fea6cc87-0404-497a-838e-5e154f422aa4
    11/05/2011 18:22:50.73 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (POST:http://SERVER2010:80/tfs/SITE1/_layouts/searchresults.aspx?k=this%20is%20my%20query&u=http%3A%2F%2FSERVER2010%2Ftfs%2FSITE1)).
    Execution Time=4.3055751499143 fea6cc87-0404-497a-838e-5e154f422aa4
    11/05/2011 18:22:50.73 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (POST:http://SERVER2010:80/tfs/SITE1/_layouts/searchresults.aspx?k=this%20is%20my%20query&u=http%3A%2F%2FSERVER2010%2Ftfs%2FSITE1))
    11/05/2011 18:22:50.73 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (POST:http://SERVER2010:80/tfs/SITE1/_layouts/searchresults.aspx?k=this%20is%20my%20query&u=http%3A%2F%2FSERVER2010%2Ftfs%2FSITE1)
    5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:22:50.75 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Logging Correlation Data xmnv Medium Site=/tfs/SITE1 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:22:50.77 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Search Query dn6r High FetchDataFromURL start at(outside if): 1 param: start 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:22:50.79 mssearch.exe (0x58A4) 0x2534 SharePoint Foundation Search QueryComponentSelection aee7 Medium
    Did You Mean Suggester not found. [smart2.hxx:382] d:\office\source\otools\inc\search\common\ytrip\tripoli\smart2.hxx 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:22:50.91 mssearch.exe (0x58A4) 0x2534 SharePoint Foundation Search Query Processor e0pg Medium 1dd958fb-b605-4b3b-a676-28a3cafb2eb6:
    Query completed 125 ms, detailed time: Query stage execution ms times: 0 125 0 0 125 0 0 0 Query stage cpu ms times: 0 31 0 0 31 0 0 0 Query stage hit counts: 1 1 1 7 1 0 1 1 Cursor count: 260 Mapped page count: 164 Total index count: 7 [srequest.cxx:5526]
    d:\office\source\search\native\ytrip\tripoli\cifrmwrk\srequest.cxx 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.08 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Search Exceptions 1hjo
    Medium Exception thrown: 0x80040e31 (d:\office\source\otools\inc\search\common\ytrip\tripoli\timeout.hxx:51 ip 0x000007FEECF099B7) 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.08 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Search
    Query Processor e2o1 High In CRootQuerySpec::Execute - caught exception: 0x80040e31, translated to: 0x80040e31 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.08 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Search Administration 0000
    High Log Query: More Information: Execution stopped because a resource limit was reached. No results were returned.
    5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.08 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Web Parts 89a1
    High Error while executing web part: Microsoft.SharePoint.Search.WebControls.Srhdc GenericException: Your search cannot be completed because of a service error. Try your search again or contact your administrator for more information.
    ---> System.ServiceProcess.TimeoutException: System error. at Microsoft.SharePoint.Search.Query.KeywordQueryInternal.Execute() at Microsoft.SharePoint.Search.Query.QueryInternal.Execute(QueryProperties properties) at Microsoft.SharePoint.Search.Query.Query.Execute()
    at Microsoft.SharePoint.Search.WebControls.SearchResultHiddenObject.GetResultData() --- End of inner exception stack trace --- at Microsoft.SharePoint.Search.WebControls.SearchResultHiddenObject.get_ResultsReturned() at Microsoft.SharePoint.Search.Internal.WebControls.CoreRes...
    5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.08* w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Web Parts 89a1 High ...ultsWebPart.ModifyXsltArgumentList(ArgumentClassWrapper argList) at Microsoft.SharePoint.WebPartPages.DataFormWebPart.PrepareAndPerformTransform(Boolean
    bDeferExecuteTransform) 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.08 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Web Parts 89a2
    High InnerException 1: System.ServiceProcess.TimeoutException: System error. at Microsoft.SharePoint.Search.Query.KeywordQueryInternal.Execute() at Microsoft.SharePoint.Search.Query.QueryInternal.Execute(QueryProperties properties) at Microsoft.SharePoint.Search.Query.Query.Execute()
    at Microsoft.SharePoint.Search.WebControls.SearchResultHiddenObject.GetResultData() 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.08 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Monitoring b4ly High Leaving Monitored Scope (DataBinding DataFormWebPart ()). Execution Time=15302.2074034549 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.09 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (POST:http://SERVER2010:80/tfs/SITE1/_layouts/searchresults.aspx?k=this%20is%20my%20query&u=http%3A%2F%2FSERVER2010%2Ftfs%2FSITE1)).
    Execution Time=15358.1002613461 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.59 w3wp.exe (0x35F0) 0x58E0 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:http://SERVER2010:80/tfs/SITE1/Shared%20Documents/SITE1_logo_sharepoint.png))
    11/05/2011 18:23:06.59 w3wp.exe (0x35F0) 0x58E0 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:http://SERVER2010:80/tfs/SITE1/Shared%20Documents/SITE1_logo_sharepoint.png) f0d03f8e-d78b-4004-9a5f-3ee9955afa60
    11/05/2011 18:23:06.59 w3wp.exe (0x35F0) 0x5C6C SharePoint Foundation General af71 Medium HTTP Request method: GET f0d03f8e-d78b-4004-9a5f-3ee9955afa60
    11/05/2011 18:23:06.59 w3wp.exe (0x35F0) 0x5C6C SharePoint Foundation General af75 Medium Overridden HTTP request method: GET f0d03f8e-d78b-4004-9a5f-3ee9955afa60
    11/05/2011 18:23:06.59 w3wp.exe (0x35F0) 0x5C6C SharePoint Foundation General af74 Medium HTTP request URL: /tfs/SITE1/Shared%20Documents/SITE1_logo_sharepoint.png f0d03f8e-d78b-4004-9a5f-3ee9955afa60
    11/05/2011 18:23:06.60 w3wp.exe (0x35F0) 0x58E0 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:http://SERVER2010:80/tfs/SITE1/Shared%20Documents/SITE1_logo_sharepoint.png)). Execution Time=9.75459171486879 f0d03f8e-d78b-4004-9a5f-3ee9955afa60
    Not sure what "resource limit is reached" actually means. This SharePoint installation is running under regular SQL 2008 R2, and the
    WSS_Content database is fairly small (10gig). I've reviewed the Search Service, the process account running it, the
    WSS_SEARCH index database, and verified that the Content database is using the proper index database. Everything looks like it should be crawling/indexing/working fine. But the WSS_SEARCH
    database isn't very large, so I'm not sure if the crawling is actually filling it with anything.
    Not sure where to start seriously troubleshooting this. Any advice would be appreciated. Thanks.

    Hi,
    The query ran in tens of seconds. This indicates that at some point a bad plan compiled and stayed in the cache. 
    It may have gotten there because the statistics were out of date. 
    A possible way to keep this from happening is to rebuild statistics with full scan more frequently.
    Try free the proc cache and see the result.
    http://msdn.microsoft.com/en-us/library/ms174283(v=SQL.105).aspx
    Thanks,
    Rock Wang
    Regards, Rock Wang Microsoft Online Community Support

  • IPod Service Error with iPod installer 2006-06-28

    I previously had a Mini but lost it (stolen). I bought a Nano to replace it but could never get it to work. I returned this and purchased a new 30g iPod. Same issues. I get the error message "iPod Service Error" when I open the 2006-06-28 iPod Software Updater. I even get this message whether I have my iPod connected or not. In iTunes, I get the message "The software required for communicating with the iPod is not installed correctly. Please reinstall iTunes to install the iPod's software."
    Well, I've reinstalled iTunes countless times and reinstalled the updater a equal number of times with no luck. I tried all the steps (including links) in:
    http://docs.info.apple.com/article.html?artnum=93716
    I also used msconfig with no luck. I disabled my Norton internet security and antivirus software with no success. I disabled the Fast User Switching and followed someone's advice regarding FAT32, but again no luck.
    I tried to read through all the latest discussions and articles I could find, but am now getting confused. Is there anyone out there who has been able to tackle this problem? My alternative is returning my iPod and giving up on iTunes. Help me please!! Thanks.
    Dell 8100   Windows XP  
    Dell 8100   Windows XP  

    Thanks for your response and sorry for the delay. I've been traveling. Yes, I did try making another XP user account and got the same results. I have not tried the installer cleanup. What do I do with this utility? I read the instructions from MS, but not sure if I should just highlight the iTunes, iPod, and QuickTime stuff on my PC. Any help would be appreciated.
    Thanks,

  • Reporting Services Error after Interactive sorting and drill down in pps

    Hi 
    i have a report  that has a drill down option that shows all workgroups within a specific  parent group and an interactive sorting ass well on both columns  parent group &  workgroup 
    This is displayed  in pps combined with a SharePoint
    ---the problem is that after sorting the parent group column by name   i then press the drill through icon  (+) next to it hopping to see all workgroups related to each parent group
      - but instead 
    i receive this Reporting Services Error  :
    The value for parameter 'SortItem' is not specified. It is either missing from the function call, or it is set to null. (rsMissingParameter) Get
    Online Help       
    If I don't press the sorting and just drill through it works fine. the sorting itself also works fine. 
    any suggestions ?
     

    Hi Hyaron,
    I am unable to reproduce the issue in my test environment. How did you add the drilldown feature? Were you doing that by setting visibility of the column or of the group? Please ensure to add the drilldown functionality by set the visibility of the workgroup
    from the Grouping Pane in the Report Designer.
    How did you add the Interactive Sorting on the headers of the two columns? Based on the drilldown functionality, the Interactive Sorting on the second column doesn’t work. So, you can move the Interactive Sorting on the second column. When configuring the
    Interactive sorting on the first column, you should set the parent group to sort, and sort by the field that the parent group groups by.
    Hope this helps.
    Regards,
    Mike Yin
    TechNet Community Support

  • Error when starting Netscape Calendar Server: Module: , Label: 355, Service error: #0x13209

    When starting Netscape Calendar Server, the following error message appears:
    <BR><P>
    Module: , Label: 355, Service error: #0x13209
    <P>
    The three ACIs listed below need to be present in the Directory Server in order
    for Calendar server to work properly. Check the properties on the Base DN to
    verify that the following ACIs exist. If they are not present, you will need
    to add them, and the Base DN will need to be modified for your enviroment.
    <P>
    <OL>
    <LI>ACI for allowing users to modify their own entries.<BR>
    <P>
    (targetattr = "*")(version 3.0; acl "Allow self entry modification";
    allow (write)userdn = "ldap:///self";)<BR>
    <P>
    <LI>ACI for allowing anyone permissions to Read, Search, and Compare.<BR>
    <P>
    (target="ldap:///o=basedn.com") (targetattr != "userPassword") (version
    3.0; acl "Anonymous access";
    allow (read, search, compare) userdn = "ldap:///anyone";)<BR>
    <P>
    <LI>ACI for allowing Calendar Server admins Write access to the Base DN
    (this is necessary in order for admins to add users and resources to the node).
    <BR><P>
    (target="ldap:///o=basedn.com") (targetattr = "*") (version 3.0; acl
    "Calendar Administrators Group";<BR>
    allow(all) groupdn = "ldap:///cn=Calendar Server Admins,ou=Netscape
    Servers,o=basedn.com";)<BR>
    </OL>

    Hi Trinidad,
    Thanks for your help!!!
    1.
    I didn't install EventSender and DIProxy yet, I tried first to upload and deploy the zip files, but I couldn't open the Itegration Application Explorer.
    2.
    The jvm.dll file is in in the folder pointed by the logs: C:\Program Files (x86)\SAP\SAP Business One Integration\jdk1.5.0_xx_sap\jre\bin\server
    and it is also in C:\Program Files (x86)\SAP\SAP Business One Integration\jdk1.5.0_xx_sap_64\jre\bin\server
    I tried running the file  java5w.exe, but I got an error message:
    Access is denied
    Unable to open the service tomcat5
    Thne I managed to open it by "rua as administrator".
    the Java Virtual Machine path is points to the java 1.5 version folder.
    Is it possible that the reason that the service can't start is related to administrator rigts??
    In the properties in the Integration Service (services.msc):
    It is set to be run with the local system account.
    all other properties looks fine.
    in the properties of the tomcat5.exe (and tomcat5w.exe  , I tried both)
    In the Compatibility tab I tried setting the flag "Run this program in compatibility mode for" to Vista, windows 7, and server 2008
    I didn't have the option of Windows XP.
    I have also set the Privilege level of: "Run this program as administrator" to true.
    But still the service won't start.
    What can be the problem?
    What else can I check?
    Thanks a lot,
    Chana

Maybe you are looking for

  • How can i create a photo album on my ipod touch fourth generation?

    hi, I would like to have a photo album on my Ipod touch 4th gen one for pictures I'v taken and another for pictures I'v downloaded from the internet. Does anyone know how to do this, my friend has done it with theirs so I know it is possible, she sai

  • HeLp itunes has encounted a problem and needs to close?? please please HeLp

    i downloaded itunes and had it up going and working fine then it asked me to download the new versoin and i kept saying no becuase i was afraid it would mess up my itunes well lets just say i was right now when i try to open itunes i get this message

  • Low resolution in psd paintbrush image when moved to CS3

    We are putting together a yearbook and have made paint brush images with wet media brushes in psd and moved to indesign. When moved the appear very pixeled?  Not sure why? Any help?

  • Create table runs in Toad but not in Linux

    Hello, I've just started writing in SQL 3 days ago so I would like to apologize in advance for the shabby code and the stupid question. I'm hoping that somebody can help me with my problem. Anyway, this has been bugging me for 2 days now and I can't

  • Recipes in Digital Photo Pro V4

    I've fooled around a little with the new DPP V4, and its behavior wrt recipes seems more than a little strange. I found that if I edited a RAW image with both V3 and V4, both recipes would be retained (with separate functionality; they don't interact