Changing the port numbers of the KXS, KJS, KCS, CXS

hi,
If i want to change the ports of any processes on iAS 6.5, say for KJS, should i to do it in the following way?
Go to iPlanet Registry Editor and move to software/iplanet/application server/6.5/ccso/eng/1/ directory.
There there is a key called port with an entry 10819. If i change it to desired port number, is it sufficient?
thanks in advance,
desigan

Hey Nicolas, I have checked the min and max handlers. it was just 2. so the port numbers are okay.
After i change PSDBGSRV port number the PSDBGSRV has been started but it gave me the error at PSRENSERV, which is next to PSDBGSRV.
I have increased the PSRENSERV ports also by 10.
default_http_port=7190
default_https_port=7153
default_auth_token=peoplesoft.com
But it still giving me the error.
PSDBGSRV.2120 (0) [12/20/08 15:56:00](0) PeopleTools Release 8.49 (WinX86) starting
PSDBGSRV.2120 (0) [12/20/08 15:56:00](0) Cache Directory being used: C:\HRDMO\appserv\HRDMO\CACHE\PSDBGSRV_1\
PSDBGSRV.2120 (0) [12/20/08 15:56:01](0) Server started
PSRENSRV.2408 [12/20/08 15:56:01](0) PeopleTools Release 8.49 (WinX86) starting
PSRENSRV.2408 [12/20/08 15:56:01](3) Switching to new log file C:\HRDMO\appserv\HRDMO\LOGS\PSRENSRV_1220.LOG
PSWATCHSRV.4012 (0) [12/20/08 15:56:17] Shutting down
PSADMIN.2796 (0) [12/20/08 15:56:23](0) End boot attempt on domain HRDMO
Thank you.

Similar Messages

  • Changing the Port numbers in EBS R12

    Hi
    please suggest me the documents for changing the port number in R12 .
    thanks
    Simha

    Hi,
    Please see
    If you want to change the Web listener please see.
    How to change the Web Listener Port number in Oracle E-Business Suite Release 12? [ID 760590.1]
    If you want to change the port numbers for the while E business suite, then cloning is the best option.
    While running post clone, select the port pool you want.,
    Thanks

  • Fixed the port numbers

    Hello All,
    My OS is SLES 8 (SuSE Linux Enterprise Server 8)
    Currenly my system randomly using different port numbers when I used FTP utility.
    How to fixed the port numbers for FTP?
    I want to use only port 20 & 21 for FTP.
    Regards,
    Dawar

    I am seeing the same behavior as mentioned by mr.p-funk.
    I am setting IgnoreHWSerNumXXXXYYYY = 1 in the Registry for a specific printer model (VID=XXXX, PID=YYYY).
    When each printer of the SAME model is connected to the same USB2.0 port, the "ignore serial number" works as expected,
    (i.e. multiple printers of the SAME model can be connected to the SAME physical USB port on the PC without creating a different "print queue".)
    However, when connecting the 2 printers to a USB3.0 port, it does NOT work. Instead, it behaves as though IgnoreHWSerNumXXXXYYYY
    in Registry is set to 0 instead of 1. (i.e. each printer of the SAME model gets a NEW print queue when connected to the SAME USB port on the PC.)
    I work for a printer manufacturer, and being able to "Ignore the USB Serial Number" is something we use with customers quite often.
    So, if there is a way to make this work when the printer is connected to a USB3.0 port on the PC, we need to know about it.
    Sorry Alex Zhaozx, but Kate Li's response is NOT the answer to the question. She only describes the behavior a user will see when this Registry setting (=1) is working correctly,
    i.e. with a USB2 port. We are asking about HOW to make it work with a physical USB3.0 port on the PC.

  • Changing POP Port Numbers

    My wife and I each has a verizon email account.
    I recently got an email telling me to change port numbers for incoming and outgoing emails.  She did not.
    That leads to two questions:
    1.  Why hasn't she received the email?  Are only some verizon users affected now?  Is this being rolled out?
    2.  If I don't change the port numbers, will I eventually be unable to get email?  If so, when is the cut off?
    Thanks.
    -RS

    The settings have worked for all Verizon email users (not Yahoo, etc) for a while.  They are just trying to stage the number of users that make the change at a time because a large number of users have had trouble making the changes correctly.  It is suspected that they may make the change mandatory sometime in the future.

  • How can i see the serial numbers of the hardware I have registered? my copmuters have been stolen and I'm missing one serial number.

    how can i view the serial numbers of the hardware I have registered? my computers have been stolen and I'm missing one serial number.

    - If you previously turned on FIndMyiPod on the iPod in Settings>iCloud and wifi is on and connected go to iCloud: Find My iPhone, sign in and go to FIndMyiPhone. If the iPod has been restored it will never show up.
    - You can also wipe/erase the iPod and have the iPod play a sound via iCloud.
    - If not shown, then you will have to use the old fashioned way, like if you lost a wallet or purse.
    - Change the passwords for all accounts used on the iPod and report to police
    - There is no way to prevent someone from restoring the iPod (it erases it) using it.
    - Apple will do nothing without a court order                         
    Reporting a lost or stolen Apple product                                        
    - iOS: How to find the serial number, IMEI, MEID, CDN, and ICCID number

  • IAS6.0 SP4: How to find the port number of the JVM

    I want to check the jvm to know whether the startup class is excecuted in kjs or cxs.
    I want that certain operations in the startup class are not excecuted in every kjs or are excecuted only once.
    Thanks for your help

    There is a better way. Use kiva API to cover all OSs:
    knowledgebase FAQ 4008 (
    http://knowledgebase.iplanet.com/NASApp/ikb/index.jsp):
    ServletContext ctx = ...
    com.netscape.server.IServerContext sc =
    (com.netscape.server.IServerContext)ctx;
    com.kivasoft.IContext gxContext = sc.getContext();
    String host = com.kivasoft.util.GX.GDSCurrentEngineGetString
    (gxContext, null, "Host", "defaulthost");
    int port = com.kivasoft.util.GX.GDSCurrentEngineGetLong (gxContext,
    null, "Port", 0);
    But I also want to get the kjs's name which used in the log file's name:
    kjs_1.log. How to?
    Stefan Herz wrote:
    I want to check the jvm to know whether the startup class is excecuted
    in kjs or cxs.
    I want that certain operations in the startup class are not excecuted
    in every kjs or are excecuted only once.
    Thanks for your help
    Try our New Web Based Forum at http://softwareforum.sun.com
    Includes Access to our Product Knowledge Base!

  • What are the ports required for the Audio, Video and A/V conferencing when the following end points are enabled for QoS in Lync 2013 server?

    Hi All,
    What are the ports required for the Audio, Video and A/V conferencing when the following clients are enabled for QoS in Lync 2013 server?
    Client Type
    Port range  and Protocol required for Audio
    Port range and Protocol required for
    Video
    Port range and Protocol required for
    A/Vconferencing
    Windows Desktop   Client
    Windows mobile App
    Iphone
    Ipad
    Andriod phone
    Andriod Tablet
    MAC desktop client
    Please advise. Many Thanks.

    Out of the box, 1024-65535 for all of the client ports.  :) 
    https://technet.microsoft.com/en-us/library/gg398833.aspx
    You'll want to tune your client ports a bit
    https://technet.microsoft.com/en-us/library/jj204760.aspx as seen here, and then the client ports would use those ranges which is easier to set QoS markings.  I'm not sure the mobile clients respect that setting.
    Elan's got the best writeup for Windows clients here:
    http://www.shudnow.net/2013/02/16/enabling-qos-for-lync-server-2013-and-various-clients-part-1/
    However, the marking of the packets is the tricky part.  Windows can do it via Group Policy, but for the other clients you'll need to have the network specifically prioritize ports regardless of DSCP markings.  You have to do it based on ports
    as the traffic could be peer to peer.
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question please click "Mark As Answer".
    SWC Unified Communications
    This forum post is based upon my personal experience and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • How do I forward a port on my Airport Extreme? I have a Belkin @TV (it's like a sling box), and to watch it over cellular on my iPhone I need to forward the port 49177 in the router settings.

    How do I forward a port on my Airport Extreme? I have a Belkin @TV (it's like a sling box), and to watch it over cellular on my iPhone I need to forward the port 49177 in the router settings. A simple set of instructions would be greatly appreciated.

    How to Port Forward on AEBS

  • How to hide the PORT NUMBER from the URL

    Hi,
    We have Application on Node 1 and Database on Node 2
    Apps Version: 11.5.10.2
    DB: 9.2.0.6
    We recently added a new node to act as web server for iSupport.
    Now we are able to access the url using public Ip-address which looks like
    http://<Internet Ip-Address>:<PORT NUMBER>
    Eg: http://******.com:8000
    But we dont want the *'PORT NUMBER(8000)'* to be displayed.
    How to hide the port number ?..
    Thanks in Advance,
    Mahesh

    Hi Hsawwan,
    Can you plz explain me the steps how to hide the port number from the url as our network administrator is not aware of this.
    Regards,
    Mahesh

  • When making a photo book in Aperture. How do you eliminate having the image numbers under the pictures?

    When making a photo book in Aperture. How do you eliminate having the image numbers under the pictures?

    Click the "Book Actions" cogwheel and select "Page Numbers " -> "Off"
    Regards
    Léonie

  • How to get the page numbers in the PrintAdvance Data grid without using Vbox/Vgroup header or footer

    hi
    I want to print the page numbers for the data in Advance Data grid, For printing I am using print advance data grid , but unable to print the page numbers with that.
    actually i tried with Vbox/Vgroup, but when tha data is more because of this it is strucking, and more over imageRenderer in the PrintAdvancedataGrid not printing.
    can any one help in this regard?

    Image Caches hold images you've already loaded so the next time you request them, they can be made available without network latency.  This assume for your DG, that all images you need to print have been loaded by, for example, whatever DG the user was looking at before hitting Print.  This is easy when there are only a few icons used to show status, but won't work if each row has a different image unless you've somehow loaded up all of those images beforehand.
    Spark BitmapImage has an Image cache, but some third party ones are discussed here:
    http://thanksmister.com/2009/01/18/superimage-redux/
    -Alex

  • How do I set up the port interface for the WAN side of my RVS4000 to 100T Full Duplex?

    How do I set up the port interface for the WAN side of my RVS4000? The ISP says I need to set it to 100T Full Duplex, but where would I do that? In the Router's administration GUI I can't find any options to make such settings for the WAN side.

    The setup of the folders in Finder is entirely up to you. Whatever suits your needs is what you should do. Lightroom will be fine no matter how you set it up.
    So I'm not really sure what your question is.

  • Pb with my Mc Book pro OSX version 10.9.5 but can't type the figures (numbers) with the "star" or maj on! Thank you for help

    Hi! I've a pb fom the purchase date with my Mc Book pro OSX version 10.9.5 all updates done but still can't type the figures (numbers) with the "star" for maj on! Thanks if someone can help and give me the link to correct the bugg.
    All the best, Fred in France

    If you have a copy of it backed up, restore that. If not, back up your computer, upgrade it to Mavericks, and then get the current iPhoto version. If you don't have it backed up and don't want to upgrade, go to the Mac App Store main page, click on Support under Quick Links, contact Apple, and see what they say.
    (104007)

  • Can you suggest a group messaging app where recipients can't see all the phone numbers within the group?

    Can you suggest a group messaging app where recipients can't see all the phone numbers within the group?  My friends are complaining that they can see all the people in the group; also when I get a response from some in the group, it comes to me ane many others in the goup - its like they've replied all. 
    Any help would be appreciated.
    iPhone 4; iOS5

    Sorry it hasn't worked out for you. I threw together a simple project that uses rectangles to represent your Bike and wheel groups. They all animate across the canvas in the bike group and the wheels rotate. I have attached screen shots so you can see how they are constructed.
    This image showsthe bike group where the orange rectangle and green circle represent the frame. The white rectangles represent wheels and the green and red rectangles I threw in to represent a wheel that has multiple objects in its group as your wheels do.
    Here the animation across the screen has started and notice all wheels rotating and staying with the frame.
    Again a little further down the timeline.
    I put this one in so you could see the group bounding box around the red and green wheel Good luck with your restart on this project and I hope these screen shots are helpful.

  • I have all my music on my old computer but the port broke on the old computer and i want to put my music on my new computer but the usb port is broken on the old computer

    i have all my music on my old computer but the port broke on the old computer and i want to put my music on my new computer but the usb port is broken on the old computer

    See:
    Recovering your iTunes library from your iPod or iOS device: Apple Support Communities

Maybe you are looking for