Access a topic connection jndi remotely

I am trying to access a TopicConnectionFactory resource (deployed on server1) from within a bean which is deployed on server2.
When I do a lookup on the jndi name of the resource follwing exception occurs:
[#|2007-03-13T09:46:27.633+0530|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=11;_ThreadName=httpWorkerThread-8080-0;_RequestID=589ae203-7d08-48ec-8b9e-6b5e4f1eba85;|
javax.naming.NameNotFoundException [Root exception is org.omg.CosNaming.NamingContextPackage.NotFound: IDL:omg.org/CosNaming/NamingContext/NotFound:1.0]
     at com.sun.jndi.cosnaming.ExceptionMapper.mapException(ExceptionMapper.java:44)
     at com.sun.jndi.cosnaming.CNCtx.callResolve(CNCtx.java:453)
     at com.sun.jndi.cosnaming.CNCtx.lookup(CNCtx.java:492)
     at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:185)
     at javax.naming.InitialContext.lookup(InitialContext.java:351)
     at com.wipro.smf.al.ossj.PMIRP_Ossj_Impl.startListener(PMIRP_Ossj_Impl.java:380)
     at com.wipro.smf.al.ossj.PMIRP_Ossj_Impl.createJob(PMIRP_Ossj_Impl.java:95)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:585)
     at com.wipro.smf.al.requesthandler.RequestManagerBean.performOperation(RequestManagerBean.java:452)
     at com.wipro.smf.al.requesthandler.RequestManagerBean.createJob(RequestManagerBean.java:100)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:585)
     at com.sun.enterprise.security.application.EJBSecurityManager.runMethod(EJBSecurityManager.java:1050)
     at com.sun.enterprise.security.SecurityUtil.invoke(SecurityUtil.java:165)
     at com.sun.ejb.containers.BaseContainer.invokeTargetBeanMethod(BaseContainer.java:2766)
     at com.sun.ejb.containers.BaseContainer.intercept(BaseContainer.java:3847)
     at com.sun.ejb.containers.EJBObjectInvocationHandler.invoke(EJBObjectInvocationHandler.java:190)
     at com.sun.ejb.containers.EJBObjectInvocationHandler.invoke(EJBObjectInvocationHandler.java:107)
     at $Proxy24.createJob(Unknown Source)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:585)
     at com.sun.corba.ee.impl.presentation.rmi.ReflectiveTie._invoke(ReflectiveTie.java:121)
     at com.sun.corba.ee.impl.protocol.CorbaServerRequestDispatcherImpl.dispatchToServant(CorbaServerRequestDispatcherImpl.java:650)
     at com.sun.corba.ee.impl.protocol.CorbaServerRequestDispatcherImpl.dispatch(CorbaServerRequestDispatcherImpl.java:193)
     at com.sun.corba.ee.impl.protocol.CorbaMessageMediatorImpl.handleRequestRequest(CorbaMessageMediatorImpl.java:1705)
     at com.sun.corba.ee.impl.protocol.SharedCDRClientRequestDispatcherImpl.marshalingComplete(SharedCDRClientRequestDispatcherImpl.java:154)
     at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.invoke(CorbaClientDelegateImpl.java:194)
     at com.sun.corba.ee.impl.presentation.rmi.StubInvocationHandlerImpl.privateInvoke(StubInvocationHandlerImpl.java:159)
     at com.sun.corba.ee.impl.presentation.rmi.StubInvocationHandlerImpl.invoke(StubInvocationHandlerImpl.java:119)
     at com.sun.corba.ee.impl.presentation.rmi.bcel.BCELStubBase.invoke(BCELStubBase.java:197)
     at com.wipro.smf.al.requesthandler._RequestManager_DynamicStub.createJob(_RequestManager_DynamicStub.java)
     at com.wipro.smf.al.register.ProcessJob.process(ProcessJob.java:48)
     at com.wipro.smf.al.register.RegisterServlet.onMessage(RegisterServlet.java:219)
     at com.wipro.smf.al.register.RegisterServlet.doPost(RegisterServlet.java:120)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
     at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:397)
     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:278)
     at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
     at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:240)
     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:179)
     at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
     at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:73)
     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:182)
     at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
     at com.sun.enterprise.web.VirtualServerPipeline.invoke(VirtualServerPipeline.java:120)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:137)
     at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
     at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:231)
     at com.sun.enterprise.web.connector.grizzly.ProcessorTask.invokeAdapter(ProcessorTask.java:667)
     at com.sun.enterprise.web.connector.grizzly.ProcessorTask.processNonBlocked(ProcessorTask.java:574)
     at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:844)
     at com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:287)
     at com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:212)
     at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:252)
     at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:75)
Caused by: org.omg.CosNaming.NamingContextPackage.NotFound: IDL:omg.org/CosNaming/NamingContext/NotFound:1.0
     at org.omg.CosNaming.NamingContextPackage.NotFoundHelper.read(NotFoundHelper.java:72)
     at org.omg.CosNaming._NamingContextStub.resolve(_NamingContextStub.java:251)
     at com.sun.jndi.cosnaming.CNCtx.callResolve(CNCtx.java:440)
     ... 65 more
|#]
Following is the code that I use to do a lookup on the resource:
InitialContext ic = new InitialContext();     
Object objRef= ic.lookup("corbaname:iiop:10.105.4.56:3700#System/Gothenburg/ApplicationType/PerformanceMonitor/Application/1-0;1-0;JSR90RIPM/Comp/TopicConnectionFactory");
If I do a look up on a bean deployed a different server I can access it using the above mentioned code. What is the correct way of doing the lookup on TopicConnectionFactory resource.

I think I've seen code using JNDI to retreive a DB connection in a pool managed by the container.
Have a look at DataSources, perhaps it will work for you...
It was looking like this :
InitialContext ic = new InitialContext();
DataSource ds = (DataSource) ic.lookup(""java:/OracleDB);
Connection con =  ds.getConnection();

Similar Messages

  • Connecting to remote server failed with the following error message : Access is denied. For more information, see the about_Remote_Troubleshooting Help topic. It was running the command 'Discover-ExchangeServer -UseWIA $true -SuppressError $true -CurrentV

    I installed Exchange Server 2010 inside my VMWare Windows Server 2008 Ent R2. And After successful installation  when I try to open my Exchange Server Console, I am getting the following error message. I am very new to Exchange server please help me
    to solve this problem.
    Initialization Failed
    The following error occurred while searching for the on-premises Exchange server:
    [win-.local] Connecting to remote server failed with the following error message : Access is denied. For more information, see the about_Remote_Troubleshooting Help topic. It was running the command 'Discover-ExchangeServer -UseWIA $true -SuppressError
    $true -CurrentVersion 'Version 14.1 (Build 218.15)''.
    Thanks Vivek
    SharePoint Foundation 2010 Book
    http://www.redpipit.com

    Hi,
    Please have a look at the article below:
    Troubleshooting Exchange 2010 Management Tools startup issues
    http://blogs.technet.com/b/exchange/archive/2010/02/04/3409289.aspx
    Resolving WinRM errors and Exchange 2010 Management tools startup failures
    http://blogs.technet.com/b/exchange/archive/2010/12/07/3411644.aspx
    Besides, please run the cmdlet below:
     set-user alias -remotepowershellenabled$true
    Xiu Zhang
    TechNet Community Support

  • Connecting to Remote Desktop Published Apps through RD Web Access not working

    Hello,
    I have configured an RD Gateway server. My scenario is like I have a windows 2012R2 server with all RD components (Gateway, web access, connection broker, session host) configured, since this is for a poc. Externally I can access rd web access portal (https://<servername.domain.com>/rdweb)
    and can connect to the target server using "Connect to a remote pc" tab without any issue.
    But I can't connect to any published app from "Remote App and Desktop". The error I recieve is "unable to connect to remote pc. please provide the fully-qualified name......."
    At the same time I can see below errors in event logs related to connection broker:
    Error 802: 
    RD Connection Broker failed to process the connection request for user domain\Administrator. 
    Error: Element not found. 
    Event 1306:
    Remote Desktop Connection Broker Client failed to redirect the user domain\Administrator. 
    Error: NULL
    Error 1296:
    Remote Desktop Connection Broker Client failed while getting redirection packet from Connection Broker.
    User : domain\Administrator 
    Error: Element not found. 
    Googling I could see some posts related to these issues, mentioning about to check the network connectivity between RDCB and the target server. I can defenitely say it is fine and already mentioned I can connect to the same server using "connect to
    remote pc" tab.
    Just FYI, I have this server as Amazon EC2 instance and the domain is configured as Amazon directory service. Can someone please help me at the earliest.. This is pretty urgent as my tasks are pending due to this issue.. 
    Vysakh

    Hi,
    I have seen similar issues with Essential role installed, if it’s installed on the terminal server, please remove it.
    Please also ensure involved machines are fully patched and keep port 443 of the TS server open.
    When external users connect to the Web Access page, are they able to see remote apps? If not, please check whether user assignment setting is configured correctly for remote apps.
    Are users able to open remote apps from internal network?
    Here are some related links below for you:
    RDWeb URL Access Works Successful but cannot open Apps Externally only Internally
    https://social.technet.microsoft.com/Forums/en-US/144a0543-7a7c-4899-a674-0fd29dacab7a/rdweb-url-access-works-successful-but-cannot-open-apps-externally-only-internally?forum=winserverTS
    RemoteApp Internet
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/70a819de-3338-4427-a1c3-e38ef99dd4b3/remoteapp-internet?forum=winserverTS
    Configuring RD web access for public/external access
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/4396d3e9-2ac5-4d0b-baba-25471498a349/configuring-rd-web-access-for-publicexternal-access?forum=winserverTS
    Best Regards,
    Amy
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Access airport connected HD remotely?

    I used to have a dedicated router with mapped ports so I could remotely access various computers.
    WIth all the comptuers DHCP I'm not able to do that anymore (in the current, simpler setup).
    However can I remotely access a HD connected to the airport? There is just one file I need to be able to access from the office and remotely.
    alan

    Yes

  • Connecting to Remote Access

    When I try to connect I get the error message:
    Unable to connect to remote pc. Please provide the fully-qualified name or the ip address of the remote pc and try again.
    What does this mean?
    Thanks

    Hi,
    Which device you are using and which RDP version you are using to remote system?
    Are you using IP address or Hostname to connect to remote desktop?
    Please check the firewall setting whether the required RDP port (3389) is open for remote desktop. You can go through the below article for information.
    Why can’t I connect using Remote Desktop Connection?
    http://windows.microsoft.com/en-in/windows7/why-can-t-i-connect-using-remote-desktop-connection
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    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 Support, contact [email protected]

  • Connect to remote jmx with password

    Hello,
    now I�ve a problem to connect a remote jmx server with passord authentification. No idea why it does not work, here my configuration:
    jmxremote.password:
    ================
    # or specify another, less accessible file in the management config file
    # as described above.
    # Following are two commented-out entries. The "measureRole" role has
    # password "QED". The "controlRole" role has password "R&D".
    test test1
    jmxremote.access
    ================
    # Default access control entries:
    # o The "monitorRole" role has readonly access.
    # o The "controlRole" role has readwrite access.
    test readwrite
    This are my sys parameter:
    JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management.jmxremote.port=9004"
    JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management.jmxremote.ssl=false"
    JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management.jmxremote"
    JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management.jmxremote.access.file=/home/tomcat/jmxremote.access"
    JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management.jmxremote.password.file=/home/tomcat/jmxremote.password"
    The .access and .password file is on the correct place and there is no exception because of the file access rights. If I start the remote jconsole with -J-Djava.security.debug=all, this is the end:
    jar:
    jar: beginEntry com/sun/crypto/provider/SunJCE_i.class
    jar: Manifest Entry: com/sun/crypto/provider/SunJCE_i.class digest=SHA1
    jar: manifest d462e6ef45ec12081028cd7ccf922cc2ec553358
    jar: computed d462e6ef45ec12081028cd7ccf922cc2ec553358
    jar:
    Cipher: Crypto Permission check failed
    Cipher: granted: (CryptoPermission * 128)
    Cipher: requesting: (CryptoPermission AES 256)
    I�ve found already a solution for that and connect with jconsole with the url service:jmx:rmi:///jndi/rmi://hostname:9004/jmxconsole
    Provider: Set SUN provider property [SecureRandom.SHA1PRNG ImplementedIn/Software]
    Provider: Set SUN provider property [CertificateFactory.X.509 ImplementedIn/Software]
    Provider: Set SUN provider property [KeyStore.JKS ImplementedIn/Software]
    Provider: Set SUN provider property [CertPathValidator.PKIX ImplementedIn/Software]
    Provider: Set SUN provider property [CertPathBuilder.PKIX ImplementedIn/Software]
    Provider: Set SUN provider property [CertStore.LDAP ImplementedIn/Software]
    Provider: Set SUN provider property [CertStore.Collection ImplementedIn/Software]
    Provider: Set SUN provider property [CertStore.com.sun.security.IndexedCollection ImplementedIn/Software]
    ProviderConfig: Loaded provider SUN version 1.6
    Although there is no exception I am unable to connect to the remote jmx server...
    Thx for any help!
    Cheers,
    Thilko
    Edited by: smilie79 on Jan 17, 2008 1:53 AM
    Edited by: smilie79 on Jan 21, 2008 2:51 AM

    Hi,
    You might need to specify explicitely -Dcom.sun.management.jmxremote.authenticate=true on the command line.
    Hope this helps,
    -- daniel
    http://blogs.sun.com/jmxetc

  • ITunes 8: I can no longer connect to remote speakers via Airport Express

    Cannot connect to my remote speakers, worked before iTunes 8"
    I have restarted the computer, iTunes, QT 7.5.5, run disk utility
    I get the following error code (-3256) Apple KB research says:
    AirTunes: Error -3256 when streaming to multiple AirPort Express units 
You may see this message: An error occurred while connecting to the remote speaker speaker_name . An unknown error occurred (- 3256 ).This occurs with iTunes 6.0.2 or later.SolutionIf you use a third-party firewall or router, make sure that it is configured to permit UDP traffic.
http://docs.info.apple.com/article.html?artnum=303157
    I followed the KB link, tried KB solution, then I sent this off to Apple.
    "Mac G5 2.0 Ghz, OS 10.5.4 just installed iTunes 8, one (1) Airport Express connected to remote speakers. Firewall under Sharing in System preferences does not offer firewall access. Firewall is under Security but "Advanced" is grayed out.
    Cannot connect to my remote speakers, worked before iTunes 8"
    I have restarted the computer, iTunes, QT 7.5.5, run disk utility, unplugged the airport express.
    My G4 PowerBook running an earlier version of iTunes connects without problem.

    I just got off a 30+ minute phone call with an Apple Support rep about this. I'm getting error -3256. The rep was patient and tried hard to solve the problem, but was basically clueless. I have a case number and was encouraged to call back tomorrow to speak with a product support specialist.
    This stinks. AirTunes is my primary way of playing music from my computer. With no obvious way of rolling back to iTunes 7, this is a big deal.

  • Connecting to Remote Database using Debian w/Oracle XE

    Hello.
    I have managed to install Oracle XE on a Debian box.
    I am trying to connect to a remote server located on my network.
    I am using the following connection string:
    # sqlplus <User>/<Password>@'(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=<IP>)(PORT=1521)))(CONNECT_DATA=(SID=<SID>)))'
    However, I was given both a SID and a Service_name.
    I tried connecting with both.
    Is it possible to parametrize both? I checked and the remote server is up, and that is the existing port.
    Thanks a lot!

    user603592 wrote:
    Hello.
    I have managed to install Oracle XE on a Debian box.
    I am trying to connect to a remote server located on my network.
    I am using the following connection string:
    # sqlplus <User>/<Password>@'(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=<IP>)(PORT=1521)))(CONNECT_DATA=(SID=<SID>)))'
    However, I was given both a SID and a Service_name.
    I tried connecting with both.
    Is it possible to parametrize both? yes, see below
    bcm@bcm-laptop:~$ sqlplus -h
    SQL*Plus: Release 11.2.0.1.0 Production
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Use SQL*Plus to execute SQL, PL/SQL and SQL*Plus statements.
    Usage 1: sqlplus -H | -V
        -H             Displays the SQL*Plus version and the
                 usage help.
        -V             Displays the SQL*Plus version.
    Usage 2: sqlplus [ [<option>] [{logon | /nolog}] [<start>] ]
      <option> is: [-C <version>] [-L] [-M "<options>"] [-R <level>] [-S]
        -C <version>   Sets the compatibility of affected commands to the
                 version specified by <version>.  The version has
                 the form "x.y[.z]".     For example, -C 10.2.0
        -L             Attempts to log on just once, instead of
                 reprompting on error.
        -M "<options>" Sets automatic HTML markup of output.  The options
                 have the form:
                 HTML [ON|OFF] [HEAD text] [BODY text] [TABLE text]
                 [ENTMAP {ON|OFF}] [SPOOL {ON|OFF}] [PRE[FORMAT] {ON|OFF}]
        -R <level>        Sets restricted mode to disable SQL*Plus commands
                 that interact with the file system.     The level can
                 be 1, 2 or 3.  The most restrictive is -R 3 which
                 disables all user commands interacting with the
                 file system.
        -S             Sets silent mode which suppresses the display of
                 the SQL*Plus banner, prompts, and echoing of
                 commands.
      <logon> is: {<username>[/<password>][@<connect_identifier>] | / }
               [AS {SYSDBA | SYSOPER | SYSASM}] [EDITION=value]
        Specifies the database account username, password and connect
        identifier for the database connection.  Without a connect
        identifier, SQL*Plus connects to the default database.
        The AS SYSDBA, AS SYSOPER and AS SYSASM  options are database
        administration privileges.
        <connect_identifier> can be in the form of Net Service Name
        or Easy Connect.
          @[<net_service_name> | [//]Host[:Port]/<service_name>]
         <net_service_name> is a simple name for a service that resolves
         to a connect descriptor.
         Example: Connect to database using Net Service Name and the
               database net service name is ORCL.
            sqlplus myusername/mypassword@ORCL
         Host specifies the host name or IP address of the database
         server computer.
         Port specifies the listening port on the database server.
         <service_name> specifies the service name of the database you
         want to access.
         Example: Connect to database using Easy Connect and the
               Service name is ORCL.
            sqlplus myusername/mypassword@Host/ORCL
        The /NOLOG option starts SQL*Plus without connecting to a
        database.
        The EDITION specifies the value for Session Edition.
      <start> is: @<URL>|<filename>[.<ext>] [<parameter> ...]
        Runs the specified SQL*Plus script from a web server (URL) or the
        local file system (filename.ext) with specified parameters that
        will be assigned to substitution variables in the script.
    When SQL*Plus starts, and after CONNECT commands, the site profile
    (e.g. $ORACLE_HOME/sqlplus/admin/glogin.sql) and the user profile
    (e.g. login.sql in the working directory) are run.  The files may
    contain SQL*Plus commands.
    Refer to the SQL*Plus User's Guide and Reference for more information.
    bcm@bcm-laptop:~$

  • Connecting to remote R/3 system

    Hello everyone!
    I need information about connecting to remote R/3 systems. What I am looking for is something like what SAP does to trouble shoot client R/3 systems.
    I have heard that SAP connects remotely to the SAP R/3 system using the SAP Connector to help rectify problems in the remote system. Is something possible for me to use for a client's remote R/3 system? We are also an SAP Software Partner (PBNW) so in case any SAP guy is looking at this, can you please tell me what we can do?
    The rough requirement is to have a remote connection to the client's SAP R/3 system in order to be able to extract particular configuration data and such among other things. We have our own software for the extraction but we need special connectors to connect to remote systems. Is the SAP Connector a valid solution in this case?
    Thanks for looking into it!
    Sameer

    If you want a thorough analysis of your system you can set up a Remote Service connection. To avoid any unauthorized access to your system, you first need to a open a connection for Remote Service. Only then can SAP log on to your system.
    For more detailed information on setting up a Remote Service connection, see the guide The SAPNet - R/3 Frontend User Guide. You can download this guide from the following address: http://sapnet.sap.com/oss-guide .
    Ready-to-Run R/3 contains a service and equipment package for setting up a remote service functionality between your R/3 Systems and the SAP service organization. The package contains hardware and software for routing and the organizational services required for setting up a remote service connection.
    If you have problems using your R/3 System, or you require help, you can use SAP remote services. The TCP/IP connection between your systems and SAP is controlled by the router in the remote access package. One of the main functions of the router in setting up a remote service connection is the translation of private addresses (as defined in RFC 1918) to official external IP addresses, which are delivered with your remote access package.
    Please refer to the link -
    http://help.sap.com/saphelp_46c/helpdata/en/dc/37304a98ab11d283d70000e829fbbd/frameset.htm
    Hope this helps you.

  • SFTP receiver error: putFile: Could not connect to remote host; Reason: Unable to open Sftp client. SshReasonCode: CHANNEL_FAILURE

    Hi,
    When we try to send file over seeburger SFTP (receiver) we are getting the error as below.
    Message processing failed. Cause: javax.resource.ResourceException: Fatal exception: javax.resource.ResourceException: >> Description: SFTP transaction error occured.>> Details: putFile: Could not connect to remote host; Reason: Unable to open Sftp client. SshReasonCode: CHANNEL_FAILURE>>SendingStatus: NOT_TRANSMITTED>>FaultCategory: COMMUNICATION_ERROR>>Retryable: true>>Fatal: true, >> Description: SFTP transaction error occured.>> Details: putFile: Could not connect to remote host; Reason: Unable to open Sftp client. SshReasonCode: CHANNEL_FAILURE>>SendingStatus: NOT_TRANSMITTED>>FaultCategory: COMMUNICATION_ERROR>>Retryable: true>>Fatal: true
    But we are able to connect through filezilla . we are able to create and delete file using the same username and password which is being used in SFTP adapter.
    we have imported the both dsa and rsa keys in SFTP partner folder in NWA. Even though we are getting same error.
    Thanks,
    Vinayak

    Hi Ram,
    we checked with network team and port 22 is open and they are able to ping to the target system.
    we checked the seeburger logs and we see EOF received from remote site error:
    Caused by: com.maverick.ssh.SshException: EOF received from remote side [Unknown cause]
    #at com.maverick.ssh2.TransportProtocol.b(Unknown Source)
    #at com.maverick.ssh2.TransportProtocol.i(Unknown Source)
    #at com.maverick.ssh2.TransportProtocol.nextMessage(Unknown Source)
    #at com.maverick.ssh.message.SshMessageRouter.d(Unknown Source)
    #at com.maverick.ssh.message.SshMessageRouter.access$000(Unknown Source)
    #at com.maverick.ssh.message.SshMessageRouter$_b.run(Unknown Source) 
    Thanks,
    Vinayak.

  • Connection from remote sites (Frame Relay WAN) to AS/400 dissapears

    Hello,
    We have the following problem appearing in our environment:
    All connections from remote sites dissapears unexpected from AS/400. After 2-3 minutes remote users get normal connectivity again.
    The environment is the the following:
    Frame Relay/ATM WAN (Frame Relay on remote sites and ATM in datacenter) comes to Cisco 7204VXR router which connected to LAN switch with 10/100/1000 ports. AS/400 with Fast Ethernet interface also connected to the similar LAN switch. CEF is enabled on the router, IOS version 12.4.3a. We have ETHSTD *ALL parameter set on AS/400. Remote users uses TCP/IP and Telnet but there are a number of 5494 controllers wich uses SNA.
    We got the problem for the first time after we enabled CEF on the router.
    I suspect that the cause of problem is Ethernet frames of different standards due to ETHSTD *ALL, but can neither reproduce the problem nor understand why it behaves so.
    Have anybody had similar problem?
    I would be very thanksfull if somebody can help me to solve it.
    Thank you in advance.
    //Mikhail Galiulin

    Hi Martin,
    Cisco 7200 itself can access AS/400 as well as all other hosts in the same with AS/400 LAN. There is no any outage in communications which goes to another LAN segment via Netscreen firewall while the communication via Cisco is down. Only those hosts which connected via Cisco are experiencing the problem. I can not say where the traceroute from AS/400 stucks (there are other people who maintain the machine and they never could catch the exact moment of outage).
    To turn off CEF I treat as the last option actually and unfortunatelly there is no guarantee that software upgrade will help (we have 12.4.3a now).
    So first of all I'm trying to understan WHY it happens because I can not see any systematics in the problem appearance. It can happen 3 times under 2 days and then dissapear for 1-2 months...
    //Mikhail Galiulin

  • TS3938 When I went to the Quicken site I was routed to a third party tech company that asked me to download a software that allowed them to access my computer for a remote session to fix my computer.  Is that a scam?  I did not do it but how do I get my Q

    When I went to the Quicken site I was routed to a third party tech company that asked me to download a software that allowed them to access my computer for a remote session to fix my computer.  Is that a scam?  I did not do it but how do I get my Quicken 2007 to work with Mountain Lion?

    old diane wrote:
    When I went to the Quicken site I was routed to a third party tech company that asked me to download a software that allowed them to access my computer for a remote session to fix my computer.  Is that a scam?  I did not do it but how do I get my Quicken 2007 to work with Mountain Lion?
    Ahhh, I see that you did not allow them to connect (is this true)
    Here is a link to the Lion/Mountain Lion compatible version of Quicken.
    http://quicken.intuit.com/personal-finance-software/quicken-2007-osx-lion.jsp

  • I am accessing a windows server using remote desktop and I am wondering if I can transfer files by sharing drives?

    I am accessing a windows server using remote desktop and I am wondering if I can transfer files by sharing drives?

    Probably. You may be able to use Finder > Go > Connect to server to access the server. You may be able to share folders using Remote Desktop too. Whichever one you like the best.

  • Elom Java Console "Connect to remote host Fail"

    Hi,
    I'm accessing an elom over the https interface, which works fine, however when trying to launch the Java console, the app starts but a dialogue box appears stating "Connect to remote host Fail!", and quits when I click ok. I'm using:
    Kubuntu 9.10
    Firefox 3.5.5
    Java 1.6.0_15
    Elom firmware version 2.70
    I've also tried running against JRE 1.5, and tried saving the jnlp file and running that directly from javaws, all attempts produce the same result. I am able to connect to port 8890 from my machine. An strace seems to suggest that it sends and receives from port 8890 but then gets a Connection reset by peer.
    Furthermore I've also tried running it through localhost using an ssh tunnel to the elom, again, same result.
    I've now run out of ideas of what could be causing this issue, any help would be greatly appreciated.
    TIA
    Regards
    Craig

    SOLVED
    FYI, I downloaded the debian package of libstdc++5 from http://ftp.us.debian.org/debian/pool/main/g/gcc-3.3/libstdc++5_3.3.6-18_i386.deb
    After installing that on Kubuntu, the console works fine.

  • RD Gateway Manager for Internet connections to Remote Apps

    I'm trying to setup Remote Access to a Windows 2008 R2 server so that Internet clients can have secure access to run an app. in a remote session on the same machine.
    If possible, I'd like Internet clients to only have access to remote apps, not desktops. I'd also like admins to only have access to remote desktops on the LAN not the WAN.
    I've installed Remote Desktop Session Host, Licensing, Gateway and Web Access, all on the same server, and seem to have everything setup correctly. I'm able to connect clients over the Internet with RDC and Remote Web and run the App. The problem
    is that I don't know how to setup the security restrictions and don't understand why I can never see any connections to the Remote Desktop Gateway. It seems that the only thing which is controlling access is membership of the Remote Desktop
    Users.
    Any help on how I can configure this correctly would be greatly appreciated.
    Thanks, Simon
    Simon Pollock

    okay, well an all in one solution is not recommended and is not secure.
    really you need to split this across a minimum of two servers.
    server a - sits in your DMZ and has the RDWEB and RDGateway roles installed and configured
    server b - sits in your local network and has the RDSH role installed
    on server b you configure and install all your applications, then on server a you publish these applications to the rdweb server. The webserver role and gateway role need to be setup to work together. Then users can connect to
    https://servername/rdweb and log in, once they login and launch an application the gateway kicks in and secures the communication back to the rdsh server.
    hopefully that helps
    Regards,
    Denis Cooper
    MCITP EA - MCT
    Help keep the forums tidy, if this has helped please mark it as an answer
    My Blog
    LinkedIn:

Maybe you are looking for

  • SKYPE ABUSIVE CHARGES OF NON COMPLETED CALLS!

    I like the idea of a class action against Skype for abusive charging of non completed calls. I sometimes call the same number and it drops 2-3-4 times before it can connect and Sleaze Skype charges me CAD 0.096 for EVERY ONE of those dropped calls. C

  • Oracle Receivables-Cash Application

    When retrieving records into application form, dollar amounts stop applying when the amount of the check entered in the Receipts Summary form is depleted as indicated when the "unapplied" field reaches zero. Must manually enter dollar ammount of reco

  • LOV in Portal Administration

    I installed portal 3.0.8 on a 8.1.7 db and user netscape 4.7. When I (for example) edit a user in the administer tab, and ask the lov of the default group. The LOV pops up, but when I select a value, nothing happens. I have to leave the LOV and type

  • Incorporate pdf into a web app

    I have an asp web app everything works great details page - gets good here: they want to clik on a button in the app to create a .pdf from the web site/apps detail page? is this possible,, is there a tool/app or command to do this with? i would like

  • HT4236 When I plug my IPOD into my Mac, no device image appears, it doesn't seem to recognize that I have my I POD connected.

    I have an IPOD Tough and a MAC.  When I plug my IPOD into the MAC, no IPOD device icon appears on the MAC.  Additionally when I go to Itunes, there is no IPOD device listed.  How can I get the MAC to recognize the IPOD?