How to change sybase sql default port

Hi Experts,
Is there any option to change the sybase sql default port ? Here i want to change the port number because we can't start two SAP instances at the same time on the same server?
Kindly advice
Regards
Praveen

Hi,
You can try to start a new port and shutdown the old one.
Once you've done that you can change your interfaces file to the new port.
Check what ports are open:
sp_listener 'status'
go
Start a new port
sp_listener 'start', 'tcp:host:port", "remaining"
go
Stop old port:
sp_listener 'stop', 'tcp:host:port', "remaining"
go
Change interfaces file to point to the new port.
Regards,
Ryan

Similar Messages

  • How to change Firewall remoted desktop port?

    How to change Firewall remoted desktop port
    I have changed the listening port in the registry.
    I added a rule for incoming for RDT.
    I can find the rules, and other items in the Firewall lists.
    But I cannot find how to edit to change the port number.
    Other threads indicate just added an open port not designating RDT as the program.
    Guidance please.

    >So, when inserting a new rule and choosing RDT from the program list automatically inserts the default port number? 
    My fault.  You should not select RDT from the program list, but instead
    select the radio button for port, then click next, select TCP, and add in
    the port number, then next and continue on with setting allow connection
    and then when does this rule apply.
    Bob Comer

  • Change TMS SQL usage Port

    Hi,
    We use TMS version 14.6
    I need change default ports used by SQL server (destination ports TCP 1433 ->TCP 3341)
    Please find sheet or give advise
    Thank you

    If you run the TMS Tools application (C:\Program Files (x86)\TANDBERG\TMS\TMSTools\TMSTools.exe) and go to the Configuration Tab, that lets you change the Port from the detault 1433.
    Wayne
    Please remember to rate responses and to mark your question as answered if appropriate.

  • Changing Oracle Lisetener default port

    Dear All
    Please advice steps for changing default Oracle LISETENER from 1521 to another port.
    Thank you

    mtawfik wrote:
    Dear All
    We don't use client/server model, we are using Bea weblogic as application server... application users connected through Bea Weblogic and DBAs can can change the port in tnsnames.ora whenever security guys will change defult database listening port to a new port from firewall because the database server is located behind firewall.Even in a 3-tier model, you have a 'client' - the client is the app server. It is still necessary to change the client's (app server) information. At the very least you need to update ALL the appropriate hard coded JDBC references (if any), JDBC data sources, and potentially JNDI references.
    My Question is: how is dynamic service registration control communication between listener and PMON?PMON reads the database's 'local_listener' parameter to determine which port and hostname (especially on multi-homed machines) on which the listener is listening. That parameter is described in the Reference Manual in the docs at http://tahiti.oracle.com

  • Change SAP MC default port

    Can anyone tell me how to change the default port (5xx13) for SAP MC?    That port is already in use on our system and so the SAP MC java applet cannot connect. 
    Thanks!
    Kirsten

    Hi Kirsten,
    As far as I know, the SAP MC uses the same port as the sapstartsrv service port.
    By default the service uses ports:
          5$(SAPSYSTEM)13 for http
          5$(SAPSYSTEM)14 for https (if SSL is configured for the instance),
    And this might be overwriten in etc/service file by specifying:
          sapctrl$(SAPSYSTEM)
          sapctrls$(SAPSYSTEM)
    Check SAP note 936273.
    Regards,
    Désiré

  • How to open a non-default port for sftp?

    My MacMini at work used to listen on port 12345 for sFTP for close to 9 months but then something (probably a power cut...) messed all things Remote up with the office setup. So I tried to reset things. It didn't work. What do you think I'm doing wrong? The MacMini is running Tiger (10.4.10). Here's what I've done so far:
    1. Drilled a hole for port 12345 on my Thomson (Alcatel SpeedTouch 780) modem/router, and disabled its Firewall and Parental Controls;
    2. In System Prefs>Sharing>Firewall I have enabled the Firewall after making sure I've added a service for port 12345;
    3. Also in System Prefs I've enabled Remote Login, to make sure the sftp daemon is running;
    4. Back on the Thomson modem/router, I've set up a service to forward port 12345 of the router to port 12345 of my MacMini (I selected it by clicking on its MAC address in the appropriate drop down menu in the modem/router config page).
    STILL: when I try to sftp to my MacMini from outside the office, I get a timeout error. Back at the MacMini, I run Network Utility and ask it to check at IP (the MacMini IP) for ports 12345 to 12345, and it doesn't report it as 'open' (it does for port 22).
    I am bummed. What am I missing? I am also 100 miles away from the office on any given day, so it's not exactly easy to pop over and try various troubleshooting things. I have to kill this once and for all next I'm at the office, some time in the weekend!
    As always, thanks, people.
    < Edited by Host >

    It sounds to me like the port forwarding is setup, so that's not the issue.
    The issue is how to change sshd to listen on port 12345 rather than port 22. However, I'm not sure that you need to.
    If you're trying to hide your server from the public, why not just setup your port forwarding to forward publicIP:12345 to privateIP:22.
    That way you connect to port 12345 from your remote location, but don't have to change the server configuration at all.
    The only reason why this wouldn't work would be if your router doesn't support different internal and external ports (e.g. it always maps to the same internal port number).
    If that's the case then you need to change launchd to listen on port 12345. How you do that depends on whether you want to move the entire SSH service to port 12345, or whether you want SSH to support 22 and 12345 at the same time.
    If the former, just edit /System/Library/LaunchDaemons/ssh.plist and change the lines:
    <key>SockServiceName</key>
    <string>ssh</string>
    to:
    <key>SockServiceName</key>
    <string>italk</string>
    (italk is the registered service for port 12345).
    Then either reboot or unload/reload the ssh.plist to make the change active.
    If you want ssh to run on both port 22 and 12345 then you should copy /System/Library/LaunchDaemons/ssh.plist to /Library/LaunchDaemons/ssh-12345.plist then make three changes to the new .plist file:
    First, change the <Label> parameter to something unique (i.e. not 'com.openssh.sshd').
    Second, remove the <Bonjour> array
    Third, edit the SockServiceName as indicated above.
    Once you've done that, reboot and you should be set.

  • How to change "open with" defaults via command line?!?

    folks,
    i know that if i get info on a file -- in this case, a filemaker 5.5 file -- i can choose the default "open with" settings and apply those settings to all files of that kind. see the attached image for what i mean.
    but how do i do that via the command line?
    thus far, here's what i've got: i know that i can open a document called "scrubbing shell.sh" on my desktop WITH either MS Word of TextEdit by calling:
    open -a textedit /Users/david/Desktop/scrubbing-shell.sh
    or
    open -a Microsoft\ Word /Users/david/Desktop/scrubbing-shell.sh
    no sweat. BUT....how do i set the defaults so that it ALWAYS opens with that app in the future when double-clicking via the GUI?
    many thanks, ya'll!
    david koff
    associate systems admin
    the j. paul getty trust
    dkoff AT getty DOT edu

    Hi David,
       OK, I investigated the new format and treatment. It appears that the first entry in the property list file that matches the file being opened wins. The Finder may still honor the new format; when I moved my old Panther file into Tiger it seemed to work. However, in other ways, the Finder doesn't recognize the old format, which is the format of the FileMaker entries you posted.
       The Finder puts all of the new format entries at the beginning of the property list file. If you change a preference that was controlled by an old format entry, the Finder won't edit that entry. What it will do is to create a new entry in the new format closer to the beginning of the file than any of the old-format entries. SInce the new entry comes first, the old one doesn't apply. If you then edit the preference and change it back to what it was before, the Finder will edit the new entry. Consider the following sequence of events and commands:
    % cp ~/Library/Preferences/com.apple.LaunchServices.plist ~/Library/Preferences/com.apple.LaunchServices_copy.plist
    I change all GIF files to be opened by GraphicConverter instead of Preview, which is an old setting in the old format.
    % plutil -convert xml1 ~/Library/Preferences/com.apple.LaunchServices.plist
    % diff --text ~/Library/Preferences/com.apple.LaunchServices.plist ~/Library/Preferences/com.apple.LaunchServices_copy.plist
    404,409d403
    <      <dict>
    <         <key>LSHandlerContentType</key>
    <         <string>com.compuserve.gif</string>
    <         <key>LSHandlerRoleAll</key>
    <         <string>com.lemkesoft.graphicconverter</string>
    <      </dict>
    Then I change all the GIF files to be opened by Preview again.
    % plutil -convert xml1 ~/Library/Preferences/com.apple.LaunchServices.plist
    % cp ~/Library/Preferences/com.apple.LaunchServices.plist ~/Library/Preferences/com.apple.LaunchServices_copy2.plist
    % diff --text ~/Library/Preferences/com.apple.LaunchServices.plist ~/Library/Preferences/com.apple.LaunchServices_copy.plist
    404,409d403
    <       <dict>
    <          <key>LSHandlerContentType</key>
    <          <string>com.compuserve.gif</string>
    <          <key>LSHandlerRoleAll</key>
    <          <string>com.apple.preview</string>
    <       </dict>
    % diff --text ~/Library/Preferences/com.apple.LaunchServices.plist ~/Library/Preferences/com.apple.LaunchServices_copy2.plist
    408c408
    <          <string>com.apple.preview</string>
              <string>com.lemkesoft.graphicconverter</string>
       Note that I had to change the file to text after every change because the Finder converted the file to binary format every time it edited it. I didn't have to logout or reboot; the property list file change less than a second after the preference was set. I'm guessing that because you were just looking at the old-format entry, you missed the real changes to your property list file. Did it change from text to binary format? Try the command line tools that I used above.
       Note that this means that it matters where you put your entries in the property list file if you edit it.
    Gary
    ~~~~
       There are only 10 kinds of people in the world. Those
       who understand binary numbers and those who don't.

  • DISPATCHER  : avoid change of  a default PORT 1521

    I have configured DB 10.1.0.3 with SHARED SERVER .
    If I connnected to the database (SERVER=SHARED), dispatcher would use
    non-default PORT as
    "D001" established:5 refused:0 current:4 max:972 state:ready
    DISPATCHER <machine: ............., pid: 19839>
    (ADDRESS=(PROTOCOL=tcp)(HOST=..............)(PORT=35972))
    I use my database behind the firewall in DMZ , so I want to use a default PORT 1521 with my dispatcher D0001.
    There was an option "PORT" in a initialization parameter DISPATCHERS in previous DB versions. I cannot use this option in the database release 10.1.0.3.
    Help me?

    I'm afraid you can't do that, at least with that version.
    See http://download-uk.oracle.com/docs/cd/A97329_03/core.902/a92171/concepts.htm#1016370
    Here an extract :
    The metadata repository is always configured to use port 1521 and has a service name of the form iasdb.host.domain (for the first infrastructure on a host) and iasdbx.host.domain for any subsequent infrastructures on that host). You should never change these values.

  • HELP IN KEITHLEY output source PROGRAM!(how to change GPIB to serial port)

    As the topic suggest,can anyone help me in changing from GBIP to serial port?The file is found inside the .lib that i attached.
    filename:2400 swI Linear Stair MeasV - LED.vi
    thanks!
    Attachments:
    KEITHLEY PROGRAM.zip ‏434 KB

    zzz(yawn)!!!!!!  I did not expect people to help me COMPLETE my work;i was just seeking advice on small portion of that program.Isn't what forum is used for?For posting questions and seeking advice from professonals and those willing to help?If you're just idling around here and doing stupid things just to show that you're an active forum user,i would think that you're a pathetic fool that have no life.Please seriously re-consider your words CAREFULLY next time before you post stupid things.Thanks=D
    PS:btw i did try out the program;if not how can i ask a question?You expect the question to just pop out of my brain without thinking?and thanks the person for giving me INVALUABLE advice(the person before that lame "nyc aka joker") as it did worked,and i'm still trying out the test.Thanks for it again=D

  • How to change "Open With" default

    When one has, say, a .tiff image stored in the Documents folder how does one change the "open with" default? For instance, if Photoshop is given as the default, how does one change this to Preview?

    HI,
    Right or control click the file, then click Get Info. Click the Open With discovery triangle and select the application you want to open that file with. You may have to click Other and navigate to the Applications folder to select the app, ie., Preview.
    http://www.ehow.com/how4548206quick-change-files-default-application.html
    Carolyn
    Message was edited by: Carolyn Samit

  • How to change image size defaults

    Hi all
    I have a burning question. In CS4, when I use the Image Size command, the default units are centimetres instead of inches under Document Size part of the dialog box.
    I know that keeping rulers set to inches will change that default, but I distinctly remember the time when I was able to keep my rulers set to pixels, and my Image Size to inches at the same time.
    Something changed at some point and I can't figure out what. How can I keep my rulers set as pixels, but the Image Size dialog box to inches at all times?
    -iVan

    Problem solved by a fellow 'shoppist at another forum. He suggested changing the regional settings in control panel and restarting a computer, as he felt that was the culprit. Well, regional settings did it indeed - caught red handed AND with a thong in a purse.
    Allow me to paraphrase a rant I already vented on the aforementioned forum: See, I'm in Canada. That means we're officially metric by executive decision. Only, no one ever bothered to tell us, the mindless minions, so we still scurry about our busy little lives oblivious to the existence of a centimeter, while fully engaged in an affair with an inch (or more).
    Whoops, pardon - here in Canada it's spelled centimetre.
    But every once in a while someone here will stub their toe on a stray "centimeter" (I'm trying to get fired from being a Canadian). And when that happens, since we can't actually see them, we just stare into an empty half-inch space wondering what possibly could have caused a hiccup in space-time continuum.
    Microsoft had other plans though. It planted the invisible centimeters into the operating system that are triggered by regional settings. Settings that are officially metric, even if in reality they don't exist, just like the Hobbits, ET's and southern democrats.
    OK, rant is over!

  • How to change Bridge CC default's to open images in PS CC?

    Bridge CC default to open images is PS CS6, how do I change the default to PS CC?

    Update on this issue:
    Concerning Ps CS6 seizing Dominance:
    I did try UNinstalling and then re-installing Ps CC 14.00 but Ps CS6 still retained "Dominance" (meaning that it was impossible to change System Permissions to recognise that all PSDs should always be opened from the Finder in Ps CC).
    Finally I uninstalled Ps CS6 from this HD and now CC has established "Dominance".
    Bridge CS6 was NOT removed from my HD when I uninstalled Ps CS6. (You need to keep Bridge CS6 until Adobe replaces the the AOM Panel in Bridge CC.)
    Also, choosing the Default File Associations in Bridge CC, now correctly sets all Photoshop-related Associations to Ps CC instead of Ps CS6.
    Duplicated from another thread beause there are multiple threads all discussing the same issue!

  • HP Officejet 4630 Printer....how do change from the default setting when printing from the web?

    HP Officejet 4630.....Windows 8, 64-bit
    When printing from the web I am not able to change the print size.
    1. Click File on Menu bar
    2. Click Print open dialog box
    3. Click Properties open printing shortcuts
    Everything in Printing Shortcuts have a lock on it. Including Factory Default.
    Any and all help with this problem will be appreciated.
    Thank you in advance

    I posted this to the wrong board. Can it be move to the right one?
    thank you

  • How to change the parameter 'Default Servers To Use For Viewing And Modification' using java api dynamically.

    Hi,
    I need to change the Crystal Reports setting 'Default Servers To Use For Viewing And Modification' to a particular server.this i need to do using java api.
    could you pls provide me the sample code for this.
    Regards
    Srinivas

    The IReport interface extends IViewingServerGroupInfo interface, that allows you to specify the server group. 
    The choice selection for that interface is as follows:  0 = first available, 1 = prefer the selected server group, and 2 =  only use the selected server group.
    The server group selection is by the SI_ID for that server group InfoObject.
    Sincerely,
    Ted Ueda - Developer Support

  • How to change iCal alarm defaults

    I have one frequent event that requires an alarm when I put it on iCal.  However there is no consistency to when that event occurs so each must be entered manually.  This event can occur up to 6 times a month.  When I set the alarm each time, the default is 11:45 the night before.  I would rather have the default be same day at 8 am.  Is there a way to change the default so I don't have to change each alarm event manually?

    If it takes a while to input new information, it might be quicker to duplicate the event and change the due date & time. I don't think you can specify a time in the default, just minutes prior to.
    ...JER

Maybe you are looking for

  • My screen locks up while playing words with friends..any idea why?

    My screen goes dark while playing and I don't know why or how to fix it. It comes back eventually.

  • SNMP Traps from catalyst 3750x

    I use SNMPc from Castrlerock. When my Catalyst 3750x sends a trap they display as below. I've included the imports, I've checked the imports imports etc. I'm by no means and SNMP expert and obviously missing something. I've also check the Cisco SNMP

  • SQL Commands.Need a quick help.

    Hi Guyz, I need to know if the table spaces are auto extend or not.which command should i use. Thnx in advance Navneet Kaur

  • Just when I thought the service couldn't get any worse...

    I "upgraded" to 150Mb fios last September.  Since then I've experienced consistent Internet service interruptions. My calls to Verizon service tech support have been met with their replacing my router, ONT box, and continued assurances the issue woul

  • Mac App store won't install on dock after update to 10.6.8

    Hi All I am running OSX 10.6.8 and have tried numerous times to get the App store icon to install...I am at the point of pulling my hair out, I'm so frustrated.  I've installed the 10.6.8 update combo.... I've got 2.4GHz Intel Core i5, and 4GB macboo