WAD-Port number is changing in the URL

Hello,
When i try to execute a webtemplate in the browser, the default port number(ICM profile configured in RZ10 icm/server_port_0 PROT=HTTP,PORT=8080,TIMEOUT=1800)is modifying in the URL to 8100, and unable to display the page. Again when i modify the port number to default portnumber manuall and the page/report is displayed.
Could you explain why the default port no is modifying in the URL? How can i solve this porblem?
Thanks
Ravi

One way to check is using Transaction<b> SMICM</b>. You can also try SE37 > RSBB_URL_PREFIX_GET. When you execute this function module, the Export parameters returned are what appear in your URL.
If there is a difference between what you see in SMICM and the Export Parameters, it means that somewhere the settings are wrong...your Basis team can help in that case.
Hope this helps...

Similar Messages

  • Port number is changing in the URL!

    Hello,
    When i try to execute a webtemplate in the browser, the default port number(ICM profile configured in RZ10 icm/server_port_0 PROT=HTTP,PORT=8080,TIMEOUT=1800)is modifying in the URL to 8100, and unable to display the page. Again when i modify the port number to default portnumber manuall and the page/report is displayed.
    Could you explain why the default port no is modifying in the URL? How can i solve this porblem?
    Should i need to do some more configurations?
    Thanks...

    Hi Amie,
    It is difficult for me to understand the problem. Could you please provide more information about the version of the J2EE Engine you use, the environment - cluster, nodes. If it is possible to copy/paste the HTTP request and Http response. What is this default port number that you mention?
    Could you be so kind please to explain the problem once again in more details ?
    Best Regards,
    Todor

  • Is there a way to remove the changes to the URL Bar, specifically the status information and the target URL?

    To begin, I utterly despise the changes to the URL Bar and the removal of the Status bar. In order to stay with the latest version of Firefox I am attempting to recreate the look and feel as best I can.
    I have already installed the Status-4-Evar extension. The only thing that remains is to remove the status information and the target URL from the bar.
    Are there any settings in about:config that will allow me to make these changes?
    EDIT: Status information can be removed by toggling. status4evar.statusInUrlBar. Still looking for a way to remove the target URL...

    This code in [http://kb.mozillazine.org/UserChrome.css userChrome.css] below the @namespace line seems to remove the links that appear on hover.
    <pre><nowiki>@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    .urlbar-textbox-container {color: inherit !important;}
    .urlbar-textbox-container-children {opacity: 1 !important;}
    .urlbar-over-link-box {opacity: 0 !important;}
    </nowiki></pre>
    See http://kb.mozillazine.org/Editing_configuration#How_to_edit_configuration_files

  • Ive just upgraded my iphone 4 to 5, should i sync my phone before or after my number has changed to the iphone 5?

    ive just upgraded my iphone 4 to 5, should i sync my phone before or after my number has changed to the iphone 5?

    When you restore from an itunes backup it doesnt backup music or ring tones. resync from the computer that has the music. If you bought all the songs from iTunes, you can always redownload them but ringtones are a one-time download. Follow the article to redownload them. For the ringtones you can contact Apple to ask for a redownload of them
    http://support.apple.com/kb/ht2519

  • Random Number being changed to the same number for all rows

    hello all,
    first of all I want to mention that this problem start happening after 2.14 instalation of Power Query.
    I'm creating new column in my query and setting all values to random numbers. The problem is that next step (doesn't matter what it do itself) somehow changes all those random numbers to the same random number for all lines.
    here's code sample:
    InsertedCustom = Table.AddColumn(RemovedColumns3, "Random Number", each Number.Random()),
        InsertedCustom2 = Table.AddColumn(InsertedCustom, "Analyst Full Name", each [Analyst First Name]&" "&[Analyst Last Name]),
    when I'm checking step by step, InsertedCustom  creates new column and all values are being set randomly for all lines BUT when going to the next step (InsertedCustom2) all values in the column "Random Number" are being changed to the
    same number (no matter that InsertedCustom2 itself should not be doing anything to column named "Random Number") . I even tried moving InsertedCustom step to the bottom of my code but it didn't help and still facing this issue.
    p.s. updated my PQ to 2.15 - didn't help

    This is a known issue. Power Query assumes that functions are idempotent (given the same arguments, they produce the same result), which isn't true for Number.Random. Our optimization pipeline is turning Number.Random() into a constant in the scenario you
    encountered, which results in all rows having the same value.
    There's been some discussion of how to fix this, but that won't help you in the near term. Can you describe a bit more about your scenario and what you're trying to accomplish? Perhaps we can help you find a workaround.
    Ehren

  • Specify the port number to go through the firewall

    I noticed the ibm application server gives option to specify the listener port for EJB using this parameter -Dcom.ibm.CORBA.ListenerPort=8888 .
    Can I do the same thing for Sun Application Server?

    org.omg.CORBA.ORBInitialPort
    This is only for the initial connection. After the ejb container receives the call, it is going to communicate with the connecting client using random port number.

  • Is it possible to change the port number of an already installed ITS?

    Hello,
    I've done an install of the latest ITS stand-alone application (win2k server , IIS). It was installed on port 81.
    Is there an easy way to change the port number of this ITS installation without doing a new install? I know there are port references in the itsregistrywgate.xml file but was not sure if these were maintained during install or by reading the global.srvc file entries.
    I've taken the simplistic steps of changing the port number in IIS and the global.srvc file but that does not work. I get a 403.2 read access forbidden error.
    Any advice would be much appreciated.
    Thanks,
    Graham

    Hello Graham,
    yes, it is possible but depends on what you want.
    For IIS, WGate is depending on the following items:
    ISAPI wgate (the filter API that triggers on /scripts/wgate) which is normally a general isapi for all webserver instances.
    the virtual directory "SAP-WGate-Scripts" which exists for the according "virtual" webserver instance.
    the (web)servername in wgate registry, which points to your virtual webserver
    the "Port" in the URL section in wgate registry.
    So, if you want to change the port (e.g. from 81 to 82) for both your virtual webserver and the wgate then go ahead.
    But if you want an extra virtual host (e.g. on 82) then:
    create the virtual host on 82
    create a "SAP-WGate-Scripts" directory on this 82 host exactly as the one on the 81 host.
    change the "Port" in the wgate URL section.
    if you also have an own docroot directory you have to copy the SAP mimes from the 81 docroot to the new one.
    The only thing that will be wrong afterwards is the webservername, this will have no effect on the runtime behavior but at the next patch install you will get an extra dialog to identify your webserver again.
    If you wanted to go for the latter scenario then it might be less work to add a new instance by install e.g. a dual host wgate on the new virtual host or a single host install (with a dummy agate).
    Afterwards you can play around with the WGate configuration to change it to your needs.
    Regards,
      Fekke

  • Hide Port number in the URL

    I would like to hide the port number, and everything to the right of it, from the URL to my applications.
    For example:
    I would like to have this URL:
    http://myhostname:7777/pls/apex/f?......
    read something like this:
    http://myhostname/CMS
    I dont know if this is something trivial, or not,
    or even if I'm addressing this issue to proper forum.
    Does anyone have any suggestions for me please.
    Thanks- Gary

    I have a very similar question as well. I am very new to web applications and web development in general, but we have some here that will come up by simply typing in the IP of the host or the word associated with that host in our local DNS environment. You are then directed to whatever site is on port 80 of that host.
    I would like to do the same with my app I have built in App Express - have users type in a "keyword" and they are immediately directed to my application home page. If my application URL requires a specified port 8080, this doesnt happen by simply pointing to the host. Is it as simple as changing the port number for the application?

  • Changing the admin port number

    Greetings all,
    I have just become the proud father of a weblogic 9 installation and the admin before me changed the admin port number. As I have NO experience with weblogic, could someone be so kind as to tell me where I can find the port number being used for the admin console?
    Thanks!
    Earnie!

    Earnie,
    First, try port 9002 (https) since that's the default.
    If that doesn't work, have a look in DOMAIN_DIR\config\config.xml. In there you'll find something like this:
    <administration-port>1234</administration-port>
    There ya go!
    Mike
    Weblogic/J2EE Security Blog: http://monduke.com

  • Disable Canonical URL or Remove Port Number

    Hi All,
                 We are using the publishing template of Sharepoint 2013 . This generates  the canonical url as shown
    <link rel="canonical" href="http://www.somesite:80/Pages/default.aspx" />
    I want to achieve removal of port number from the above link.
    If not posssible to either remove the entire link itself
    Thanks
    Thomson

    Hi Thomson,
    It is by design that the canonical URL will display port number for SharePoint pages.
    And if you have other sites which are using port number other than 80, then the port should be displayed in the URL for requests can be directed to the correct sites.
    So the port number should not be removed from the URL.
    If you do not want this canonical URL, then you may need to disable the Search Engine Optimization feature in the site collection.
    As this feature is enabled by SharePoint Publishing feature, then we need to disabled it using PowerShell command:
    Disable-SPFeature -identity 17415b1d-5339-42f9-a10b-3fef756b84d1 -URL
    http://sitecollectionURL
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • How do you fetch the URL corresponding to a particular ADRNR number?

    I have the address number ADRNR, I want the URL corresponding to the same.
    How do you fetch the URL corresponding to a particular ADRNR number?

    i suppose you want email address if so use this
    select adr6-addrnumber from table adr6 join table lfa1 with key adr6-addrnumber = lfa1-adrnr

  • Port number for the application

    Hi...i'm working on SMS apps...
    it's a peer2peer sms apps..and to send a message to the application in the other mobile...we need to specify the port number where the application located....
    right now my apps is already able to send msg and received by other phone which do not have the same apps...
    so now i want to specify the port number so ythe msg can be specificaly received by the apps..
    My question is...how do we know or how do we set the port number?
    thx 4 the reply...

    Since there has been no response to your post, it appears to be either too complex or too rare an issue for other forum members to assist you. If you don't get a suitable response to your post, you may wish to review our resources at the online Technical Assistance Center (http://www.cisco.com/tac) or speak with a TAC engineer. You can open a TAC case online at http://www.cisco.com/tac/caseopen
    If anyone else in the forum has some advice, please reply to this thread.
    Thank you for posting.

  • How to Fetch (Home directory/Port Number/Instances) Using the dcmctl tool

    Hi All,
    Is itpossible to get the Home directory name/Port number/Instances running using the dcmctl.bat file.This file comes under oracle 9ias/dcm/bin.This is Very Urgent
    Regds,
    G Sreekumar

    Don't believe so. The only informative option is getstate -v
    ///note that you should NOT run dcmctl with a running EMCTL (EM Website)

  • How to find port number , when there will be different instance number ?

    In case of portal url,
    port number is 50000 for default instance number 00.
    how to find port number , when there will be different instance number , instead of 00?
    Thanks

    Hi
    You can find the port number by your instance number as follows:
    There is a general format for the port number like you have mentioned.
    For 00 instance the port number is 50000.
    The general format for the port number goes like this:
        <b>5<instance_no>00</b>
    If your <b>instance number is 01</b> then the port number would be <b>50100</b>.
    It depends on the installation type which you perform.
    You can also change the instance number during the installation but normally you dont do this.
    If you have many components or units installed on your system you may have more than one instance in that case it may go like this 00, 01, 02....accordingly port number will be 50000, 50100, 50200...resp.
    Hope this solves your doubt.
    If you need some more clarification please lemme know.
    Regards
      Sumit Jain
    **Rewrd with points if useful.

  • ITS HTTP Port Number issue

    Hi,
    We are having ECC 6.0. The ITS service (SAP GUI for HTML) is not working. It is re-directing to Port Number : 0.
    Please see below the detailed steps to analyze the problem from your end.
    1) Login to ECC
    2) Use TOCDE:   SICF
    3) Give the Service Name as "WEBGUI"
    4) Run - Press F8
    5) U will be Navigated directly to ,  webgui -  SAP GUI for HTML
    6) Select the SAP GUI for HTML, right click, then you will get list of options.
    7) Select "Test Service"
    8) Then it will open a new window and will display the SAP Easy Access. The URL of the new window will display something like,  http://SERVER:8000/sap/bc/gui/sap/its/webgui?sap-system-login-basic_auth=X&sap-client=800&sap-language=EN
    But in our case the Port Number is showing as 0, instead of as shown in above uRL like 8000 / 8080,etc.. Due to this, we are not getting the SAP Easy Access screen. We are getting something like "Page can't be displayed".
    We were able to change the HTTP port number in SMICM TCODE, But we are not sure of the exact Port Number.
    Please help us how to findout the actual  ITS HTTP Port Number to resolve the issue. We are not sure what Port number was given in the initial configuration/installation.
    Thanks & Regards||
    Ashok Kumar M.

    >
    Ashok Kumar Munugoti wrote:
    > Hi,
    >
    > Thanks for your reply.
    >
    > The Problem here is we don't know the Port number like U have given 8000. We are not sure of the Port Number.
    >
    > Kindly give me some idea how to findout the HTTP Port Number given in the Initial Configurations/ Installations.
    >
    >
    >
    > Thanks & Regards||
    > Ashok M.
    Hey Ashok,
    you can specify the port number with this parameter.
    Normaly it should be 80<sysnr>
    so if your systemnumber is 05 it would be 8005 for the http port.
    you can also set the parameter like this PROT=HTTP,PORT=80$$
    that will set it automatically to your system number
    regards
    Peter

Maybe you are looking for

  • Movement of order from CRM to R/3

    Hi, We know that after creating the order in CRM it moves to R/3 and there the delivery takes place. Now can you tell me where to do the necessary config so that after creation,the order will move from CRM to R/3? Similarly I want to know the config

  • How do I connect my ERA Jawbone to my IPhone 5S?

    Want to connect my ERA Jawbone Bluetooth to my IPhone 5S

  • Built-in administrator account

    Dear All,     I was searching for the best way to secure the Built-in Administrator account on Active Directory and found the below two options suggested from Mircosoft. I would appreciate your help in recommending the best option: 1. rename account

  • Error -200288

    Hi all, I am trying to digitally output a sequence of 99999 0s and a 1 to Port2, Line 0 on my NI PCIe-6537. I have successfully generate the sample on the specified pin at 20 MHz. And then I did some timing test to see how long it takes to run 200 it

  • Collapse stack not working

    I just upgraded to Lightroom 3 and the collapse stack function is not working...it doesn't collapse a stack of photos, it just stays expanded no matter what I do, any suggestions please?? I see the 1 of 2 and 2 of 2 number in top left corner and when