Port definition

Apologies if this seems a stupid question but I'm left with a system that's a bit wonky and I need to find out how to fix it.
1) In httpd.conf (Apache/Apache/conf) we have
a)
Port 7777
Listen 7778
as per expected and shown in document 256923.1
b) In httpd.conf we restrict rwservlet command access to four PCs as specific IP addresses.
2) When these PCs try to access rwservlet commands via
http://oursystem.ac.uk:7777/reports/rwservlet/showjobs
we receive the error
'You don't have permission to access /reports/rwservlet/showjobs on this server.'
However, if we use port 7778 instead we can see the job queue
Any other PC using either 7778 or 7777 bring up the permission error as expected.
3) If we use showjobs to display reports run and then subsequently try to access the 'showjobid' command by clicking on the success/failure tick/cross we are given the command at 7777 which displays a permission error, but if that is changed to 7778 then we can see it.
It appears that something is not set up correctly but I have no idea where to start.
ANY guidance would be appreciated.
Edited by: Elaine L on Aug 24, 2009 12:28 PM

Hello Elaine,
I think this problem could be becuase of the use of Webcache and te Allow directive of Apache.
In httpd.conf file or the inclue for reports, you could have something like ...
<Directory "/reports/rwservlet">
order deny, allow
deny from all
allow from localhost, 10.0.0.1, myserver.mydomain.com
</Directory>
The comunication process is like this.
in the access _log of apache you will see that only the local server is accessing the server.
in the access _lof of webcache you will se the ip of the pc that acces.
So in that case, when you access from port 7778 you are using the server ip to acces the server, in that case you will be able to see that directories, but if you access directly to apache port 7777 you use your pc ip and it didn't match the Allow restriction, in that case you can't acces that directory.
If you may wanna do that, you have to check the permitions of that directory or service.
Any way, why this?
Greetings.

Similar Messages

  • RSA1 automatically creating port definitions

    When setting up BW connection to ECC and SCM systems, RSA1 auto creates port definitions using the generated A000000X format. I want to use a predinfed port like BIQ100 or BIP100 (source client format).
    Is there a way to use predinfed versus generated port defintion.
    Thanks
    Jexun

    Go to transaction WE20 and maintain the port in the outbound parameter in the correct logical system under partner type LS.

  • Transfer ports definitions between SAP systems

    Hi,
    I would like to know if there is a way to transfer ports definitions (WE21) between SAP systems ?
      Thanks, Nir.

    There is no program to copy ports into another system. You could write an ABAP program and an RFC FM to read EDIPOA and EDIPORT tables from other client and insert them into the current system tables, but it is not suggested to do that because the RFC destinations should exist and no company wants to do direct update on SAP delivered tables because SAP will not support in case of errors.
    Thats why as far as my experience, I've always created them manually.
    regards
    Shravan

  • Serial port definitions/handling questions

    Xserve (brand spanking new), 10.6.2
    1- Setting speed for the tty.serial port
    I edited, as documnented, the /etc/ttys file to use "serial.9600" instead of "serial.57600" which unfortunatly is now default for the one serial port of the Xserve. Then I "kill -HUP 1" to get launchd to refresh its definition. No difference.
    In the end, out of desperation after many trials without success, I edit /etc/getttytab and change sp#57600 to sp#9600 in the serial.57600 definition and this finally worked.
    This sort of indicates to me that launchd no longer uses /etc/ttys but some other hidden file where the serial.57600 is assigned to getty and tty.serial.
    Anyone know where the serial ports are now defined ?
    Also, once the system is up, is there a way to release the port from the login process so that I could make an outbound connection using cu/screen ?

    Thanks for the responses.
    I suspected it was in a PLIST, but I am not yet used to the Snow Leopard finder to get to "unix" directory and hadn't gotted a list of files in that directory and figured it was empty and that the launchd plists were elsewhere. Argh ! That is what lack of sleep does
    I take it that in that plist, the "SessionCreate" refers to the "on" or "off" that one uses in ttys ?
    Also, if I am to get an 8 port USB gizmo, would I be adding them to the comp.apple.xserve.serial-ports plist ? In which case, I take it that the launchctl control is an all or nothing, unable to control individual ports ? Should I then create individual plists for each port so I can control them individually ?
    BTW, while launchctl unload did remove the getty process assigned to tty.serial, the port is still marked as "Line in use" and "cu" unable to use it.

  • SAP sys id port definitions

    Hi all,
    In the receiving and sending port for an IDoc we have the concatenation of SAP with system id.
    This is supposeldy a port hence I was wondering why we cannot see its definition in WE21 ?
    And how does a system decide whether the destination/receiving port exist or not if not defined in WE21 ...
    Please guide .. looked in ?BD64 also but no help
    Regards,
    Sugopa

    Hello,
    I don't know IDOC, but that I know, SAP listen the port of : 30 + ID number. For exemple if you are the ID 01, your SAP will listen 3001.
    Try  telnet sap_host 30xx
    Frederic

  • EDI Inbound-Port definition

    Hi,
    We are doing EDI Inbound for PO. For this I need to define the port(Sender Port) as in the control record(i.e as they r sending) .If they change their port it is not working what shold I do for this.
    regds,
    Vinsa.R

    Hi,
    As i mentioned before, the sender should inform any change in control parameter so you can change your port too.
    Check with the sender if they can provide this information before changing. I do not what is the terms of your company with this sender, but they should inform you before doing any change.
    <b>Option-2</b>
    The other option you have is, you create your custom program which runs before RSEINB00. In this program you have to,
    - read each and every file from this UNIX directory
    - read the control record.
    - check if SNDPOR is what you have defined in your system
    - if not then change it and save it back.
    You can check the source code of FM <b>'IDOC_INBOUND_FROM_FILE'</b> to see how SAP read this file. ( Program RSEINB00 calls this FM internally ). This will give you an idea, how to read control record.
    I do not know if option-2 of changing control record in file will affect anything else or not.
    Let me know if you have any question.
    Regards,
    RS

  • Logical port definition dynamically

    Hi all!
    In ABAP I'm using a Web Service proxy class to call the web service. I'm aware that a logical port must exist that points to the location of the service.
    I'm looking for a way in ABAP (not Web Dynpro) to determine / set the correct logical port dynamically at runtime.
    I invoke the proxy as follows:
    create object lo_clientproxy.
    call method lo_clientproxy->aMethod
    exporting
       input  = ls_request
    importing
       output = ls_response.
    I know that in web dynpro the logical port can be determined at runtime:
    wdContext.current<Node>Element().modelObject()._setEndPoint("<Your URL>");
    Is there a way in ABAP as well to set the logical port dynamically?
    Regards,
    Mathias

    I've found it:
    CREATE OBJECT lo_clientproxy
    exporting
    LOGICAL_PORT_NAME = LPORT.
    LPORT would need to be a variable of type PRX_LOGICAL_PORT_NAME and contain the name of an existing logical port that had already been configured in LPCONFIG.

  • Administration Port Definition

              Hello,
              I have create 1 admin server & 1 manager server on same UNIX box. Can both instance
              have same Administration Port number ?
              Thanks
              

              Kumar,
              I am more confused with Admin Port.
              Here is my Configuration :
              Domain : Admn_srvr
              Server Name : Admn_srvr ( Admin Server )
              Port : 4401
              SSL Port : 4402
              Admin Port : 4501.
              Server Name : Admn_srvr1 ( Managed Server )
              Port : 4403
              SSL Port : 4404
              Admin Port : 4502.
              In stead of using 4501 on Admin server, we have to set it 0 ?
              In above configuration, Everything works fine. We are getting following error
              message in admn_srvr.log file. I don't understand, Why Admin server tries to
              contact Managed server ?
              We are not passing Discover=True on commmand line.
              ++++++++++++++++++++
              vr> <ExecuteThread: '1' for queue: '__weblogic_admin_rmi_queue'> <system> <> <170008>
              <Unable to contact managed server - admn_srvr1, at 10.0.192.182:4403. Domain logfile
              will not contain messages from this server.>
              java.lang.IllegalArgumentException: Invalid user name or password
              at weblogic.management.logging.DomainLogHandler.getMBeanHome(DomainLogHandler.java:281)
              at weblogic.management.logging.DomainLogHandler.subscribeToServer(DomainLogHandler.java:243)
              ++++++++++++++
              Thanks
              Kumar Allamraju <[email protected]> wrote:
              >Don't set administration port (via console) in 6.0. This is broken in 6.0 For
              now just use Listen Port
              >Also you can have admin & managed server's running on the same port,
              >but they should be
              >binded to a unique IP.
              >
              >--
              >Kumar
              >
              >wlstech wrote:
              >
              >> Hello,
              >>
              >> I have create 1 admin server & 1 manager server on same UNIX box. Can
              >both instance
              >> have same Administration Port number ?
              >>
              >> Thanks
              >
              

  • Analyzer 6.5 can start from port 9080, but can't start with out port definition

    Hi,I have installed the Analyzer 6.5.0 under the WebSphere applicatiion server 5.0 Advanced Edition.I have litle problem. Everything works if I run Analyzer from browsers URL: http://localhost:9080/Analyzer6_Server/but if I try to run Analyzer from brouwsers URL (without port 9080):http://localhost/Analyzer6_Server/it reports the error:"load: class com.hyperion.analyzer.usersession_base.AnalyzerClient not found"How to start Analyzer from URL http://localhost/Analyzer6_Server/Any help would be appriciated.Thanks,Grofaty

    Hi,In Analyzer I have changed the 'localhost' to IP_address.From: <param name = ServerURL value ="http://localhost/Analyzer6_Server/Dispatcher">ServerURL = "http://localhost/Analyzer6_Server/Dispatcher"I have changed to:<param name = ServerURL value ="http://ip_address/Analyzer6_Server/Dispatcher">ServerURL = "http://ip_address/Analyzer6_Server/Dispatcher"Then I wrote the http://ip_address/Analyzer6_Server/index.html in browser and clicked the "Java Web Client" link.The problem remains! The same error!Any idea?Thanks,Grofaty

  • We21 XML File Port definition

    Hi All,
    I want to define a port of type XML File in we21 of my R/3 system. Can I make it point to a non-local directory? (i.e. a directory that resides on a system on the network).
    I tried to assign a Logical Directory in we21.I assigned an existing Logical File Path (T-code <b>FILE</b>) to a valid network path. But I get the error:
    <i>Access to a stored directory not possible in this environment.</i>
    How do I go about assigning a network path in we21?
    Regards,
    Puloma.

    Hi,
    Try this way
    Define a Partner of type FILE
    In WE21 under that you create a port for the partner FILE
    Select physical directory and give the directory as
    <XI Install dir>:\usr\sap\X3A\DVEBMGS31\data
    and the file name in outbound file.
    or any path from XI installation directory.
    Once this is done try sending out the IDOC and see.
    Thanks,
    Prakash

  • Web service invocation problem on host hostname and port 8000 protocol : http logical port name : LP_WS_SMDAGENT_MONITORING

    hello colleagues,
    In the phase Connect Diagnostics dont show the Agent available in SLD, but when go to SLD i have the agents,
    Error,
    Connect Diagnostics Agent
    The table does not contain any data
    Agent availables in all SLD
    SOAP:1.007 SRT: Unupported xstream found: ("HTTP Code 401 : Unauthorized")
    Web service invocation problem on host hostname and port 8000 protocol : http logical port name : LP_WS_SMDAGENT_MONITORING
    Thanks

    OK, then pls follow below steps;
    - Go to step 'Create Users' in solman_setup System Preparation scenario and make sure the user SM_INTERN_WS has a green status. Use the 'Test Login' button to make sure the user is not locked and has correct credentials maintained in solman_setup
    - Immediately after checking the user status, navigate to Configure Connectivity->Enable Web Services and execute again the 'Create Logical Ports' automatic activity, in order to propagate the correct credentials to the Logical Port definitions.
    - If the above operation is not successful, repeat the two steps above, providing a different user Id in 'Create Users' step, eg SM_INTERN_W1. This will prevent situations where the user gets locked by Logical Ports using an obsolete password.
    Let me know the results.
    Regards,
    Vivek

  • Outbound IDoc Error: Status Code 37  'Sender Port' is invalid

    Hi
    I have an Error when the Outbound IDoc is triggered.
    It shows that 'Sender Port in Control Record is invalid'.
    Status Code: 37.
    I know that there are some issues with the Sender Port Definition.
    Please help me out to solve this problem using some checkpoints at each and every step.
    Reward Points Assured.
    Regards,
    Baburaj

    Hi Baburaj Manickam
    Good
    Follow this simple procedure
    1) Send an outbound IDOC data(MATMAS) to a flat file on client1(SENDER).
    -  Create File Port (WE21) for outbound file.
    -  Maintain Distribution Model (BD64) for sender ->receiver system.
    -  Create Partner Profile (WE20) for logical system.
    -  You can use this program RBDSEMAT (t/code BD10) to generate IDoc MATMAS file(s). 
    _  Then you can FTP the file(s) to receiver system.
    2) Upload the flat file as an IDOC on the inbound sytem
    which is Client2(RECIEVER).
    -  Create File Port (WE21) for inbound file.
    -  Maintain Distribution Model (BD64) for receiver -> sender system.
    -  Create Partner Profile (WE20) for logical system.
    -  You can use this program RSEINB00 to upload IDoc MATMAS file(s). 
    INBOUND IDOC PROCESSING:
    Firstly attach your idoc to a process code.
    In the process cod you can tell the system that the specified program should be triggered whenever an idoc of that type comes to the system.
    Then you want to have a Z-function module for your idoc processing, if I understand correctly.The steps should be:
    1. Create a z function module for idoc inbound posting (copy from a function module idoc_input_*).
    2. Set Function Modules as Inbound: - Transaction BD51
    3. Assign Function Modules to Logical Messages and Idoc types:- Transaction WE57
    4. Create process codes : Transaction WE42, and link the z-function module.
    5. Create partner profile: transaction WE20 and attach the message type and process code.
    6. In the Z- function module, extract data from the idoc segments, do whatever processing you want to do, and then call BAPI_CREATE_SALES_ORDER_FROMDAT2.
    Try the Trasaction WE19 for testing your inbound and outbound IDOCs
    Good Luck and Reward me for the same
    Thanks
    Ashok.N

  • Unable to create logical port

    Dear All,
    I have created a web service from a function module. I have also created a proxy for the web service.
    Before creating the logical port, I am also including the same port name in the endpoint of the service.
    My scenario is, I am creating and consuming the web service in the same server.
    While creating the logical port, the error
    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
    is coming.
    Can anyone help me out with this please?
    Regards,
    Prosenjit.
    Edited by: prosenjit chaudhuri on Apr 30, 2009 4:39 PM

    Hi Prosenjit,
    I have received the same error when creating a logical port.  I believe that the issue may be to do with the default PI WSDL containing two <wsdl:port> definitions, one for HTTP and one for HTTPS.  I saved the WSDL locally, removed the <wsdl:port> definition for HTTPS (as I am only using HTTP) and then generated the logical port successfully, without receiving the error message.
    Please note that you must use the via File option, rather than via HTTP Access, as the HTTP version will still contain the two <wsdl:port> definitions.
    Please also watch out for Note 1325092, which means the URL Access Path (on the Transport Settings tab) is not set correctly.  If this Note applies, you may need to copy the complete URL from the WSDL into this parameter if it is not set correctly.
    Hope this helps.
    Cheers,
    Jon

  • All of a sudden usb ports quit working

    usb ports quite working.  There does not seem to be anything in them.  Any ideas. 

    A reboot is the first  logical step.
    Try resetting PRAM, it will reset the Serial Port Configuration and Port definition
    http://support.apple.com/kb/ht1379

  • Partner profiles and ports

    How to transport the configuration of partner profiles and ports from Development to Quality systems.

    Hi vidya,
    Go through this hope u can get the solution.
    WE20 Partner Profile
    Here we create partner profile for each and every partner from / to which
    the messages will be exchanged.There are 6 types of PF generally only
    profiles of type LS(Logical System) ,KU(Customer) ,LI(Vendor) is used.
    We specify the partner number and partner type and the agent and
    the agent type responsible for handling of errors .
    For every message send to the partner we have a outbound record and for
    evry message coming from the partner we have the inbound record .
    We specify the message in the otbound/inbound records ,double
    clicking will take us to the detailed screen where the IDOC Type ,Port
    and whether the IDCO will be immediatelt processed or collected are
    mentioned.
    WE21 Port Definition.
    There are 6 types of ports but only 2 types File and Transactional RFC
    types of ports are important.
    We have to specify the RFC Destination before a port can be created.
    SM59 RFC Destination
    Here we specify the login settings for the destination including
    the I.P address or Application Server name and the User name and
    password.The information entered here is used to run Remote Function
    Calls(RFC ) on the destination server .We can create number of types
    of RFC Destinations but 3 types are important .
    R/3 (R/3 to R/3), LS(logical system) and TCP/IP.
    The name of the RFC destination should be same as that of Logical
    System as it helps in creation of automatic partner profiles.
    BD64 Distribution Model . Also known as Customer Distribution Model Used to
    define all the messages that will be exchanged between remote systems
    and the name of thes logical systems. Any filters can also be specified.
    The model once created has to be distributed on every system which will
    be communicating ,It can be maintained on only One system.
    Reward points if helpful.
    Thanks
    Naveen khan

Maybe you are looking for

  • Why apps cannot be downloaded because of EXTREME SLOW DOWNLOAD SPEEDS?

    I have iPad 2 with iOS 6.1.3 Starting from last months until today, I have a big trouble with my iPad about EXTREMELY SLOW APP DOWNLOAD SPEED, in both downloading new apps and updating the currents apps from store. Only one app can take 1-2 hours to

  • Customize the look and feel of a portlet

    After I published an application component as a portlet and inserted that portlet into a portal page, there are portlet text header and a thin border around the portlet. How can I get rid of the header and the border, or at least to hide them? Thanks

  • When in iPhoto everything works great except when I am in the "faces" portion

    I am having a hard time in Iphoto in the "faces" portion.  When I click on the Iphoto faces portion I previously had about 15 people who I had recorded their face etc.  Now when I go on the "faces" area there are just 15 blank square boxes.  If I dou

  • Reset Window Position

    Hi, I'm using a software to view PTZ cameras in my mac. Somehow when I connected my external display the app moved to the top of the screen and now I can't get to the top of the app scrren to move the window arround. Is there any way to reset the pos

  • Value of the variable FISCYEAR to compare it with a fix date

    Hi, I'm using a hierarchy in my query. But in some case I have to multipliy the value in one column depending wich year is shown. So I tried to use a formular variable. But it doesn't work. Has somebody an idea what to do? How can I extract the value