Changing port for OAM proxy

Hi all
I need to change the port for the OAM proxy which is 5575 because this port is already in use for a different application , how can I do that ?
Is this change going to break the access gate for OIM , I have OIM OAM integration scenario
Thanks

If i understand you right then .....i guess what you need is to have console on a differnt port than the http listen port ....for this you can use Administartion port.....in your console go to the domain tab and in that Enable Administaration port and then you can use this port for the administrative traffic.....so the new url for consle will be t3s://ipaddress:adminport/console..please test this in a test enviornment first......
The other thing you were telling about is to change the context root for the console application ...you can do this in the same domain tab under configuration ...in the advanced tab you would see Console Context Path...just modify (sayfor eg: MyConsole) this and then you can use that value to bring up your console...http:ipaddress:port/MyConsole.....
Both the above changes needs a restart of admin server......
try in a test enviornment first.....
Hope this answers your question .....
Let us know if this works.......

Similar Messages

  • Error in Logical port for Consumer proxy in SOAMANAGER

    HI Experts,
    While creating Logical port for Consumer proxy in SOAMANAGER I am facing problem
    "SRT Framework exception: Uninstantiated object "subject sidl service" in method IF_SRT_WSP_CONFIG_SIDL~CREATE_CLNT_CFG_FROM_WSDL_D of class CL_SRT_WSP_CONFIG_SIDL ".
    Kindly suggest.

    Hi Milan,
    this kind of error occurs when there is no service and end point description in the WSDL of provider who's service you are trying to consume using Consumer Proxy.
    Just open the provider's WSDL URL that you have given while creating Logical port for the consumer proxy   and check if service and end point exists there.
    Thanks
    Sunil Singh

  • Defining port for a proxy at runtime.

    HELLO FRIENDS...
    Is there anyway we can define the port for a proxy at runtime ?
    THANK
    PranaV.

    Interesting scenario.
    Never tried it, but my thought is that even if you can achieve this dynamically, it will not be a very performant solution. Also what is the requirement which makes you take this route to dynamic lov region?
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • After change port for TCPIP PORT for default SQL Server instance (MSSQLSERVER), sql service and sql agent service did not started again

    Hi 
    -when i install default instance MSSQLSERVER i added a domain account as a service account,
    - when i change port for TCPIP PORT , and after sql service and sql agent service did not started again.
    it thrown error 
    The SQL Server (MSSQLSERVER) service failed to start due to the following error: 
    The service did not start due to a logon failure.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Service Control Manager" Guid="{555908d1-a6d7-4695-8e1e-26931d2012f4}" EventSourceName="Service Control Manager" />
        <EventID Qualifiers="49152">7000</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
    but when i add domain\sqservice account in administrators group these services started,
    1) here  why this change behavior  happened
    2i changed the port 1500
    adil

    HI
    the sql instance service is running with domain/sqlservice account , 
    - i stopped the sql service service
    - when i start it not started again and i found below error message
    Domain and account: MOJPORTAL\spsqlservice
    This service account does not have the required user right "Log on as a service."
    User Action
    Assign "Log on as a service" to the service account on this computer. You can use Local Security Settings (Secpol.msc) to do this.
     If this computer is a node in a cluster, check that this user right is assigned to the Cluster service account on all nodes in the cluster.
    If you have already assigned this user right to the service account, and the user right appears to be removed, 
    check with your domain administrator to find out if a Group Policy object associated with this node might be removing the right.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Service Control Manager" Guid="{555908d1-a6d7-4695-8e1e-26931d2012f4}" EventSourceName="Service Control Manager" />
        <EventID Qualifiers="49152">7041</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8080000000000000</Keywords>
        <TimeCreated SystemTime="2015-04-24T17:12:58.326973300Z" />
        <EventRecordID>2177</EventRecordID>
        <Correlation />
        <Execution ProcessID="520" ThreadID="4044" />
        <Channel>System</Channel>
        <Computer>PORTALSQL1.mojportal.com</Computer>
        <Security />
      </System>
      <EventData>
        <Data Name="param1">MSSQL$xSQL</Data>
        <Data Name="param2">xxxL\spsqlservice</Data>
      </EventData>
    </Event>
    adil

  • Dynamic Host and Port for Web Proxy

    hi,
    When I create a web proxy in JDev I supply the hostname and the port for the web service. The code is then compiled and then deployed. However I want the host and port to be dynamic (kept in a varaible) so when I move my deployment from Development to Test server I just need to change a value in a database or text file. I don't want to re-compile and deploy the code when I move servers. Is there any way to do this??
    Thanks
    Stephen

    Hi,
    not so in the WSDL file that is created. If from the client side access, then WS poxy classes allow you to do this
    Frank

  • Error while creating logical port for Consumer Proxy in SOAMANGER

    Hi,
    While creating logical port for my consumer proxy in SOAMANGER, I am getting the error shown below
    SRT Framework exception: HTTP: Current user does not have the required authorization to access the HTTP destination
    I have searched in the forums but none of the answers helped me.
    I have specifed my PI user ID and password and the user has the followwing roles assigned to it.
    SAP_BC_WEBSERVICE_SERVICE_USER
    SAP_BC_WEBSERVICE_ADMIN_TEC
    SAP_BC_WEBSERVICE_CONSUMER
    SAP_BC_WEBSERVICE_ADMIN
    Current user in the error message refers to the PI user that i have specified or the user with which i have logged in the backend ABAP system?
    Please help me reslove this issue.
    Thanks and regards
    Sreehari Nambiar

    Hi,
    Please add the following roles as well.
    SAP_BC_WEBSERVICE_ADMIN_BIZ
    SAP_BC_WEBSERVICE_DEBUGGER
    SAP_BC_WEBSERVICE_OBSERVER
    Also make sure that you are doing the role comparison  after adding all SAP* roles in your profile.
    Let me know if this works?
    Thanks,
    Sridhar

  • Logical port for client proxy

    Hi,
    when consuming a webservice i have to create a logical port and this port will be used when i create an instance of the proxy class e.g.
    DATA: lo_proxy  TYPE REF TO /ipro/co_bbp_cms_ibf_metadata.
    CREATE OBJECT lo_proxy EXPORTING logical_port_name = 'E6S_300'.
    The question is how could i know how the customer will name the logical port?
    Is there a way to get a list of logial ports for a give proxy class?
    Regards,
    Christoph

    the following table holds all the logical port for a given proxy class
    SRT_LP
    Regards
    Raja

  • Example wsdl and logical port for consumer proxy anyone ?

    Hi,
    Could please somebody give me an example of external WSDL file and logcial port created for the WSDL file in SOAMANAGER ?
    I need to create manually logical port for my consumer proxy and I am missing something because my logical port is not active.
    Any example is more than welcome. 
    I need to know how to populate fields manually on the following tabs based on the info in a WSDL file:
      Consumer Security  Additional Information  Web Service Addressing  Messaging  Transport settings  Message Attachments  Operation specifi
    Thanks and Regards
    Agnieszka
    The message, I am getting, when creating logical port is:
    Operation 'SrtFmStatefulTf' not found [NS: 'urn:sap-com:document:sap:soap:functions:mc-style']
    I think that maybe something is wrong with my wsdl.
    Edited by: Agnieszka Domanska on Nov 17, 2010 5:41 PM

    Hi Milan,
    this kind of error occurs when there is no service and end point description in the WSDL of provider who's service you are trying to consume using Consumer Proxy.
    Just open the provider's WSDL URL that you have given while creating Logical port for the consumer proxy   and check if service and end point exists there.
    Thanks
    Sunil Singh

  • Changing port for console?

    Hi,
    is it possible to change WLS port for console application only on a standalone wls server?

    If i understand you right then .....i guess what you need is to have console on a differnt port than the http listen port ....for this you can use Administartion port.....in your console go to the domain tab and in that Enable Administaration port and then you can use this port for the administrative traffic.....so the new url for consle will be t3s://ipaddress:adminport/console..please test this in a test enviornment first......
    The other thing you were telling about is to change the context root for the console application ...you can do this in the same domain tab under configuration ...in the advanced tab you would see Console Context Path...just modify (sayfor eg: MyConsole) this and then you can use that value to bring up your console...http:ipaddress:port/MyConsole.....
    Both the above changes needs a restart of admin server......
    try in a test enviornment first.....
    Hope this answers your question .....
    Let us know if this works.......

  • How do u change ports for Listeners

    Hi,
    If I want to change port number for my listener, Do I just edit the listener.ora? Or first, I have to activate the port assigned, at the OS side? Or no need of port activation?
    Thanks

    Hi,
    Just edit/modify the port and restart the listener. Yes, prior to check any thing is blocking the port on the Sever level or not.
    - Pavan Kumar N

  • Changing ports for web server

    Hey everyone,
    I have a small problem: changing the port for the default site.
    I know how it's done for custom sites (though I haven't yet figured out how to reach those via the browser).
    For the default site however its set to 443 and i cannot change that - I also haven't found any entry in the httpd.conf that relates to the secure port.
    Is there a way to switch between http and https?
    Thanks a lot,
    Chris

    Gulfstar37 wrote:
    Thanks for the very prompt reply, kevj!  I followed the instructions exactly.  However, on the Tools dropdown menu, I clicked on Options....but there is/was no Ports listed (all the usual icons: Getting Started, Checking Mail, Incoming Mail, Sending Mail, Composing Mail, Internet Dialup, etc.  BUT no incon for Ports!  I went through clicking on every icon, checking thoroughly every possibility...buttons, etc...and can find nowhere anything where a Port is shown, or anything where it might be changed.  I don't know how long it will be before Comcast closes Port 25, and really desperate about this.
    OK...I just downloaded and installed Eudora so I could figure this out...and it turns out to be rather easy...
    To set up encryption for RECEIVED mail (not required by Comcast, but recommended):
    Under Tools...Options, look at the 'Checking Mail' item. Set up the 'Secure Sockets when Receiving' option like this:
    Once you receive mail using this setting, if you come back to this option screen and click on 'Last SSL Info' it will show that you connected over port 995.
    To set up encryption for SENDING mail (this is required by Comcast):
    Under Tools...Options, look at the 'Sending Mail' item. Set up the 'Secure Sockets when Sendin' option like this:
    Again, once you set this up and send an email successfully, if you come back to this option screen and click on 'Last SSL Info' it will show that you connected over port 465.
    Let us know if this works...it did for me...

  • Change Ports for BranchCache Distributed Mode

    Hi!
    I know you can change the ports being used for BranchCache Hosted mode. Is it possible to change the ports for BranchCache distributed mode as well? Since some of my clients who need to use BranchCache are providing a webserver on port 80.
    Thanks for your support!

    Oi, of course you can change the port of BranchCache Senior!
    Set ConnectPort and ListenPort in reg as part of these instructions:
    https://technet.microsoft.com/en-us/library/dd837646(v=ws.10).aspx
     Then BranchCache service fails to start, but if you look in the event log you see:
    The BranchCache service cannot start because the HTTP namespace used for serving content to requesting clients is not reserved.
    Run the enable cmdlet appropriate to your service mode from an elevated PowerShell command prompt.
    So to reserve this space, run the following command:
    netsh branchcache>set service mode=distributed
    Which then outputs the following, underlined, bolded and Italic so that Phil can see it:
    Configuring URL Reservation url=http://+:1365/116B50EB-ECE2-41ac-8429-9F9E963361B7/, sddl=D:A;;GX;;;NS) ... Succeeded
    Enabling firewall rule group BranchCache - Content Retrieval (Uses HTTP)... Succ
    eeded
    Setting Service Start Type to Manual... Succeeded
    Setting Service Mode... Succeeded
    Starting Service... Succeeded

  • How to change Port for SAP Client on SAP R/3 Server?

    The defualt port for SAP GUI Client is 3200.
    How could I change the SAP GUI Client port to say 5222 instead of 3200?
    How can I view the full list of all ports required by SAP R/3?

    Freddy,
    I don't have the document handy but there was a document on service.sap.com/security which would give you a list of all the ports. SAP's wording is some thing like "specific ports are fixed and SAP does not support changing that port number".
    In case of GUI client and your example of 3200, as you know 00 is based on the fact that that is your instance number. You could change last two numbers by assigning a different instance number (and not 00).
    Thanks
    BMG

  • SJAS not respond when Change port for Derby db

    Hi Folks
    when I change port from 1527 [because it is used by another protocol] for derby database to 3333 [using derby.drda.portNumber=3333 in /root/.netbeans-derby/derby.property file] I found that SUN APPLICATION server is not responding properly.
    NOT responding properly means:
    1. I can start it from command line but can't start from Netbeans(exceptions of derby etc)
    2. I can not see any page o/p in browser for admin and webserver8080 but ports are used by SUNApplication server (confirm by port scanning)
    anyone faced same problem please tell us possible reasons

    Hi,
    I did the same thing as you have done - changed the port number to 3333, without making any changes manually to the port values for derby in netbeans. After this i started the appserver from netbeans and i was not only able to start derby (in port 3333) but also the application server successfully. I did not get any exceptions whatsoever.
    Just curious, which version of app server are you using? Also, did you verify the settings for the application server that you are starting (using netbeans) under Tools->ServerManager ?
    I tried this with 9.1UR1 b01. To add to this, i was able to access the admin console and also the 8080 port.
    Edited by: mchondria on Oct 9, 2007 5:22 PM
    Edited by: mchondria on Oct 9, 2007 5:23 PM

  • Read logical port for the proxy

    HI ,
    There is method  or FM that can bring all the logical port that available for proxy class,
    logical port that defined on SOAMANAGER or LPCONFIG .
    Regards
    Joy

    Try this way
        call function 'RFC_READ_TABLE'
             destination                rfc_sys
             exporting
                  query_table          = 'SRT_LP' " Table for Logical Ports
             tables
                  options              = options1
                  fields               = nametab1
                  data                 = i_srt_lp[].  " Output table contains call values for proxy class after fm call

Maybe you are looking for

  • How to check for null values in pl sql?

    Hello, I have an sql statement where I read the db column into a number of variables, some of the columns contain NULL values or empty varchars. How can I check if my variable contains any data? Thanks, J

  • Purchase order - print preview problem

    Hi friends, i have created  a Purchase Order, when im trying to view the print preview, im getting the message ' <b>Specify address number or Address handle'</b> . Please specify where i have to give these details in PO. Regards kumar.

  • Numbers 3.1 restricting the period for moving average trend lines

    Numbers 3.1 is restricting the period I can specify for a moving average trend line for a scatter plot series. The max is 6. This limitation was not present in the previous version of Numbers. Charts imported from the previous version retain larger p

  • Problem in connecting to database..

    Hi all, I have deployed a application onto Oracle App Server. In that application i am using sql loader to load file. But it is throwing me: ns main err code: 12560 TNS-12560: TNS:protocol adapter error ns secondary err code: 0 nt main err code: 530

  • Help? Web service crashes whenever I check "enable SSL"

    Whenever I try to enable SSL for one of my virtual domains, Server admin reports "A service has encountered an error" and disables web service for that virtual domain. Everything was working fine (ftp, webdav, websites, mail). So my final step was to