Remote connection via http connection-URL access

Hello all,
I would like to connect to the customer Business object system from our solution manager. The customer has configured http connection and has opened the connection in marketplace and has maintained http connection-URL access. The URL has also been maintained.
I have added the corresponding entry also in my hosts file. But i am not able to access the customer URL.
Anyone please tell me how to do remote connection for the connection type "http connection - URL access".
Thanks,
Aishwarya.

Hi Tim,
I am getting "The page cant be displayed" error while trying the BO system's URL in my browser.
Please tell me which of the below methods i can use:
1. By directly connecting to the BO system URL from the browser (is it possible?)
2. By using VPN connection
3. By installing diagnostic agent in solution manager
4. By following the steps in this link:
Establishing a Connection Using a Destination (SM59) - Components of SAP Communication Technology - SAP Library
Regards,
Aishwarya.

Similar Messages

  • Ensure image loaded via http connection

    hi all
    I have a midlet that will load various images and displaying them on a canvas, upon request from the sever via HTTP connection.
    And since the operation are being performed via the commands, the http connection code had been placed in another thread.
    My question is, how can I ensure that all the necessary images are being loaded before moving on to execute the next code segment in my midlet?

    When i try to send the server its unable to recieve image data . it was able to recieve request data.
    As we use the same procedure to send data(irrespective of form as i m sending bytes)
    Here is the code snippet
    private boolean OpenHTTPConnection(String xmlData, String strUrl, String strRequestType) {
            System.out.println("UUURRRRLLL ->" + strUrl);
            System.out.println("XML Data---> ->" + xmlData + "'''''''" + bHTTPStatus);
            int rc, height, width;
            byte[] data;
            byte[] imageData = null;
            InputStream iStrm = null;
            try {
                if (xmlData != null) {
                    con = (HttpConnection) Connector.open(strUrl, Connector.READ_WRITE, false);
                    con.setRequestMethod(HttpConnection.POST);
                    data = xmlData.getBytes();
                    System.out.println("1->" + data);
                    OutputStream ops = con.openOutputStream();
                    System.out.println("----data length---" + data.length);
                  ops.write(data);
       if (Snapper.isUpload == true) {
    ops.write(Snapper.raw,0,Snapper.raw.length);
                    rc = con.getResponseCode();
                    if (rc != HttpConnection.HTTP_OK) {
                        result.setText("Server is not ready...");
                    if (ops != null) {
                        ops.close();
                    xmlData = null;
                    imageData = null;
                    Snapper.isUpload = false;
                }// end of null check
                else {
                    System.out.println("Open the Con using this URL--->" + strUrl);
                    // open the specific photo for View module
                    con = (HttpConnection) Connector.open(strUrl);
                    con.setRequestMethod(HttpConnection.GET);
                strParameters = null;
            } catch (Exception e) {
                System.out.println("Exception------->" + e);
                e.printStackTrace();
                midlet.uiManeger.SetLastErrorCode(Parser.NO_NETWORK);
            return true;
        }

  • Can't connect to HTTPS connections in all browsers suddenly

    Here's the issue, I suddenly noticed I cant connect in an HTTPS connection, they all have a line thru them, so while I am logged in here, the https has a red line through it. The only thing I've installed is Calibre and some plugins to go with my Kindle DX. What are my option to fix?

    can't not connect to https connections in all browsers suddenly..
    me too..
    Surprise surprise.

  • How do I use the airport express to connect a remote PC via ethernet cable and access the internet via wireless connection, How do I use the airport express to connect a remote PC via ethernet cable and access the internet via wireless connection

    Trying to connect my xbox to the airport express. Have wireless in home and do not have a ethernet point behind tv/xbox. How do I configure the airport express to connect to my wireless network and then the airport express can use its connection via ethernet to connect the xbox to the internet.

    Is your AirPort Express Base Station (AX) a 802.11n model? If it is, you can reconfigure it as a wireless Ethernet bridge or ProxySTA. This would allow the AX to join another wireless network and have its Ethernet port enabled for wired clients, like the Xbox 360.
    To activate ProxySTA, you must set up the Express to join a wireless network and then enable the Allow Ethernet Clients setting; both settings are located in the Wireless tab of AirPort Utility.

  • Connect Java with SSRS URL Access method

    I am trying to connect SSRS with Java to display the reports in a browser.
    My application is java 1.6 Swing application and use Applet.I read the article
    http://www.javaworld.com/javaworld/jw-01-2005/jw-0110-sqlrs.html?page=4
    But I am not able to understand why do we need the servlets the authors has mentioned.
    I am able to connect and get back the report in pdf format without these servlets .Also what sort of access will be required for this.
    Will all external users need access to the report server.
    Some one please help
    Any other suggestion for connection SSRS with JAVA .I have tried webservice method and it dint work either now I am planning for url access
    but need help with this
    Thanks

    Can anyone please help.I can provide any more info if needed.I tried the URL method but I get no response in my stream.
    I can post the code i am using in the servlet.

  • Get InitialContext for P4-connection via Http tunneling

    Hi,
    I have to use an Http tunnel to access my integration J2EE engine.
    Now, I want to create a P4-connection. It doesn't work. No InitialContext will be returned.
    I can open the VisualAdmin on the http tunneling port. But in the connection GUI I can select 'Http tunneling' as connection type. Is there any setting, i.e. property, for the InitialContext to signal that Http tunneling should be used ?
    Regards,
    Astrid

    Hi Astrid,
    yes, you need ot use TransportLayerQueue property of the InitialContext to specify that you need Http Tunneling as the transport layer. See <a href="http://help.sap.com/saphelp_nw04/helpdata/en/c8/5bc0417951cf17e10000000a155106/frameset.htm">this</a> page for description.
    Did you use that already?
    Regards,
    Ivo

  • AnyConnect on Apple iOS - VPN-Connect via HTTP-Proxy

    Hi,
    is it possible, that the AnyConnect-Client for Apple iOS (i.e. iPAD) automatically uses the configured HTTP-Proxy in the WLAN properties for the establishment of the VPN-Connection (via SSL/TLS)?
    I've tested it, but it does not work. In the documentation is stated, that VPN establishment via HTTP-Proxy works only in Windows (AnyConnect uses the IE Proxy settings to connect to the ASA for VPN establishment).
    Thanks

    As per w2k3 sniffer trace, 2851 requesting with user=vpnfamily and encrypted password. The password "Password1" which is VPN group's key sending to IAS?
    ->I have "vpnfamily" with password "Password1" but no luck
    Event log shows "Fully-Qualified-User-Name = INFRA\vpnfamily". INFRA is AD NetBIOS name. 2851 router's domain name is "family.com"
    ->Is this something wrong?

  • Apache is throwing NLS_LANG error when connecting via HTTPS using a DAD

    Our Apache server is throwing this error
    [Wed May  6 11:53:52 2009] [alert] [client 69.246.251.48] [ecid: 223452213192,1] mod_plsql: Unable to issue alter session : alter session set nls_language= "AMERICAN" ""
    every time we connect to the server using HTTPS (the connection is using DAD -- see below for the DAD configuration).
    If we run the same connection using HTTP it works fine.
    Anyone know why this would happen and how we can correct it?
    DAD configuration:
    <Location /plshes>
    SetHandler pls_handler
    Order allow,deny
    Allow from All
    AllowOverride None
    PlsqlDatabaseUsername hes
    PlsqlDatabasePassword @<password here>=
    PlsqlDatabaseConnectString hpprd NetServiceNameFormat
    PlsqlNLSLanguage AMERICAN_AMERICA_WE8ISO8859P1
    PlsqlAuthenticationMode PerPackageOwa
    PlsqlSessionStateManagement StatelessWithFastResetPackageState
    PlsqlErrorStyle ModPlsqlStyle
    PlsqlAlwaysDescribeProcedure Off
    </Location>

    @AMN -- I'm sort of in your camp in that I don't think I should have to remove that line (which I've not been able to test yet, by the way). It's possible removing the line might bypass the issue since the statement will never get issued in the first place, but I will know there is some sort of issue between HTTP and HTTPS that is throwing this error.
    To answer your questions:
    1. The portal database (IASDB) returns:
    PARAMETER VALUE
    NLS_LANGUAGE AMERICAN
    NLS_TERRITORY AMERICA
    NLS_CHARACTERSET WE8ISO8859P1
    2. What do you mean by "pls/hes"?
    3b. Which type of OAS? Can you clarify this question? OAS 10g (which means IASDB is version 9i). We run Apache using Webcache. This OAS serves up a custom application written largely in Forms and PL/SQL. Hmmm, maybe that's not what you mean by this question , though...
    3a. Explain our SSL configuration -- I'll try. I configfured this 4 to 5 years ago and haven't changed it at all other than to update the Oracle Wallet certificates every year or two. We have a single physical server that hosts our infrsastructure and mid-tier components and nothing more. As mentioned, Apache is our webserver and we run Oracle's Webcache. The twist in our configuration (and probably the source of this issue we are having is somewhere in this twist) is that we use one physical server and one Apache web server to serve up both HTTP and HTTPS using a virtual host within Apache and then we deifned multiple sites and origin servers with several redirects on various ports so we can handle SSL and non-SSL connections depending on whether they come to us externally (inTERnet) or internally (inTRAnet).
    Webcache sites (hes2 is the server name):
    Site Origin Server
    hes2:7778 hes2:7779
    www.OurWebSite.com:80 hes2:8000
    hes2:80 hes2:7779
    sso.OurWebSite.com:80 hes2:7777
    www.OurWebSite.com:443 hes2:4444
    Webcache origin servers:
    hes2:7777 HTTP
    hes2:7779 HTTP
    hes2:8000 HTTP
    www.OurWebSite.com:4444 HTTPS
    Webcache listen ports:
    443 HTTPS -- has Oracle wallet defined for it
    7778 HTTP
    80 HTTP
    Navigating to http://www.OurWebSite.com will redirect to hes2:8000, which is our virtual server (configuration below). Navigating to https://www.OurWebSite.com will redirect to hes2:4444.
    There is probably a little more I need to provide to answer the "SSL configuration" question, but I think that is enough for now as this is already a long response -- my apologies for that.
    Virtual host configuration in httpd.conf:
    <VirtualHost *:8000>
    ServerName www.OurWebsiteName.com
    ServerAdmin [email protected]
    Port 80
    DocumentRoot "/u01/app1/oracle/10gasm/Apache/Apache/htdocs"
    RewriteEngine on
    RewriteOptions inherit
    RewriteCond %{HTTP_HOST}!^www\.OurWebSite\.com [NC]
    RewriteRule ^/(.*) http://www.OurWebSite.com/$1 [L,R]
    OssoIpCheck off
    OssoConfigFile /u01/app1/oracle/10gasm/Apache/Apache/conf/osso/osso-www.conf
    <Location /portal>
    Order Deny,Allow
    Deny from all
    Allow from (list of allowed IP addresses)
    </Location>
    <Location /forms>
    Order Deny,Allow
    Deny from all
    Allow from (list of allowed IP addresses)
    </Location>
    <Location /discoverer>
    Order Deny,Allow
    Deny from all
    Allow from (list of allowed IP addresses)
    </Location>
    <Directory /u01/app1/oracle/10gasm/Apache/Apache/htdocs/docs>
    Order Deny,Allow
    Deny from all
    Allow from (list of allowed IP addresses)
    </Directory>
    <Directory /u01/app1/oracle/10gasm/Apache/Apache/htdocs/images>
    Order Deny,Allow
    Deny from all
    Allow from (list of allowed IP addresses)
    </Directory>
    <Directory /u01/app1/oracle/10gasm/Apache/Apache/htdocs/optiform>
    Order Deny,Allow
    Deny from all
    Allow from (list of allowed IP addresses)
    </Directory>
    LogLevel error
    ErrorLog "|/u01/app1/oracle/10gasm/Apache/Apache/logs/www_error_log 43200"
    </VirtualHost>

  • My iPad is Disabled and I cannot input my passcode.  how do i do that?  I have tried to connect to iTunes and it will not connect via computer connection as I cannot activate my iPad with the pass code.  what do i do?

    My iPad is disabled and I can not input my passcode.  what do i need to do?  I tried to connect to iTunes, but it will not allow me to connect via compute USB as I cannot input my passcode for the iPad. 

    You may need to put the iPad into recovery mode : http://support.apple.com/kb/ht1808 - you should then be able to reset the iPad and restore/re-sync your content to it

  • Connection via UD Connect in BI system to external MSSQL 2005

    Hello experts,
    I want to configure connection from BI (SAP_BW 7.01) system on SAP EHP 1 for SAP NetWeaver 7.0 to MSSQL 2005 and AIX via UD Connect. I want to setup connection according to guide "How to u2026Configure UDConnect on the J2EE Server for JDBC Access to External Databases (SAP NW 04 - SAP BW 3.5)". I have problem with create RFC destination under "JCo RFC Provider" in Visual Administrator. I don't known where I can add new RFC destination as is write in this guide.
    Thank you very much for your help.
    Best regards
    Capek Martin

    > I have problem with create RFC destination under "JCo RFC Provider" in Visual Administrator. I don't known where I can add new RFC destination as is write in this guide.
    You're searching for the "new" button, right? I was searching that too.
    Just select one RFC destination, change the name and press on "save" - this will add a new one. Not very intuitive but it works.
    Markus

  • TMG Proxy not connecting internal HTTPS connection

    Dear All,
    I am working government org, and there are many internal HTTP and HTTPS sites which is going/thought to proxy tmg(2010) server.internal clients are able to connect to http sites but they are not connect to https sites and all server application are come
    to internal intranet network
    i am trying to add https access rule and some basic troubleshooting but governmant clients not able to open internal application https sites.
    my question is that is that possible?
    if possible how to make a rule or redirect https connection?
    Thanks for advanced

    Hi,
    Pelase check the article below.
    In some business scenarios, internal clients protected by Microsoft Internet Security and Acceleration (ISA) Server 2004 may require access to secure Internet Web sites. This scenario can be configured as follows:
            Configure a tunneled Secure Sockets Layer (SSL) end-to-end secure HTTP (HTTPS) connection between the internal client and the external Web site.
            Configure clients to request the external Web site using Hypertext Transfer Protocol (HTTP), and then redirect the request from the ISA Server computer to the site using HTTPS.
    Configuring Internal Client Acess to Web Sites over SSL
    https://technet.microsoft.com/en-us/library/cc302568.aspx
    Best Regards,
    Joyce
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Mac/Apple TV Connectivity via ethernet connection problems

    I am having a connectivity issue with my Mac and Apple TV. I am connected to the internet via cable modem and ethernet lines. I have my Mac, Apple TV and cable modem all connected via a Netgear 5-port ethernet switch (10/100 Mbps). I am able to connect to the iTunes store (internet) with either my Mac or Apple TV by unplugging my cable modem and reconnecting with one device "on", but in order to switch from Mac to Apple TV (or vice versa) it is necessary to sleep the one device, and reconnect with the other. I am unable to communicate from the Apple TV to my Mac iTunes without a direct ethernet cable between them.
    I suspect there's something in the system preferences that I'm not doing. All devices seem to work OK in isolation but not together.
    Any ideas?

    cuatro,
    welcome to discussions.
    Your issue is with the Netgear switch. It needs to be a router and also provide DHCP and NAT. It might be able to do this by re-configuring. In fact, as you describe it as a 5-port switch, it's very likely that one port is on the WAN side (internet) and the other four are LAN side (local). Which model switch is it ?
    The issue start with the cable modem, which will only provide one Ethernet port and one IP address to access the internet. Your Netgear should really then put up a firewall and provide up to 4 local IP addresses (a LAN) for sharing access to the internet. It looks like it's not doing this, but just sharing the one IP address (supplied by your cable ISP) amongst all the attached devices. This can be a nightmare, as you are finding out.
    Let us know about the Netgear and we can help.
    Just in case the Netgear is unable to do what we want it to, does your G5 have more than one Ethernet port ? Is it physically possible to connect the cable modem directly to the G5 ? (are the cables long enough?) Is it physically possible then to connect the AppleTV to the G5 ? If not directly, then via the Netgear ?
    It may be that you will have to spend about £30 on a router with firewall / DHCP / NAT / etc, or £40-£50 on a top-of-the-range wireless-n router, which your AppleTV will love. I'm almost certain that your existing Netgear is sufficient though.

  • Socket Connection Vs HTTP connection

    I'm trying to get a better understanding of which to use to connect a midlet to a servlet.
    Does anybody know of any advantages socket connections have over http connections i.e performance or anything you can think of? Or is there any reason http connections seem like better practice for this type of communication (servlet-midlet) besides portability across MIDP
    I'll appreciate your opinions

    HTTP is a particular kind of socket connection. If what you're doing is plain old HTTP, then HttpConnection is easier to use. If you need something more than HTTP, then use SocketConnection.

  • Invoke remote Perl via HTTP

    Hi all,
    from my Java code I have to invoke a remote perl script calling a URL
    http://host/perlScript.pl?parameters
    and I need to :
    1. Send the content of a XML file
    2. Get an output parameter of this Perl script
    Any hint?
    Thanks!

    Use java.net.URLConnection. There are tutorials here at Sun.com.

  • Connection to https AEM URL (SSL)

    Hi,
    I am not able to connect to AEM (5.6.1) version from Adobe Drive 5. Please help.
    URL : https://dam.corp.abc.com

    Thanks Laurel ! I was able to connect to repository after adding the certificate.
    Also, for the help of other forum member :
    If you are trying to connect to repository through Adobe Drive using dispatcher URL, you might get access error message in logs and it will require below configuration in dispatcher.any file filter section:
    # To enable access through drive
       /0005
       /glob "REPORT /crx/server/"
       /type "allow"
    # To enable access through drive
       /0006
       /glob "PROPFIND /crx/server/"
       /type "allow"

Maybe you are looking for

  • Getting error while calling a subscreen in  module pool program

    HI  ALL,                      ACTUALLY I'M GETTING A SYNTAX ERROR WHILE I'M CALLING A SUBSCREEN                    IN A MODULE POOL PROGRAM IN PAI MODULE                    THE ERROR IS AS FOLLOW                        "." or "ID ... FIELD ..." expec

  • How can I limit which hard drive partitions Logic looks for samples in?

    Hello. I have my internal hard drive set up into two partitions, one for running Logic 8 on Snow Leopard and the other for running Logic X on Mavericks.  I wanted to keep these two worlds separate to prevent any kind of incidental changes to one envi

  • Can you resize Video Skins in Flash CS3

    I am inserting a Flash Video into a file and trying to include the automatic skin from the import dialogue box. If I have a small video (say around 180 pixels wide), the skin juts out obtrusively off to the sides. Is there a way to manage the size of

  • Get "screen junk" after newest update to 10.6.7

    I have a Mac Pro using dual monitor. Every 10 minutes or so the display on one (or sometimes both) monitors goes crazy. Here is a screenshot of what I mean by "screen junk." http://i55.tinypic.com/34rgo41.png It is getting really annoying and makes i

  • My mom gave me her old Ipad, how do I synch it to my account?

    How do I synch a new to me Ipad to my account?  When  plugged it in to my computer I was not triggered to synch like I have with previous devices.