Unable to read SEARCH response from backend server

Currently we have problem when searching huge amounts of users against new SunOne Directory Server v6.3
in production and acceptance.
[17:12:43] root@ecdiala03-2[!]# /opt/app/sun/ds6/bin/dsadm -V
[dsadm]
dsadm : 6.3 B2008.0311.0058 NAT
[slapd 64-bit]
Sun Microsystems, Inc.
Sun-Java(tm)-System-Directory/6.3 B2008.0311.0058 64-bit
ns-slapd : 6.3 B2008.0311.0058 NAT
Slapd Library : 6.3 B2008.0311.0058
Front-End Library : 6.3_MTR_5087249_1_20081209 B2008.1210.1821
==============================================================
It’s not working while searching huge amounts of users against DPS.However, It’s working while searching huge amounts of users against DS.
Below is the error from access log of DPS when the problem occurred.
==================================
31/Mar/2009:14:08:17 +0200] - CONNECT - INFO - conn=4565433 client=153.88.247.15:2719 server=ecdiala03-1:389 protocol=LDAP
[31/Mar/2009:14:08:17 +0200] - PROFILE - INFO - conn=4565433 assigned to connection handler cn=default connection handler, cn=connection handlers, cn=config
[31/Mar/2009:14:08:17 +0200] - OPERATION - INFO - conn=4565433 op=0 BIND dn="uid=itimadm1,ou=system accounts,o=ericsson" method="SIMPLE" version=3
[31/Mar/2009:14:08:17 +0200] - SERVER_OP - INFO - conn=4565433 op=0 BIND dn="uid=ITIMADM1,ou=system accounts,o=Ericsson" method="SIMPLE"" version=3 s_msgid=17 s_conn=ecditna03-2:72725
[31/Mar/2009:14:08:17 +0200] - SERVER_OP - INFO - conn=4565433 op=0 BIND RESPONSE err=0 msg="" s_conn=ecditna03-2:72725
[31/Mar/2009:14:08:17 +0200] - PROFILE - INFO - conn=4565433 assigned to connection handler cn=BindDone,cn=connection handlers,cn=config
[31/Mar/2009:14:08:17 +0200] - OPERATION - INFO - conn=4565433 op=0 BIND RESPONSE err=0 msg="" etime=0
[31/Mar/2009:14:08:17 +0200] - OPERATION - INFO - conn=4565433 op=1 msgid=2 SEARCH base="ou=External,o=Ericsson" scope=2 filter="(objectclass=inetorgperson)" attrs="*"
[31/Mar/2009:14:08:17 +0200] - SERVER_OP - INFO - conn=4565433 op=1 SEARCH base="ou=external,o=ericsson" scope=2 filter="(objectclass=inetorgperson)" attrs="*" s_msgid=18 s_conn=ecditna03-2:72725
[31/Mar/2009:14:12:25 +0200] - OPERATION - INFO - conn=4565433 op=1 SEARCH RESPONSE err=1 msg="Unable to read SEARCH response from backend server : Timeout when waiting to read from input stream" nentries=33959 etime=248309
[31/Mar/2009:14:17:25 +0200] - DISCONNECT - INFO - conn=4565433 reason="other" msg="Exception caught while polling client connection LDAP.153.88.247.15.2719 -- java.io.IOException: Connection reset by peer"
================================
>>
> > [15:12:29] root@ecdiala03-1[!]# ./dpadm -V
> >
> > [dpadm]
> >
> > dpadm :
> >
6.3_PD_COMBO_CUMULATIVE_VIRTUAL_15112008_ED2.0+6774589+6780423+6778308+6782659_2
> > B2008.1212.0459 NAT
> >
> >
> >
> > [DPS]
> >
> > Sun Microsystems, Inc.
> >
> >
Sun-Java(tm)-System-Directory-Proxy-Server/6.3_PD_COMBO_CUMULATIVE_VIRTUAL_15112008_ED2.0+6774589+6780423+6778308+6782659_2
> > B2008.1212.0436
> >
> > =================

We have changed the value of data-source-read-timeout in DPS from 20s to 30m.As per application test, the "time out" error has gone, but we get a new error as following.
==========================
[27/Apr/2009:05:28:36 +0200] - SERVER_OP - INFO - conn=209469 op=8 SEARCH base="ou=internal,o=ericsson" scope=2 filter="(objectclass=ericssonInternal)" attrs="EriCA-AttesterNL EriCA-EmploymentForm EriCA-KeyRecoveryNL-Auth EriCA-NL-Auth EriCA-NLOTP-Admin EriCA-NLOTP-User EriCA-accountExpires c cn departmentNumber description displayName eriCompanySynch eriCountry eriCountryCode eriEmployeeStatus eriExpired eriIsManager eriMasterDomain eriOpOrgUnitAbbreviation eriOpOrgUnitIdentifier eriOpOrgUnitName eriOperationalManager eriPartner eriPartnerTrigram eriPwSynchDate eriSignType eriSignum eriSignumStatus facsimileTelephoneNumber givenName isMemberOf l mail memberOf mobile objectClass ou sametimebrowseldap sametimehomeserver sametimeuser smChallResp smDisabled smXauthRADIUSServer sn telephoneNumber title uid uidNumber " s_msgid=27 s_conn=ecditna03-2:8645
[27/Apr/2009:06:06:23 +0200] - SERVER_OP - INFO - conn=209469 op=8 SEARCH RESPONSE err=0 msg="" nentries=236367 s_conn=ecditna03-2:8645
[27/Apr/2009:06:06:23 +0200] - OPERATION - INFO - conn=209469 op=8 SEARCH RESPONSE err=0 msg="" nentries=236367 etime=2266483
[27/Apr/2009:06:11:27 +0200] - DISCONNECT - INFO - conn=209469 reason="other" msg="Exception caught while polling client connection LDAP.153.88.247.15.4862 -- java.io.IOException: Connection reset by peer"
================
Each time while application client (153.88.247.15) connecting DPS to read, they will exit with “connection reset” error.
Could you please kindly give us some suggestion if this error is realted to the DPS?

Similar Messages

  • Unable to read http response from servlet (on nokia 6630 device)

    I am sending a http GET request to a servlet for getting some response. Though I am able to obtain the response when I run my j2me app on sony phone I am not able to get any response in case of nokia. On being asked for the APN on nokia I do select the correct one and my settings are correct too. Moreover I am able to connect to the servlet without any problems from my nokia device. However when I tried to read from the Input stream the value returned by read() is -1.
    The code works fine on emulator also. Here is the code snippet being used by me. Plz help me solve this problem. Your response shall be definitely appreciated by me.
    Code in servlet:
    protected void processRequest(HttpServletRequest request, HttpServletResponse response)
        throws ServletException, IOException {       
            String t_username = request.getParameter("user");
            String t_password = request.getParameter("pass");
            URL url = new URL("http://somehost:80/query.cgi?serv=s1&user=" + t_username + "&pass=" + t_password);
            HttpURLConnection head = (HttpURLConnection)url.openConnection();
            head.connect();
            int contentLen = head.getContentLength();
            System.out.println("content length = " + contentLen); //here I get some content length value as expected
            BufferedReader in = new BufferedReader(new InputStreamReader(head.getInputStream()));
            StringBuffer sb = new StringBuffer(contentLen);
            String data = null;
            final String NEWLINE = "\r\n"; //acts as delimiter for parsing response later in my j2me code
            while((data = in.readLine()) != null)
                sb.append(data).append(NEWLINE);
            sb.append(NEWLINE);
            in.close();
            PrintWriter out = response.getWriter();
            out.print(sb.toString());
            out.flush();
            out.close();
            head.disconnect();
        }Code in J2ME:
    public static byte[] readFromHttpConnection(String p_URL) throws ConnectionNotFoundException, IOException {
            if(p_URL.startsWith("http://") || p_URL.startsWith("https://")) {
                HttpConnection c = null;
                DataInputStream dis = null;   //tried using InputStream also...still value returned by read() is -1
                c = (HttpConnection)Connector.open(p_URL);
                c.setRequestMethod(HttpConnection.GET);
                c.setRequestProperty("Content-Type", "application/octet-stream");
                dis = c.openDataInputStream();   //able to open this stream
                int len = (int)c.getLength();    //here i get len as -1 for both sony and nokia
                byte[] t_data = null;
                if(len > 0)
                    t_data = new byte[len];
                    int offset = 0;
                    int numRead = 0;
                    while((numRead = dis.read(t_data, offset, t_data.length-offset)) > 0) {
                        offset += numRead;
                else //since i get content length as -1 for both sony and nokia, this block is executed, and though
                       //I am able to read data on sony on nokia read() returns value -1 from the start itself
                    ByteArrayOutputStream bs = new ByteArrayOutputStream();
                    int ch;
                    while((ch = dis.read()) != -1)
                        bs.write(ch);
                    t_data = bs.toByteArray();
                dis.close();
                c.close();
                dis = null;
                c = null;
                return t_data;
            return null;
        }Edited by: alprazolam on Oct 16, 2007 6:02 AM
    Edited by: alprazolam on Oct 16, 2007 6:04 AM
    Edited by: alprazolam on Oct 16, 2007 6:07 AM

    Strange, this should be fine. You might want to try a more efficient (and shorter and faster) read code:
    byte[] buffer = new byte[512];
    ByteArrayOutputStream  = new ByteArrayOutputStream();
    int b;
    while((b=dis.read(buffer))!=-1){
      bs.write(buffer,0,b);
    t_data = bs.toByteArray();No need to check for content length, and always fast. I hope this helps...

  • Critical: Unable to read locator reference from NCP server

    Can't say why/when this started, I just know it's there,
    NW 6.5/Sp5,, this occurs both with and without latest post-sp5 patches
    ( inc libc updates)
    If I do a dnipinst from the console and choose the context,
    it states that there are allready objects there and warns me from
    continuing.
    Can't start dns/dhcp console ( the java /ws version)
    can't do anything through iManager.
    what to do..?? and,, maybe also,, why ?
    t.i.a

    thanks for that pointer,,
    seems like there isn't any,, searched from root, nope,
    so,, back to square one I guess,
    thanks again,,,
    On Fri, 28 Jul 2006 11:00:22 GMT, Massimo Rosen
    <[email protected]> wrote:
    >Emerson,
    >
    >[email protected] wrote:
    >>
    >> thank 4 the feedback,
    >> well, dsrepair didn't help.. allready tried that
    >> ( found an old thread here)
    >
    >Ok, there's usually always a way to fix that problem manually. First of
    >all, search your tree for the Locator Object. (Use ConsoleOne, and let
    >it search for DNIP:Locator). If you don't have one, someone must have
    >deleted it.
    >
    >If you however find it, go to the properties of your problem Server, go
    >to the "other" Tab, and manually add the "DNIP:LocatorPtr" attribute,
    >and point it to the locator object you just found.
    >
    >CU,

  • Error: Unable to process the following response from FOI server

    Hi
    While integrating BI with mapviewer, I am getting the following error:
    Unable to process the following response from FOI server
    Please let me know how this can be fixed
    Thanks & Rgds
    Dipesh
    Message was edited by:
    user542575

    One more question about NSDP, Im still wondering how can NSDP work as you only need to declare nsdpInfo.setKeyColumn("xx") --xx
    Eg. My result set come from OBIEE, it hase 2 column xx and yy.
    Im just copy the sample code to translate the output into xml, the output sample is like:
    Column 1 Column 2
    440100 0
    440200 5
    440300 1
    So how can MapViewer know that the second column is the value column?
    The same question is about when the output is multiple column.

  • ERROR - No Response from application server

    Hi all,
    i'm hitting this error in my application server, i search and read some posts in this forum regarding the same subject, but, the only answer i got is "shutdown app server and start again"
    It's very important that i understand and correct what is origin of this error , so i decided to create a new post.
    My environment.
    Oracle Application Server 9.0.4 (10g) under windows 2003.
    Several users, from serveral applications reported then got "No Response from application server".
    Here's what i got from logs:
    WebCache (event.log)
    [28/Sep/2007:15:37:07 +0100] [warning 14014] [ecid: 4522403843773,0] Receive request from origin server times out.
    [28/Sep/2007:15:37:07 +0100] [error 11364] [ecid: 4642662928061,0] Network error response is returned.
    [28/Sep/2007:15:37:07 +0100] [error 11364] [ecid: 4522403843773,0] Network error response is returned.
    [28/Sep/2007:15:37:12 +0100] [detail] [ecid: 4333425287762,0] [client: 10.41.6.31] [host: bb-9ias] [url: /cotacoes/acor_cotConsPed.jsp]
    [28/Sep/2007:15:37:12 +0100] [warning 14014] [ecid: 4333425287762,0] Receive request from origin server times out.
    [28/Sep/2007:15:37:12 +0100] [error 11364] [ecid: 4333425287762,0] Network error response is returned.
    [28/Sep/2007:15:37:14 +0100] [detail] [ecid: 4711382411904,0] [client: 10.40.51.10] [host: bb-9ias] [url: /wf_prod/acor_agendaNovasColoc.jsp?jboEvent=Sort&'pFlgDadosPesq=&'pFlgComPesq=&'pFlgEspPesq=&'pFlgGerPesq=&'pFlgTempoPesq=&'pRamoPesq=&'pDataPesq=&'pEscPesq=&'U
      iNome=&'pMediadorNome=&'pEstPesq=&'jboEventVo=AgendaProcVO&'amId=Bc4jModule&'pParamSort=MED_NOME&'pSort=asc]
    [28/Sep/2007:15:37:14 +0100] [warning 14014] [ecid: 4711382411904,0] Receive request from origin server times out.
    [28/Sep/2007:15:37:14 +0100] [error 11364] [ecid: 4711382411904,0] Network error response is returned.
    [28/Sep/2007:15:37:27 +0100] [detail] [ecid: 4402144779094,0] [client: 10.44.1.48] [host: bb-9ias] [url: /wf_prod/acor_editaProc.jsp?proc=61063&'dt=1190990239312&'pFlgDadosPesq=&'pFlgComPesq=&'pFlgEspPesq=&'pFlgGerPesq=&'pFlgTempoPesq=&'pRamoPesq=&'pDataPesq=&'pEscP
      sq=&'UtiNome=&'pMediadorNome=&'pEstPesq=Emissão%20de%20Titulares&'pSort=desc&'pParamSort=PRO_DAT_INICIO&'linha=2]
    [28/Sep/2007:15:37:27 +0100] [warning 14014] [ecid: 4402144779094,0] Receive request from origin server times out.
    [28/Sep/2007:15:37:27 +0100] [detail] [ecid: 4608303209302,0] [client: 10.40.62.8] [host: bb-9ias] [url: /cotacoes/acor_cotRamos.jsp?pTime=1190989207512&'pKey=31094&'jboEvent=Mostra%20Ramo%20L&'ecra=consCot&'PrId=37412&'PedCompanhia=CSA&'PedTipo=C&'SitCodigo=2&'Sit
      escr=Em%20Execução&'PedNumero=&'PedMediador=&'EscDireccao=&'EscZona=&'EscEscritorio=&'PedNome=&'PedDataI=&'PedDataF=&'pRamCodigo=&'pSitCodigo=&'Code=&'pParamSort=null&'pSort=null&'value=null&'RamCodigo=9&'RamDescr=Multi-Riscos%20Comercio%20(MP%20Negócio)]
    [28/Sep/2007:15:37:27 +0100] [warning 14014] [ecid: 4608303209302,0] Receive request from origin server times out.
    [28/Sep/2007:15:37:27 +0100] [error 11364] [ecid: 4608303209302,0] Network error response is returned.
    [28/Sep/2007:15:37:27 +0100] [error 11364] [ecid: 4402144779094,0] Network error response is returned.
    [28/Sep/2007:15:37:45 +0100] [detail] [ecid: 4007007807211,0] [client: 10.40.15.7] [host: bb-9ias] [url: /ConsultaSinistros/DadosSubSin.jsp?nid_claim=351017&'vn_claim=9001151241&'tstamp=1190990264562]
    Apache (error.log)
    [Fri Sep 28 15:37:45 2007] [error] [client 10.42.48.237] [ecid: 4007007807211,1] MOD_OC4J_0080: After calling Apache's ap_bwrite(), got
    an return value: -1 and the client could have aborted in the middle of receiving the chunk data.
    [Fri Sep 28 15:37:45 2007] [error] [client 10.42.48.237] [ecid: 4007007807211,1] MOD_OC4J_0058: Failed to handle response chunk data passed
    in from oc4j via ajp13.
    [Fri Sep 28 15:37:45 2007] [error] [client 10.42.48.237] [ecid: 4007007807211,1] MOD_OC4J_0035: After handling ajp13 response message,
    got an invalid value: -2.
    [Fri Sep 28 15:37:45 2007] [error] [client 10.42.48.237] [ecid: 4007007807211,1] MOD_OC4J_0121: Failed to service request with network
    worker: oc4j_consultasinistros_15 and it is not recoverable.
    [Fri Sep 28 15:37:45 2007] [error] [client 10.42.48.237] [ecid: 4007007807211,1] MOD_OC4J_0013: Failed to call destination: oc4j_consultasinistros's
    service() to service the request.
    [Fri Sep 28 15:37:55 2007] [error] [client 10.42.48.237] [ecid: 9418666609387,1] MOD_OC4J_0080: After calling Apache's ap_bwrite(), got
    an return value: -1 and the client could have aborted in the middle of receiving the chunk data.
    [Fri Sep 28 15:37:55 2007] [error] [client 10.42.48.237] [ecid: 9418666609387,1] MOD_OC4J_0058: Failed to handle response chunk data passed
    in from oc4j via ajp13.
    [Fri Sep 28 15:37:55 2007] [error] [client 10.42.48.237] [ecid: 9418666609387,1] MOD_OC4J_0035: After handling ajp13 response message,
    got an invalid value: -2.
    [Fri Sep 28 15:37:55 2007] [error] [client 10.42.48.237] [ecid: 9418666609387,1] MOD_OC4J_0121: Failed to service request with network
    worker: OC4J_FerrProdutividade_13 and it is not recoverable.
    [Fri Sep 28 15:37:55 2007] [error] [client 10.42.48.237] [ecid: 9418666609387,1] MOD_OC4J_0013: Failed to call destination: OC4J_FerrProdutividade's
    service() to service the request.
    [Fri Sep 28 15:38:34 2007] [error] [client 10.42.48.237] [ecid: 9298407565065,1] MOD_OC4J_0080: After calling Apache's ap_bwrite(), got
    an return value: -1 and the client could have aborted in the middle of receiving the chunk data.
    [Fri Sep 28 15:38:34 2007] [error] [client 10.42.48.237] [ecid: 9298407565065,1] MOD_OC4J_0058: Failed to handle response chunk data passed
    in from oc4j via ajp13.
    [Fri Sep 28 15:38:34 2007] [error] [client 10.42.48.237] [ecid: 9298407565065,1] MOD_OC4J_0035: After handling ajp13 response message,
    got an invalid value: -2.
    [Fri Sep 28 15:38:34 2007] [error] [client 10.42.48.237] [ecid: 9298407565065,1] MOD_OC4J_0121: Failed to service request with network
    worker: OC4J_FerrProdutividade_13 and it is not recoverable.
    [Fri Sep 28 15:38:34 2007] [error] [client 10.42.48.237] [ecid: 9298407565065,1] MOD_OC4J_0013: Failed to call destination: OC4J_FerrProdutividade's
    service() to service the request.
    [Fri Sep 28 15:38:37 2007] [error] [client 10.42.48.237] [ecid: 8954810184060,1] MOD_OC4J_0080: After calling Apache's ap_bwrite(), got
    an return value: -1 and the client could have aborted in the middle of receiving the chunk data.
    [Fri Sep 28 15:38:37 2007] [error] [client 10.42.48.237] [ecid: 8954810184060,1] MOD_OC4J_0058: Failed to handle response chunk data passed
    in from oc4j via ajp13.
    some thoughts ...This error is not happening consistently, it triggers near the end of month ,naturally the amount of requests in the end of month is higher .. am i hitting som e limit ?
    Best Regards
    Rui Madaleno

    Network error response is returned.
    hi all,
    i'm hitting this error in my application server, i search and read some posts in this forum regarding the same subject, but, the only answer i got is "shutdown app server and start again"
    My environment.
    Oracle Application Server 9.0.4 (10g) under solaris 9.
    Several users, from serveral applications reported then got "No Response from application server".
    Here's what i got from logs: LOGS event_log WEBCACHE
    [08/Oct/2008:11:59:37 -0430] [detail] [ecid: 101795743162,0] [client: 172.19.1.120] [host: shcontingencia:7778] [url: /forms90/l90servlet;jsessionid=ac13041fce663ec96491934459ca516f5215b31fb0c.qQvxpQTOokTBnkTxok4UaNaKaxD3lN4RawSLcgSO-xaL-xbzmQnAnwSLak8RnhfzbNqKc2SHc30Ka2bvmRbzp3zD-BbCmQXIr6zInQjImQzv8N8Sc38MbNmLa2b48OX3b4DteyztfAXMplaxn6jAmljGr5XDqQLvpAe_]
    [08/Oct/2008:11:59:37 -0430] [warning 14003] [ecid: 101795743162,0] Error while receiving response from the origin server
    [08/Oct/2008:11:59:37 -0430] [error 11364] [ecid: 101795743162,0] Network error response is returned.
    [08/Oct/2008:12:50:55 -0430] [detail] [ecid: 88913989443,0] [client: 172.19.1.39] [host: shcontingencia:7778] [url: /forms90/l90servlet;jsessionid=ac13041fce67b31f32050664119ba348b92e845aaa4.qQvxpQTOokTBnkTxok4UaNaKaxD3lN4RawSLcgSO-xaL-xbzmQnAnwSLak8RnhfzbNqKc2SHc30Ka2bvmRbzp3zD-BbCmQXIr6zInQjImQzv8N8Sc38MbNmLa2b48OX3b4DteyztfAXMplaxn6jAmljGr5XDqQLvpAe_]

  • No response from Web Server

    Hello,
    I have installed Oracle9i application server Rel 2,9i Infrastructure & oracle 8i DB on Win 2000 server.The installation was successful.
    When I access the browser with http://<hostname>:7777 it works fine, it shows HTTP server welcome page.
    Now I am trying to access Portal home page using http://<hostname>:7779/pls/portal
    It seems, it searches for the Web site for sometime & then gives the error "No response from Web Server"
    What is the problem ?? Is there anything with the services ?? I can see two http servers(apps & infrastructure)in the program listing,is it related with these ??
    Please help.I will appreciate your support.
    Regards
    Sandeep

    Hi Sandeep.
    Try run EM WebSite running in http://&lt;hostname&gt;:1810.
    If you are familiarized with this service it should be easy to solve your problem.
    Once you access EM WebSite, you'll see two farms(One for iasdb, and one for Portal). That are some symbols that tell you about the status of Portal. If You see an red arrow pointing down, then you need to access Portal farm to put some services "up".
    Choose the link for Portal Farm.
    This page shows the status of all Portal components.
    For you to get response from your portal http server, there a few of these that must be working.
    They are (by order):
    1. OC4J_Portal;
    2. Web Cache;
    3. HTTP Server;
    For you to start them, you must (for each one) click on it's radio button an choose start.
    With this components "up" you should be able to access Portal.
    Some of other components cannot be started by us, because it's radio button is disabled, but Single Sign-On:orasso:7777 must be "up", and
    Portal:portal:7778 in my case is "down". The rest of OC4J components are needed for other utilities like deploying components.
    Hope i helped you.
    Pedro.

  • MediaSource Player: "Response from CDDB server had bad synt

    I am using the Creative MediaSource Player as part of the software I got with my SoundBlaster Audigy 2 PCMCIA card. I cannot register to use the CDDB database. I get the error message "Response from CDDB server had bad syntax"?There are many posts here regarding CDDB problems, but none?mention that particular error message. In fact, I Googled it and only two sites came up. But I read all the proposed solutions here and in those two sites, and have tried the following:?. Deleted cddb.db2. Unregistered and reregistered the 4 files mentioned3. Updated to latest version of the software4. Disabled ZoneAlarm5. Tried another app - I CAN successfully access CDDB from Roxio Easy-CD Creator's CD player.6. Manually entered the proxy address that's in IE|Tools|Connections?Has anyone else received this error message? What does it mean? The problem is clearly with the Creative product. Any suggestions?Many thanks,?-- Eric

    In the initial customer on that bug, it was not so much the client or what the client was doing, but the fact that it was connecting to the wrong backend IMAP server. If you are going thru the MMP, that should not happen. If you are going thru the webmail server (used by Convergence, UWC, and old webmail), it should not happen. Both of those (MMP and webmail) use the mailHost attribute to determine which backend to connect to. This specific 3rd party software was a different webmail service. It was supposed to be using the mailHost attribute, but it had a bug. So all connections were going to a default backend. And they have set up Distributed Shared Folders -- see:
    https://wikis.oracle.com/display/CommSuite/Managing+Shared+Folders#ManagingSharedFolders-ToSetUpDistributedSharedFolders
    The key to this bug is that the client has connected to one backend and that backend, for whatever reason, has proxied that connection to a different backend and the bug is in handling errors on that backend-to-backend connection.
    We have also seen it happen while moving users. It could also happen if the user is accessing a shared folder owned by a user on a different backend.

  • Unable to get the response from dynamic partnerlink

    Hi
    I used dynamic partnerlink, in this i am able to invoke the services dynamcially but i am unable to get the response from the services which i had invoked dynamically. In my dynamic partnerlink wsdl i had included callback binding and call back service in the wsdl you can see them below
    <binding name="LoanServiceCallbackBinding" type="tns:LoanServiceCallback">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="onResult">
    <soap:operation soapAction="onResult" style="document"/>
    <input>
    <soap:header message="tns:RelatesToHeader" part="RelatesTo" use="literal" required="false"/>
    <soap:body use="literal"/>
    </input>
    </operation>
    </binding>
    <service name="LoanServiceCallbackService">
    <port name="LoanServiceCallbackPort" binding="tns:LoanServiceCallbackBinding">
    <soap:address location="http://openuri.org"/>
    </port>
    </service>
    please help me on this
    thanks
    Srikanth

    Hi, thanks for the input
    Actually My partnerLink had two messageTypes one for Input message request and the other for the Output message request and for the input message i had used the operation as initiate also for the output messsage type operation as result.For both of them binding is defined.
    With these am passing the values from myBPELl to the service which am nvoking dynamically but unable to capture the response the variables are local to myBPEL.

  • How to read .xls file from FTP server t oInternal table

    Hi
    am using the FTP_SERVER_TO_R3 to read xls file from FTP server to internal table
    but the data i get in LT_TEXT is special characters.
    CALL FUNCTION 'FTP_SERVER_TO_R3'
    EXPORTING
    handle = hdl
    fname = f_name "ProdDataFromCRM.xls.
    * CHARACTER_MODE = 'X'
    * IMPORTING
    * BLOB_LENGTH =
    TABLES
    BLOB = lt_text
    * TEXT = lt_text
    EXCEPTIONS
    TCPIP_ERROR = 1
    COMMAND_ERROR = 2
    DATA_ERROR = 3
    OTHERS = 4
    can any one help me out to get the exact data..
    Really appreciate your quick response..
    Thank You

    Hi, if you really retrieve an excel file, you can not see the data in ABAP. You may see them in Excel. For this you may use
    CALL METHOD document->open_document_from_table
    of the interface i_oi_document_proxy for OLE objects. You can access the data with reference to the interface i_oi_spreadsheet.
    Please check [Desktop Office Integration (BC-CI)|http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCIOFFI/BCCIOFFI.pdf] for details.
    But, who knows, perhaps you want "And Now For Something Completely Different".
    Regards
    Clemens

  • Getting response from a server

    im working on a simple smtp mail sender and i want to get responses to the commands that i post to the DataOutputStream. in all examples on java.sun.com and the net, there is a while block used for reading response from the server.
    while((c=is.read()) != -1)
    sb.append((char)c);
    this code did not work on my application, i changed a bit like below:
    /**Get a response from server */
    private String getResponse() throws IOException {
    int CR = 0, LF = 0;
    int c;
    char ch;
    int count = 0;
    StringBuffer sb = new StringBuffer();
    while (true) {
    c = is.read();
    count++;
    ch = (char) c;
    if (c == -1) {
    break;
    else if (ch == '\r') {
    CR = count;
    else if (ch == '\n') {
    LF = count;
    if (LF - 1 == CR) { //CRLF seen
    sb.append(ch);
    break;
    sb.append(ch);
    return sb.toString();
    and i use this function in my code as
    os.write( ("QUIT\r\n").getBytes());
    System.out.println("QUIT : " + getResponse());
    this works, because it returns a single line that has a CRLF at the and of line, but if i want to read multi-line responses like greeting messages, i tried to change the code as on the examples like:
    /**Get a response from server */
    private String getResponse() throws IOException {
    int c;
    StringBuffer sb = new StringBuffer();
    while((c=is.read()) != -1)
    sb.append((char)c);
    return sb.toString();
    this code does not work, because i cannot reach the end of stream. i want to post one command and get one response for that command.
    how an algorithm i can develop to solve this problem?
    thanks for all help.

    i changed the code and it's working well now:
    /**Get a response from server */
    private String getResponse() throws IOException {
    int c;
    if((c=is.read()) != -1) {
    byte[] b = new byte[is.available()];
    StringBuffer sb = new StringBuffer();
    is.read(b);
    sb.append((char)c);
    for(int i=0; i<b.length; i++) {
    sb.append((char)b);
    return sb.toString();
    return "";
    if you directly use is.available() when there is no response currently available, it returns 0. we wait for the first character of server response, and then use is.available(). thanks to Kay_Kadner for the idea.
    (im a newbie, and dont know how to convert byte[] to String, tried b.toString() but only got meaningless values)

  • How to decrease timeout value when there is no response from BOE server?

    We are using BOE XI R2 .NET SDK to logon BOE XI R2 Server as below as well as using Infoview/CMC logon BOE:
    set boSessionManager = Server.CreateObject("CrystalEnterprise.SessionMgr")
    set boEnterpriseSession = boSessionManager.Logon(boUserID, boPassword, boCMS, boAuthType)
    There is no response for long time from BOE server after I excuting log on BOE using .NET SDK or Infoview/CMC App for more than one minute.
    So I want to timeout the logon atction after a certain time such as one minute if there is no response from BOE server.
    My question comes:
    1. What is the default timeout value for this operation?
        Where can I find it and how to modify it?
    2. I found ther are some registry keys on .NET APP Server:
        HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects\Suite 12.0\Report Application Server\InprocServer\EnterpriseRequestTimeout
        HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects\Suite 12.0\Report Application Server\Client SDK\CorbaAdapter\WaitReplyTimeout
    Are they for the action timeout I mentioned above? If not, what do they work for?
    It seems that WaitReplyTimeout is for report data retrieval timeout according to Kbase article 1199286 and which registry setting to change for long running reports, is it correct?
    Thanks for any response.
    Thanks,
    Sunny

    I don't think there is a setting available for this.  The timeouts you are looking at are essentially how long to wait for a report to process.
    My concern about trying to find a setting like this is that if you do get the client (aka SDK) to timeout after one minute, the CMS may still recieve this request shortly after and logon, creating a session that no longer has a handle to it and will then have to wait for it to timeout because of inactivity which would tie up a license.

  • Error - no response from the server

    Attempting to upload my first file (18,888 KB) to the acrobat.com server with this consistent error message: 
    "Error: Acrobat did not get a response from the server.  Try again later or contact your system administrator."  When I cancel the message after a retry, the following message appears: "The following files were not uploaded due to an unknown error."
    Support yesterday indicated to restart my machine - same result.  A bit desperate to get this up and running since I like the whole concept of sharing and presenting  technical information.  Help!
    Charles

    Did you ever figure out a solution to this problem?  I am getting the same message and can't figure out how to fix it.  Thanks!

  • No Response From Application Server-how to overcome this error message

    I am Using Oracle 10g Application server. if we run a report from our front end - jsp , if the transaction takes more than 10 minutes then 'No Response From Application Server ' error message is coming in browser. How to over come this. whether i have to set any transaction time in application server. If anybody knows this kindly give reply immediatly.

    Can you provide additional background information? Is this a in-house application serviced through an OC4J container or a Report from the Middle Tier install?
    Is this request being front-ended by an OHS server? Are there firewalls involved?
    Regards.

  • Tomcat unable to read accented characters from MySQL

    Folks,
    Can anyone help with me this problem?
    It seems that my version of Tomcat is unable to read accented characters from my MySQL Database.
    I've checked in the Database and the characters are all correctly represented there. But when, in my servlet code, I do:
    String author = results.getString("author_surname");If the String contains any accented character then the character shows as a '?'. (Even before it gets to the JSP - I'm writing the results straight to catalina.out).
    Looking around these forums I found that some people suggested adding
    ?useUnicode=TRUE&characterEncoding=UTF-8;to the end of my jdbc url. As in:
    <ResourceParams name="jdbc/connection">
    //a whole load of other params
      <parameter>
        <name>url</name>
         <value>jdbc:mysql://localhost:3306/bookshop?useUnicode=TRUE&characterEncoding=UTF-8</value>
      </parameter>
    </ResourceParams>inside my server.xml
    But it doesn't seem to make any difference. In addition, I doubt I even need to use Unicode as the accents I need are only: ����� etc.
    (Incidentally, writing that line into my server.xml, tomcat complains that it should finish with a semi-colon. Is that correct? Even if I put in the semi-colon, it still complains!!)
    Any suggestions on this would be much appreciated. Thank you.

    user13109986 wrote:
    HI,
    From http://download.oracle.com/docs/cd/B10501_01/server.920/a96529/ch9.htm
    My understanding is the JDBC Api converts the string from the database to UTF-16.. If so is there any way to disable the UTF-16 encoding at JDBC API?That's exactly what it's supposed to do. There isn't even any concept of what it would mean to disable that: Java characters are UTF-16 representations of Unicode code-points, so there isn't anything else it could do.
    I still suspect the JDBC part is working correctly and your writing-to-file isn't. I found this quote in the Wikipedia article on Windows-1256:
    Windows-1256 is a code page used to write Arabic (and possibly some other languages that use Arabic script, like Persian) under Microsoft Windows. This code page is not compatible with ISO 8859-6 and MacArabic encodings.So was there a particular reason you chose Cp1256 and not ISO-8859-6 as the charset to write to the file with?

  • My Ipad 'Systems' shows my WiFi connection is working and all my Apps connect and interact ok but Safari says 'No Response from the Server' the same on my Mail. The WiFi works perfectly on everything else in the house. Any ideas ?

    My Ipad 'Systems' shows my WiFi connection is working and all my Apps connect and interact ok but Safari says 'No Response from the Server' the same on my Mail. The WiFi works perfectly on everything else in the house. Any ideas ?

    it was not just email it was all internet via safari but all apps including the bank account app. the laptop and pc access the same email servers which work perfectly so it is difficult to blame the servers.
    by the way it has now started to work properly at lasst after a whole day of trying to resolve this year.

Maybe you are looking for

  • How to make a WORKING J2ME Web Services client?

    Hi everyone, I'm trying to make my first J2ME client for web services (well, I need it for my degree thesis, so I'm a little bit DESPERATE) but I've got a lot of problem that I don't understand, even with samples downloaded from web tutorials and fro

  • Window 8.1 device mdm enrolment issue

    Window 8.1 device(Laptop and Tablet) doesn't shows the option of entering enrollment server address while enrolling it through Network->Workplace Settings. Windows Phone 8.1 doesn't have this issue. 

  • HT3231 Is it better to migrate to a new MacBook Pro using FireWire, from Time Machine, or over ethernet?

    Hello, Is it better to migrate to a new MacBook Pro (non Retina display) using FireWire, from Time Machine, or over ethernet? The older Mac is a MacBook (Intel, 2007 vintage). The Time Machine backup is to a Western Digital external drive with FireWi

  • Track public classes, interfaces and methods by ID

    Hi All, I'm wondering whether there is a tool to assign a unique ID to classes, interfaces and methods (eg. within Javadoc) and track these IDs. The reason I'd need such a feature is that I'd like to do requirements tracking in an easy but complete w

  • CS4 installation IE error

    Hello, I bought CS4 Design Premium for Windows and start for the installation. However, when the setup is loading (in the very beginning of the installation process), I get an error massage: "Critical errors were found in setup. Please see the Setup