Reg: Method to get the apache port details ?

Team,
We are developing OAF custom page with inline report.
From this inline report , we have a requirement to navigate to another OAF page.
For navigating to another OAF page we need to mention the total hyperlink, we are able to get the host name details but could not get the port details.
Ex : Host Name: dev1.xxtempel.com
Please provide your thoughts.
Regards
Sridhar

I don't think dynamically we can obtain the port number , how ever you can frame the URL using java concurrent program .
--Keerthi                                                                                                                                                                                                                                                                                   

Similar Messages

  • HT1692 how can i get the previous contact details in iphone

    how can i get the previous contact details in iphone

    You don't want to maintain a reference to the last selected node, but to the last selected path. Nodes within a tree are addressed using a TreePath, with contains references to each node from the root, down to a specific node. Look at the JavaDocs of javax.swing.tree.TreePath for more info.
    Also, JTree has getter/setter methods for the selectionPath.

  • Get the report server details of a tfs instance

    HI
    I have tried the following method to get the report server attached to the tfs instance. but this returns no details. Please help on this.
    UritfsUri =
    newUri(uri);
    TfsConfigurationServerconfigurationServer
    =
    TfsConfigurationServerFactory.GetConfigurationServer(tfsUri);
    ReadOnlyCollection<CatalogNode>
    collectionNodes =
                    configurationServer.CatalogNode.QueryChildren(new[]
    { CatalogResourceTypes.ReportingServer,
    CatalogResourceTypes.ReportingConfiguration,
    CatalogResourceTypes.SqlReportingInstance}
    , true,
    CatalogQueryOptions.IncludeParents);
    Thanks
    Poornima

    Hi Pommrnima,  
    Thanks for your post.
    I tested this scenario in my TFS Server and received the same result. But the
    CatalogResourceTypes.ProjectCollection and
    CatalogResourceTypes.TeamProject can working fine to show the collection and team project details. It seems that
    ReadOnlyCollection<CatalogNode> tpcNodes = configurationServerNode.QueryChildren()
    cannot return the server level configuration information.  
    For this scenario, please submit it to Microsoft Connect Feedback portal at:
    https://connect.microsoft.com/VisualStudio. Microsoft engineers will evaluate them seriously. 
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to get the WD port number of the actual system?

    Hello everybody,
    In my application I'm calling a Sap Gui transaction through an ITS WebGUI link that is generated dynamically by an action method. Works find so far.
    However, as the code has to run on various systems (development, test, production) I also have to generate the system and port name dynamically. System name is no problem, but how can I get the WD port of the actual system? Is there any method or variable for that? Couldn' find anything so far...
    Thanks in advance for any help!

    Hello,
    As Thomas mentioned, you have to use the utility class to construct the URL for any application.
    you have two options here
    Option 1 -> Prefix your generated WebGUI link with '/' and pass it to the method CL_URL->HOST in the URL parameter. this method will prefix the corresponding http:<host>:port to the passed in URL.
    Option 2 -> you can directly use the method CL_URL->ITS to generate your entire web GUI link.
    BR, Saravanan

  • How do I get the Tomcat port using Servlet.

    I am running Apache + Tomcat. All request are going though Apache. How do I get the Tomcat port using Servlet.

    See:
    ServletRequest.getServerPort()This will give the port upon which the request was recieved . . .which I blelieve is what you are looking for.

  • Not able to get the Aduit log details through webservices

    Hi Team,
    I am trying to get the audit log details using according to Michal's PO/PI tips: Audit Logs from a native WS - new feature  but i am getting following result 
    i have used
    key = new MessageKey(msg.getMessageId(), msg.getMessageDirection()); -------------> to generate the message key
    generated value: 02766515-d1fe-11e3-b52d-0000008030fe(OUTBOUND)
    and i have placed that value in the messagekey as shown above but i am not getting any output and it is returned saying fault String please some buddy help me in solving the problem.
    Thanks in advance.
    Regards,
    Avinash.

    If it just for a particular message then another simple solution is to open the message and go to details in pimon.
    http://wiki.scn.sap.com/wiki/display/PIS/AdapterMessageMonitoringVi+service+and+it%27s+methods

  • HT201363 Dear, Apple Support  it says that when i am getting the credit card details on my iPhone 5s.....it always says that when i click continue please contact iTunes support to complete this transaction!!

    Dear, Apple Support  it says that when i am getting the credit card details on my iPhone 5s.....it always says that when i click continue please contact iTunes support to complete this transaction!!

    Use the link below to contact iTunes support.
    https://ssl.apple.com/emea/support/itunes/contact.html

  • RFC to get the Vendor Master details

    Hi Experts,
    We have a requirement to create an RFC to get the Vendor Master details (Used for Searching the Suppliers), where the Input criteria : Vendor Name(First Name & Last Name), City, Purchase Organisation and the corresponding output is Address Data, Central Data, Bank Information, Sales Data of Customer. Is there any standard report or function module we can use for this requirement.?
    Thanks & Regards
    -Asim

    Hello,
    You may need to write your own RFC with the interface that you want. If all the input parameters are obligatory then you can use the following logic
    Select the vendor numbers from table LFA1 based on the name and city.
    Us these vendor numbers with the purchase organization from the input parameters and filter them using the table LFM1.
    Now the result will be all vendor numbers with the name specified in the city for the specified purchase organization.
    That may be multiple vendors so run a loop and inside the call the RFC BAPI_VENDOR_GETDETAIL and pass the vendor numbers to get the other details.
    Hope this helps in solving your query.
    Regards,
    Sachin

  • How to get the shipping point details nothing but (name , address, etc)

    Hi, i am having the billing document number from that i am fetching the delivery doc number and shipping point.
    how i can get the shipping point details from the shipping point number.in which table i  need to pass this shipping point number(VSTEL)?

    Hi Praveen,
    TVST Shipping point
    KNVS Customer Master Shipping Data
    VTTK Shipment header
    VTTP Shipment item
    VTFA Flow shipping documents
    TVSTZ Organizational Unit: Shipping Points per Plant
    B024 Shipping point
    TVSRO Shipping points: Countries in Which Routes are Defined
    TVSWZ Shipping Points per Plant
    You can get the details from ADRC table. Please note that the TVST table has got a field ADRNR, pls use the same field in identifying the number and goto ADRC table enter the number under the ADDRNUMBER. It will fetch the address details for you.
    For ex from the standard SAP: I have taken std 0001 shipping pt. When I run TVST table for shipping points I get to see that ADRNR field has 297 as the number. I take the same number 297 and goto ADRC table and enter it under ADDRNUMBER and it will give me the address details entered for shipping pt 0001.
                                                              (or)
    All Standard Reports which are available are as under:
    SAP Easy Access: Information Systems -> Logistics -> Sales and distribution ->
    Shipping point -> Deliveries / Returns
    Shipping point Analysis - MC(U
    Shipping point Analysis-Returns - MC-O
    Reward if helpful,
    Regards,
    Harini.S

  • Method to Get the INPUT parameter CONTENT byte length

    method to get the INPUT parameter CONTENT byte length

    Dear "clown of forums",
    Please read the forum rules and ask understandable questions -> one thread per properly formulated question after having searched.
    Thread locked.

  • ISEE API for getting the HP warranty details

    As per my research i don't find any REST-API to get the HP warranty details, so i tried to achieve the same using ISEE-API. But when sending the request using the below request xml i get an error as 'BAD REQUEST'. 
    <?xml version="1.0"?>
    -<SOAP-ENV:Envelope xmlns:iseeReg="http://www.hp.com/isee/webservices/" xmlnsOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
    -<SOAP-ENV:Body>
    -<iseeReg:RegisterClient2>
    -<iseeReg:request>
    -<isee:ISEE-Registration xmlns:isee="http://www.hp.com/schemas/isee/5.00/event" schemaVersion="5.00">
    -<RegistrationSource>
    -<HP_OOSIdentifiers>
    -<OSID>
    -<Section name="SYSTEM_IDENTIFIERS">
    <Property name="TimestampGenerated" value="2014/1/14 10:25:30 GMT Standard Time"/>
    </Section>
    </OSID>
    -<CSID>
    -<Section name="SYSTEM_IDENTIFIERS">
    <Property name="CollectorType" value="MC3"/>
    <Property name="CollectorVersion" value="T05.80.1 build 1"/>
    <Property name="AutoDetectedSystemSerialNumber" value="USM5500380"/>
    <Property name="SystemModel" value="HP ProLiant"/>
    <Property name="TimestampGenerated" value="2014/1/14 10:25:30 GMT Standard Time"/>
    </Section>
    </CSID>
    </HP_OOSIdentifiers>
    -<PRS_Address>
    <AddressType>0</AddressType>
    <Address1/>
    <Address2/>
    <Address3/>
    <Address4/>
    <City/>
    <Region/>
    <PostalCode/>
    <TimeZone/>
    <Country/>
    </PRS_Address>
    </RegistrationSource>
    -<HP_ISEECustomer>
    <Business/>
    <Name/>
    </HP_ISEECustomer>
    -<HP_ISEEPerson>
    <CommunicationMode>255</CommunicationMode>
    <ContactType/>
    <FirstName/>
    <LastName/>
    <Salutation/>
    <Title/>
    <EmailAddress/>
    <TelephoneNumber/>
    <PreferredLanguage/>
    <Availability/>
    </HP_ISEEPerson>
    </isee:ISEE-Registration>
    </iseeReg:request>
    </iseeReg:RegisterClient2>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    Can any one help me out what is wrong in the above xml format, which is causing such an error to occur. And i would be very grateful if any one can provide me the way to call this API using VB-Script.

    Any how i manage to get the GDID and RegistrationToken but when i send a request for HP warranty detail using the GDID and RegistrationToken, i receive a error message 'entitlement service connection failed'. Please find the below details :-
    Request xml:
    <SOAP-ENV:Envelope
        xmlnsOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:isee="http://www.hp.com/isee/webservices/">
      <SOAP-ENV:Header>
        <isee:IseeWebServicesHeader>
          <isee:GDID>XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX</isee:GDID>
          <isee:registrationToken>XXX</isee:registrationToken>
          <iseeSID/>
          <isee:CSID/>
        </isee:IseeWebServicesHeader>
      </SOAP-ENV:Header>
      <SOAP-ENV:Body>
        <isee:GetOOSEntitlementList2>
          <isee:request>
    <isee:ISEE-GetOOSEntitlementInfoRequest
        xmlns:isee="http://www.hp.com/schemas/isee/5.00/entitlement"
        schemaVersion="5.00">
      <HP_ISEEEntitlementParameters>
        <CountryCode>ES</CountryCode>
        <SerialNumber>CZ10130050</SerialNumber>
        <ProductNumber>519841-425</ProductNumber>
        <EntitlementType></EntitlementType>
        <EntitlementId></EntitlementId>
        <ObligationId></ObligationId>
      </HP_ISEEEntitlementParameters>
    </isee:ISEE-GetOOSEntitlementInfoRequest>
          </isee:request>
        </isee:GetOOSEntitlementList2>
      </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    SOAP action : http://www.hp.com/isee/webservices/GetOOSEntitlementList2
    HTTP URL     : https://services.isee.hp.com/EntitlementCheck/EntitlementCheckService.asmx
    Response Received:
    <?xml version="1.0" encoding="UTF-8"?>
    -<soap:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    -<soap:Body>
    -<GetOOSEntitlementList2Response xmlns="http://www.hp.com/isee/webservices/">
    -<GetOOSEntitlementList2Result>
    <IsSuccess>false</IsSuccess>
    -<Error>
    <Code>200</Code>
    <IsTransientError>true</IsTransientError>
    <IsClientError>false</IsClientError>
    <IsReRegisterError>false</IsReRegisterError>
    <Message>entitlement service connection failed</Message>
    </Error>
    <BackoffMultiplier>1</BackoffMultiplier>
    </GetOOSEntitlementList2Result>
    </GetOOSEntitlementList2Response>
    </soap:Body>
    </soap:Envelope>
    Is there any issue with the Request xml??

  • FileStatsAgent Metadata.framework [Error]: couldn't get the client port

    11/7/13 6:13:42.507 PM FileStatsAgent[75343]: Metadata.framework [Error]: couldn't get the client port
    11/7/13 6:13:55.026 PM FileStatsAgent[75347]: Metadata.framework [Error]: couldn't get the client port
    11/7/13 6:14:09.915 PM FileStatsAgent[75348]: Metadata.framework [Error]: couldn't get the client port
    11/7/13 6:14:22.726 PM FileStatsAgent[75349]: Metadata.framework [Error]: couldn't get the client port
    11/7/13 6:14:37.792 PM FileStatsAgent[75350]: Metadata.framework [Error]: couldn't get the client port
    11/7/13 6:14:52.650 PM FileStatsAgent[75352]: Metadata.framework [Error]: couldn't get the client port
    11/7/13 6:15:06.098 PM FileStatsAgent[75353]: Metadata.framework [Error]: couldn't get the client port
    This console message is repeating, non-stop, every 15 seconds.
    Anyone have any suggestions to make it stop?

    It seems the problem was a broken database Spotlight.
    That's what helped me:
    sudo rm -rf /.Spotlight-V100
    cd /System/Library/LaunchDaemons
    sudo launchctl load -w com.apple.metadata.mds.plist
    That will start the re-indexing your hard drive to Spotlight.
    From https://discussions.apple.com/thread/2760349

  • Function module or BAPI to get the sales order details.

    Hi,
    Can any one revert back with the FM or BAPI to get the sales order details.
    I tried using BS01_SALESORDER_GETDETAIL, in my driver program of smartform but when i execute the form using VA03 -> Sales Document -> Issue output to -> Print preview, I am getting the required output.
    if i see the print preview in the overview of the sales order (enter sales order and press enter), the above specified FM is not populating any data.
    Thanks,
    Prathap

    Hi Prathap,
    The above specified FM BAPISDORDER_GETDETAILEDLIST should work. As you need the item conditions,
    Fill the I_BAPI_VIEW with header = 'X', item = 'X' and sdcond = 'X'.
    Fill the SALES_DOCUMENTS-vbeln = sales order number.
    Regards,
    Shylaja

  • Can I get the air port utility for Windows based pc or Gallaxy S4

    Can I get the Air Port Utility for my windows based pc or my Galaxy S4?

    Yes, for Windows. No, for the Galaxy.
    Choose the version of AirPort Utility that matches the operating system on your PC.
    AirPort Utility 5.6.1 for Windows - Support - Apple   requires Windows 7
    AirPort Utility 5.5.3 for Windows - Support - Apple   requires XP SP3, Vista SP2, or 7 SP1
    AirPort Utility 5.4.2 for Windows - Support - Apple   requires XP SP2, Vista

  • How to get the Program Access Details

    hi,
    I want to get the last run details of all the program
    I would like to give the date as a selection parameter.
    It should give tha program names which are all acessed on that date.
    where the details like when the program is run at last will be saved.
    Is there any file/standard tables contain such details?
    Thanks,
    Mythili

    >
    Mythili Sakthivel wrote:
    > HI Gautham,
    >
    > I got the posts only abt last run of a program.
    That is what you asked in your first post.
    if you forgot just find below line from your post:
    I want to get the last run details of all the program

Maybe you are looking for

  • How do I backup my iphoto library from an external hard drive to an online storage service?

    I moved my iPhoto library from my iMac to an external hard drive because I was running low on memory on my computer.  I decided I wanted to backup my computer files with an online service since I no longer have the external hard drive as a backup.  I

  • GX720 barbone can't install Vista Ultimate 64

    hi everybody! i have gx720 barebone and i tried to install vista ultimate 64 bit on it! everything seems nothing happened ! but when i tried to activate it and restarting! its stops at ms boot screen !the green slide still running ! but it doesnt boo

  • Itunes 11 has messed up the menu

    I had Crystal Black installed previously and after the itunes 11 update I have essentially lost the menu bar completely. See the attached screenshot. Any ideas other than a complex reinstall of itunes? Roland

  • How to cancel pending system reboot

    My windows XP update program auto-updated my system and requested a restart, which prevented some other software from being installed. The installer always complains something like "Setup has detected that there is a system reboot pending on this mac

  • Identifying form fields automatically when word doc is imported

    Hi I am trying to convert a word document template to a PDF template using Adobe Live Cycle. There are 7 tables in the Word document. I saved the doc as PDF using Word. When i imported the PDF into the Live Cycle Designer, the form fields ( table row