Port number for ReportClientDocument

Hi
While specifying the report app server in ReportClientDocument we specify only the host name/ip. We do not specify the port. Which is the port that is being used to connect and establish the link to the RAS ?
Eg: We only do
ReportClientDocument reportClientDoc = new ReportClientDocument();
reportClientDoc .setReportAppServer("192.168.100.101");
So how can we specify the port ? It works without specifying (by taking a default), but I would like to know if there is a way to find which is the port and if we can override it ?
Thanks
Sreejith

You're using "Unmanaged Reporting" using the Report Application Server (RAS).
The listener port number is specified on the RAS server via the command-line option -ipport <port>, i.e., to specify the port number 2340, stop the RAS server using the CCM and add the following to the command-line:
-ipport 2340
Then in code you'd specify the port via the URI:
reportClientDoc .setReportAppServer("myhostname:2340");
For XI Release 2 and previous on Microsoft Windows installations, both the RAS server and the SDK uses default port 1566.  However, this is not so for Unix installations, or for both Windows and Unix installations with XI 3.0 and above, so the recommendation is to explicitly specify the -ipport and specify the port in code.
Sincerely,
Ted Ueda

Similar Messages

  • Is it possible to set a port number for a server as a value from env ?

    Hello,
    I'm using the version 6.1 - sp8 and I'd like to set the port number of a server as a value returned by an environment variable. Will this be achievable somehow through the admin console?
    In fact, I have an environment variable called '$WEB_SERV_PORT'. I'd need this value to be assigned as the port number for a server. The reason why I am trying to do this is coz I have multiple instances running as different batch accounts and each batch account would be having its own '$WEB_SERV_PORT' which would be the port on which iplanet would be running for that batch account.
    I'd appreciate if anyone could help.
    Thank you,
    Presley.

    Hello Sriram,
    Thanks for the info that you have provided. I do agree that what you said would be a better approach.
    However I've got a couple of questions on the approach that you have suggested (Sorry that its a bit off from the main topic). Just wanted to clarify if what I thought is in sync with the approach that you suggested.
    1. As you said, I could setup multiple virtual server within an instance (https-<hostname>) - Does this mean that I am creating "Virtual Server Classes" for each server and through the web-applications tab, assigning the corresponding war file to each Virtual Server Class?
    2. Another approach that came upto my mind is that I could create different instances like (https-virtual server1, https-virtual server2, https-virtual server3 etc..). I am assuming that if I follow this approach, I could have each server allocate memory indiviually to the virtual servers. for eg, I could allocate
    1024 MB to each virtual server where as in the first approach, I would have to make the 1024 MB to share between all the Virtual Server Classes. And also, in the case theres an issue with one server, I could handle the start/ stop etc individually, where as in the 1st approach, all the virtual classes would be affected by the start/stop. Am I assuming it correctly ?
    I'd appreciate if you could let me know.
    Thank you,
    Presley.
    Edited by: pressley on Mar 26, 2008 7:04 AM

  • How to change the port number for deployment in JAVA Studio Enterprise 8?

    Hi!
    Yesterday i downloaded this new sun java studio enterprise and found it mind blowing.
    Now i find that all my previous applications which were running on port 8080 can't be run on sun java studio enterprise(sjse) 8.
    Can anyone tell me how to change the port number on this software so i won't have to edit all my applications?

    http://docs.sun.com/source/819-0080/install.html
    In the Admin Configuration page (or at the command line), enter the following:
    Admin User Name�Name of the user who administers the server
    Password�Admin user�s password to access the Admin Server (8-character minimum)
    Admin Port�Administration port number for initial server instance
    HTTP Port�Port number to access the default server instance
    HTTPS Port�Secure port number to access the default server instance

  • Change default port number for web logic!

    Hi folks,
    In my scenario, i already installed obiee 11g with simple install along with web logic on windows xp machine.where this will creates default port number for all services. now i want to change default port number of web logic that is 7001 to some to other port number. how to change this ??.plss help me asap.
    regards,
    mahesh

    Refer tohttp://www.oracle.com/technology/documentation/1012_solaris/install.1012/install/ports.htm

  • Change WOL Port number for clients

    Hi All
    We want to implement in our environment WOL functionality , for WSUS deployment and scheduled OSD deployments
    We cannot unfortunately implement the default UDP port 9
    My question is how can we change that default port on the clients?
    I know that we can change the port on the primary server -> Site configuration -> Sites -> Properties primary site server -> tab 
    Port and here we can change the port number of Wake on Lan
    For the client I noticed that there is a client setting -> Power Management -> Wake on Lan port Number (UDP) but that number is grayed out and set to 9
    Also when I create a custom Client Setting that port number is grayed out and set to 9
    How can I change that port number for the client?
    Thx in advance
    Regards,
    Johan

    The port number in Client Settings/Power Management is grayed out because "Enable wake-up proxy" is disabled. When you enable it, it becomes available. Be aware that wake-up proxy and wake on lan is 2 different things. (Beware mac address flapping)
    To change the Wake On Lan port go to, primary server -> Site configuration -> Sites -> Properties
    primary site server -> tab  Port.
    Wake On LAN port number (UDP)
    For System Center 2012 Configuration Manager SP1 and System Center 2012 R2 Configuration Manager only:
    Keep the default value of 9, unless you have changed the Wake On LAN (UDP) port number in the site Properties, Ports tab.
    Important
    This number must match the number in the site Properties. If you change this number in one place, it does not automatically update in the other place.
    Benoit Lecours | Blog: System Center Dudes

  • Does Anyone Know the Standard TCP Port number for "itpc" Protocol?

    Hello,
    I am trying to determine if the TCP port number for “itpc://” protocols is 3689 (iTunes Music Sharing), 443 (iTunes Store), 548 (Personal File Sharing, Apple File Share), or another number. Searching through this form and referring to “Well Known” TCP and UDP Ports Used By Apple Software Products Tech document help point me in the right direction, I have no way of confirming any of the numbers as the standard.
    I have attached the URLs to documents that go further in depth on what I am talking about.
    “Well Known” TCP and UDP Ports Used By Apple Software Products Tech document
    http://docs.info.apple.com/article.html?artnum=106439
    Article explaining iTunes podcast direct links (“itpc://”)
    http://www.apple.com/itunes/store/podcaststechspecs.html
    Thank you for your help.
    Toshiba   Windows XP Pro  

    Hi Krisina ,
    You could seek help referring to the following link and find your serial number easily.
    https://helpx.adobe.com/x-productkb/global/find-serial-number.html
    Regards
    Sukrit Dhingra

  • How do i find the port number for oracle10g

    Hi,
    I have installed oracle10g on my pc running windows XP. I need to get the port number for JDBC drivers used by Java Application when defining a JDBC source.
    Java is running on the same machine.
    When I installed oracle I was given the links (with port numbers) for EM, ULTRA SEARCH and iSQLPLUS, what I need is the ORACLE10g database port number. Anybody know where I get from ?
    Cheers

    thanks for the reply the portlist does not contain the port of oracle. The file is below.
    [i]Ultra Search HTTP port number =5620
    Enterprise Manager Agent Port =
    iSQL*Plus HTTP port number =5560
    Enterprise Manager Console HTTP Port (oracle10) = 5500
    Enterprise Manager Agent Port (oracle10) = 1830
    However searching through some other threads found the port to be 1521, which
    oracle must set during installation and tell anybody, unless this infor is in the log.
    so configured the oracle JDBC driver as below (PE8.2 --> ConnectionPools)
    Datasource Classname = oracle.jdbc.pool.OracleDataSource
    URL = jdbc:oracle:thin:@localhost:1521:oracle10
    User = abc
    Password = abc
    Now able to ping. Cheers

  • What port number for Desktop Sharing using in Lync Server 2013 and Lync Online

    Dear All,
          My environment using Lync Server 2013 and Lync online on Office 365. I don't want my user using Desktop Sharing feature. then I need to know what port number for Desktop Sharing using in Lync Server 2013 and Lync Online.
    I will deny this port on personal firewall each client.
          Thank you for your advise.

    Hi,
    I'm not sure you'd be able to do this with ports without impacting other application sharing features such as Q&A, Whiteboard, Poll etc - I'm pretty sure they all come under the same umbrella of ClientAppSharing.
    Ordinarily you would create or modify your conferencing policy to restrict sharing to single programs only using a cmdlet similar to below;
    Set-CsConferencingPolicy -Identity "Global" -EnableAppDesktopSharing SingleApplication
    This would disable desktop sharing but enable users to continue sharing other single programs. If you want to remove that functionality too, then replace the 'SingleApplication' parameter with 'None'. Then users won't be able to share any programs either.
    This is the correct way to do it as the icons will be greyed out for the users. Doing it your way, they would still be able to click them, and it would throw an error - this will lead to a lot more support calls and people assuming a service is broken.
    I hope that helps some.
    Kind regards
    Ben

  • 10g express, how to change port number for the database home page

    10g express uses port 8080 for its http listener. However this number has been used by Tomcat on my computer. How can I chang the port number for the 10g home page?
    Regards
    jl

    Andy, thank you very much, I have been able to changed the port number following your advice.
    I hope you do not mind I ask a further questions along this line:
    I installed 10 express db on 2 computers. One with Tomcat and the other without. Following your advice, I successfully changed the port number on the one without Tomcat.
    On the one with Tomcat, I believe it was because I installed the 10g express while the Tomcat was running, I can neither go to the 10g's home page (page cannot be displyed), nor logon to the database from sqlplus (ora-12560: TNS:protocal error) even after I shut down the Tomcat. By checking with 'netstat -an', it is known that the http listerner is not listerning.
    Can I change some configuration file to solve this problem? Or do I have to reinstall 10 ex? I prefer the 1st aproach of changing config file, even it is not as easy as reinstallation.
    Thanks
    jl

  • What is the ip port number for a 1st generation airport express

    I have recently upgraded my home wireless router from a Linksys EA2700 to a EA6500.  The EA2700 worked fine with my 1st generation Airport Express.  Since I have mavericks on my laptop (Airport Utility 6.x is incompatible with Airport Express/b/g) I used Airport Utility 5.6.1 on my Windows 7 laptop.  When I goto select my home wireless network in the APU drop down menu to select a network, my home wireless network never shows.
    Linksys says it might be a problem with port forwarding and they need to know the ip port number of  1st Generation Appler Express. 
    Thanks. -Rob

    AirPort Utility can be used to configure and change the settings on any of the AirPorts.
    If you have a Mac, AirPort Utility is here:
    Macintosh HD > Applications > Utiltiies > AirPort Utility
    If you have a PC, AirPort Utility for Windows is on the disk that came with the AirPort Express

  • Port number for the application

    Hi...i'm working on SMS apps...
    it's a peer2peer sms apps..and to send a message to the application in the other mobile...we need to specify the port number where the application located....
    right now my apps is already able to send msg and received by other phone which do not have the same apps...
    so now i want to specify the port number so ythe msg can be specificaly received by the apps..
    My question is...how do we know or how do we set the port number?
    thx 4 the reply...

    Since there has been no response to your post, it appears to be either too complex or too rare an issue for other forum members to assist you. If you don't get a suitable response to your post, you may wish to review our resources at the online Technical Assistance Center (http://www.cisco.com/tac) or speak with a TAC engineer. You can open a TAC case online at http://www.cisco.com/tac/caseopen
    If anyone else in the forum has some advice, please reply to this thread.
    Thank you for posting.

  • Port number for Essbase

    HelloDoes anybody know the port number/range a client PC has to be able to "see" through a firewall to access Essbase Server? I saw indication about Agentport and Serverport, what is the right and what is the default value?Thank You & CheersMaurice Leimgruber, CSFS

    The Hyperion Knowledgebase solution is at the bottom of this message. I found that opening 1423 alone wasn't enough to access Essbase via the Excel Add-In, and I had to open up the entire range listed in #2. Not ideal. If anyone else knows of another method, I would love to hear it.Ann McDonoughHere is the solution: TCP/IP ports utilized by Hyperion Essbase OLAP Server 1. Hyperion Essbase Agent uses port number 14232. Hyperion Essbase Esssvr processes use port numbers 32768 through 33768 in increments of five For example, if three Esssvr processes are running, ports 32768, 32773 and 32778 will be in usePlease note that from Hyperion Essbase 6.2 each application process uses two ports in the range.

  • I want port number For...

    Hi,Friends .Please ,can u give me the port number equivalent for using with the class called DataMiningServer.java used for connecting to the ordinary database ,and note that the port 1521 did not help .

    Hi Helios,
    We are currently using e-Business Suite 12.1.1 and would like to change the hostname of the Application. Can you please advise if the Note you provided is also applicable? Reason I ask is because firstly, the note only applies to v11.5.x and secondly, on the following thread it points to another article for 12.1.1. The problem is that the note for 12.1.1 is not accessible:
    Interesting links around Autoconfig in the E-Business-Suite [ID 949160.1]
    https://support.oracle.com:443/CSP/ui/flash.html#tab=KBHome(page=KBHome&id=()),(page=KBNavigator&id=(bmDocTitle=Interesting%20links%20around%20Autoconfig%20in%20the%20E-Business-Suite&from=BOOKMARK&bmDocID=949160.1&viewingMode=1143&bmDocType=REFERENCE&bmDocDsrc=DOCUMENT))
    Thanks.
    Regards,
    Martin

  • Firewall Port Number for Itunes?????

    Can anyone tell me what port number Itunes communicates through?

    Thanks for the numbers. We have a corporate firewall that is really locked down tight and of course the suit types don't really want me to blow any holes in their so called iron wall...but I keep getting requests for itunes radio, so I guess I'll just have to shake the tree a little and see what falls out!
    Thanks again.

  • How to Remove port number for SIP trunk in CME

    Hi,
    I trying to set a SIP trunk with SIP provider, I have CME 7.1
    The trunk is registered now but I can´t make calsl via SIP provider. After some debbugs sip provider's staff told me that the solution is not
    not append the port in the INVITE.
    Is it possible to do this?, How?
    I have found some info about normalization but is relating to CM server not CME.
    regards

    what port number does your provider use for signalling? They need to provide you the port number if its different from the standard 5060..
    You can then configure the signalling ports on your dial-peer as shown  in example below..where port 5081 is used here
    dial-peer voice 1 voip
    destination-pattern .T
    session protocol sipv2
    session target ipv4:10.10.10.24:5081
    Please rate all useful posts
    "opportunity is a haughty goddess who waste no time with those who are unprepared"

Maybe you are looking for

  • Cost center in MIGO  (Movement Type : 161)

    Hi, i've created a PO with a Return item (the price is different from the PO), when i receive it with MIGO i have the following Error message : " Account 61522200 requires an assignment to a CO object " Please how to solve this ? knowing that i can't

  • Mapping to TreeControl?

    I have some objects that I want to present and manipulate via a TreeControl. The objects have a complex structure. How do I link the objects to the control? Do I need to introduce a hash table or something else to map the strings displayedas the node

  • Flex 2-15 hibernation stuck

    Brand new (2weeks) unit. Closed last night. This am it was stuck in hibernation. Slow blink on on off button. No light on charge indicator light plugged in or not.  Hold power key does nothing. Keyboard keys no effect. Seems stuck in sleep/hibernatio

  • Cannot smb to Windows 2000 Server share (works in 10.4)

    After installing a fresh copy of Leopard on my macbook pro I cannot connect to a previously working share on a Windows 2000 Server using smb. I am using Go > Connect to Server to connect. I am prompted for a username and password but the connection f

  • User Exit BADIs in Smartform driver programs

    All pre configured smartfroms come with driver programs. They all contain BADIs in the get_data subroutine used to extract data. How to implement these BADIs. Also you can also do extract in the smartform itself. Then what is the point or benefit of