What protocol and port number(s) does BEx Analyzer use?

I'm trying to find out if it's possible to packet shape BEx traffic to give it a higher priority. Is BEx using the same protocol and ports as the SAP GUI?

Hi,
Download Tcpview from the following link and see processes and  ports used by SAP GUI and Bex
http://download.sysinternals.com/Files/TcpView.zip
In addition to tcpview you may install sniffer software to your computer to capture and analysis network packets.
Regards.

Similar Messages

  • Which macros does BEx Analyzer use? How to call the refresh macro?

    Hi everybody,
    I would like to get an overview about which macros the BEx Analyzer uses, espacially the macro which is responsible for refreshing the workbook. I want to know what BEX Analyzer is doing when I open the variable screen, I assume there is an SAP macro that opens the variable screen?? I tried to look in the online help at help.sap.com but couldn't find a list of macros.
    The idea behind this is, that I have a BEx workbook with 5 queries in it. A colleague now wnats to write a VBA code that calls the variable screen, enters  company 1, period and year, runs the workbook and saves it. Then opens the variable screen again, enters company 2, period year, etc etc etc......
    What my colleague needs to know is which macro he has to call for the workbook refresh / variable screen in order to make his VBA coding.
    Many thanks in advance!!
    Michael

    Which version of Bex are you using ? Bex 3.5 or Bex 7 ? This will significantly affect the answer.
    For Bex 3.5, here is some useful information;
    http://help.sap.com/saphelp_nw04/helpdata/en/f1/0a55f9e09411d2acb90000e829fbfe/frameset.htm
    Edited by: Charlie Belt on Jun 7, 2011 9:12 AM

  • Replacing Host Name and Port number throughout Environments

    So I am currently working on a project that have several classes using simple JDBC code. I'm switching all of it to use JNDI instead of what is currently being used. I'm using Weblogic and the plan is to have the code run in a cluster.
    Here is a code Snippet of some of the code.
    Context ctx = null;
    Hashtable ht = new Hashtable();
    ht.put(Context.INITIAL_CONTEXT_FACTORY,
    "weblogic.jndi.WLInitialContextFactory");
    ht.put(Context.PROVIDER_URL,
    "t3://hostname:port");
    My problem lies in the the "t3://hostname:port" String. I don't want to hardcode that since I know its bad code practice but my question is what is the best way to replace that with the Host Name and Port number as I move environments. Should I have a Class with a Static Variable and just reference that through the other classes or should I put it in some Property file and read the value from there? Any insight into this would be greatly appreciated.
    Thank you.

    would it be something like this?
    Properties properties = new Properties();
              try {
         properties.load(new FileInputStream("src/jndi.properties"));
         String url = properties.getProperty("url");
         System.out.println(url );
         } catch (IOException e) {
         }

  • Getting host name and port number from application

    Does anyone know how I would be able to get the host name
    and port number from an application launched by java webstart ?
    This is the host and port of the URL that this application is launched from.

    A couple of suggestions:
    -The note is about 6.40. Doesn't fit for your server
    -Don't!
    -Reinstall!
    Regards,
    Benny

  • Getting host name and port number from an application

    Does anyone know how I would be able to get the host name
    and port number from an application launched by java webstart ?
    This is the host and port of the URL that this application is launched from.

    A couple of suggestions:
    -The note is about 6.40. Doesn't fit for your server
    -Don't!
    -Reinstall!
    Regards,
    Benny

  • Getting WLS host url and port number

    Hello Experts,
    I need to forward an authenticated request to JAAS LoginModule. How can I get wls host name and port numbe in the LoginModule?
    Thank you in advance,
    Thanks for reading my post

    Hi friends.
    I have used the last post, but it is not working.
    Mat be the API had changed.
    What class or interface could give me this data in web dynpro component?
    Too, I'm using the SAP NetWeaver Developer Studio
    Version: 2.0.16
    Build id: 200602130353
    Thank you.
    Manuel Loayza
    Living La Vida JAVA
    Edited by: Manuel  Loayza Gahona on Jul 23, 2008 6:54 PM

  • IMessage will not work at home on my network. What is the port number?

    IMessage will not work at home on my network. What is the port number?

    iOS: Troubleshooting Messages
           iOS: Troubleshooting FaceTime and iMessage activation
      FaceTime, Game Center, Messages: Troubleshooting sign in issues
    Make sure that Time Zone is also correct.

  • Application server name and port number

    Hi
    Is it possible to get the application server name(ip) and port number at runtime. Becuase i want to open an html file which is in the application server, when a button is pressed by using web.show_document ();
    Can anyone guide me please.
    Thanks in advance
    geethu

    application server name and port number

  • Unable to enter Agent name and port details while doing ODI (11.1.1.6) installation on Solaris

    Unable to enter Agent name and port details while doing installation on Solaris, Installation wizard is moving slowly and at 'Specify Agent Details' page it is not allowing me to enter the details and now I am not able to continue installation.
    Please let me know if I am missing anything and there is any solution.

    just in case cross verify the certiication matrix for 11.1.1.6
    http://www.oracle.com/technetwork/middleware/data-integrator/odi-11gr1certmatrix-163773.xls
    Thanks,
    Saichand

  • Muse protocol and port

    Hi
    I would like to know which PROTOCOL and Which PORT do i need to use uploading a Lightroom gallery in my muse site .
    Thanks

    It is hosted with business Catalyst .
    Date: Tue, 23 Apr 2013 08:39:31 -0700
    From: [email protected]
    To: [email protected]
    Subject: Muse protocol and port
        Re: Muse protocol and port
        created by Abhishek Maurya in Help with using Adobe Muse - View the full discussion
    Where is your Muse site hosted on Business Catalyst or a third party host? - Abhishek Maurya
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5261003#5261003
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5261003#5261003
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5261003#5261003. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Help with using Adobe Muse by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Given raw IP and port number,create a scoket.

    Dear All,
    Given a raw IP number 126.124.35.41 and port number 1950,how to create a socket? I am going to use
    Socket s = new Socket(InetAddress address, int port)
    I know the key is to use raw IP to create a InetAddress. But how?
    Thanks a lot.
    Kevin

    By the way, if you like to get InetAddress, you can do it by
    InetAddress address= InetAddress.getByName("126.124.35.41");

  • IN cluse: what is the maximum number of values that can use in "in" caluse?

    Hi All,
    Please see the following querry
    select * from <table> where <columnname> in (value1,value2,....);
    My question is what is the maximum number of values we can put inside the bracket in the querry?
    I mean what is the maximum number of values that can use in "in" caluse.
    Best Reagrds
    Marcelo

    http://download-west.oracle.com/docs/cd/B19306_01/server.102/b14200/expressions014.htm
    A comma-delimited list of expressions can contain no more than 1000 expressions. A comma-delimited list of sets of expressions can contain any number of sets, but each set can contain no more than 1000 expressions.
    The following are some valid expression lists in conditions:
    (10, 20, 40)
    ('SCOTT', 'BLAKE', 'TAYLOR')
    ( ('Guy', 'Himuro', 'GHIMURO'),('Karen', 'Colmenares', 'KCOLMENA') )

  • What pacman and or AUR warpper/helper do you use and why?

    What pacman and or AUR warpper/helper do you use and why?
    Last edited by jrussell (2013-04-07 12:40:07)

    tomk wrote:
    None, because I don't need one.
    Just in case you meant to say "AUR wrapper/helper", I use cower.
    I forgot AUR, thanks

  • Hello I am not able to published to the web using an FTP the test has a negative response  I do not know what is required in Directory/path Protocol and port

    Hello I am not able to published to the web using an FTP the test has a negative response  I do not know what is required in Directory/path Protocol and port

    If you use FTP then ftp is the protocol and 21 is the port.
    Your webhoster will tell you what path to use.
    You probably can read it in the FAQ/Help/Support pages where you host your website.
    All difficult words are explained in manuals, dictionaries or wikis.

  • JDBC Ipv6 address, what is the port number?

    I believe there might an ambiguity when using IPv6 IP address
    format with JDBC connection address.
    A common format for the connection url is:
    jdbc:subprotocol:subname
    Where:
    subprotocol = <some name>
    subname = //<{IP Address|Machine Name}[:port]>/<database name>
    Example:
    jdbc:sql:t9://130.168.200.30:1433/database1
    An IPv6 has the format
    x:x:x:x:x:x:x:x
    where the 'x's are the hexadecimal values of the
    eight 16-bit pieces of the address. This is the
    full form. For example,
    1:2:0:0:5:6
    The IPv6 format also allows an abbreviation version where 0's are
    replaced with "::". So, the above address could also be written
    as:
    1:2::5:6
    An optional port number can be added. For example,
    1:2:0:0:5:6:8888
    or as the following if using the abbreviation version of IPv6
    1:2::5:6:8888
    While decoding this version of the address, an ambiguity arises.
    Does the address expand to
    1:2:0:5:6:8888 // no optional port number
    or
    1:2:0:0:5:6:8888 // contains the optional port number.
    Is this correct? If so, how are vendors dealing with this?
    Thanks,
    .........Ken

    >
    1:2:0:5:6:8888 // no optional port optional port numberYou are claiming that this is a valid address?
    >
    Is this correct? I am rather certain that you can not create a form that is ambiguous. Ipv4 has either 4 or 5 integers. Where Ipv6 has either 6 or 7.
    If so, how are vendors dealing with
    this?Realistically the following situations probably exist
    - They are not dealing with it.
    - The use the functionality in java.net.* and it deals with it.
    - They wrote their own stuff which mimics what java.net.* does.

Maybe you are looking for

  • Customer Module Deployment in PI 7.1

    Hi All, We have a custome adapter module developed in PI 7.0 and we have upgraded that to PI 7.1 based on the guidelines from SAP. Now we would like to deploy that upgraded module in new PI 7.1 server. Could any one please tell me how can i deploy th

  • Automatic start and shut down for Iphone

    Hello, I usually turn off my Iphone at nighttime. That is a nuisance because I have to turn it on and off every day and also I cannot use the built in alarm clock. A good idea would be to let the user set a timer that automatically start the Iphone i

  • Irregular line protocol flapping on HSSI

    I have been experiencing flapping (only line protocol) on this interface from time to time. I contacted our upstream we are connected to via this interface but there were not any error indications on his side. I would like to ask you to provide me wi

  • How can I feather the vector mask (path) of a shape layer in CS6?

    How can I feather the vector mask, i.e. path of a shape layer in CS6? The corresponding slider in the properties pallette is alway grayed out and unmovable for me when dealing with shape layers. Is there a trick to it, or ist it really not possible a

  • "Failed to Install" page steps didn't work

    I got the error message "Creative Cloud desktop failed to install." I chatted with someone who walked me through the steps of the CC Cleaner tool but that didn't work. I was then told to try making a new admin account and installing on that but again