Changing the default port 1433 in SQL 2005 on an ECC 6.0 system

Hello everybody,
There is a requirement to change the default port of MS SQL 2005 from 1433 to a different port.
I am using SAP ECC 6.0 running on an ABAP stack. I would like to know what changes need to be done from the SAP end to achieve it.  Any pointers in this regard would be helpful.
Regards
Dinesh K

<b>Sizing</b>
Hardware sizing should be completed by your SAP partner. Its based on many things. Users, modules, storage volumes, peek, BP, workloads etc etc.
You can do the 'noddy' version with the sapsize on OSS. The output from this is in 'SAPs' you could look up std systems bench marks and get something 'like' it. Else submit the results to the hardware vendor of your choice and they will do it for you.
<b>System Redundancy</b>
Depends what you are trying to do.
MSCS is a fail over HARDWARE only solution. ie if you want to patch or take a node out of service you can by 'failing over' the services on it to the other node. If you get a DB problem MSCS can not help you at all.
Log shipping gives you 'rapid' recovery options for SQL(and there in SAP). The way this normally works is via either manual or automatic log-shipping to a 'standby' system with SQL/SAP loaded on it that can be brought online if you get a problem with the main system.
A well planned system will have fail-over and recovery capabilities, ie it will use BOTH.

Similar Messages

  • How to change the default port of webdispatcher

    Hello Everyone,
    We wish to  know to how to change the default port of SAP webpatcher port from 81$$ to 80.
    Appreciate your response.
    Thanks,
    Vadi

    Hello Vadi
    you have to change the PORT value in your profile parameter from 81$$ to 80
    icm/server_port_0 = PROT=HTTP,PORT=81$$ to
    icm/server_port_0 = PROT=HTTP,PORT=80
    Also, in SMICM, then change http service port and activate it and above parameter will require SAP restart
    $$ is used generally to accomodate multiple port services running in SMICM and so as to avoid the parameter setting according to instance number of any system.
    thanks
    Bhudev

  • How can we change the default port 50000 of SAP WAS?

    Hi,
    1. How can we change the default port 50000 of SAP WAS?. Can we assign 8080?
    2. Can we assign default context ("/") for the application we have developed?
    Regards,
    Sudheesh

    Hi Sudheesh,
    just refer this help..
    http://help.sap.com/saphelp_nw04/helpdata/en/5b/82d3c3ee9691418e6b0281f933a37d/frameset.htm
    U have to restart the sever after changing the port.
    One more main thing here , no other services must not be using the port.
    It will cause port binding exception.
                  Regards
                  Kishor Gopinathan

  • How to change the default directory from within SQL*Plus ?

    Hello,
    I want to change the default directory directly from within SQL*Plus to be able to launch my command files with simple instructions like :
    @my_command.sql
    If I haven't launched SQL*Plus from the directory containing the file my_command.sql, how do I change the default directory to the directory of my command files ?
    I've searched through the Oracle documentation, there's no SET DEFAULTDIR or something like that. When I do a SHOW ALL, there's no variable containing the default directory.
    If you have an idea...
    regards,
    Jérôme.

    Hi Jérôme (J鲴me ?),
    You cannot directly do that, but you can use @@ instead of @ to run subscripts in the same directory as the superscript
    # head /tmp/tl30/xxx/[xyz].sql                    
    ==> /tmp/tl30/xxx/x.sql <==
    prompt call y
    @y
    prompt call z
    @@z
    quit
    ==> /tmp/tl30/xxx/y.sql <==
    prompt i am in y
    ==> /tmp/tl30/xxx/z.sql <==
    prompt i am in z
    # pwd                                             
    /root
    # sqlplus -s scott/tiger@lsc62 @/tmp/tl30/xxx/x.sql
    call y
    SP2-0310: Datei "y.sql" konnte nicht geöffnet werden
    call z
    i am in zKind regards
    Laurent Schneider
    OCM DBA

  • Can we change the default port http server??

    Hello,
    While i'm installing the Oracle9iAS, the port for http server is given as 7777. If i want to change that port to 80, how can change that??? or anyway to hide and show the main page as http://oracle9i.jade.com
    Thanks
    Regards,
    Ming Jade

    Ming Jade,
    Yes...you can change it in
    <Oracle9iASHome>/Apache/Apache/conf/httpd.conf
    Change the value of Port from 7777 to 80 and the restart your application server...
    Cheers
    --Venky
    Resources :
    For information on configuring J2EE1.3 applications
    in Oracle9iAS, please have a look at the following tutorials:
    http://otn.oracle.com/sample_code/tech/java/j2ee/jintdemo/content.html
    http://otn.oracle.com/sample_code/tech/java/j2ee/jintdemo/tutorials/HiAvTutorial.html
    http://otn.oracle.com/sample_code/tech/java/j2ee/jintdemo/tutorials/webcache.html

  • Changing the default port while executing the query

    Hi gurus,
      Please help me with this problem. When I open a query in BEx Analyzer 3.x, I get this option to launch the query in web browser, now, when I click on this option, there is a new IE explorer that opens up and the address bar shows up the following address.
    http://<My Host name>:8100/sap/bw/bex?<The query>
    Now, I want to change this port to 8000 by default, what are the settings that I have to change. I tried searching it everywhere, but to no avail,  Any help would greatly be appreciated.
    Regards,
    Sree.

    I got the answer on my own for this quetion guys,
    The function module RSBB_URL_PREFIX_GET is used to generate the URL in BW. That is, when you click "Launch in Web Browser" in the BEx Anaylzer, "Display Query on the Web" in the BEx Query Designer or "Execute in the browser" in the Web Application Designer, the function module is called and this returns the protocol, host, domain, port and service.
    The function module essentially runs through three steps:
    Determine the settings on the application server and generate the URL for the application server.
    Determine the settings relating to the message server, provided that it is used, and replace the host and port of the application server URL with the values for the message server.
    Check whether an exception is defined for the URL generated in the previous two steps, and, if required, replace the host and port with the values from the exception.
    First, the application server settings are created. If a message server is used, the settings relating to host and port are replaced with the message server settings. If an exception is maintained, the host and port are replaced in turn by the exception.
    Hence a simple conclusion to this problem is that you need to maintain an exception or an entry in the table HTTPURLLOC, this can be done via SE11. the following fields appear and use the entry as shown below...
    Client    <default client>
    Sort/Search/Match Sequence (First Match Wins)   <Can be Numerical numbers 1 2 3 etc, depending on the priority>
    Protocol for URL (TRANSLATE TO UPPER CASE)   <http, https etc  (Whatever you want to be used in the url)>
    Application Key (BSP=/BSP/Namespace/Name) (*=wildcard&UPPER)   <I don't know what does this mean and so used *>
    Target Domain, (* = Wildcard & UPPER CASE)    <Used * here again.>
    Host Name with Domain   <The hostname u want to appear in the address field>
    Port Number    <The port number>

  • Can I change the default 'File Type' for PL/SQL Source File to '*.prc' ?

    Want to change the 'default' extension for PL/SQL source to '*.prc'
    When navigating 'File' / 'Save As', and selecting the 'File Type' list box,
    The default 'File Type' for PL/SQL Source File is '*.pls'.
    Can I change the default 'File Type' for PL/SQL Source File to '*.prc' ?
    I have followed , 'Tools', 'Preferences' , 'File Types' and added '.prc' as 'Sql Script' file type, because (PL/SQL Source) is not present in the list.

    You can certainly overwrite the 'Save As' extension as you are saving the file. I have added an ER for more control over this functionality.
    sue

  • Make the dvi connector on the 4870 the default port

    Hi,
    I have a 8 core 2.8 and a new 4870 card, 23" cinema dvi, generic 19" with the dvi to mini display port adapter.
    I want to make the DVI port the default port on my mac.
    I know how to change the arrangement and menu bar. Back in the old days there was a way to change the default port, So that as the machine starts up the dvi out shows the startup sequence and all of the warning boxes show up on that display.
    Thanks
    mdr

    You can still get it sent in for repair through Apple, but since the warranty doesn't cover any kind of damage, it would be fee based.
    All pricing can be found at http://docs.info.apple.com/article.html?artnum=304869. For an iPod video, depending on the model, repair will range between $129-$179.
    I tried taking a search on Google, but there isn't too much for non-Apple repairs for dock connectors. Your best bet would be to take a look at the Apple Store online, and take a look at the refurbished models of the iPod Videos.

  • Changing SSH default port from 22 to 8080

    Hi all,
    I have deployed SSH on my home solaris 10 x86 machine and it was working fine through the default port 23.
    But the problem is that i can't connect to it from work as the firewall blocks outgoing SSH traffic. So i want to change the default port from 23 to 8080.
    i changed the value of Port in /etc/ssh/sshd_config.
    Then i ran the command
    /usr/lib/ssh/sshd -f /etc/ssh/sshd_config
    because as far as i know from the man pages it will cause the daemon to reread the configuration file thus the new value for port but still it didnt' work.
    Also i tried the command
    /usr/lib/ssh/sshd -p 8080
    but didn't work also
    I tried to restart the ssh daemon after both commands but still the same result.
    Would anyone please help me with this issue as i still don't have much experience in solaris.
    Thanks in advance.

    Ok, So i installed lsof, but
    When i ran that command i got this output
    bash-3.00# lsof -M | grep 8080
    sshd 1085 root 3u IPv6 0xd43e21c0 0t0 TCP *:8080 (LISTEN)
    it seems that sshd is occupying port 8080 but still ican't login from a remote machine.
    When i try it asks me to enter the username and then displays a messaing "Using keyboard-interactive authentication" then asks for password, When i enter the password it gives me "Access denied" although iam sure this is the right password.
    When i try to connect to port 22 things go fine and i can login with the same user "root" with no problems (i know accessing remotely using root is not secure but that is not the problem for the moment)
    So i did that
    ps -ef | grep ssh
    root 1085 1 0 19:05:07 ? 0:00 /usr/lib/ssh/sshd
    root 1093 1 1 19:05:51 ? 0:00 /usr/local/sbin/sshd
    Note that the PID for the process grabbing the port is the same for /usr/lib/ssh/sshd
    so is that the ssh daemon or is it /usr/local/sbin/sshd ????
    Please advise. Note that iam not experienced in solaris so please take it easy with me.
    Thanks

  • Changing Tomcat Default Port.

    Hi.... All
    How can i change the default Port (8080) in Tomcat.
    In Which file do i need to change this manually.
    thanx

    change this on the server.xml,
    the connector part.
    <Connector port="8080" maxHttpHeaderSize="8192"
    the port attribute here

  • How to change the default apex port

    hi,
    i am installed apex4.0 in EBS R12 DB with HTTP Server method. my apex is running from application server 10g and default port is 7777.
    URl: http://hostname:7777/pls/apex
    My EBS R12 running on http://hostname:8007.
    is it possible to change the apex port to EBS Apache port(8007) in R12 and finally i want to change above URL like this
    Before change : http://hostname:7777/pls/apex
    After Change : http://hostname:8007/pls/apex
    Thanks in advanace....

    How to Change the Default SSH Port from Terminal ?
    now showing default SSH Port 22 i need change it pls help me how can do

  • How to change the default SSH port on Cat 6500 WS-SUP720-3B

    I have been net searching this question and I find answers relative to other Cisco products but not for the 6500 series. We are running
    entservicesk9_wan-mz.122-18.SXF17a.bin and would like to know how to change the default SSH listening port..
    Thanks in advance..

    Hi Neil,
    Normally this is achieved via the "ip ssh port rotary " but unfortunately, this command is not implemented on your platform so ssh will only work on port 22.
    Regards,
    Nicolas

  • How to Change the Default SSH Port from Terminal ?

    How to Change the Default SSH Port from Terminal ?

    How to Change the Default SSH Port from Terminal ?
    now showing default SSH Port 22 i need change it pls help me how can do

  • How to Change the Default SSH Port from Terminal ? now showing default SSH Port 22 i need change it pls help me how can do

    How to Change the Default SSH Port from Terminal ?
    now showing default SSH Port 22 i need change it pls help me how can do

    How to Change the Default SSH Port from Terminal ?
    now showing default SSH Port 22 i need change it pls help me how can do

  • How to change the default servcie port number to be checked for the IPS sig

    Dear
    i have an AIP-SSM (IPS) installed in a an ASA firewall.
    i have configured an access-list in the firewall to forward the traffic coming from the internet toward the internal server to be checked by the IPS module.
    but the case is that the services have to be checked is not the default services port numbers.
    http port is 8081
    oracle port is 2006
    and many other services.
    the question now, is how to change the default service number in the IPS in order to be checked by the corresponding service signatures?
    Thanks

    You would set those as part of the signature variables.
    http://www.cisco.com/en/US/docs/security/ips/6.1/configuration/guide/cli/cli_signature_definitions.html#wp1040009

Maybe you are looking for

  • Transaction launcher in CRM Web IC

    Hi, We are trying to use transaction launcher in the WEB IC to call an R3 transaction. We have successfully managed in DEV and now we want to move across to QA for transport. But the handler class and config is done for DEV so far. In order to work t

  • PPro CS4 and Soundbooth

    (I also posted this same thing in the PPro Forum) I have had a problem with a recent project trying to fix some audio clips in Soundbooth.  I would right click on the audio file and select "Render and Replace"  Soundbooth would open up and no matter

  • How to convert varchar to int in MSSQL?

    Hi, I am using mssql. how can i convert varchar to int type. for eg. id (int) txt(varchar) 1 ---------10 2 ---------10a 3 ---------10b i want to convert varchar to int. HOw? pls explain with query. Thanks edward

  • Why is Spotlight not finding files in Applications Support

    Why is Spotlight not finding files in Users/UserName/Library/Applications Support ? What needs to be configured to do that? Thanks.

  • General text field in invoice register

    Hi, Can anybody plz tell me how to fetch general text field from vf03 transaction in SD. i am not able to find out its field name and table name. vf03 --> goto --> header ---> header text. regards Fozia