Web dispatcher - not working

Hello guys,
we have a problem concerning our web dispatcher.
Calling
[Link to site|http://pc7.phoron.com/]
we receive "The page cannot be displayed".
The SAP Management console tells us, that the responsible web dispatcher is not working. Trying to start it with sapwebdisp pf=... everything works fine (no error message or something like that). Looking back at the console the webdisp still appears green and neither the web page nor the web administration interface is reachable.
I don't really know why?!

dev_webdisp:
Wed Jun 11 07:11:29 2008
*** ERROR => Connection request from (-1/65535/0) to host: , service:  failed (NIESERV_UNKNOWN)
*** ERROR => IcmConnClientRqCreate() failed (rc=-8)
*** ERROR => Could not connect to SAP Message Server at . URL=/msgserver/text/logon?version=1.2
*** ERROR => rc=-1, HTTP response code: 0
*** ERROR => see also OSS note 552286
the mapping is not correct - there´s neither a target host nor a target service configured...
check the given note.
Markus

Similar Messages

  • Content Search Web Part not work for Office Web Apps

    Hi ,
    In Content Search Web Part word documents are not able to open in browser,but in document library  its working.
    Office Web Apps not work in Content search web part
    Please help me
    Regards
    Sachin

    Below is the display template to open the document in OWA.
    <html xmlns:mso="urn:schemas-microsoft-com:office:office" xmlns:msdt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882"> 
    <head>
    <title>AdSpace Picture on top, 3 lines on bottom</title>
    <!--[if gte mso 9]><xml>
    <mso:CustomDocumentProperties>
    <mso:TemplateHidden msdt:dt="string">0</mso:TemplateHidden>
    <mso:ManagedPropertyMapping msdt:dt="string">&#39;Picture URL&#39;{Picture URL}:&#39;PublishingImage;PictureURL;PictureThumbnailURL&#39;,&#39;Link URL&#39;{Link URL}:&#39;Path&#39;,&#39;Line 1&#39;{Line
    1}:&#39;Title&#39;,&#39;Line 2&#39;{Line 2}:&#39;Description&#39;,&#39;Line 3&#39;{Line 3}:&#39;&#39;,&#39;FileExtension&#39;,&#39;SecondaryFileExtension&#39;,&#39;ContentTypeId&#39;,&#39;ServerRedirectedURL&#39;</mso:ManagedPropertyMapping>
    <mso:MasterPageDescription msdt:dt="string">This Item Display Template will show a 304x100 picture of the item on top. The title and the default item description will display to the bottom of the picture with an additional line that is available
    for a custom managed property.</mso:MasterPageDescription>
    <mso:ContentTypeId msdt:dt="string">0x0101002039C03B61C64EC4A04F5361F385106603</mso:ContentTypeId>
    <mso:TargetControlType msdt:dt="string">;#Content Web Parts;#</mso:TargetControlType>
    <mso:HtmlDesignAssociated msdt:dt="string">1</mso:HtmlDesignAssociated>
    <mso:_dlc_DocId msdt:dt="string">ZRMVMDDDEAE7-1-215</mso:_dlc_DocId>
    <mso:_dlc_DocIdItemGuid msdt:dt="string">583b0835-32ff-4d1c-983f-b6ff4a0ef956</mso:_dlc_DocIdItemGuid>
    <mso:_dlc_DocIdUrl msdt:dt="string">http://sp2013-dev-6:7000/sites/adspace/_layouts/15/DocIdRedir.aspx?ID=ZRMVMDDDEAE7-1-215, ZRMVMDDDEAE7-1-215</mso:_dlc_DocIdUrl>
    <mso:HtmlDesignConversionSucceeded msdt:dt="string">True</mso:HtmlDesignConversionSucceeded>
    <mso:HtmlDesignStatusAndPreview msdt:dt="string">http://sp2013-dev-6:7000/sites/adspace/_catalogs/masterpage/Display Templates/Content Web Parts/Item_PictureOnTop.html, Conversion successful.</mso:HtmlDesignStatusAndPreview>
    </mso:CustomDocumentProperties>
    </xml><![endif]-->
    </head>
    <body>
        <!--
                Warning: Do not try to add HTML to this section. Only the contents of the first <div>
                inside the <body> tag will be used while executing Display Template code. Any HTML that
                you add to this section will NOT become part of your Display Template.
        -->
        <script>
            $includeLanguageScript(this.url, "~sitecollection/_catalogs/masterpage/Display Templates/Language Files/{Locale}/CustomStrings.js");
        </script>
        <!--
            Use the div below to author your Display Template. Here are some things to keep in mind:
            * Surround any JavaScript logic as shown below using a "pound underscore" (#_ ... _#) token
            inside a comment.
            * Use the values assigned to your variables using an "underscore pound equals"
            (_#= ... =#_) token.
        -->
        <div id="Item_PictureOnTop">
    <!--#_
    var useWACUrl = !$isEmptyString(ctx.CurrentItem.ServerRedirectedURL);
            if(ctx.ScriptApplicationManager && ctx.ScriptApplicationManager.states){
                useWACUrl = (useWACUrl && !ctx.ScriptApplicationManager.states.openDocumentsInClient);
            var appAttribs = "";
            if(!useWACUrl)
                if (!$isEmptyString(ctx.CurrentItem.csr_OpenApp)) { appAttribs += "openApp=\"" + $htmlEncode(ctx.CurrentItem.csr_OpenApp) + "\"" }; 
                if (!$isEmptyString(ctx.CurrentItem.csr_OpenControl)) { appAttribs += " openControl=\"" + $htmlEncode(ctx.CurrentItem.csr_OpenControl) + "\"" };
            var url = ctx.CurrentItem.csr_Path;
         if($isEmptyString(url)){
                if(useWACUrl)
                    url = ctx.CurrentItem.ServerRedirectedURL;
                } else {
                    url = ctx.CurrentItem.Path;
    var encodedId = $htmlEncode(ctx.ClientControl.get_nextUniqueId() + "_pictureOnTop_");
    var linkURL = $getItemValue(ctx, "Link URL");
    linkURL.overrideValueRenderer($urlHtmlEncode);
     var iconURL = Srch.ContentBySearch.getIconSourceFromItem(ctx.CurrentItem);
    var line1 = $getItemValue(ctx, "Line 1");
    var setLineHeightRenderer = function(valueInfoObj)
        if(!$isNull(valueInfoObj) && !valueInfoObj.isEmpty)
            if(!$isNull(valueInfoObj.defaultValueRenderer))
                return valueInfoObj.defaultValueRenderer(valueInfoObj);
            else
                return valueInfoObj.toString();
        else
            return "&nbsp;";
    var line2 = $getItemValue(ctx, "Line 2");
    line2.overrideValueRenderer(setLineHeightRenderer);
    var line3 = $getItemValue(ctx, "Line 3");
    line3.overrideValueRenderer(setLineHeightRenderer);
    var pictureURL = $getItemValue(ctx, "Picture URL");
    var pictureId = encodedId + "picture";
    var pictureMarkup = Srch.ContentBySearch.getPictureMarkup(pictureURL, 304, 100, ctx.CurrentItem, "cbs-pictureOnTopImg", line1, pictureId);
    var containerId = encodedId + "container";
    var pictureLinkId = encodedId + "pictureLink";
    var pictureContainerId = encodedId + "pictureContainer";
    var dataContainerId = encodedId + "dataContainer";
    var line1LinkId = encodedId + "line1Link";
    var line1Id = encodedId + "line1";
    var line2Id = encodedId + "line2";
    var line3Id = encodedId + "line3";
     _#-->
            <div class="top-content-box" id="_#= containerId =#_" data-displaytemplate="ItemPictureOnTop">
                <div class="top-content-img" id="_#= pictureContainerId =#_">
                    <a class="cbs-pictureImgLink" href="_#= $urlHtmlEncode(url) =#_" title="_#= $htmlEncode(line1) =#_" target="_blank" id="_#= pictureLinkId =#_">
                        _#= pictureMarkup =#_
                    </a>
                </div>
                    <h3 id="_#= line1Id =#_"><a class="cbs-pictureOnTopLine1Link" target="_blank" href="_#= $urlHtmlEncode(url) =#_" title="_#= $htmlEncode(line1) =#_"
    id="_#= line1LinkId =#_"> _#= line1 =#_ </a></h3>      
                    <span class="content-date" title="_#= $htmlEncode(line2) =#_" id="_#= line2Id =#_"><img class="cbs-Thumbnail" src="_#= $urlHtmlEncode(iconURL) =#_"
    alt="_#= $htmlEncode(line1.defaultValueRenderer(line1)) =#_" id="_#= pictureId =#_" />_#=line2=#_</span>                
            </div>
        </div>
    </body>
    </html>
    Basically,ctx.CurrentItem.ServerRedirectedURL is calculated by a managed property ServerRedirectedURL which needs to be included in the display template.
    Problem solved.
    Nehal Bhandari,ATL, Nagarro Softwares

  • Web Dispatcher not doing the load balancing on the portal

    Hi Experts
    I am having a production issue where the SAP web dispatcher is not doing the load balancing on the portal.
    We have ESS/MSS portal with 1 Message server and 2 Application servers. The Web dispatcher is installed on the message server itself. Here is my Web disp profile file
    Profile generated by sapwebdisp bootstrap
    unique instance number
    SAPSYSTEM = 16
    add default directory settings
    DIR_EXECUTABLE = .
    DIR_EXECUTABLE = F:\usr\sap\<SID>\sapwebdisp
    DIR_INSTANCE = .
    Accessibility of Message Servers
    rdisp/mshost = <hostname>.com
    ms/http_port = 8111
    #Log and Trace
    rdisp/TRACE = 2
    SAP Web Dispatcher Parameter
    wdisp/auto_refresh = 120
    wdisp/max_servers = 100
    wdisp/shm_attach_mode = 6
    configuration as per SAP note 538405
    icm/max_conn      = 7000
    icm/max_sockets   = 14000
    icm/req_queue_len = 6000
    icm/min_threads   = 100
    icm/max_threads   = 300
    mpi/total_size_MB = 500
    mpi/max_pipes       = 14000
    wdisp/HTTPS/max_pooled_con = 7000
    SAP Web Dispatcher Ports
    icm/server_port_0 = PROT=HTTP,PORT=8888
    SSL
    icm/server_port_1 = PROT=ROUTER,PORT=443, TIMEOUT=60
    SAP Web Dispatcher Web Administration
    icm/HTTP/admin_0 = PREFIX=/sap/wdisp/admin,DOCROOT=./admin,AUTHFILE=icmauth.txt
    wdisp/enable_j2ee_groups = TRUE
    wdisp/HTTPS/sticky_mask = 255.255.255.255
    In my Web dispatcher Admin page, I see all the three application servers, however the requests are going to only 1 App server. We are using ENd to End SSL configuration for the web dispatcher.
    We also have a reverse proxy in the landscape and reverse proxy is forwarding all the requests to the Web dispatcher. In Web disp Admin page>Dispatching Module>SSL End to END dispatching, I see only ONE table entry in the dispatching table and it is our Reverse Proxy.
    As all the requests are coming from only one source (Reverse proxy), it seems to me that the sap web dispatcher  is forwarding those to the same Application server every time.
    Can anyone please advise ?
    I also tried to configure logon group in NWA, the web dispatcher is detecting the logon group and all the app servers in the logon group. It still not doing the load balancing.
    I would greatly appreciate any help.
    Thanks
    Viny

    Vincent, can you please elaborate more ?  Is the web dispatcher not able to recognize stateful and stateless application requests ?
    I saw that the procedure for configuring SSL Termination on Web dispatcher is long and complicated and looks like SAP web dispatcher needs to have SSL certificate of its own. As we have no ABAP servers and only Java servers, I can not even create the PSEs using STRUST (as described in SAP help -http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/99c388d7c46bb9e10000000a42189d/frameset.htm
    We already have SSL certificates for Java App servers.
    I suppose there should be a way for web dispatcher to identify the incoming requests and forward to appropriate application servers.
    Any help is much appreciated.
    Thanks
    Viny

  • Web links not working in iPhone calendar notes. Used to work. Ideas?

    Web links not working in iPhone calendar notes. Used to work. Ideas?

    Basic troubleshooting from the User's Guide is reset, restart, restore (first from backup then as new).  Has any of this been tried?

  • Some web sites not working in FF but they are OK in Safari.

    A couple of times lately I have had web sites not work correctly with Firefox. I need to switch to Safari to complete the tasks I needed to do. My FF is running on Mountain Lion and is up to date.
    Thanks,
    MJT

    Hello michaeljt, the sites you have problem, is it with a lot of flash content ?
    Many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies do the following:
    #Go to Firefox > History > Clear recent history or (if no Firefox button is shown) go to Tools > Clear recent history.
    #Under "Time range to clear", select "Everything".
    #Now, click the arrow next to Details to toggle the Details list active.
    #From the details list, check ''Cache'' and ''Cookies'' and uncheck everything else.
    #Now click the ''Clear now'' button.
    Further information can be found in the [[Clear your cache, history and other personal information in Firefox]] article.
    Please reload the webpage while bypassing the cache using '''one''' of the following steps:
    *Hold down the ''Shift'' key and click the ''Reload'' button with the left mouse key.
    OR
    *Press ''Ctrl'' + ''F5'' or ''Ctrl'' + ''Shift'' + ''R'' (Windows and Linux)
    *Press ''Command'' + ''Shift'' + ''R'' (Mac)
    See if this helps solve the issues you had and please report back to us!
    thank you

  • "no serializer is registered..." error with a web service not working

    I'm using JDeveloper 10.1.3
    EJB 3.0
    I'm having issues with the web service not working after I create a client for it. The web service works fine up until I generate the proxy on the other side.
    ERROR An error occurred for port: {http://buslogic/}MyWebService1SoapHttpPort: no serializer is registered for (class buslogic.runtime.....
    I saved the file before I added the proxy and the wsdl looks the same between the working one and the non working one. I can not pin point the when the change to the web service is occuring. It seemed to work once all the way up until I had a ADF page trying to retrieve data, another time it failed when the proxy was created.
    I can get the version that I saved to work immediately after the version that does not fails.
    Any help would be greatly appreciated,
    Dan

    I'm using JDeveloper 10.1.3
    EJB 3.0
    I'm having issues with the web service not working after I create a client for it. The web service works fine up until I generate the proxy on the other side.
    ERROR An error occurred for port: {http://buslogic/}MyWebService1SoapHttpPort: no serializer is registered for (class buslogic.runtime.....
    I saved the file before I added the proxy and the wsdl looks the same between the working one and the non working one. I can not pin point the when the change to the web service is occuring. It seemed to work once all the way up until I had a ADF page trying to retrieve data, another time it failed when the proxy was created.
    I can get the version that I saved to work immediately after the version that does not fails.
    Any help would be greatly appreciated,
    Dan

  • Flash player download web site not working

    After uninstalling flash player, I can't get the web site to reinstall it. I go to the web site click the agree and install now and gos to the next page but nothing pops up like it said it should.
    http://get.adobe.com/flashplayer/thankyou/activex/?installer=Flash_Player_10_for_Windows_I nternet_Explorer&i=McAfee_Security_Scan_Plus&d=Google_Toolbar_6.3

    Hi eidnolb,
    My OS is windows 7 Ultimate. There no Service packs listed Microsoft don't have one for it yet. My brower is Internet explorer 8 version: 8.0.7600.16385. My firewall is not causeing problems and the popup blocker didn't even activate.
    Date: Wed, 14 Apr 2010 10:01:33 -0600
    Subject: Flash Player flash player download web site not working
    Hi newcomer76, Please post back your operating system and if any applicable Service Packs, any and all browsers that you use with the versions.
    With that information, I'll be able to give you instructions and the links you need.
    Thanks,
    eidnolb
    >

  • The web controls not work(windows phone)

    Hi
    I have a web app.after I make an animation in this page(like a transition page in loading page), the web controls not work more.
    the site is shown but any thing not work like scrolling or tap in links

    Can you please explain more clearly what you are doing and what you need help with? What is your overall scenario, what exactly is your code doing, what behaviour do you expect and how is that different from what you actually see?

  • Web Dispatcher Not forwading XML document to SAP XI

    Hi Everyone,
    We have a web dispatcher that is accepting an HTTP Post over SSL and forwarding this connection to our SAP XI system. Our client post to the box and we see the ssl information in the log and then a string of information about connecting to our J2EE Engine where XI resides.
    Here is a snippet from the SWD log:
    [Thr 6768] IcmPlCheckRetVal: Next status: WAIT_FOR_DATA(5)
    [Thr 6768] IcmHandleNetWrite(id=0/6): HandleServData returned: 5
    [Thr 6768] Address    Offset  IcmWriteToConn:
    [Thr 6768] -
    [Thr 6768] 030718FC  000000  c1003297 8535ef16 f9aae7c8 34f128ef |..2..5......4.(.|
    [Thr 6768] 0307190C  000016  778dba96 22a728b5 96357d83 75e173a8 |w...".(..5}.u.s.|
    [Thr 6768] 0307191C  000032  668a1525 5d1fa229 42312e5a e837a4c3 |f..%]..)B1.Z.7..|
    [Thr 6768] 0307192C  000048  25cd16a2 7bee0812 965c59d9 c3af4d79 |%...{....\Y...My|
    [Thr 6768] 0307193C  000064  2a17300d a7057b2e 9f5c452c e2b795ff |*.0...{..\E,....|
    [Thr 6768] 0307194C  000080  33f3a39f 57c3a039 1fb0c0dd 1c25416d |3...W..9.....%Am|
    [Thr 6768] 0307195C  000096  fafa2ac6 ddc3c4f3 b4507205 f5332181 |..*......Pr..3!.|
    [Thr 6768] 0307196C  000112  12bb6b77 2eba8afa 084e260f db56666f |..kw.....N&..Vfo|
    [Thr 6768] 0307197C  000128  6811e524 1c9d315c 0a324594 1050b990 |h..$..1\.2E..P..|
    [Thr 6768] 0307198C  000144  4fb501e7 4224449b 206368c5 969d3b7a |O...B$D. ch...;z|
    [Thr 6768] 0307199C  000160  b0e220c8 01fa8b78 e7ae629e 7020b726 |.. ....x..b.p .&|
    [Thr 6768] 030719AC  000176  bc0b4c60 82565941 9489134b cdf256e8 |..L`.VYA...K..V.|
    [Thr 6768] 030719BC  000192  5e80f602 7d080dce 20ea88b4 7e7b690c |^...}... ...~{i.|
    [Thr 6768] 030719CC  000208  4106caca 670aa222 4264014c 62dbfd21 |A...g.."Bd.Lb..!|
    [Thr 6768] 030719DC  000224  7ef8388a 8f0ff98a 4e36e1d0 d99eb46f |~.8.....N6.....o|
    [Thr 6768] 030719EC  000240  a4aa0d74 2f2a796d 8635fe94 7db1886f |...t/*ym.5..}..o|
    [Thr 6768] -
    [Thr 6768] IcmWriteToConn(id=0/6): prepared to write data to partner (len = 1372)
    [Thr 6768] NiIWrite: write 1372, 1 packs, RAW_IO, hdl 10, data complete
    [Thr 6768] IcmWriteToConn(id=0/6): wrote data to partner (len = 1372)
    [Thr 6768] MPI<d>0#10 DiscardOutbuf l0 0 0 111868 0 0 -> 030718A8 0
    [Thr 6768] NiIPeek: peek successful for hdl 11 / socket 131040 (r)
    [Thr 6768] IcmReadFromPartner(id=0/6): read with maximum timeout 500
    [Thr 6768] IcmReadFromPartner(id=0/6): request new MPI (0/0)
    [Thr 6768] MPI<d>0#11 GetOutbuf -1 111868 65536 (0) -> 030718C8 0
    [Thr 6768] IcmReadFromPartner(id=0/6): connection broken (len=0,0)
    [Thr 6768] ConnPoolCloseNiHdl:
    [Thr 6768]    Pool Entry: 0999C0D0:
    [Thr 6768]    NI: 11, SSL: 00000000, allocated: 1, inuse: 1, desc: 08242DF0
    [Thr 6768] NiICloseHandle: shutdown and close hdl 11 / socket 131040
    [Thr 6768] IcmReadFromPartner(id=0/6): connection broken (buf_used=0)
    [Thr 6768] PlugInStopConn: close connection
    [Thr 6768] PlugInStopConn: shutdown backend connection
    [Thr 6768] ConnPoolCloseNiHdl:
    [Thr 6768]    Pool Entry: 0999C0D0:
    [Thr 6768]    NI: -1, SSL: 00000000, allocated: 1, inuse: 1, desc: 08242DF0
    [Thr 6768] IcrDetachFromServer: closing port 50001/1/0
    [Thr 6768] IcmConnPoolFreeEntry: free conn pool entry 0999C0D0[0] in pool 08242D90 (nihdl=-1, ssl=00000000)
    [Thr 6768] HTR: decrement load factor: 4000 -> 0 (d=4000)
    [Thr 6768] ICR: IcrDetachFromServer -> 0
    [Thr 6768] MPI<c>1#23 Close( 1 ) del=0 -> 0
    [Thr 6768] MPI<c>1#25 Delete( 1 ) -> 0
    [Thr 6768] MPI<c>1#24 Close( 1 ) del=1 -> 0
    [Thr 6768] MPI<d>0#12 Close( 0 ) del=0 -> 0
    [Thr 6768] MpiIFreeAllBuffers(): free 1120360
    [Thr 6768] MPI<d>0#14 Delete( 0 ) -> 0
    [Thr 6768] MPI<d>0#13 Close( 0 ) del=1 -> 0
    [Thr 6768] NiICloseHandle: shutdown and close hdl 10 / socket 131032
    [Thr 6768] IcmConnClose: Connection 0/6 closed
    [Thr 6768] IcmConnFreeContext: context 0 released
    [Thr 6768] IcmServDecrRefCount: IB2.SERV1.mydomain.com:44380 - serv_ref_count: 1
    [Thr 6768] IcmWorkerThread: Thread 8: Waiting for event
    [Thr 876] Tue Apr 01 12:38:19 2008
    [Thr 876] NiIPeekListen: peek successful for hdl 4 / socket 131232 / socket -1
    [Thr 876] SetQoS not possible, no QoS Provider available
    [Thr 876] NiIInitSocket: set default settings for socket 131032
    [Thr 876] NiIAccept: connect from: host 10.22.4.197, port C8.7C/51324, fam 2 (low adr..high adr)
    [Thr 876] NiCreateHandle: state hdl 10 / socket 131032 NI_INITIAL
    [Thr 876] nilh-localCheck: using local address list
    [Thr 876] NiIAccept: took local port AD.5C/44380
    [Thr 876] NiSetStat: state hdl 10 NI_CONNECTED
    [Thr 876] NiIBlockMode: switch off block-mode for hdl 10 / socket 131032
    [Thr 876] IcmExternalLogin: Connection request from Client received
    [Thr 876] IcmConnCheckStoredClientConn: next client timeout check in 75 sec
    [Thr 876] IcmServIncrRefCount: IB2.SERV1.mydomain.com:44380 - serv_ref_count: 2
    [Thr 876] IcmQueueAppend: queuelen:     1
    [Thr 7876] IcmWorkerThread: worker 9 got the semaphore
    [Thr 876] IcmCreateRequest: Appended request 20
    [Thr 7876] REQUEST:
        Type: ACCEPT CONNECTION    Index = 19
    [Thr 876] IcmConnIntegrateServer: accepted connection from 10.22.4.197 on service 44380
    [Thr 7876] CONNECTION (id=0/7):
        used: 1, role: 1, stateful: 0
        NI_HDL: 10, protocol: 16
        host: 10.22.4.197:44380
        status: NOP
        connect time: 01.04.2008 12:38:19
        MPI request:        <0>      MPI response:        <0>  
        request_buf_size:   0        response_buf_size:   0    
        request_buf_used:   0        response_buf_used:   0    
        request_buf_offset: 0        response_buf_offset: 0    
    [Thr 7876] MPI:0 create pipe 02F60180 1
    [Thr 7876] MPI<e>0#1 Open( ANONYMOUS 0 1 ) -> 0
    [Thr 7876] MPI<e>0#2 Open( ANONYMOUS 0 0 ) -> 0
    [Thr 7876] MPI:1 create pipe 02F60298 1
    [Thr 7876] MPI<f>1#1 Open( ANONYMOUS 1 0 ) -> 1
    [Thr 7876] MPI<f>1#2 Open( ANONYMOUS 1 1 ) -> 1
    [Thr 7876] IcrHostStrToInt: hostname 10.22.4.197 = addr -989587958
    [Thr 7876] RoutePlugInStartConn: Accepted connection from client: 10.22.4.197, -989587958
    [Thr 7876] RoutePlugInStartConn: masked client ip: 10.22.0.0, 5642
    [Thr 7876] IcrClientTabGetEntry: entry->key.client_ip: 5642, inst_name: J2EE2045300
    [Thr 7876] RoutePlugInStartConn: tab entry for 10.22.4.197 found: instance->J2EE2045300
    [Thr 7876] found matching port: prot=1 vhost=-1 port=50001 f=8
    [Thr 7876] IcmIConnPoolAllocEntry: no unused entry for pool 08242D90 found (reuse conn: 0)
    [Thr 7876] IcmIConnPoolAllocEntry: try to create new entry for pool 08242D90
    [Thr 7876] IcmConnPoolAllocSlot: allocated entry 0999C0D0[0] of pool 08242D90
    [Thr 7876] nihsl-getHostAddr: found hostname 'My.SAP.XI.System' in cache
    [Thr 7876] nihsi-getHostAddr: hostname 'My.SAP.XI.System' = addr IP.of.My.SAP.XI.System
    [Thr 7876] nihsi-getServNo: servicename '50001' = port C3.51/50001
    [Thr 7876] NiCreateHandle: state hdl 11 / socket -1 NI_INITIAL
    [Thr 7876] NiIBlockMode: switch off block-mode for hdl 11 / socket -1
    [Thr 7876] NiLowLevCon: connect to: host IP.of.My.SAP.XI.System, port C3.51/50001, fam 2 (low adr..high adr)
    [Thr 7876] NiIInitSocket: set default settings for socket 131024
    [Thr 7876] NiISocket: hdl 11 got socket 131024
    [Thr 7876] NiPConnect: connect in progress
    [Thr 7876] SiPeekPendConn: connection of socket 131024 established
    [Thr 7876] NiLowLevCon: took local port 06.9B/1691
    [Thr 7876] nilh-localCheck: using local address list
    [Thr 7876] NiSetStat: state hdl 11 NI_CONNECTED
    [Thr 7876] IcmConnPoolConnect: Connection to host: My.SAP.XI.System, service: 50001 established (nihdl=11)
    [Thr 7876] IcmConnPoolNewEntry: created new entry 0999C0D0[0] for pool 08242D90 (nihdl=11, ssl=00000000)
    [Thr 7876] ICR: IcrAttachToServer('J2EE2045300' 1 4 1 port:50001/1/0) 0-> 0
    [Thr 7876] RoutePlugInStartConn: routing 10.22.4.197 to destination J2EE2045300
    [Thr 7876] IcmPlCheckRetVal: Next status: READ_REQUEST(1)
    [Thr 7876] IcmReadFromConn(id=0/7): request new MPI (0/0)
    [Thr 7876] MPI<e>0#3 GetOutbuf -1 111868 65536 (0) -> 030718C8 0
    [Thr 7876] IcmReadFromConn(id=0/7): connection broken (len=0,0)
    [Thr 7876] NiICloseHandle: shutdown and close hdl 10 / socket 131032
    [Thr 7876] IcmReadFromConn(id=0/7): connection broken
    [Thr 7876] PlugInStopConn: close connection
    [Thr 7876] PlugInStopConn: shutdown backend connection
    [Thr 7876] ConnPoolCloseNiHdl:
    [Thr 7876]    Pool Entry: 0999C0D0:
    [Thr 7876]    NI: 11, SSL: 00000000, allocated: 1, inuse: 1, desc: 08242DF0
    [Thr 7876] NiICloseHandle: shutdown and close hdl 11 / socket 131024
    [Thr 7876] IcrDetachFromServer: closing port 50001/1/0
    [Thr 7876] IcmConnPoolFreeEntry: free conn pool entry 0999C0D0[0] in pool 08242D90 (nihdl=-1, ssl=00000000)
    [Thr 7876] HTR: decrement load factor: 4000 -> 0 (d=4000)
    [Thr 7876] ICR: IcrDetachFromServer -> 0
    [Thr 7876] MPI<e>0#4 Close( 0 ) del=0 -> 0
    [Thr 7876] MpiIFreeAllBuffers(): free 1120360
    [Thr 7876] MPI<e>0#6 Delete( 0 ) -> 0
    [Thr 7876] MPI<e>0#5 Close( 0 ) del=1 -> 0
    [Thr 7876] MPI<f>1#3 Close( 1 ) del=0 -> 0
    [Thr 7876] MPI<f>1#5 Delete( 1 ) -> 0
    [Thr 7876] MPI<f>1#4 Close( 1 ) del=1 -> 0
    [Thr 7876] IcmConnClose: Connection 0/7 closed
    [Thr 7876] IcmConnFreeContext: context 0 released
    [Thr 7876] IcmServDecrRefCount: IB2.SERV1.mydomain.com:44380 - serv_ref_count: 1
    [Thr 7876] IcmWorkerThread: Thread 9: Waiting for event
    We checked the J2EE logs on the XI server but we do not see any activity. Is the document making to XI or is this failing in SWD?
    Thanks for the help.
    PS Here is my SWD config:
    Profile generated by sapwebdisp bootstrap
    unique instance number
    SAPSYSTEM = 5
    add default directory settings
    DIR_EXECUTABLE = .
    DIR_INSTANCE = .
    Accessibility of Message Servers
    rdisp/mshost = MY.XI.SERVER.IP
    ms/http_port = 8110
    SAP Web Dispatcher Parameter
    wdisp/auto_refresh = 120
    wdisp/max_servers = 100
    wdisp/shm_attach_mode = 6
    configuration for default scenario (medium size)
    icm/max_conn      = 500
    icm/max_sockets   = 1024
    icm/req_queue_len = 500
    icm/min_threads   = 10
    icm/max_threads   = 50
    icm/conn_timeout  = 60000
    mpi/total_size_MB = 80
    #maximum number of concurrent connections to one server
    wdisp/HTTP/max_pooled_con = 500
    wdisp/HTTPS/max_pooled_con = 500
    SAP Web Dispatcher Ports
    icm/server_port_0 = PROT=ROUTER,PORT=44380,TIMEOUT=3000
    icm/server_port_1 = PROT=HTTP,PORT=64000
    icm/HTTPS/verify_client=0
    SAP Web Dispatcher Web Administration
    icm/HTTP/admin_0 = PREFIX=/sap/wdisp/admin,DOCROOT=./admin,AUTHFILE=icmauth.txt
    Edited by: Joe Wright on Apr 1, 2008 7:51 PM

    Hi
    Did you  check the connectivity i.e web  dispatcher with any other system(LandScape).
    For example CRM for FICO.
    Thanks
    Sukrut S

  • SAP Web dispatcher not forwarding incoming HTTP portal sessions.

    Hello,
    We are using an EP6 Portal from which Abap Web dynpros are launched. The incoming http sessions were accessing our backend ECC6 SAP system through the sap server message . The http sessions were badly dispatched between the two abap servers. We have been advised by SAP to use the sap web dispatcher instead.
    The sap web dispatcher has been correctly installed and configured (on the central abap instance ).
    I have carefully read the SAP help section concerning the server selection using the sap web dispatcher :
    http://help.sap.com/saphelp_nw04s/helpdata/en/5f/7a343cd46acc68e10000000a114084/frameset.htm
    All our settings seem to be OK :
    The incoming HTTP requests are forwarded to abap servers only.
    *In transaction SICF, all the services under the tree
    sap/public/icf_info have been assigned to the same logon group .
    The capacity of the two servers included in the logon
    group " is the same :
    server40 LB=12
    server60 LB=12
    In the Web interface, capacity equal "1" for the two servers.
    wdisp/load_balancing_strategy=  weighted_round_robin
    In the SAP web interface, the prefered server is ALWAYS the same :
    Status of Server Group "LOADIS"
    Loadbalancing Information
    Number of Servers in this group 2
    Last used Server
    Preferred next Server server40_SPA_10
    But it seems that the sap web dispatcher is not used at ALL.
    The Load distribution is still based on the SMLG workload as it was the case, before, with the sap message server. The information displayed in the web interface (preferred server) is wrong.
    The Preferred next Server is ALWAYS server40_SPA_10 (shown in the web interface), but, in fact, the http sessions are distributed between the two servers server60_SPA_00 and server40_SPA_10 depending on the server quality diplayed in transaction smlg. It was exactly the same behaviour we had before, only with the sap server message .
    Any useful help would be highly appreciated.
    Best Regards.

    Hi,
    firstly, have you checked note 1094342? What variant do you want to use? Do you terminate a SSL connection on web dispatcher and create a new one between web dispatcher and application server? It looks like the web dispatcher can't verify SSL certificate used by application server. Maybe you've already tried this but you can try to turn off SSL between dispatcher and application server. If this setup works then problem is in SSL connection. You can check what host name is used in SSL certificate and what host name is used by dispatcher. You can use parameter wdisp/ssl_certhost which sets host name which will be used for certificate validation.
    Cheers

  • SharePoint 2010 web analytics not working

    Hello guys -I have setup a  sharepoint farm, 1 app, 2 wfe (windows server 2008 r2) and sql server 2008 r2 DB. All service applications are functioning except web analytics. I have deleted and recreated again but still have no effect. It is creating
    usage files.
    interestingly Central admin site collection web analytics are working but when i check in a web application site collection web analytics report i have the below message.Not sure what I am missing. Can any one help me how to trace the issue:
    There is no data available for this report. Here are some possible reasons: (1) Web Analytics has not been enabled long enough to generate data; (2) There is insufficient data to generate this report; (3) Data logging required for this report might
    not be enabled; (4) Data aggregation might not be enabled at the level required for this report
    Appreciate your help.
    wm.

    Yes, they are also Started.
    To make sure - I have checked off and re enabled usage data collection. Restarted the above services. And also re run the timer job "Web Analytics Trigger Workflows Timer Job
    ". nothing seems helping
    I have set diagnostic logiging to Web Analytics Service - verbose both event and trace and observed the below:
    02/04/2011 14:30:00.19 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 852e High Preparing to import '6' usage log files found with filter 'SHAREPOINTSER1-????????-?????.usage'. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:01.13 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 852n High Flushing usage entry cache to storage (count=1211). 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:01.13 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 85f9 High Calling ImportEntries method for usage definition 'Microsoft.SharePoint.Administration.SPTimerJobUsageDefinition' with
    '47' entries. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:02.36 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 852u High Called ImportEntries method for usage definition 'Microsoft.SharePoint.Administration.SPTimerJobUsageDefinition'. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:02.36 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 85f9 High Calling ImportEntries method for usage definition 'Microsoft.SharePoint.Administration.SPRequestUsageDefinition' with
    '1160' entries. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:02.91 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 884c High Calling 'UsageImported' method of Usage Receiver 'Microsoft.SharePoint.Administration.SPUsageReceiverDefinition' for
    Usage Definition 'Microsoft.SharePoint.Administration.SPRequestUsageDefinition'. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:02.91 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 884d High Instantiating usage receiver 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:02.91 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 884k High Instantiated usage receiver 'Microsoft.Office.Server.WebAnalytics.UsageLogging.SPRequestUsageReceiver'. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:02.91 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 884n High Executing receiver method 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:03.47 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 884o High Executed receiver method. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:03.47 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 884m High Called 'UsageImported' method of Usage Receiver 'Microsoft.SharePoint.Administration.SPUsageReceiverDefinition' for Usage
    Definition 'Microsoft.SharePoint.Administration.SPRequestUsageDefinition'. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:03.47 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 852u High Called ImportEntries method for usage definition 'Microsoft.SharePoint.Administration.SPRequestUsageDefinition'. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:03.47 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 85f9 High Calling ImportEntries method for usage definition 'Microsoft.SharePoint.Administration.SPFeatureUsageDefinition' with
    '4' entries. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:03.56 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 852u High Called ImportEntries method for usage definition 'Microsoft.SharePoint.Administration.SPFeatureUsageDefinition'. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:03.56 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 852v High Flushed usage entries cache to storage. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:05.02 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 852n High Flushing usage entry cache to storage (count=432). 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:05.02 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 85f9 High Calling ImportEntries method for usage definition 'Microsoft.SharePoint.Administration.SPRequestUsageDefinition' with
    '259' entries. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:05.25 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 884c High Calling 'UsageImported' method of Usage Receiver 'Microsoft.SharePoint.Administration.SPUsageReceiverDefinition' for
    Usage Definition 'Microsoft.SharePoint.Administration.SPRequestUsageDefinition'. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:05.25 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 884d High Instantiating usage receiver 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:05.25 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 884k High Instantiated usage receiver 'Microsoft.Office.Server.WebAnalytics.UsageLogging.SPRequestUsageReceiver'. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:05.25 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 884n High Executing receiver method 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:05.38 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 884o High Executed receiver method. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:05.38 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 884m High Called 'UsageImported' method of Usage Receiver 'Microsoft.SharePoint.Administration.SPUsageReceiverDefinition' for Usage
    Definition 'Microsoft.SharePoint.Administration.SPRequestUsageDefinition'. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:05.38 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 852u High Called ImportEntries method for usage definition 'Microsoft.SharePoint.Administration.SPRequestUsageDefinition'. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:05.38 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 85f9 High Calling ImportEntries method for usage definition 'Microsoft.SharePoint.Administration.SPTimerJobUsageDefinition' with
    '172' entries. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:05.47 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 852u High Called ImportEntries method for usage definition 'Microsoft.SharePoint.Administration.SPTimerJobUsageDefinition'. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:05.47 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 85f9 High Calling ImportEntries method for usage definition 'Microsoft.SharePoint.Administration.SPFeatureUsageDefinition' with
    '1' entries. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:05.53 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 852u High Called ImportEntries method for usage definition 'Microsoft.SharePoint.Administration.SPFeatureUsageDefinition'. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:05.53 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 852v High Flushed usage entries cache to storage. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:05.61 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 852m High Deleting usage log file 'D:\SHRPT_UsageDataLogs\SHAREPOINTSER1-20110204-1356.usage' after data import. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:05.61 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 852m High Deleting usage log file 'D:\SHRPT_UsageDataLogs\SHAREPOINTSER1-20110204-1401.usage' after data import. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:05.61 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 852m High Deleting usage log file 'D:\SHRPT_UsageDataLogs\SHAREPOINTSER1-20110204-1406.usage' after data import. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:05.61 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 852m High Deleting usage log file 'D:\SHRPT_UsageDataLogs\SHAREPOINTSER1-20110204-1411.usage' after data import. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:05.61 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 852m High Deleting usage log file 'D:\SHRPT_UsageDataLogs\SHAREPOINTSER1-20110204-1416.usage' after data import. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:05.63 OWSTIMER.EXE (0x1840) 0x13A8 SharePoint Foundation Usage Infrastructure 852m High Deleting usage log file 'D:\SHRPT_UsageDataLogs\SHAREPOINTSER1-20110204-1421.usage' after data import. 03e6edfd-f852-4fa5-ae5a-04ae9bacc51c
    02/04/2011 14:30:06.25 w3wp.exe (0x1154) 0x1098 SharePoint Foundation Unified Logging Service b8fx High ULS Init Completed (w3wp.exe, onetnative.dll) 
    sorry for duming more logs ..hoping if this insights anything?
    Thanks.

  • Office Web apps not working

    Hi 
    All of a sudden, the office web apps is not working. I get the below issue 
    Could not load new WOPI Proof Keys for server XXXXX against Discovery.
    Also, i could not see the Office web apps site collection feature. Please suggest.

    Please share screenshot of error with ULS log details
    All users face same issue?
    Check if any application pool on SharePoint server or web app server is stopped?
    Try to browse OWA service application. follow below for same:
    http://freeit-support.com/2014/09/troubleshoot-sharepoint-service-application-website-issue-from-iis/
    Check error in Office web app logs files and event viewer.
    If this helped you resolve your issue, please mark it Answered

  • Web.show_document not working on 10.1.2.0.2 AS

    Hey guys. I just recently installed the stand alone AS forms and reports server 10.1.2.0.2.. the reporting functionality is not working...
    basically the application uses the reports engine to create a PDF file which is then read by the web.show_document built in. It works on the developer AS, but doesnt work for the forms and reports AS...
    the link I am reading the file from looks like this..
    http://<IP ADDRESS>:7777/forms/reports_output/116_rec_jan.PDF
    where the "IP ADDRESS" is the IP of the sever, and "/reports_output" is a virtual directory. Do I have the wrong port or something? The file "116_rec_jan.PDF" does exist on the server so I can't see the problem...
    Could it be that I dont have adobe reader on my server? Does the AS use the server's adobe reader to read the file or the client side adobe reader? Anyone know whats going on? Thanks for your thoughts.
    Mo

    The /forms part doesn't look right to me. Both /forms and /reports_output are virtual directories. I doubt that they resolve stacked on top of each other. Try taking out the /forms part.

  • App Insights for web application not working when deployed to Dev server

    App Insights is not sending telemetry data for ASP.NET MVC web *requests* (page views from the JS instrumentation are fine) when the app is deployed to the Dev or Test IIS servers.  On local IIS express it works perfectly fine.    I have
    no idea how to troubleshoot this problem.
    Bert Jackson

    - the AI.config file is both in the root of the site, and the /bin folder (which was confusing the other day).  Both are correct.
    - it looks like a local browser can go to https://dc.services.visualstudio.com (it results in a 403 since its just a GET to the root).  During this test, I found that this server did NOT have the Root trust certificate (Baltimore cybertrust), which
    would cause problems when using IE locally to browse the app; the javascript AI logging was not working, because it couldnt fetch the ai.0.js file).  I got the proper root certificate installed on the server, but request logging still not working.  I
    dont believe the firewall is a problem.
    - I've verified that all binaries are indeed deployed in to the bin folder on the server
    - web.config does have the AI http module; I've verified via logging that the ApplicationInsightsWebTracking is loaded.  However, I have custom Context/Telemetry initializers, and their Initialize() methods are *NOT* being called when deployed on the
    server.  I've tried both ways of registering the initializers; via code in the Application_Start() event and also in the ApplicationInsights.config file.
    I don't know how to troubleshoot any further, to figure out if AppInsights is actually *trying* to send telemetry out and failing, or if its not actually even trying.
    Bert Jackson

  • Web service not working when called remotely

    Hi there!
    I built a simple web service to generate a sequence number to be cosumed by PDF forms.
    It works perfecly when I run PDFs on my machine, using localhost, etc.
    Whem deployed on the client's servers it does not work. The only difference is the client is running LiveCycle on Linux over their inhouse corporate network.
    When the web service is added to forms in LC Designer, the ws structure is built correctly and if called from a web browser the XML response is ok too.
    I've checked LiveCycle log file - there's nothing there, the ws is not even being called.
    Where should I look for error messages or other resources to aid me in identifying the problem?
    Thank you very much for any hints!
    Marcos

    Hi there!
    I built a simple web service to generate a sequence number to be cosumed by PDF forms.
    It works perfecly when I run PDFs on my machine, using localhost, etc.
    Whem deployed on the client's servers it does not work. The only difference is the client is running LiveCycle on Linux over their inhouse corporate network.
    When the web service is added to forms in LC Designer, the ws structure is built correctly and if called from a web browser the XML response is ok too.
    I've checked LiveCycle log file - there's nothing there, the ws is not even being called.
    Where should I look for error messages or other resources to aid me in identifying the problem?
    Thank you very much for any hints!
    Marcos

Maybe you are looking for

  • How can I to repair this Index corruption??

    Hi. I´m working with Oracle 9.2.0.7.0 on Windows 2003 SP2. I´ve a corruption issue on a PK index that I not am able to repair... I´ve detected it when I tried make a RMAN backup.This is the message: RMAN-03009: failure of backup command on ORA_DISK_1

  • Line item duplicating

    Hello Gurus, I have another problem. I am displaying a line item but the problem is that some data is duplicating means first and second line item is the same some are not check the table and i found out that there is 2 value for that particular mate

  • I am burning my mini dvs to one step idvd.Some dvds have no audio..don't know how to fix it

    I am burning my mini dvs to one step idvds.Some of the dvds have no audio while others have...how to fix this audio problem?

  • Move photos between rolls

    Hi, I don't know why this is so difficult but I just want to do the most basic thing. In photos view, I want to create a roll (new category of pictures). Then I want to move photos from one roll to another. I can drag them up or down but I will move

  • Adding Default Values to a Large Table in 11gR2

    All, For 11g, I understand that the way that we add columns with default values is different. I'm running 11.2.0.3 on AIX 5.3. For instance, if I do this: ALTER TABLE mark_heavily_used_table ADD random_field2 VARCHAR2(10) DEFAULT 'Seven' NOT NULL; In