TFS GIT HTTPS Push Problem

Hi everyone,
we have a problem with TFS 2013/ GIT and HTTPS Push. From Visual Studio, pushing large commits is quite fine, using GIT Bash it results in:
Accept-Encoding: gzip
Content-Type: application/x-git-receive-pack-request
Accept: application/x-git-receive-pack-result
Content-Length: 35005416
* SSL read: error:00000000:lib(0):func(0):reason(0), errno 10053
* Closing connection 2
efrror: RPC failed; result=56, HTTP code = 401
atal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
Everything up-to-date
The following overview shows what I already tested:
HTTP (Push commit > 30MB to TFS 2013)
Visual Studio 2013
      OK
GIT Bash 1.9.5            
OK       (Installation via WebInstaller using Visual Studio 2013 itself!)
HTTPS (Push commit > 30MB to TFS 2013)
Visual Studio 2013      
OK
GIT Bash 1.9.5            
NOK     (Installation via WebInstaller using Visual Studio 2013 itself!)
GIT Bash 1.9.5            
NOK     (Default-GIT-Installation from git-scm.org)
GIT Bash 1.8.0            
OK       (Default-GIT-Installation from git-scm.org)
HTTPS (Push commit > 30MB to Apache / OpenSSL / git-http-backend)
Visual Studio 2013      
not tested
GIT Bash 1.9.5            
OK       (Installation via WebInstaller using Visual Studio 2013 itself!)
GIT Bash 1.9.5            
OK       (Default-GIT-Installation from git-scm.org)
We would like to use the commandline to automate a few things, but that's currently not possible :-(
Any hints?
Thank you,
Tom

Hi Tom,
I'd like to know whether you push the same commit by using Git bash "1.9.5" and "1.8.0", and more specific size of the commit.
You can check whether it works if you use a parameter of postbuffer in your command. Check this
thread for more information. Another option is check whether downgrade to use Git Bash "1.8.0" is possible. However, you can also check with
Git site to see if it's related to the version of Git Bash "1.9.5".
Best regards,
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • TFS Git 2013 Repo Corrupt

    Hi,
    We just migrated to TFS Git and our server version is 2013 Update 4. It, in turn, is using SQL Server 2012 SP1.
    One of our git repos has been corrupted somehow and we are trying to understand what happened. When we try to fetch or pull, we get this error:
    remote: Microsoft (R) Visual Studio (R) Team Foundation Server
    remote: Found invalid data while decoding.
    fatal: protocol error: bad pack header
    We are trying to work out what the cause of the problem is so it doesn't happen again. Can anyone point us in the right direction?
    Some additional information: We have Mac, Linux and Windows git clients using this repo. Also, we have binary files in the repo and we frequently use merges and pull requests. You can still do a git clone --depth=1 --single-branch and then do a git fetch
    --unshallow successfully on the all but one of the branches.
    Update: This seems to be related: https://social.msdn.microsoft.com/Forums/vstudio/en-US/648d24fd-53bd-40b4-b47b-2c0e9cd8f30c/tfs-20132-git-clone-fails?forum=tfsversioncontrol
    Thank you!
    Johannes

    Hi Johannes,
    From your scenario and error message,  you might run out of memory on the server which can be caused by the reasons below:
    A repository with lots of large files, which can cause re-packing to take a lot of memory.
    Limited virtual memory - either in general, or just for that account due to the
    ulimit setting
    And you can execute the git command on your server machine to get it resolved, the commands are:
    git config --global pack.windowMemory "100m"
    git config --global pack.packSizeLimit "100m"
    git config --global pack.threads "1"
    command You can refer to the links below for more information about the solution when get git repository udpate:
    http://stackoverflow.com/questions/7362709/git-pull-fails-with-bad-pack-header-error
    https://confluence.atlassian.com/display/FISHKB/Git+indexing+fails+due+to+bad+pack+header
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. <br/> Click <a
    href="http://support.microsoft.com/common/survey.aspx?showpage=1&scid=sw%3Ben%3B3559&theme=tech"> HERE</a> to participate the survey.

  • Http push (push data onto browser without refreshing)

    Can any one please give refrences or usecases where we can implement a http push (server side) using java technology

    It looks like you have more than one problems so it might be good to separate them out.
    Issue 1 - Logging on to BusinessObjects
    You say that when you try log on to the BO Platform you get the error message there is no central management server running on port 6400. I'm assuming you are trying to do this from the Dashboard designer.
    Does it work when you try to log on from the web browser?
    Make sure that you enter the correct system name in the system field when trying to log on from Designer. If you are unsure, either check what system name is used when you log on from your browser or check with your BO administrator.
    Issue 2 - Passing values to a child dashboard
    If you try to preview the dashboard in the designer, remember that the swf loader doesn't work in preview mode, so whatever you are trying to display won't be visible.
    First of all you need to have 2 separate flash files that works independently of each other. The one that you are planning to use as a child flash, make sure that you create the flash variables so you can pass variables to it and use them to filter your data if that is your requirement. But hold off on that for now.
    When you have 2 working flash files, save them both to the BI Launch Pad (or InfoView if you are on 3.1) and make sure they both work there. Then get the opendocument url for the child dashboard and try to open it in your browser directly using this url. If that works, use the same url in the swf viewer in the parent dashboard, save the parent dashboard back to BI Launch Pad and open it. It should now work.
    Let me know if you have any problems with these steps.
    Cheers,
    Josh

  • [SOLVED] urxvt and Git/SVN commit problem

    I have a problem where SVN and Git cant see that the EDITOR variable is set on my system when I go to make a commit, they both error out because the EDITOR variable (as well as other variables are blank).  This is the error that I get from SVN:
    ┌─(vendion@Tyre Fri, 02 Sep 11)───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────(08:48)──┘
    └─(/srv/http/juice38)─> sudo svn ci
    svn: Commit failed (details follow):
    svn: Could not use external editor to fetch log message; consider setting the $SVN_EDITOR environment variable or using the --message (-m) or --file (-F) options
    svn: None of the environment variables SVN_EDITOR, VISUAL or EDITOR are set, and no 'editor-cmd' run-time configuration option was found
    ┌─(vendion@Tyre Fri, 02 Sep 11)───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────(08:48)──┘
    └─(/srv/http/juice38)─> echo $EDITOR
    vim
    Git acts the same way but with its own error message (sorry don't have an example of this currently), is there a way to fix this so that Git and SVN will see that I do have an EDITOR set and use it with out having to change terminals (works fine in xterm...)
    Last edited by vendion (2011-09-02 16:08:48)

    Sorry over looked that, when I run sudo to check the EDITOR variable it also has vim set
    ┌─(vendion@Tyre Fri, 02 Sep 11)───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────(09:42)──┘
    └─(/home/vendion/Projects/TickIt)─> sudo echo $EDITOR
    Password:
    vim

  • IPad push problem!!

    Hello i bought an iPad model wifi and 3g from Austria 2 months ago everything was working perfectly but last 2 weeks i have a problem that i couldnt solve.I was using 3.2.2 and i did upgrade my device to 4.2.1 but suddenly push systems are stopped.I dont understand this problem then i restored my device twice but nothing changed still my push systems (example IM , Mail ) are not working.I get new mail in 15 minutes and i dont get any push messages from my apps..Could anybody help me please?

    If the settings are correct, try a system Reset. It cures many ills and takes but a minute to perform:
    Hold down the on/off switch and the Home button simultaneously until you see the Apple logo. Ignore the "Slide to power off" text if it appears.
    A Reset does NOT delete apps, photos, movies, music or any other data. A Reset does NOT delete any settings for email, network access, etc.
    Also, you might wish to download the 4.2 User Guide. Pay special attention to page 170 (the page number is for the English version).
    http://support.apple.com/manuals/#ipad

  • Notification pushing problem

    Hello
    My iphone 5 doesnt push notifications at the correct time ...
    Sometimes it doenst push at all !!
    And some time pushes late ... 5 to 30 mins late !!
    Whats the problem ??
    Tnx

    Update Service (SUS)
    PC Companion (PCC)
    Bridge (for Mac)
    Alternatives on How to backup Xperias
    http://talk.sonymobile.com/thread/36355
    "I'd rather be hated for who I am, than loved for who I am not." Kurt Cobain (1967-1994)

  • Sharepoint foundation 2010 externel https access problems

    I have a very strange problem with my sharepoint foundation 2010 site.
    I have a site which is accessible from outside on https (we have a valid certificate). I configured IIS for http and https.
    Also I configured internal and externel access for this site on sharepoint.
    But sometimes, the site is not accessible from outside on https with (externe.site.fr), BUT  it will be accessible with public ip !!!
    And also accessible from inside. (with interne.intranet.site.fr)
    Any Idea ?
    thanks

    Hi,
    According to your post, my understanding is that your site is not accessible from outside using external host name with https sometimes.
    As your site can be accessible with public IP, however it can’t be accessible from outside using external host name with https sometimes, the issue could be caused by the gateway server in your environment.
    I suggest that you need to check the gateway server configuration.
    For more information, you can refer to:
    http://community.bamboosolutions.com/blogs/sharepoint-2013/archive/2012/12/05/how-to-set-up-microsoft-forefront-unified-access-gateway-environment-for-sharepoint-2013.aspx
    http://nhutcmos.wordpress.com/2013/07/26/configure-ssl-certificate-for-sharepoint-external-https-access/
    http://sharepointdotnetwiki.iblogger.org/2009/12/dns-setup-in-sharepoint/
    http://underthehood.ironworks.com/2010/06/making-a-sharepoint-2010-site-externally-available-alternate-access-mappings-host-header-bindings.html
    Best Regards,
    Yumi Fu

  • Yahoo Mail push problem with stock email app

    It is nice to see that Verizon is offering push services for yahoo mail (and possibly for others as well, I only tried yahoo) on select phones now, the Droid Charge being one of them. If you add a yahoo account in the stock email app, it configures it through "Verizon email gateway server" and the messages will be pushed to the phone just like gmail had been, and you will get your new messages almost instantaneously.
    I previously had an htc incredible and that phone did not have that feature. My e-mails were being checked at an interval that I could select, but not pushed.
    What this email gateway does is (as I understand it): 1) your phone sends your credentials to the gateway server where they are stored, 2) the server connects to yahoo mail servers with your credentials, and 3) whenever there is a new message, the gateway server retrieves and pushes it to your phone, in other words it pretty much acts as the middle man that has a notification capability. The gateway server only accesses your inbox folder and it only does incoming services. For other things such as sending messages or checking other folders, your phone connects to yahoo mail servers directly. My incredible on the other hand used to connect to yahoo mail servers directly for everything including inbox access and unfortunately those servers do not have the push capability to mobile devices.
    I got the Charge over two weeks ago and enjoyed push on yahoo for about ten days. But then suddenly it stopped working. It would no longer update my inbox even when I selected refresh through the menu. If I went into other folders, they would update and I could send emails. However, my inbox would not update. I waited a day, then I went into settings/apps/manage apps and deleted the cache and data of the mail application to fix a possible glitch. (It works on the market app when all of your downloaded apps disappear from the list every once in a while due to a glitch)
    I ended up with a blank inbox that couldn't download any of the messages. Then I removed the yahoo account and tried to readd. Now I get the "Fetching mailbox failed, retrying. . ." error and sometimes it retries for up to a half hour (until I manually stop it) or sometimes it says "Unable to connect to server" after a couple of minutes.
    Following is a list of things I tried:
    1) Set up a different Yahoo account:
    Works without a glitch, push enabled
    2) Try the original email account with wrong password:
    Gives a credential error, so password authentication is not the problem
    3) Manual configuration through selecting "Others" rather than "Yahoo Mail" in the add account menu:
    Unchecking "Use Verizon email gateway" makes it work, but without push. My phone is able to connect to Yahoo servers directly with the same exact settings
    I am pretty sure the problem is with the Verizon gateway server having a glitch with my email account. So someone in charge of that server has to go through the list of accounts set up and either reset or delete mine, so I can set it up again through my phone.
    I called Verizon support the other day and finally talked to a level 2 rep after having to do the restart, take battery out and all that nonsense. It took them a while to understand the actual situation. It's not their fault really, my problem is complicated and a level 2 rep simply does not have that kind of knowledge. They tried to connect me to Samsung representatives, which was a waste of time, because there is nothing wrong with the hardware as it works with a different yahoo account with no problems, and it also works when connecting to yahoo directly. After spending two and a half hours on the phone, and after the rep talked to her supervisor and the samsung reps to learn more about the verizon gateway server, she finally told me I was right about the issue, and assured me that they would fix it and call me within two hours.
    It has been two days, I haven't heard a thing.
    What frustrates me is that there wasn't a single person there who could even grasp what could be causing the issue. They had never heard about the email gateway, I had to explain to them. I am not mad that the level 2 rep or her supervisor didn't know, but I am pretty **bleep** that they could not put me in touch with a person who did.
    I know there is at least one person at Verizon who manages the gateway server, but the question is how can anyone contact him???
    Verizon keeps offering these new services that are really cool for the most part, but their support system is very disconnected from their engineers/technical staff. The customer service is unable to fix problems other than billing issues, and their answer for everything else is to "take the battery out and restart the phone".
    For now, I set up my account manually, without the Verizon email gateway, so I don't have "push" working. It's a shame because it is such an easy thing to fix only if I could get in touch with the right person.

    UPDATE:
    After waiting for about ten days, I tried setting up my e-mail the regular way (by selecting yahoo mail) again yesterday. To my surprise, it went through without a glitch. I guess the cache of the gateway server must have been reset.
    I have been enjoying push for yahoo mail for the last 24 hours again. But I just noticed now, that the problems might be starting again. There are recent e-mails that don't show up on my phone, but do through yahoo's web mail page. When I select "refresh" through the menu on the phone, I see the circle in the top corner spinning for as long as I wait, but the e-mails don't get downloaded. That is exactly how my problems had started in the first place. I will give it the benefit of the doubt and wait and hope that it fixes itself.
    There might be a compatibility problem with yahoo servers and the verizon email gateway because I have two gmail accounts set up with the stock e-mail the same way, both using verizon's gateway server for push, and they have both been working with no problems for almost a month. (Even though sometimes the "push" is delayed by up to 5-10 min, most of the time it is within a couple of minutes and that's fine, I'm not that picky) And when I do "refresh", ti only takes a few seconds to complete the request.
    And I still haven't heard anything from Verizon.

  • HTTP Adapter - Problem sending message to XI.

    Hi,
      We have configured a scenario in IR and ID for the HTTP -> XI -> RFC message flow. We have created all the configuration objects (Receiver determination, receiver agreement, interface determination) in ID except the Sender Agreement (There is no Sender HTTP Adapter). So to trigger this interface we are sending the message to the following URL using a client HTML page.
    http://IPAddr:8000/sap/xi/adapter_plain?namespace=http://sap.com/xi/XI/TestPOC/r3&interface=MI_File_RFC_WeyPOC&service=SourceBS_XI&QOS=BE&sap-user=J2EE_GUEST&sap-password=JGUEST&sap-client=001&sap-language=EN
    After submitting the contents in HTML page, it is asking us SAP Web Application Server user id and password. Which user id shall we give here. We have tried giving the J2EE_ADMINISTRATOR user id and it's password but it gives "the requested resource does not exist" error messgage.
    How to resolve this problem ?
    Thanks and Regards,
    Lalit.

    Hi Lalit,
    try the xiappluser or a copy of it, like Sudhir said.
    But there is something else...
    You must code special characters such as forward slash (/), hyphen , period (.), or colon ( with escape characters (for example, %2F for /, %2D for -, %2E for .,and %3A for :).
    ( http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm )
    Yours,
    Thomas

  • Apache Bridge HTTP POST problems on large file upload

    I have a problem uploading files larger than quarter a mega, the jsp
    page does a POSTto a servlet which reads the input stream and writes to
    a file.
    Configuration: Apache webserver 1.3.12 connected to the Weblogic 5.1
    application server via the bridge(mod_wl_ssl.so) from WebLogic Service
    pack 4.
    The upload goes on for about 30 secs and throws the following error.
    "Failure of WebLogic APACHE bridge:
    IO error writing POST data to 100.12.1.2:7001; sys err#: [32] sys err
    msg [Broken pipe]
    Build date/time: Jul 10 2000 12:29:18 "
    The same upload(in fact I uploaded a 8 MEG file) using the
    Netscape(NSAPI) WebLogicconnector.
    Any answers would be deeply appreciated.
    [email protected]

    It appears to be a bug.
    I suggest that you file a bug report with our support organization. Be sure
    to include a complete test case. They will also need information from
    you -- please review our external support procedures:
    http://www.beasys.com/support/index.html
    Thanks,
    Michael
    Michael Girdley
    Product Manager, WebLogic Server & Express
    BEA Systems Inc
    "George Abraham" <[email protected]> wrote in message
    news:[email protected]..
    I have a problem uploading files larger than quarter a mega, the jsp
    page does a POSTto a servlet which reads the input stream and writes to
    a file.
    Configuration: Apache webserver 1.3.12 connected to the Weblogic 5.1
    application server via the bridge(mod_wl_ssl.so) from WebLogic Service
    pack 4.
    The upload goes on for about 30 secs and throws the following error.
    "Failure of WebLogic APACHE bridge:
    IO error writing POST data to 100.12.1.2:7001; sys err#: [32] sys err
    msg [Broken pipe]
    Build date/time: Jul 10 2000 12:29:18 "
    The same upload(in fact I uploaded a 8 MEG file) using the
    Netscape(NSAPI) WebLogicconnector.
    Any answers would be deeply appreciated.
    [email protected]

  • HTTPS certificate problem on MPLS

    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:"Tableau Normal";
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-priority:99;
    mso-style-qformat:yes;
    mso-style-parent:"";
    mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
    mso-para-margin-top:0cm;
    mso-para-margin-right:0cm;
    mso-para-margin-bottom:10.0pt;
    mso-para-margin-left:0cm;
    line-height:115%;
    mso-pagination:widow-orphan;
    font-size:11.0pt;
    font-family:"Calibri","sans-serif";
    mso-ascii-font-family:Calibri;
    mso-ascii-theme-font:minor-latin;
    mso-hansi-font-family:Calibri;
    mso-hansi-theme-font:minor-latin;}
    Hi everyone,
    We are currently migrating our network from IP to MPLS and we encounter an issue with a only one application using security certificat through HTTPS. All other services are OK such as HTTP, FTP, Mailing, etc.
    Network description :
    The network architecture is composed by 4 core routers (which play the role of P and PE at the same time) and 2 borders routers (B1 and B2) linked to Internet via STM1 - POS interfaces.
    Each borders are both connected to two core routers (C1 and C2) by GigabitEthernet links.
    Please also note that there is a DPI (Deep Packet Inspector, model Arbor 100) between each border and core.
    Core routers C1,C2, C3 and C4 are connected to each other by GigabitEthernet links.
    B1 and B2 are linked to Internet by STM1 (POS) using eBGP.
    OSPF is used as the infrastructures routing protocol between all equipments.
    (cf the network diagram attached)
    Configuration :
    When migrating to MPLS, we fixed interfaces MTU at 9216 and the MPLS MTU at 1512 on all concerned interfaces from Core to Border routers.
    Below is a sample configuration.
    mpls ip
    mpls label protocol ldp
    mpls ldp router-id loopback0
    interface GigabitEthernet1/1
    mtu 9216
    ip ospf authentication message-digest
    ip ospf message-digest-key 1 md5 XXXXXXXXXXX
    ip ospf network point-to-point
    ip ospf cost 1
    ip ospf hello-interval 1
    mpls mtu 1512
    mpls ip
    Problem :
    The service application uses a server on the local network (linked via CE router) which send https requests and files to a server located in the Internet.
    When MPLS is activated only on the Core-To-Core interfaces (C1, C2, C3 and C4) the application is working properly.
    But when the MPLS is expanded on Core-To-Border / Border-To-Core interfaces, this specific application fails as it appears that the certificate server sees a corrupted frame, some bits have been added to the normal frame. But all other services (HTTP, FTP, everything,)
    Below are major differences between Border and Core routers connection schemes:
        A DPI equipment between Core and Border,
    GibabitEthernet are used for links Border-To-Core and Core-To-Core, STM1(POS) is used for links Border-To-Internet (IP)
    ­    The MTU size on STM1 interface is fixed at 4470, MTU size of 9216 is assigned to GE interfaces (Border-To-Core, Core-To-Core)
    Regards.

    Hi,
    Would it be possible to disable the functionality of the DPI (passthrough mode?) and test again?
    MPLS labels or not on the packet should not make a difference wrt HTTPS only (in theory).
    Since you mention corrupted frames, taking a packet capture should show you if this is true or not.
    Thanks,
    Luc

  • HTTP receiver problem

    hi all,
    though some of u replied to my previous post regarding http receiver, i'm unable to find a solution for it....so if possible please send me a few snapshots of how a HTTP receiver is configured and a sample jsp program for accesing the payload sent by xi......
    the scenario is http>xi->http..the thing is
    1)xi gets the input from a web page..this is successfully done.
    2)xi does the mapping...this is also successfully done..
    3)xi send the mapping result to the http adapter.....problem with configuration i think...i want xi to send the payload to http://sysname:port/virtual-dir/x.jsp .... when it is the case i get some no-mapping error......and i would like to know in what parameter name the payload is fixed in the query string to that url so that i could get it in jsp page a request.getParameter("parametername")......
    please do help me in it..i'm struck with it for a long time........thanks in advance...

    Hi SPS,
      Check this link
    /message/654739#654739 [original link is broken]
    code attached here
    sample html code
    <html>
    <script type="text/javascript">;
    <!--
    function button1_onclick() {
    var result = "Result: ";
    var payload = "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>";
    // escape "http://"
    var senderNamespace = escape(document.MessageParameters.SenderNamespace.value);
    var reqString = "http://"
    reqString = reqString + document.MessageParameters.Server.value+":";
    reqString = reqString + document.MessageParameters.Port.value + "/sap/xi/adapter_plain?";
    reqString = reqString + "namespace=" + senderNamespace;
    reqString = reqString + "&interface=" + document.MessageParameters.SenderInterface.value;
    reqString = reqString + "&service=" + document.MessageParameters.SenderService.value;
    reqString = reqString + "&party=" + document.MessageParameters.SenderParty.value;
    reqString = reqString + "&agency=" + document.MessageParameters.SenderAgency.value;
    reqString = reqString + "&scheme=" + document.MessageParameters.SenderScheme.value;
    reqString = reqString + "&QOS=" + document.MessageParameters.Qos.value;
    reqString = reqString + "&sap-user=xiappluser&sap-password=xipass";
    reqString = reqString + "&sap-client=" + document.MessageParameters.Client.value + "&sap-language=D";
    var xhttp = new ActiveXObject("msxml2.xmlhttp");
    xhttp.open ("POST", reqString, false);
    if (document.MessageParameters.Source[0].checked == true) {
    payload = "<?xml version=\"1.0\" encoding=\"UTF-8\" ?> "+ document.MessageParameters.xmlData.value;
    xhttp.send (payload);
    else{
    var xmlDoc = new ActiveXObject("microsoft.xmldom");
    xmlDoc.async=false;
    xmlDoc.load (document.MessageParameters.xmlFile.value);
    xhttp.send (xmlDoc);
    result = result + "\n" + xhttp.responseText;
    xhttp.close;
    document.MessageParameters.response.value=result;
    //-->
    </script>
    <head></head>
    <body>
    <h3>Client Http Adapter </h3>
    <form name="MessageParameters">
    <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
    <h4>Header</h4>
    <tbody>
    <tr>
    <td width="10%"><label>ServerHost</label> </td>
    <td width="22%">
    <input type="text" id="host" name="Server"
    value="sapcoe01" size="20" /> </td>
    <td width="10%"><label>ServerPort</label> </td>
    <td width="22%"><input type="text" id="port" name="Port" value="8000" size="10" /> </td>
    </tr>
    <tr>
    <td width="10%">Client</td>
    <td width="22%">
    <input type="text" id="client" name="Client"
    value="020" size="3" /></td>
    <td width="10%"> </td>
    <td width="22%"> </td>
    </tr>
    <tr>
    <td width="10%"><label>SenderService</label> </td>
    <td width="22%"><input type="text" id="senderService"
    name="SenderService" value="TravelAgencyCS" size="40" /> </td>
    <td width="10%">QOS</td>
    <td width="22%"><input type="text" id="qos" name="Qos" value="EO" size="4" /> </td>
    </tr>
    <tr>
    <td width="10%"><label>SenderInterface</label> </td>
    <td width="22%"><input type="text" id="senderInterface"
    name="SenderInterface" value="BookingOrdersOut" size="40" /> </td>
    <td width="10%"><label>SenderNamespace</label> </td>
    <td width="22%">
    <input type="text" id="senderNamespace"
    name="SenderNamespace" value="http://sap.com/xi/rkt/CaseStudy/group99"
    size="40" /></td>
    </tr>
    </tbody>
    </table>
    &#160;
    <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
    <h4>Optional Parameters</h4>
    <tbody>
    <tr>
    <td width="10%">SenderParty</td>
    <td width="22%"><input type="text" id="senderParty" name="SenderParty"
    size="40" /> </td>
    </tr>
    <tr>
    <td width="10%">SenderAgency</td>
    <td width="22%"><input type="text" id="senderAgency" name="SenderAgency"
    size="40" /> </td>
    <td width="10%">SenderScheme</td>
    <td width="22%"><input type="text" id="senderScheme" name="SenderScheme"
    size="40" /> </td>
    </tr>
    </tbody>
    </table>
    &#160;
    <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
    <h4>Payload</h4>
    <tbody>
    <tr>
    <fieldset style="padding: 2">
    <td width="50%"><input type="radio" name="Source" value="Textarea" checked="checked" />Type in XML</td>
    <td width="50%"><input type="radio" name="Source" value="File" />Upload File</td>
    </fieldset>
    </tr>
    <tr>
    <td width="50%"><textarea name="xmlData" rows="10" cols="60">&lt;a&gt;test&lt;/a&gt;</textarea></td>
    <td width="50%"><input type="file" name="xmlFile" size="40" /> </td>
    </tr>
    </tbody>
    </table>
    <p>
    <input type="button" value="Send" id="button1" name="button1" LANGUAGE="javascript" onclick="button1_onclick()" />
    </p>
    <hr />
    <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
    <h4>Result</h4>
    <tbody>
    <tr>
    <td width="50%"><textarea name="response" rows="5" cols="60"></textarea></td>
    </tr>
    </tbody>
    </table>
    </form>
    </body>
    </html>
    the code in that uses an Active X object, but if you can align your JSP code to receive the response in similar way, then probably your prob is solved,
    Best of luck
    Regards
    Vishnu

  • To Akash :  Http Connection problem

    Dear Akash,
    Thanks for the reply u gave for my question
    I tried with Thread also.
    I still have few doubts & problem.
    1. Do we need to get special permission from
    operators for uploading the images or text to server.
    I have tried to upload captured images to my server.
    But i cann't do with mobile.
    2. I am also trying to audio, video streaming. All
    these are working with emulator. But not with mobile.
    3. Is there are any proceedure to deploy them. I am
    using EclipseME plugin. After creating jar files of my
    application using obsfucation package, i am just
    copying to my server and downloading it from mobile.
    Is it correct way?
    Can you please answer me asap? BCoz, I am stuck with
    this project for last 1 week. Nothing seems to be
    working on mobile.
    FYI ( i am using nokia 6600). I have harcoded the
    ipaddress of my server for http connection instead of
    using domain name. Is it cerating problem.
    Thanks a lot in advance.
    Prasanna

    hi
    i mailed u today from my personal emailid , i think u got it .
    reply me if u still have some problem.
    thanks for writing me email also my name in subject line , it really save my time
    regards
    akash
    Indiagames ltd
    India
    [email protected]

  • HTTP Listener problems

    Good day all,
    I have some problems regarding HTTP Listener:
    1. I cannot startup my www listener on port
    80, only Node Manager listener can be
    started. It gives out the errors:
    OWS-08811 & OWS-08851.
    2. I even cannot either view or edit the
    configuration for my HTTP listener.
    When I clicked on the properties such
    as Network, Server, etc, it just doesn't
    show up the configuration that I needed
    to see.
    I have already checked the environment variable: WV_GATEWAY_CFG, and it is in the right path. What could possibly went wrong?
    This is the specification of my installed products:
    Platform: Windows 2000
    DB: Oracle 8i Enterprise Edition 8.1.7.0.0
    Oracle 9ias 4.0.8.2.1a
    Any ideas? Thanks.
    - Alfian
    null

    As far as I know, there is no utilities to view the configuration as you have mentioned. All configurations are in configure files,
    they are
    httpd.conf
    jserv.conf
    jserv.properties
    zone.properties
    If someone does know such a utility, please tell me. :-)
    Regards,
    --tao                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Http connection problem on real series 40 device

    Hi guys,
    I'm having a problem with my midlet whenever it connects to a servlet through HTTP. When i access the servlet through a getResponseCode() command or through an openInputStream() command, a java.io.ioexception exception is called. I'm sure that the problem isn't with the servlet since i can access it just fine both through a browser or through the nokia emulator. The problem only happens when i use a real 7210 device to test the application. When i tested the application on a real series 60 device it worked just fine.
    I think the problem is with the security settings of series 40 phones. It seems that the midlet doesn't allow http connections. Do i need to do anything to allow http connections from a series 40 midlet? I have already set the gprs access point to internet as some posts have advised. Any help would be greatly appreciated. Thanks in advance!

    Hi guys!
    First of all, I'll introduce myself. My name is Angel and I am a spanish guy who likes this techs.
    I've been reading your answer to the question related to why http connections doesn't work on series 40 nokia mobiles. I mean about protocol used on connections among mobile-WAP Gateway... and I really have to tell you that you helped me about understanding how they actually work...
    Well, anyway, the thing is that I'm working with this sort of connection through the internet in order to request information from a servlet wich is in close realation with a Database. I launch queries SELECT,INSERT,DELETE,... against the server wich reports the results. This is part of my final year project, in order to finish my degree in Computing Science Engineering.
    But, I am using the series 40 Nokia, to be exact my mobile is the 6100 which has almost the same features than the 7210, and I do http connections over the WAP Gateway of my networking operator. I haven&#7787; ever tried do them over GPRS yet, because at glance it "seemed" to work fine and I didn&#7787; really need to mess with it. Having this hardly controlled, well it turned out that I got some troubles in connections I report you so I hope you can also help me about:
    1.- Connections several times are cut, when it's opened not longer than 45 seconds about.
    1.1.- I found the trick that not closing the outputStream I have indefinied time to deal with them,
    having to close them manually, I mean connections.
    1.1.1 - Unfortunetly that doesn't happen always. The fact is that It works really fine but for some
    particular ocassions when It seems as if it couldn't find the server because it receives no
    data.
    WIth all this, I'd really like to know what the hells is actually going on the wap-gateway. Because one of the things I could realize is that http connection headers are completely changed and fullfilled of data, so I had to take really care with them in order to keep the one I needed.
    Probably that depends on the networking operator I am dealing with, isn't it?
    And going further connections are set up like the mother and father of the networking operator wap-gateway want, I guess, aren't they?
    And I'd like to ask you if my tricky thing is actually crazy just to get what I am looking for, because it doesn't work a few few times, but those make the application goes down.
    And another, When you talk about TCP/IP stack. You mean the queue which in a conventional connections processes are queued-up in waiting for the chance of being admitted to be processed if they are TCP incoming connections or in the oppsoite way if they are outcoming...?
    OK, thanks in advance , and sorry for my peculiar long message, because I'm not so used to write over here, though I am when I try to find answers to the unknown ;-)
    Congratulations to this forum and greetings to those who can read me.
    Greetings from the south-east of spain where sun is stuck on your face even if you use sun-glasses.
    peteparker ([email protected])

Maybe you are looking for

  • LSMW with RFBIBL00

    Hello. I had to create a lsmw for importin invoices with RFBIBL00. The problem is that when i run the lsmw there is an eror in sm35 that it says: COBL-GSBER there is no entry in the field for program SAPLKACB screen 0002. In there it should probably

  • Problems Installing Envy D410 Software on my Macbook - OX Lion 7.5

    When I try to use the HP Installation Wizard - I get as far as the Installation Type screen and then I cant go any further.  The  blue "Install" button just flashes. Any suggestions?  It's driving me crazy! Thanks

  • Display Sql query result

    i have a c++ form that accepts data and saves it on a table in a database via a button click, this is the code for the eventprivate: System::Void button1_Click(System::Object^ sender, System::EventArgs^ e) { String^ constring=L"datasource=localhost;p

  • No Entries in SMW01 when we create BP in CRM 5.2

    HI, In the process of Integrating CRM 5.2 and ISU , we have done all the necessary MW settings below. 1.      Number ranges and groupings set both on CRM and ISU 2.       Logical systems and RFC Destinations defined for both CRM and ISU . 3.       In

  • COMO hacer un query especifico

    Quisiera saber como hacer un query para saber a que grupo pertenece cada usuario que tengo agregados en mi LDAP.