Io exception: Unknown host specified

hi all
i installed oracle 10g successfuly but when i open enterprize manager and try to connect system as sysdba then follwoing error occure
Io exception: Unknown host specified
can any one help me
thanks in advance

i am giving the os username and pasword but the error is
RemoteOperationException: ERROR: Wrong password for user

Similar Messages

  • Io Exception: Unknown host specified; fails for cluster, OK for one server

    SQL Developer 1.2.1.3213, BUILD MAIN-32.13, downloaded today, fails to connect to a remote two server Oracle cluster, until one of the two server DNS names and the comma between them is removed.
    FYI: The known host value looks like: devrac1.mydomain.ca,devrac2.mydomain.ca
    Change it to: devrac1.mydomain.ca and the connection will work as expected in 1.2.1
    Error dialog: "Error Connecting" An error was encountered performing the requested operation.
    "Io Exception: Unknown host specified"
    "Vendor code 17002"
    On SQL Developer version 1.1.0.15, build MAIN-15.57 all databases connect normally.
    The correct operation or failure apply to either Oracle 9i or 10g, on Windows XP Professional, SP 2, with JDK 6 update 3.
    Yours truly,
    Mike Rainville
    Version details:
    Oracle 9i, 9.2.0.0.0. or
    Oracle 10g, Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bi
    Microsoft Windows XP [Version 5.1.2600]
    java version "1.6.0_03"
    Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
    Java HotSpot(TM) Client VM (build 1.6.0_03-b05, mixed mode, sharing)
    (original post in thread: Re: Connecting to a remote database recreated here per your request)
    Mike Rainville
    Montreal, Canada

    You can also address both RAC nodes in your SQLDeveloper connection.
    Open the connection properties and select "Advanced" as "Connection Type".
    Use the following type of JDBC URL:
    jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(LOAD_BALANCE=on)(ADDRESS=(PROTOCOL=tcp)(HOST=devrac1.mydomain.ca)(PORT=1521))(ADDRESS=(PROTOCOL=tcp)(HOST=devrac2.mydomain.ca)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=devrac.mydomain.ca)))
    Best,
    Manfred

  • Unknown Host Specified

    Hi
    I am new to oracle. Just now I have installed Oracle SQL Developer in my system. While I was trying to create DBconnection, I used the following details as specified in Oracle Tutorial.
    ( http://st-curriculum.oracle.com/tutorial/SQLDeveloper/html/module2/mod02_cp_newdbconn.htm)
    Connection name: hr
    Username: ora39
    Password: ora39
    Hostname: vx0114.us.oracle.com
    Service Name: orcl.us.oracle.com
    I am just a beginner. Pls let me know how to get connected. If you know any other hostnames just tell me the details. I just want to practise oracle on some sample database
    bye.

    Actually I did check the tutorial!!! Please do not suggest I didn't. And as I am on a dialup line, having to download a graphical tutorial is costing me €€
    The tutorial nowhere discusses this database is available for general use. It is just a sample!!
    Your problem is you need to download Oracle in whatever flavor and install it.
    If you install the sample database coming with the software you will have the HR schema.
    Apart from that I appreciate you use complete words, and don't treat ,me like a 4-year old!!! Please keep the MSN lingo for your chat buddies, this is not a chatroom.
    Sybrand Bakker
    Senior Oracle DBA

  • Java mail - unknown host

    hi
    I am quite new to java.. I have written some code that requests user input to create a mail then should be sent.
    I am using my companies smtp address to send it through but i keep getting the exception unknown host, however when a colleague tries to run my code on there pc on the same network it works correctly. Really impressed my code works but i want to play with it and add things to it and cannot!
    Is there any settings or rights i should have on my pc to enable me to get this code to work. Also does anyone know of any external smtp hosts i can send mails from.
    I can ping the smtp from dos and that works but will not recognise in code
    thanks
    A

    import javax.mail.Address;
    import javax.mail.Session;
    import javax.mail.Authenticator;
    import javax.mail.Transport;
    import javax.mail.internet.InternetAddress;
    import javax.mail.internet.AddressException;
    import javax.mail.internet.MimeMessage;
    import java.io.*;
    import java.util.Properties;
    * Created by IntelliJ IDEA.
    * User: ai011767
    * Date: Apr 8, 2003
    * Time: 3:24:57 PM
    * To change this template use Options | File Templates.
    public class JavaMail {
    Address recipientEmail;
    String ccAddress;
    Address senderAddress;
    String subject;
    String message;
    Properties p;
    String host;
    //*Address replyTo;
    public JavaMail(String propertiesPath) {
    try {
    FileInputStream fis = new FileInputStream(propertiesPath);
    p = new Properties();
    p.load(fis);
    host = p.getProperty("host");
    System.err.println(host);
    catch (Exception e) {
    System.out.println("file not found");
    public void mail(Address recipientAddress, Address senderAddress, Address reply[], String subject, String message) {
    p.put("mail.smtp.host", host);
    try {
    Session s = Session.getInstance(p, null);
    MimeMessage mess = new MimeMessage(s);
    mess.setText(message);
    mess.setSubject(subject);
    Address a = new InternetAddress();
    mess.addRecipient(MimeMessage.RecipientType.TO,recipientAddress);
    mess.setFrom(senderAddress);
    mess.setReplyTo(reply);
    Transport.send(mess);
    catch (Exception e) {
    e.printStackTrace(); //To change body of catch statement use Options | File Templates.
    public void doWork() {
    BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
    try {
    System.out.println("Type in recipents e-mail Address");
    String strRecipientEmail = in.readLine();
    Address recipientAddress = new InternetAddress(strRecipientEmail);
    System.out.println("Type in reply address");
    String strreplyTo =in.readLine();
    Address replyTo = new InternetAddress(strreplyTo);
    Address[] reply = new Address[1];
    reply[0] = replyTo;
    System.out.println("Type in Senders E-mail Address");
    String strSenderAddress = in.readLine();
    Address senderAddress = new InternetAddress(strSenderAddress);
    System.out.println("Type in Subject");
    subject = in.readLine();
    System.out.println("Type in Message");
    message = in.readLine();
    this.mail(recipientAddress, senderAddress, reply, subject, message);
    catch (Exception e) {
    System.out.println("No Line to read");
    public static void main(String args[]) {
    JavaMail jm = new JavaMail(args[0]);
    jm.doWork();

  • Cannot send mail with no Host specified exception in ALBPM 6.0.4

    Hi,
    I try to send mail by using:
    send mail
    using
              from="[email protected]",
              recipient = "[email protected]",
              subject = "credit check",
              message = "you credit card is OK."
    But as I debug it, an exception thrown:
    Caused by: java.io.IOException: No host specified
         at fuego.io.SMTPClient.sendMail(SMTPClient.java:209)
         at fuego.io.SMTPClient.sendMail(SMTPClient.java:156)
         at fuego.components.OutgoingServerDebug.send(OutgoingServerDebug.java:37)
         at fuego.components.Mail.send(Mail.java:1210)
         at fuego.components.Mail.send(Mail.java:639)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at fuego.lang.JavaClass.invokeMethod(JavaClass.java:1410)
         at fuego.lang.ObjectTypeDescription.invokeMethod(ObjectTypeDescription.java:1463)
         ... 24 more
    I have already set the mail server in the engine preference, and test successfully. Could you help me ? Thanks.
    Best Regards,
    Bill

    try....use
    mail outgoing server, add one external resource type "Mail Outgoing Service" imput informations and
    use this code
         Mail reminderEmail;
              reminderEmail = Mail();
              reminderEmail.subject = "xxxx";
              reminderEmail.from = "[email protected]";
              reminderEmail.recipient= "[email protected]";
              reminderEmail.message = "xxxxx"
              MailSender sender;
              sender = MailSender(mail : reminderEmail);
              sender.send(implname : "mail");
    mail --> is name external resource
    Edited by: Marcelogim on Oct 24, 2008 5:53 AM

  • Tunneling and problem with unknown host exception

    hello! i've got a problem with https. i use jdk 1.5.0, jboss-4.0.4.ga-patch1, soap.
    and i'm going crasy.. i've testet my client code at our network and it works fine. but if i want to get jobs from the server of our customer, my client throw an "unknown host exception: firm".
    i wonder why it hasn't the full host. the url may look like this: https://firm.sub.com:443/ and while the client connects to the server, i depugged it and the host is correct: firm.sub.
    but after the connection, when the client want to get something from the server (when it wants to communicate with the server over soap) it crashs.
    my client code looks like this:
    private ClientInterfaceEndpoint getClientInterface() throws ServiceException {
    QName serviceQName = new QName(DOCSERVER_NAMESPACE, CLIENT_INTERFACE_SERVICENAME);
    URL wsdlUrl = getClientInterfaceWsdlUrl();
    log.info("*******WSDLURL host: " + wsdlUrl.getHost()); // out: firm.sub
    log.info("*******WSDLURL port: " + wsdlUrl.getPort()); // out: 443
    URL mapping = getClass().getClassLoader().getResource("META-INF/DocumentServer_Mapping.xml");
    log.info("*******MappingURL path: " + mapping.getPath());
    if (wsdlUrl.toString().toLowerCase().contains("https")) {
    if (null == getConfig().getTruststore() || getConfig().getTruststore().equalsIgnoreCase("")) {
    throw new RuntimeException("No or incorrect TruststorePath in the docclient-config");
    File tmp = new File(getConfig().getTruststore());
    if (!tmp.isFile() || !tmp.canRead()) {
    throw new RuntimeException("The truststore at the 'TruststorePath' isn't a file or can't be read.");
    System.setProperty(SYS_PROPERTY_KEY_TRUST, getConfig().getTruststore());
    System.setProperty(SYS_PROPERTY_KEY_TRUST_PW, config.getTruststorePass());
    ServiceFactoryImpl factory = null;
    factory = (ServiceFactoryImpl) ServiceFactory.newInstance();
    Service clientInterfaceService = null;
    try {// create the service for the ClientInterface
    clientInterfaceService = factory.createService(wsdlUrl, serviceQName, mapping, new URL(config.getServerURL())); //, new URL(config.getServerURL())
    log.info("*******ClientInterFaceService WSDL URL Host: " + clientInterfaceService.getWSDLDocumentLocation().getHost()); // out:firm.sub
    log.info("*******ClientInterFaceService WSDL URL Port: " + clientInterfaceService.getWSDLDocumentLocation().getPort()); // out: 443
    } catch (ServiceException e) {
    log.error(e.getMessage());
    throw new RuntimeException(e.getMessage());
    } catch (MalformedURLException e) {
    log.error(e.getMessage());
    throw new RuntimeException(e.getMessage());
    } catch (Exception e) {
    log.error(e.getMessage());
    throw new RuntimeException(e.getMessage());
    }// getting the ClientInterfaceEndpoint
    ClientInterfaceEndpoint clientInterface = (ClientInterfaceEndpoint) clientInterfaceService.getPort(ClientInterfaceEndpoint.class);
    return clientInterface;
    protected URL getClientInterfaceWsdlUrl() {
    URL url = null;
    String urlString = getConfig().getServerURL() + CLIENT_INTERFACE_URI + "?wsdl";
    Security.addProvider(new com.sun.net.ssl.internal.ssl.Provider());
    Properties properties = System.getProperties();
    String handlers = System.getProperty(SYS_PROPERTY_KEY_PKGS);
    if (handlers == null) {
    properties.put(SYS_PROPERTY_KEY_PKGS, SYS_PROPERTY_VALUE_PKGS);
    else {
    properties.put(SYS_PROPERTY_KEY_PKGS, SYS_PROPERTY_VALUE_PKGS.concat("|").concat(handlers));
    try {
    url = new URL(urlString);
    log.info("*******URL host: " + url.getHost());
    log.info("*******URL port: " + url.getPort());
    log.info("*******URL path: " + url.getPath());
    } catch (MalformedURLException e) {
    log.fatal("DocumentProvider SOAP configured incorrectly. DocServer URL malformed: " + urlString);
    throw new RuntimeException("DocumentProvider SOAP configured incorrectly. DocServer URL malformed: " + urlString, e);
    System.setProperties(properties);
    return url;
    }if it's usefull: the customer use a apache server (not tomcat) where a the server is and the client at another system the jboss.
    The customer told me: if i want to connect the client via http i have to tunnel.. maybe i have to tunnel using https too?
    have i to generate the endpoint classes a second time, extra for https?
    or doesn't soap like host like "firm.sub"?
    can anyone help me please?!
    sorry, my english isn't very well...

    sorry, it's not the same error. The output is: Unable to connect to any host due to exception: java.net.socket.exception: java.net.socket.exception: Unregcognized windows socket error: 10106: create.

  • InetAddress posting Unknown Host Exception

    Hello,
    I am relatively new to java and I am running into an Unknown Host Exception when attempting to return the IP's for valid host names. The strange part is that the first host name returns an address however every entry after the first returns the Unkown Host Exception. Here is the snippet of code that the problem is occuring in.
    Inet address as declared earlier in the code:
         private InetAddress Address = null;Code reporting errors:
              StringBuffer sb0 = new StringBuffer();
              int chr;
              // Read until the end of the stream     
              while ((chr = inputStream0.read()) != -1)
                      sb0.append((char) chr);
              String display = sb0.toString();
              String temp = display.replace("Giant ", "g0");
              String[] words = temp.split("\\|");
              StringBuffer db = new StringBuffer();
              for (int i=0; i < words.length; i++)
                      String many = (words[i] +"wu1");
                      try
                              Address = InetAddress.getByName(many);
                   db.append(words[i] + "wu1|" + Address);
                      catch(NullPointerException e)
                              db.append(words[i] + "wu1 - Null Pointer - ");
                      catch(UnknownHostException e)
                              db.append(words[i] + "wu1 - Unknown Host - ");
              String yay = db.toString();
              log.append(yay);
                                    catch (FileNotFoundException e) {
              // TODO Auto-generated catch block
              e.printStackTrace();
                                    catch (IOException e)
              // TODO Auto-generated catch block
              e.printStackTrace();
              }I have attempted setting Address back to null after the address was appended but it didn't make any difference.
    Edited by: mudbuggle on Aug 4, 2008 7:19 PM

    I made the adjustments however I am still experiencing the same problem.
    www.yahoo.com returns an ip address but the rest return Unknown Host Exceptions.
    www.yahoo.comjava.net.UnknownHostException:
    forums.sun.com
         at java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method)
         at java.net.InetAddress$1.lookupAllHostAddr(Unknown Source)
         at java.net.InetAddress.getAddressFromNameService(Unknown Source)
         at java.net.InetAddress.getAllByName0(Unknown Source)
         at java.net.InetAddress.getAllByName(Unknown Source)
    forums.sun.com     at java.net.InetAddress.getAllByName(Unknown Source)
         at java.net.InetAddress.getByName(Unknown Source)
         at IP$1.actionPerformed(IP.java:83)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.AbstractButton.doClick(Unknown Source)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at javax.swing.JComponent.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    java.net.UnknownHostException:
    www.google.com
         at java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method)
         at java.net.InetAddress$1.lookupAllHostAddr(Unknown Source)
         at java.net.InetAddress.getAddressFromNameService(Unknown Source)
         at java.net.InetAddress.getAllByName0(Unknown Source)
         at java.net.InetAddress.getAllByName(Unknown Source)
         at java.net.InetAddress.getAllByName(Unknown Source)
         at java.net.InetAddress.getByName(Unknown Source)
         at IP$1.actionPerformed(IP.java:83)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.AbstractButton.doClick(Unknown Source)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at javax.swing.JComponent.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)

  • Unknown host exception when weblogic is a https client to another server

    Hi,
    I have weblogic 6.1 sp2. My program connects as a client using https protocol.
    For this the classes provided by wls are used .
    The key , cert and ca files are of weblogic available in wlserver6.1\config\mydomain
    demokey.pem, democert.pem and ca.pem, installed during weblogic installation
    When this code is exceuted it gives a Unknown host exception at the point when
    trying to connect to the url.
    Are there any settings required in weblogic ?
    Regards
    Lata

    Hi,
    I have weblogic 6.1 sp2. My program connects as a client using https protocol.
    For this the classes provided by wls are used .
    The key , cert and ca files are of weblogic available in wlserver6.1\config\mydomain
    demokey.pem, democert.pem and ca.pem, installed during weblogic installation
    When this code is exceuted it gives a Unknown host exception at the point when
    trying to connect to the url.
    Are there any settings required in weblogic ?
    Regards
    Lata

  • Try/Catch Unknown Host Exception

    I need to validate for an error of Unknown Host Exception, in case someone tries connected to a server that doesn't exist, or types the wrong host name, so i can display a message. how do I do that, with a try catch block.
    I thought i would do:
    try{
          my code here such as...
          DatagramSocket socket = new DatagramSocket();
          // send request
          InetAddress address = InetAddress.getByName(args[0]);
          DatagramPacket packet = new DatagramPacket(buf, buf.length, address, 4445);
          socket.send(packet);
        ...and so on, more code...
           socket.close();
    } catch (IOException e) {
           e.printStackTrace();
           System.out.println("Unknown host " + args[0]);
    }

    thanks, i also had to take out the e.printStackTrace(); and replace that with
    my error message and System.exit(0); and I got what i needed!

  • Getting nested exception(Unknown SMTP host)

    hello
    i have written a simple mailclient.i am running the following programme from my local machine which is under proxy server.
    public class MailExample {
    public static void main (String args[]) throws Exception {
    String host = "mail.ab";
    String from = "[email protected]";
    String to = "[email protected]";
    Properties props = System.getProperties();
    props.put("mail.smtp.host", host);
    Session session = Session.getDefaultInstance(props, null);
    MimeMessage message = new MimeMessage(session);
    message.setFrom(new InternetAddress(from));
    message.addRecipient(Message.RecipientType.TO,
    new InternetAddress(to));
    message.setSubject("Hello JavaMail");
    message.setText("Welcome");
    Transport.send(message);
    This host is some other machine.
    i am getting nested exception as unknown SMTP host.
    please help.
    thanks in advance

    Unknown host: it is telling you that it can't find the host you told it to look for. Either you gave it the name of a system that does not exist, or that system does not have an SMTP host running on it. I would guess the first reason, as "mail.ab" does not look right to me. (What country is "ab" and why is there only one mail server in the entire country?)

  • PING - Unknown host 127.0.0.1, Unknown host localhost

    Hello,
    I have a problem - I created a chrooted jail for one user. When I'm logged in as root, everything work fine, but when I'm logged in as a chrooted user - I have many problems:
    1. When I execute the command ping, I get weird results:
    bash-3.00$ usr/sbin/ping localhost
    usr/sbin/ping: unknown host localhost
    bash-3.00$ usr/sbin/ping 127.0.0.1
    usr/sbin/ping: unknown host 127.0.0.1
    bash-3.00$ usr/sbin/ping ip_address1
    usr/sbin/ping: unknown host ip_address12. When I execute
    bash-3.00$ svcs -x I get:
    svcs: Could not bind to repository server: repository server unavailable. Exiting.3. When I try to sftp or ssh another machine
    bash-3.00$ sftp ip_address1
    bash-3.00$ ssh ip_address1I receive the message:
    Host key verification failed.although I am able to ssh/sftp the machine as root
    4. When I ftp another machine
    bash-3.00$ ftp ip_address1I get
    unknown host or invalid literal address5. If I telnet another machine:
    bash-3.00$ telnet ip_address1I receive
    ip_address1: service name not available for the specified socket typeI need to add that all these commands work perfectly for root. I probably didn't copy some of the necessary configuration files/programs to the chrooted directory. But which ones?
    Regards,
    Przemek

    Przemek198 wrote:
    Hello,
    I have a problem - I created a chrooted jail for one user. When I'm logged in as root, everything work fine, but when I'm logged in as a chrooted user - I have many problems:When something works as root and not as a regular user, I think "permission problems".
    1. When I execute the command ping, I get weird results:
    bash-3.00$ usr/sbin/ping localhost
    usr/sbin/ping: unknown host localhost
    Here it appears that hostname resolution is different. Since that happens in the /etc/inet/hosts file (or possibly the /etc/inet/ipnodes file), I'd examine those and see if they are only readable by root for some reason. (And this would be within the chroot environment, since that's where the problem is).
    Darren

  • Connectivity issue -unknown host

    Hi,
    We have an File to File interface from SAP ECC to Click .We are getting unknown host exception while trying to connect from PI .We checked with Click team they confirmed there server is up and running .
    Could you please advice what might be the issue?

    Hi,
    Check with Click team whether they have file server installed in there server machine or not?
    By the way did u tried connecting from front end tools like filezilla or by connecting from os level ?
    Regards
    Venkat

  • Unknown Host : mail.sap.corp

    Hi expert,
    This is my first time configure the smtp server in CE 7.1 SP3. I have read the following threads:
    Re: Guided Procedures - set mail smtp host Re: Mail settings for Guided Procedures
    And I have tried this:
    1. Go to Guided procedure ->
    Administration-> Administer BMF->Clients
    ->select iForms Processor -> press Settings button
    -> Mail Sending tab.
    2. Set your smtp server in SMTP Server field.
    3. Press Save button.
    You can test mail sending by pressing Test button
    but first you should
    configure the mail of the administrator of BMF and
    the mail of the administrator of the client
    (iForms Processor). Please follow instruction below
    BMF Administrator's mail:
    1.Go to Guided procedure ->
    Administration-> Administer BMF->Settings.
    2.Input the mail in Administrator Mail files.
    3.Press Save button.
    iForms client Administrator's mail:
    1. Go to Guided procedure ->
    Administration-> Administer BMF->Clients
    ->select iForms Processor
    2. Press Edit button.
    3. Input the mail in Administrator Mail files.
    4. Press Save button.
    and
    Set the SMTP settings (smtp.sever property) in Configtool under cafeugp~model
    However, the later method do not allow me to modify the configuration. And both method failed and I still received the following exception:
    Unknown SMTP host: mail.sap.corp
    javax.mail.MesssagingException: Unknown SMTP host: mail.sap.corp
    can help?
    thank you

    Hi,
    maybe you should try this:
    1. Under Guided Procedures, choose Administration u2192 Administer BMF.
    2. Choose Clients, then under BMF Clients choose Settings, and then choose Mail Sending.
    3. Enter the data for SMTP Server and Mail Transport Protocol. For example:
             SMTP Server: mail.sap.corp
             Mail Transport Protocol: smtp
    4. Save
    or try the config tool as explained on the following sap help page:
    http://help.sap.com/saphelp_nwce10/helpdata/en/e0/e3934249c30c31e10000000a1550b0/frameset.htm
    smtp.server
    smtp.service_user_mail
    properties.
    It may be useful to restart the server after changing this.
    best regards,
    v s

  • MQJE010: Unknown host:

    Trying to connect to MQQueueConnectionFactory with queueConnectionFactory.createQueueConnection() gives me JMSException with LinkedException:
    MQJE010: Unknown host: NT503
    MQJE001: Completion Code 2, Reason 2059
    com.ibm.mq.MQException: MQJE001: Completion Code 2, Reason 2059
    at com.ibm.mq.MQManagedConnectionJ11.<init>(MQManagedConnectionJ11.java:166)
    at com.ibm.mq.MQClientManagedConnectionFactoryJ11._createManagedConnecti
    on(MQClientManagedConnectionFactoryJ11.java:196)
    at com.ibm.mq.MQClientManagedConnectionFactoryJ11.createManagedConnectio
    n(MQClientManagedConnectionFactoryJ11.java:213)
    at com.ibm.mq.StoredManagedConnection.<init>(StoredManagedConnection.java:80)
    at com.ibm.mq.MQSimpleConnectionManager.allocateConnection(MQSimpleConnectionManager.java:150)
    at com.ibm.mq.MQQueueManager.obtainBaseMQQueueManager(MQQueueManager.java:649)
    at com.ibm.mq.MQQueueManager.construct(MQQueueManager.java:598)
    at com.ibm.mq.MQQueueManager.<init>(MQQueueManager.java:419)
    at com.ibm.mq.jms.MQConnection.createQM(MQConnection.java:976)
    at com.ibm.mq.jms.MQConnection.createQMNonXA(MQConnection.java:707)
    at com.ibm.mq.jms.MQQueueConnection.<init>(MQQueueConnection.java:206)
    at com.ibm.mq.jms.MQQueueConnection.<init>(MQQueueConnection.java:76)
    at com.ibm.mq.jms.MQQueueConnectionFactory.createQueueConnection(MQQueueConnectionFactory.java:143)
    at com.hoogehuys.b2b.messaging.JmsQueueReceiver.initialise(JmsQueueReceiver.java:111)
    I am using MA88 for the MQ Java Client, a JNDI .bindings file to connect, with settings for the QueueConnectionFactory:
    Name: QUEUECONNECTIONFACTORY
    Transport: Client
    Queue Manager: NT503
    Port: 1414
    Host Name: NT503
    Channel: SYSTEM.DEF.SVRCONN
    On the server (NT503) we have MQSeries 5.2.1 on WinNT4. On the server MQ and the QueueManager (NT503) is running, I can connect to the server with ping, netbios, I have enough user rights. Replacing above hostname with IPAddress doesn't help.
    Does anyone has more suggestions? What could be the cause of this error? Where should I look to solve this?
    I didn't find any information on IBM's website about this problem.
    Dirk

    It is strange, because it is the typical error when queue manager is not started ... and then ... it could be happen more situation :
    1) how have you configure to your queue manager ?
    default ?
    Take a look to :
    http://www-3.ibm.com/software/integration/mqfamily/library/manuals/csqfao/CSQFAO1P.HTM
    it is all error codes ...
    and 2059 is :
    2059 MQRC_Q_MGR_NOT_AVAILABLE X'80B' Queue manager not available for connection.
    On an MQCONN call, the queue manager identified by the Name parameter is not available for connection at this time.
    * On MVS/ESA, for CICS applications, this reason can occur on any call if the original connect specified a queue manager whose name was recognized, but which is not available.
    * On OS/400, this reason can also be returned by the MQOPEN and MQPUT1 calls, when MQHC_DEF_HCONN is specified for the Hconn parameter.
    If the connection is from a client application, this reason code can occur if there is an error with the client-connection or the corresponding server-connection channel definitions. This reason code will also occur if the optional MVS/ESA client attachment feature has not been installed.
    This reason also occurs if an application attempts to connect to a queue manager within a group (see the Name parameter of MQCONN), when none of the queue managers in the group is available for connection at this time.
    Corrective action: Ensure that the queue manager has been started. If the connection is from a client application, check the channel definitions.
    a) is it you queue manager running ?
    b) are you using a privilige user to run mqm libraries ?
    [email protected]

  • TFS Build Error - Exception Message: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters

    I am trying to set-up CI of Orchard CMS and deploy it on Azure using TF service. I am stuck at following error for path being
    longer than 260 characters. However, when counted the total characters in path are 235. Please see the below error :
    Other Errors and Warnings
    1 error(s), 1 warning(s)
    Exception Message: TF400889: The following path contains more than the allowed 259 characters: drop/_PublishedWebsites/Orchard.Web_Package/Archive/Content/C_C/a/src/projects/Orchard/dev/DevAltaf/Orchard/src/Orchard.Web/obj/Debug/Package/PackageTmp/Modules/BrentApart.BannerManager/Scripts/controllers/bannerAssignmentController.js. Specify a shorter path. (type VssServiceException)
    Exception Stack Trace: at Microsoft.TeamFoundation.Build.Workflow.Activities.FileContainerDropProvider.EndCopyDirectory(IAsyncResult result)
    at Microsoft.TeamFoundation.Build.Workflow.Activities.CopyDirectory.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)
    at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)
    Inner Exception Details:
    Exception Message: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters. (type PathTooLongException)
    Did anyone came across such issue while deploying Orchard on Azure with TF service? If yes, how did you sort this freaking error?
    Thanks,
    Altaf B.

    Hi AltafB,
    For your situation, you can short the path for the source code. Or use a short path for build agent folder in your build definition. You can refer to the links below to solve your problem:
    http://blogs.msdn.com/b/aaronhallberg/archive/2007/06/20/team-build-and-260-character-paths.aspx
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/1638a5f0-9321-4ff9-9ee7-6d347badb972/please-some-solution-to-the-specified-path-file-name-or-both-are-too-long?forum=tfsbuild
    Besides, since you deploy Orchard to Azure, you can also publish it directly using publish profile in Visual Stduio or WebMatrix directly.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for

  • How do i do with this code

    i´ve got this to link a time line to a url.... is that correct? to be clear i just need to open a "menu2.swf" related in what page i´m ex. if i´m at ww.xxxxxxxxxx.com/clientes.html, i needed flash to start a "menu2.swf" from frame 30 and playing // A

  • HT201541 Mac mini Late 2014 Boot Camp Windows 7 sound issue

    Hi, I'm wondering if anyone can help me with my Mac mini (Late 2014) and Boot Camp (Windows 7). The problem I'm having is that there's no audio when I boot into Windows 7, though everything works fine under OS X. After installing Boot Camp and Window

  • Error in the macro 'rp-provide-from-last'

    Hi, experts! Can anyone please help me address an error regarding the macro rp-provide-from last? During activation, this error is returned: "Unable to interpret SPACE. Possible causes: Incorrect spelling or comma error".  The line in question is thi

  • Strange Behavior in modifying the values in VO

    I have a VO based on EO from a custom table. The query is something like: select EO.x, EO.y, (EO.x*EO.y) xy from EO I have displayed the values from this VO on to a table in OAF page. All the columns are messageTextInput but the third column (xy) is

  • Has anyone tried plug-in JLG AutoSave for Illustrator?

    Huh?