Proxy Authorizations

Hi Experts
We are migrating from XI 3.0 to PI 7.1 and R3 4.7 to ECC 6.0. I need to regenerate ABAP proxies on ECC6.0 to enable communication with PI.
The both Regenerate and Activate buttons are both disabled. What authorizations i will need to get them enabled?
Thanks
Rajesh

You need ABAP developer login. your user ID should be registered as ABAP Developer &  you have ABAP authorization to write / change code.
Contact to your BASIS Team, they can help you in this regard.

Similar Messages

  • Content Server Error: 407 Proxy Authorization Required

    Hi Experts,
    I am new to Content Server and have recently installed Content Server 6.40 with MaxDB 7.8 database on a Windows 2008 server.
    The installation completed successfully and IIS server was configured as per guide. The Content server is running when checked through URL on server.
    Next, we created a new repository with following details, but are facing "HTTP error: 407 Proxy Authorization Required" while testing the connection.
    Settings in OAC0
    Content Rep.    A1
    Document Area: ArchiveLink
    Storage type: HTTP Content Server
    Version no.: 0046
    HTTP server: <IP of Windows server where CS is intalled>
    Port Number     1090
    HTTP Script     ContentServer/ContentServer
    Transfer drctry C:\temp
    HTTP Port 1090 is open from SAP system(HP-UX) to Content Server(windows) and there is no firewall between the 2 servers, but we still see the error in OAC0 and CSADMIN. I also tried setting the security parameter to 0 in contentserver.ini file, but that didn't help either.
    The content server was installed using administrator user.
    Would appreciate your inputs on what am I missing?
    Thanks.
    Regards,
    Varun

    Hi Varun,
    Please change Document Area: ArchiveLink .
    Remove Archive link and change it to Document Management system ( DMS)
    Check the results and post the output.
    Regards,
    Deepak Kori

  • Is there a way to focus the Firefox proxy authorization window to be on top or be the focus when opening a new session?

    Using FF 3.6.7 through a Squid proxy server on Windows XP Pro at my office. When starting FF, the proxy authorization dialogue box (for proxy user ID and password) is always hidden behind other open windows. A new tab for the box doesn't even appear in the Windows taskbar. I have to ALT-TAB may way through the windows to get to it, and sometimes, I even forget that it's there and I wonder why FF isn't opening.
    Is there any way to force that proxy authorization dialogue window to be the focus when opening FF? This problem does not happen with IE.

    This addon ought to do the job
    * https://addons.mozilla.org/en-US/firefox/addon/always-on-top/
    You will need to open your video in a window and not minimise it fully only shrink it to the size you want.

  • Proxy Authorization with COS connection limits Issue

    Any one having issues with connection limits (nsSizeLimit, nsTimeLimit, etc) be applied on connections that come from the proxy server with the proxy authorization control?
    Example:
    nsSizeLimit is set on user A to 2000, via a COS Pointer definition. If user A connects directly to the directory the nsSizeLimit of 2000 is used. If user A connects through the proxy, and the proxy connection to the directory is through a proxy authorization connection via ID admin1, the limit is not applied and the system default limit 1000 is applied.
    If I over-ride the COS value for nsSizeLimit and say its 3000. If I use the proxy connection in this case the limit of 3000 is used. So it only fails for COS settings.
    All the ACI's are being correctly applied via the proxy connection just not the connection limits. So basically I can't get the limits to work when I have a COS value being used via the proxy authorization user.
    Any ideas on how I can get around this. I want to avoid having to enter in the different limits into entries. Also using the limits in the proxy would create to many connection handlers.
    Thanks for any help you can give.
    Cory

    Hi,
    I don't think that connection limits (Time, Size and Throughput) for User A can apply to operations that are using the Proxy Authorization for that user. Proxy Authz is a delegation of Authorization for the ACI, and does not apply to Connection specific limits.
    Regards,
    Ludovic.

  • How to resolve HTTP/1.1 407 Proxy Authorization Required issue

    Dear Sir,
    I am getting following error when connecting from SQL developer to oracle cloud. I have tested both on SQL developer 3.2.20.09.87 and sqldeveloper-4.0.2.15.21. but getting the same error as below.
    request your in getting the resolution for the same. thanks in advance
    HTTP/1.1 407 Proxy Authorization Required:
    oracle.dbtools.raptor.cloud.auth.AuthenticationFailedException: HTTP/1.1 407 Proxy Authorization Required
      at oracle.dbtools.raptor.cloud.auth.basic.BasicAuthenticationEngine.doPost(BasicAuthenticationEngine.java:162)
      at oracle.dbtools.raptor.cloud.auth.basic.BasicAuthenticationEngine.authenticate(BasicAuthenticationEngine.java:63)
      at oracle.dbtools.raptor.cloud.auth.basic.GUIBasicAuthenticationEngine.authenticate(GUIBasicAuthenticationEngine.java:26)
      at oracle.dbtools.raptor.cloud.connection.ConnectionCreator.createConnection(ConnectionCreator.java:24)
      at oracle.dbtools.raptor.cloud.connection.CConnections$C.getConnection(CConnections.java:39)
      at oracle.dbtools.raptor.cloud.connection.CConnections.getConnection(CConnections.java:176)
      at oracle.dbtools.raptor.cloud.navigator.CloudConnection.openConnectionImpl(CloudConnection.java:127)
      at oracle.dbtools.raptor.cloud.navigator.CloudConnection.getConnection(CloudConnection.java:89)
      at oracle.dbtools.raptor.cloud.navigator.ConnectionTreeNode$LoadTask.doWork(ConnectionTreeNode.java:74)
      at oracle.dbtools.raptor.cloud.navigator.ConnectionTreeNode$LoadTask.doWork(ConnectionTreeNode.java:38)
      at oracle.dbtools.raptor.backgroundTask.RaptorTask.call(RaptorTask.java:193)
      at java.util.concurrent.FutureTask.run(FutureTask.java:262)
      at oracle.dbtools.raptor.backgroundTask.RaptorTaskManager$RaptorFutureTask.run(RaptorTaskManager.java:554)
      at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
      at java.util.concurrent.FutureTask.run(FutureTask.java:262)
      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
      at java.lang.Thread.run(Thread.java:745)
    Caused by: java.io.IOException: HTTP/1.1 407 Proxy Authorization Required
      at oracle.dbtools.raptor.cloud.auth.basic.BasicAuthenticationHandler.handleError(BasicAuthenticationHandler.java:250)
      at oracle.dbtools.raptor.cloud.auth.basic.BasicAuthenticationHandler.handleError(BasicAuthenticationHandler.java:24)
      at oracle.dbtools.raptor.cloud.connection.CloudHander.handleResponse(CloudHander.java:38)
      at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:945)
      at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:919)
      at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:910)
      at oracle.dbtools.raptor.cloud.connection.DefaultClient.executeRequest(DefaultClient.java:96)
      at oracle.dbtools.raptor.cloud.auth.basic.BasicAuthenticationEngine.doPost(BasicAuthenticationEngine.java:153)
      ... 17 more
    Regards,
    Deenanath
    Message was edited by: 2803956
    Hi Brian,
    I did settings for Database and SFTP only. The advanced setting on "new cloud connection" screen fills automatically. when I tried to remove the advanced setting such as host name, port, server path and service name. then it is asking for hostname.
    After doing all the steps i am facing the same issue of " HTTP/1.1 407 Proxy Authorization Required".
    Could you please help me to resolve the issue?
    Thanks for your help and support.

    Did you set up your HTTP Proxies inside of the settings in SQL Developer? Does the particular database you are attempting to access, does the proxy server need authentication? Again, check the http proxy options in sql developer.
    https://docs.oracle.com/cd/E11882_01/doc.112/e12152/intro.htm#CIHFCGCD

  • Support for  Proxied Authorization Control ?

    Does OID support the Proxied Authorization Control
    which in and extension of LDAP v3 spec? If not will
    it ever, and if so - when?
    Thanks,
    Artur...

     Not sure if it will work in your case but I am using the PixtoCam app which works very good for me.

  • Proxy authorization doesn't work with JSSE 1.02

    Hello,
    Seems like there is no common way to authenticate with proxy for HTTP and HTTPS.
    Connecting to http://... - works fine, but https://... returns error message:
    Unable to tunnel through 111.111.111.111:8080. Proxy returns "HTTP/1.0 407 Proxy Authentication Required"
    (IP address is intentionally changed in the message above)
    I'm using JSSE with VAJ JDK 1.2 and here is a Java code snippet that works well with HTTP connections:
         Security.addProvider(new com.sun.net.ssl.internal.ssl.Provider());
         System.setProperty("java.protocol.handler.pkgs",
              "com.sun.net.ssl.internal.www.protocol");
         System.setProperty("https.proxyHost", proxyHost);
         System.setProperty("https.proxyPort", proxyPort);
         System.setProperty("http.proxyHost", proxyHost);
         System.setProperty("http.proxyPort", proxyPort);
         try {
              URL url = new URL("https://www.sun.com");
              URLConnection connection = url.openConnection();
              String authString = proxyUserID + ":" + proxyPasswd;
              String encodedAuthString =
                   "Basic " + new sun.misc.BASE64Encoder().encode(authString.getBytes());
              connection.setUseCaches(false);
              connection.setRequestProperty("Proxy-authorization", encodedAuthString);
    Listening to the network traffic helped me to understand that there is a difference between the way HTTP and HTTPS is handled. For some reason HTTPS ignores all the headers that I specify using setRequestProperty().
    Here is example of request and responses sent by HTTPS handler:
    Request:
    CONNECT 198.175.98.32:443 HTTP/1.0
    User-Agent: JSSE
    Proxy response:
    HTTP/1.0 407 Proxy Authentication Required
    Date: Wed, 07 Nov 2001 22:04:11 GMT
    Content-Length: 233
    Content-Type: text/html
    Server: NetCache (NetApp/5.1R2D4)
    Proxy-Authenticate: basic realm="NETCACHE2"
    Please note that there is no Proxy-authorization header in the request above.
    Compare it with HTTPS request sent by Netscape browser:
    Request to proxy:
    CONNECT www.sun.com:443 HTTP/1.0
    Proxy-authorization: Basic am0vbDphrGxHa22lLg==
    User-Agent: Mozilla/4.76 [en] (Windows NT 5.0; U)
    Response:
    HTTP/1.0 200 Connection established
    Proxy-Agent: NetCache NetApp/5.1R2D4
    So, the question is:
    What is the best way to pass "Proxy-authorization" header to proxy server??
    Thanks in advance for your time.

    Hi, I am also facing same problem
    Software : Weblogic jdk1.3.1
    If anyone know the solution ,Please help me
    Thanks,
    Suneel

  • Safari is not sending proxy-authorization header for some https requests

    Hi,
    I have the problem that sometimes Safari doesnt send the necessary Proxy-Authorization header to our proxy for HTTPS requests.
    The proxy settings are configured in system preferences with a username and password.
    I did packet capture and I can see that most of the time it will work just fine and the trace looks something like this:
    CONNECT communicator.strato.de:443 HTTP/1.0
    Host: communicator.strato.de
    User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; de-de) AppleWebKit/523.12.1 (KHTML, like Gecko) Version/3.0.4 Safari/523.12.2
    Proxy-Authorization: Basic XXXXXXXXXXXXXXXXX== (edited)
    HTTP/1.0 200 Connection established
    While some times it will look something like this :
    CONNECT communicator.strato.de:443 HTTP/1.0
    Host: communicator.strato.de
    User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; de-de) AppleWebKit/523.12.1 (KHTML, like Gecko) Version/3.0.4 Safari/523.12.2
    HTTP/1.0 407 Proxy Authentication Required
    Any idea why Safari sometimes wouldn't send the credentials to the proxy?
    Simon Putz
    Ironport Systems Customer Support

    Hi, I am also facing same problem
    Software : Weblogic jdk1.3.1
    If anyone know the solution ,Please help me
    Thanks,
    Suneel

  • Proxy authorization with JNDI

    Hi,
    I want to use proxy authorization unsing Java JNDI. I used the following program:
    import java.util.*;
    import javax.naming.*;
    import javax.naming.directory.*;
    import javax.naming.ldap.*;
    import com.sun.jndi.ldap.ctl.*;
    import static javax.naming.Context.*;
    class TestProxyAuthorization
    public static void main(String[] args) throws Exception
         LdapContext ldap=null;
         Hashtable<String,Object> props = new Hashtable<String,Object>();
         props.put(INITIAL_CONTEXT_FACTORY, "com.sun.jndi.ldap.LdapCtxFactory");
         props.put(SECURITY_PROTOCOL, "ssl");
         props.put(SECURITY_AUTHENTICATION, "simple");
         props.put(SECURITY_PRINCIPAL, "uid=telschow,ou=rt,ou=people,dc=wias-berlin,dc=de");
         props.put(SECURITY_CREDENTIALS, "xxxxxxxx");
         props.put(PROVIDER_URL, "ldap://bolzano.wias-berlin.de/dc=wias-berlin,dc=de");
         try
              ldap = new InitialLdapContext(props, null);
              ldap.setRequestControls(new Control[]{new ProxiedAuthorizationControl("dn:uid=vdsand,ou=fg5,ou=people,dc=wias-berlin,dc=de")});
              Attributes attrs = new BasicAttributes();
              attrs.put("objectClass", "organizationalUnit");
              attrs.put("ou", "aaaaaa");
              ldap.bind("ou=aaaaaa,ou=talk,ou=2004,ou=Literatur",null,attrs);
         catch (javax.naming.NamingException ne){ne.printStackTrace();}
    Running this program I get the error:
    javax.naming.CommunicationException: [LDAP: error code 2 - Protocol Error]; remaining name 'ou=aaaaaa,ou=talk,ou=2004,ou=Literatur'
    at com.sun.jndi.ldap.LdapCtx.mapErrorCode(Unknown Source)
    at com.sun.jndi.ldap.LdapCtx.processReturnCode(Unknown Source)
    at com.sun.jndi.ldap.LdapCtx.processReturnCode(Unknown Source)
    at com.sun.jndi.ldap.LdapCtx.c_bind(Unknown Source)
    at com.sun.jndi.toolkit.ctx.ComponentDirContext.p_bind(Unknown Source)
    at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.bind(Unknown Source)
    at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.bind(Unknown Source)
    at javax.naming.directory.InitialDirContext.bind(Unknown Source)
    at TestProxyAuthorization.main(TestProxyAuthorization.java:42)
    What is wrong?
    Can anybody help me?
    Ciao, Gerhard

    Hi,
    I don't think that connection limits (Time, Size and Throughput) for User A can apply to operations that are using the Proxy Authorization for that user. Proxy Authz is a delegation of Authorization for the ACI, and does not apply to Connection specific limits.
    Regards,
    Ludovic.

  • URLConnection and Proxy-Authorization error.

    My code does not work and I dont know how solve.
    I cannot be identified in proxy.
    can you help me?
    Thanks.
    FranciscoJ.
    import java.util.Properties;
    import java.net.*;
    import java.net.URLConnection;
    import java.net.HttpURLConnection;
    import java.io.*;
    public class importaURLNoticias
    public static String urlText="";
    public static URL urlInicial=null;
    public static void main(String args[])
    urlText="http://www.yahoo.com";
    Properties props = System.getProperties();
    props.setProperty("http.proxySet", "true");
    props.setProperty("http.proxyHost", "272.128.66.136");
    props.setProperty("http.proxyPort", "8080");
    props.setProperty("http.proxyUserName", new sun.misc.BASE64Encoder().encode("myuser".getBytes()));
    props.setProperty("http.proxyPassword", new sun.misc.BASE64Encoder().encode("mypwd".getBytes()));
    System.setProperties(props);
    try {
    URL theUrl = new URL(urlText);
    URLConnection uc = theUrl.openConnection();
    //HttpURLConnection uc = (HttpURLConnection)theUrl.openConnection();
    //uc.setRequestMethod("GET");
    uc.setDoInput(true);
    uc.setDoOutput(false);
    uc.setUseCaches(false);
    uc.setRequestProperty("Proxy-Authorization", new sun.misc.BASE64Encoder().encode("myuser:mypwd".getBytes()));
    uc.connect();
    InputStream content = uc.getInputStream();
    BufferedInputStream in = new BufferedInputStream (content);
    LineNumberReader lnr = new LineNumberReader (new InputStreamReader (in));
    String tempStr = "";
    StringBuffer str = new StringBuffer();
    while ((tempStr = lnr.readLine()) != null)
    str.append(tempStr);
    System.out.println(tempStr);
    in.close();
    lnr.close();
    catch(Exception e) { System.out.println("Error "+urlText+":\n\r"+e.getMessage()); }
    }

    I managed to get through my proxy by using an Authenticator (in java.net)
    Properties prop = System.getProperties();
    prop.put("http.proxyHost", PROXY_HOST);
    prop.put("http.proxyPort", PROXY_PORT);
    Authenticator aAuth = new Authenticator(){
        public PasswordAuthentication getPasswordAuthentication() {
            return new PasswordAuthentication ("user", "pwd".toCharArray());
    Authenticator.setDefault(aAuth);

  • When will Nokia support NTLM proxy authorization?

    They Proxy server should use NTLM. When will Nokia support NTLM proxy authorization?

    My personal guess: Never.
    You can also change the question to: When will Microsoft stop requiring the use of Microsoft-proprietary technologies and support open standards?
    If the Microsoft proxy server you use already does support non-Microsoft standards, then ask your proxy server administrators to enabled such support.

  • Syntax for  Proxy-Authorization" which enables domain and realm

    How to set Proxy-Authorization header for Domain and realm setting for Proxy authenication via URLConnection Class?.
    Please provide me syntax for "Proxy-Authorization" which enables domain and realm setting with basic authentication.

    Hi, I am also facing same problem
    Software : Weblogic jdk1.3.1
    If anyone know the solution ,Please help me
    Thanks,
    Suneel

  • Unable to create Inbound Sync Server Proxy - Authorization problem

    Im using PI 7.0  . When I try to create a inbound sysnchronous server proxy in SPROXY tcode , I get the following error
    Authorization Check failed: S_TCODE with parameters TCD SICF
    Im able to create both outbound and inbound asynchornous proxies . What could be the problem?

    The JDK/Java that ODI using should be 64bit if ODI 11.1.1.6 is 64 bit.   (I think JDK 1.6 is recommended for this ODI version)
    Also, for which technology you are creating a data server ? and what error message you are getting while creating it ?
    Thanks,
    Santy.

  • ABAP Proxy authorization issue when sending message.

    Hi
    We have an interface which uses ABAP proxies. This is used to send a message with attachment, but when i send the message I am getting a 401 error message which says unauthorized.
    I checked all the configs on the sending side and i cant fine anythin wrong. I tried SLDCHECK and all looks fine there as well. I have done the configuration in the Integration engine on the sending side as mentioned in the BLOG - Activating ABAP Proxies.
    We have 3 XI systems Dev, QA and Prod sharing the same SLD. The configs that we have on the sending system (App Sys.) is given below.
    SM59
    HTTP connection : SAPISU_XID
    Host : XI Dev hostname Service Number 8080 (80 <sys number>)
    Path Prefix : /sap/xi/engine?type=entry
    USER  : XIAPPLUSER
    The TCP/IP connections LCRSAPRFC and SAPSLDAPI are also setup on the system which connects to our SLD.
    The TCP/IP connections works fine and i am able to test it succesfully, but the HTTP connection fails with an authorization error (401) when i test it. Now the wierd thing is if I use XIAFUSER instead of appuser it works fine, but if i make a copy of XIAFUSER and try that... It fails again.. I know it sounds strange. So i was wondering if there is any setting on XI which restricts HTTP connections to a particular user??
    I would really aprpeaciate if you could please give me your thought on this issue...
    Cheers
    Prav

    Hi Manish
    Thanks for the input again.
    I checked SICF on the XI system and its not set to any user.
    The HTTP connection on out prod environment is working fine without any issues and its uses a user which is a copy of XIAPPLUSER. SICF in prod also does not have any user configured for service SAP\XI\Engine.
    Thanks for the link, had a look at it, but It looks like these users mentioned are only available with XI7. Our server was upgraded from 3 to 7 and I am not able to find these users on the system.
    I tried testing the HTTP connection in prod using a diffrent user and found its the same story there. If i use any use other than the cutom one.. it fails.. could there be any setting in the exchage profile that can affect this??
    Thanks for your time and help.
    Prav

  • Disable Proxy Authorization Required

    Hello
    Sorry for my bad english but i don't found answer for my problem on french support.
    I would like to disable proxy authentication popup on firefox.
    I have a squid proxy who works with Windows Active Directory.
    Firefox send automatically windows username and password to squid.
    If credential are good, firefox show the web page correctly.
    If credential are bad or on some webpage, I have many popup for proxy authentication.
    I woud like to disable this popup and have an error webpage like error404
    i browze about:config but don't found issue
    thanks

    Could you please post a picture?!

Maybe you are looking for

  • Magic mouse zoom quit working

    My magic mouse won't zoom all of a sudden, even in Safari...any clues?

  • Modifying hyperlink text for enlarged photo

    I've created pages using photo template. Some of the jpegs (unenlarged photos) have text descriptions with hyperlinks, which I've highlighted using red text. The photos enlarge without the highlight, and I cannot seem to make the modification. Any so

  • Please please help me ipod itunes dont reconize

    Ok so I plug ipod in and open itunes and like nothing happend I go to file: sync ipod but it dont let me click it it and almost everything else under file in grey and unclickable. I have had my ipod for haha since like last octoboer or around there a

  • Using the Desktop API in Java SE 6 (Mustang)

    <p>The Java platform continues to evolve, and Java applications can now integrate with the host desktop better than ever before. This new article describes how to integrate your Java application into the desktop using new Java SE 6 features:</p> http

  • Animation will not play in Cap 5.5

    Need some help here...I'm trying to run an animation in one slide of my Captivate 5.5 project. It is a SWF that loads external .as, xml and images. It will run fine outside of Captivate, but once I drop it into Captivate on the slide nothing displays