Problem connecting from Deploy tool to WAS

Hi,
We are trying to deploy an .ear file using deploy tool <j2ee Engine/deploying/deploytoll.bat>. But unable to connect to WAS though we gave the user, password and the port that J2EE engine is running (50100). Here is the error message we got: 
RROR: Cannot connect to Host: [localhost] with user name: [Administrator]
                    Check your login info.
                    Exception is: com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception while trying to get InitialContext. [Root exception is com.sap.engine.interfaces.cross.DestinationException: cannot establish connection with any of the available instances:
localhost:50100 Reason: Cannot open connection on host: 10.100.232.55 and port: 50100]
And we are able to connect and login to the J2EE server/Portals. So please help us in deploying the .ear file and let us know whether we can do the same without the help of deploy tool.
thanks,
Priya.

Have you tried using the SDM (Software depolyment manager)?
\usr\sap\<SID>\DVEBMGS00\SDM\program

Similar Messages

  • I can't connect to Wi-Fi - keeps timing out. No problem connecting from other laptops / phones. Stopped working after I did a system upgrade. What can I do?

    I can't connect to Wi-Fi - keeps timing out. No problem connecting from other laptops / phones. Stopped working after I did a system upgrade. What can I do? I am on OS X Yosemite.

    Take each of the following steps that you haven't already tried, until the problem is resolved. Some of these steps are only possible if you have control over the wireless router.
    Step 1
    Turn Wi-Fi off and back on.
    Step 2
    Restart the router and the computer. Many problems are solved that way.
    Step 3
    Change the name of the wireless network, if applicable, to eliminate any characters other than letters and digits. You do that on your router via its web page, if it's not an Apple device, or via AirPort Utility, if it is an Apple device.
    Step 4
    Run the Network Diagnostics assistant.
    Step 5
    In OS X 10.8.4 or later, run Wireless Diagnostics and fix the issues listed in the Summary, if any.
    Step 6
    Back up all data before proceeding.
    Launch the Keychain Access application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    Enter the name of your wireless network in the search box. You should have one or more "AirPort network password" items with that name. Make a note of the name and password, then delete all the items. Quit Keychain Access. Turn Wi-Fi off and then back on. Reconnect to the network.
    Step 7
    You may need to change other settings on the router. See the guidelines linked below:
    Recommended settings for Wi-Fi routers and access points
    Potential sources of interference
    Step 8
    Make a note of all your settings for Wi-Fi in the Network preference pane, then delete the connection from the connection list and recreate it with the same settings. You do this by clicking the plus-sign icon below the connection list, and selecting Wi-Fi as the interface in the sheet that opens. Select Join other network from the Network Name menu, then select your network. Enter the password when prompted and save it in the keychain.
    Step 9
    Reset the System Management Controller (SMC).

  • Csa 6.0 problem with software deployment tool

    Hi Guys,
    I am having some problems with csa 6.0 and a software deployment tool called capainstaller, it resides on the client and picks up packages on some server shares and executes them from there, or copies it locally. We have added it to the class that defines mass software deployment like we did in 5.2, which works fine in 5.2, in 6.0 we are getting alot of applications getting put into @untrusted, for some reason. I can't figure out if i am supposed to make general exeptions for shares and local directories where the deployment tool reads its packages from ? In that case which classes should i modify, i am seeing alot of classification from the module called Security - Untrusted Content Classification, and this gives me alot of headaches.

    Well, the Mass Software Deployment class, is where you are supposed to put marimba, in 5.2 this was fine, and worked for most of the installations i have done. in 6.0 the big break came when i found out that you can't use UNC network paths in a file set, it just doesn't work. If you put it is a literal straight in the same field as the altiris and sms are in the built-in rules, that works, maybe your marimba agent is also part locally installed and part gotten from the network like ours is ?

  • IMAP/SSL: problem connecting from a web application

    Hi,
    I try to connect to a IMAP/SSL server (with a self-signed certificate) from a web application. I followed http://www.javaworld.com/javatips/jw-javatip115.html.
    When I try to connect from a java application it works fine. But when I try it from a servlet, it fails:
    javax.mail.MessagingException: gaeron.gcrm.test.mail.DummySSLSocketFactory;
      nested exception is:
         java.net.SocketException: gaeron.gcrm.test.mail.DummySSLSocketFactory
         at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:461)
         at javax.mail.Service.connect(Service.java:236)I use Tomcat 5.5, jdk1.5.0_06 and javamail-1_3_3_01. Here is my code:
              Security.setProperty( "ssl.SocketFactory.provider", "gaeron.gcrm.test.mail.DummySSLSocketFactory");
    Properties props = new Properties();
    Session session = Session.getDefaultInstance(props);
    Store store = session.getStore("imaps");
    store.connect(server, 993, username, password);
    store.close();Can anybody help me?
    Thanks,
    El&#337;d.

    I am not sure there is a class called MBoxSSLFactory. Is that a typo? We are in the same boat. We have a web application running on Tomcat that needs to connect to the IMAP store on the MS Exchange 2003 Server. It was working fine until we enabled Basic Authentication - SSL/TLS required setting on it.
    In order to eliminate any complications due to Tomcat and all we are trying to get a simple standalone program that talks to IMAP server (using the DummySSLSocketFactory, DummyTrustManager etc) working.
    I am stuck on the same error: (shown below is the stack trace and the code we are running). I have tried all the suggestions that have been posted on this "Unconnected Sockets not implemented" issue. I have tried it with both Jdk 1.4.2_08 and JDK 1.5.0.
    The JavaMail version is 1.4. If I use JavaMail version 1.3.1 it complains that there is no store type "imaps". If I use "imap" and not "imaps" as the store type I end up getting "Authentication Failed" exception.
    Instead of a DummyTrustManager I even tried importing a certificate. We have deployed a Verisign trial certificate on the EXchange server side. So when we run the InstallCert program (http://blogs.sun.com/andreas/entry/no_more_unable_to_find) it allows us to add the valid certificates to our keystore. Once that is done we have tried to create TrustManager based on that keystore. But NOPE..No success. same problem.
    We have been stuck on this one for the last 4 days and we have a very critical client deployment that is hampered by this one. I know it is turkey time now..but would really appreciate it if some one can help us out.
    javax.mail.MessagingException: Unconnected sockets not implemented;
      nested exception is:
         java.net.SocketException: Unconnected sockets not implemented
         at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:479)
         at javax.mail.Service.connect(Service.java:297)
         at javax.mail.Service.connect(Service.java:156)
         at javax.mail.Service.connect(Service.java:105)
         at GetSSLMail.getmail.main(getmail.java:37)
    Caused by: java.net.SocketException: Unconnected sockets not implemented
         at javax.net.SocketFactory.createSocket(SocketFactory.java:97)
         at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:224)
         at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:189)
         at com.sun.mail.iap.Protocol.<init>(Protocol.java:84)
         at com.sun.mail.imap.protocol.IMAPProtocol.<init>(IMAPProtocol.java:87)
         at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:446)
         ... 4 more
    package GetSSLMail;
    /* getmail.java */
    import java.util.Properties;
    import javax.mail.*;
    //import javax.mail.internet.*;
    import java.io.*;
    public class getmail {
         //myauth auth;
         public static void main(String args[]) throws Exception {
              String host, name, passwd;
              BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
              System.out.println("Enter IMAP Host Name: ");
              host = br.readLine();
              System.out.println("Enter User name: ");
              name = br.readLine();
              System.out.println("Enter Password: ");
              passwd = br.readLine();
              java.security.Security.setProperty("ssl.SocketFactory.provider","DummySSLSocketFactory");
              // Get a Properties object
              Properties props = System.getProperties();
              props.put("mail.imaps.host", host);
              props.put("mail.imaps.port", "993");
              Authenticator auth = new myauth(name, passwd);
              Session session = Session.getDefaultInstance(props, auth);
              Store store = session.getStore("imaps");
              try {
                   store.connect(); // exception here
                   System.out.println("store connected");
              } catch (Exception e) {
                   //System.out.println("Error :" + e.toString());
                   e.printStackTrace();
              Folder folder = null;
              try {
                   folder = store.getFolder("INBOX"); // because of earlier exception,
                                                                // also
                   // exception here
              } catch (Exception e) {
                   System.out.println("Error :" + e.toString());
              folder.open(Folder.READ_ONLY);
              BufferedReader reader = new BufferedReader(new InputStreamReader(
                        System.in));
              Message message[] = folder.getMessages();
              for (int i = 0, n = message.length; i < n; i++) {
                   System.out.println(i + ": " + message.getFrom() + "\t"
                             + message[i].getSubject());
                   System.out
                             .println("Do you want to read message? [yes to read/quit to end]");
                   String line = reader.readLine();
                   if ("yes".equals(line)) {
                        System.out.println(message[i].getContent());
                   } else if ("QUIT".equals(line)) {
                        break;
         class myauth extends Authenticator {
              String username, password;
              public myauth(String name, String passwd) {
                   username = name;
                   password = passwd;
              public PasswordAuthentication getPasswordAuthentication() {
                   return new PasswordAuthentication(username, password);
    package GetSSLMail;
    import java.io.BufferedInputStream;
    import java.io.FileInputStream;
    import java.io.IOException;
    import java.io.InputStream;
    import java.net.InetAddress;
    import java.net.Socket;
    import java.security.KeyStore;
    import javax.net.SocketFactory;
    import javax.net.ssl.*;
    * DummySSLSocketFactory
    public class DummySSLSocketFactory extends SSLSocketFactory {
    private SSLSocketFactory factory;
    SSLContext sslcontext;
         TrustManagerFactory tmf;
         KeyStore ks;
    public DummySSLSocketFactory() {
         try {
    // try
              ks = KeyStore.getInstance("jks");          
              InputStream in = new FileInputStream("C:\\Documents and Settings\\kk12\\jssecacerts");
              in = new BufferedInputStream(in);
              ks.load(in,null);
              tmf = TrustManagerFactory.getInstance("PKIX");
              tmf.init(ks);
              sslcontext = SSLContext.getInstance("SSL");
              sslcontext.init(null, tmf.getTrustManagers(), null);
              HttpsURLConnection.setDefaultSSLSocketFactory(sslcontext.getSocketFactory());
         //SSLContext sslcontext = SSLContext.getInstance("TLS");
         //sslcontext.init(null,new TrustManager[] { new DummyTrustManager()},null);
         factory = (SSLSocketFactory)sslcontext.getSocketFactory();
         } catch(Exception ex) {
         // ignore
    public static SocketFactory getDefault() {
         return new DummySSLSocketFactory();
    public Socket createSocket(Socket socket, String s, int i, boolean flag)
                        throws IOException {
         return factory.createSocket(socket, s, i, flag);
    public Socket createSocket() throws IOException {
              System.out.println( "createSocket 0");
              return factory.createSocket();
    public Socket createSocket(InetAddress inaddr, int i,
                        InetAddress inaddr1, int j) throws IOException {
         return factory.createSocket(inaddr, i, inaddr1, j);
    public Socket createSocket(InetAddress inaddr, int i)
                        throws IOException {
         return factory.createSocket(inaddr, i);
    public Socket createSocket(String s, int i, InetAddress inaddr, int j)
                        throws IOException {
         return factory.createSocket(s, i, inaddr, j);
    public Socket createSocket(String s, int i) throws IOException {
         return factory.createSocket(s, i);
    public String[] getDefaultCipherSuites() {
         return factory.getDefaultCipherSuites();
    public String[] getSupportedCipherSuites() {
         return factory.getSupportedCipherSuites();
    package GetSSLMail;
    //import com.sun.net.ssl.X509TrustManager;
    import java.security.cert.X509Certificate;
    import javax.net.ssl.TrustManager;
    public class DummyTrustManager implements TrustManager {
         public boolean isClientTrusted( X509Certificate[] cert) {
         return true;
         public boolean isServerTrusted( X509Certificate[] cert) {
         return true;
         public X509Certificate[] getAcceptedIssuers() {
         return new X509Certificate[ 0];

  • Problem connecting from Oracle to MS Excel - 64 bit

    Hello,
    I have problem connecting to excel from oracle 11.2 using DG4ODBC.
    OS - Windows 7 - 64 bit
    Database version :- Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit
    Created System DSN using ODBC:
    Data Source Name = test12
    Oracle home Path :- D:\app\11g64db\product\11.2.0\dbhome_1
    Content of initdg4odbc.ora file :
    # This is a sample agent init file that contains the HS parameters that are
    # needed for the Database Gateway for ODBC
    # HS init parameters
    HS_FDS_CONNECT_INFO = test12
    HS_FDS_TRACE_LEVEL = 255
    # Environment variables required for the non-Oracle system
    #set <envvar>=<value>
    Content of listener.ora:
    # listener.ora Network Configuration File: D:\app\11g64db\product\11.2.0\dbhome_1\NETWORK\ADMIN\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (GLOBAL_DBNAME = vis)
          (ORACLE_HOME = D:\app\11g64db\product\11.2.0\dbhome_1)
          (SID_NAME = vis)
        (SID_DESC =
          (PROGRAM = dg4odbc)
          (SID_NAME = dg4odbc)
          (ORACLE_HOME = D:\app\11g64db\product\11.2.0\dbhome_1)
    LISTENER =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    ADR_BASE_LISTENER = D:\app\11g64db
    Content of tnsnames.ora:
    # tnsnames.ora Network Configuration File: D:\app\11g64db\product\11.2.0\dbhome_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    excel_test =
       (DESCRIPTION=
        (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521))
        (CONNECT_DATA=(SID=dg4odbc))
        (HS=OK)
    VIS =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = vis)
    Listener status
    LSNRCTL for 64-bit Windows: Version 11.2.0.4.0 - Production on 29-AUG-2014 13:56
    :11
    Copyright (c) 1991, 2013, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for 64-bit Windows: Version 11.2.0.4.0 - Produ
    ction
    Start Date                29-AUG-2014 13:34:58
    Uptime                    0 days 0 hr. 21 min. 12 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   D:\app\11g64db\product\11.2.0\dbhome_1\network\admin\l
    istener.ora
    Listener Log File         D:\app\11g64db\diag\tnslsnr\Est-Subramanya\listener\al
    ert\log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    Services Summary...
    Service "dg4odbc" has 1 instance(s).
      Instance "dg4odbc", status UNKNOWN, has 1 handler(s) for this service...
    Service "vis" has 2 instance(s).
      Instance "vis", status UNKNOWN, has 1 handler(s) for this service...
      Instance "vis", status READY, has 1 handler(s) for this service...
    Service "visXDB" has 1 instance(s).
      Instance "vis", status READY, has 1 handler(s) for this service...
    The command completed successfully
    DB Link:
    CREATE PUBLIC DATABASE LINK TEST123 USING 'excel_test';
    error while querying the data:
    select * from test@test123;
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    ORA-02063: preceding line from TEST123
    28500. 00000 -  "connection from ORACLE to a non-Oracle system returned this message:"
    *Cause:    The cause is explained in the forwarded message.
    *Action:   See the non-Oracle system's documentation of the forwarded
               message.
    Error at Line: 1 Column: 20
    Appreciate the help in advance............
    Thanks...

    Also HS log file showed error.. Below are the contents of the trace file:
    Oracle Corporation --- FRIDAY    AUG 29 2014 14:01:06.212
    Heterogeneous Agent Release
    11.2.0.4.0
    Oracle Corporation --- FRIDAY    AUG 29 2014 14:01:06.211
        Version 11.2.0.4.0
    Entered hgogprd
    HOSGIP for "HS_FDS_TRACE_LEVEL" returned "255"
    Entered hgosdip
    setting HS_OPEN_CURSORS to default of 50
    setting HS_FDS_RECOVERY_ACCOUNT to default of "RECOVER"
    setting HS_FDS_RECOVERY_PWD to default value
    setting HS_FDS_TRANSACTION_LOG to default of HS_TRANSACTION_LOG
    setting HS_IDLE_TIMEOUT to default of 0
    setting HS_FDS_TRANSACTION_ISOLATION to default of "READ_COMMITTED"
    setting HS_NLS_NCHAR to default of "UCS2"
    setting HS_FDS_TIMESTAMP_MAPPING to default of "DATE"
    setting HS_FDS_DATE_MAPPING to default of "DATE"
    setting HS_RPC_FETCH_REBLOCKING to default of "ON"
    setting HS_FDS_FETCH_ROWS to default of "100"
    setting HS_FDS_RESULTSET_SUPPORT to default of "FALSE"
    setting HS_FDS_RSET_RETURN_ROWCOUNT to default of "FALSE"
    setting HS_FDS_PROC_IS_FUNC to default of "FALSE"
    setting HS_FDS_MAP_NCHAR to default of "TRUE"
    setting HS_NLS_DATE_FORMAT to default of "YYYY-MM-DD HH24:MI:SS"
    setting HS_FDS_REPORT_REAL_AS_DOUBLE to default of "FALSE"
    setting HS_LONG_PIECE_TRANSFER_SIZE to default of "65536"
    setting HS_SQL_HANDLE_STMT_REUSE to default of "FALSE"
    setting HS_FDS_QUERY_DRIVER to default of "TRUE"
    setting HS_FDS_SUPPORT_STATISTICS to default of "FALSE"
    setting HS_FDS_QUOTE_IDENTIFIER to default of "TRUE"
    setting HS_KEEP_REMOTE_COLUMN_SIZE to default of "OFF"
    setting HS_FDS_GRAPHIC_TO_MBCS to default of "FALSE"
    setting HS_FDS_MBCS_TO_GRAPHIC to default of "FALSE"
    Default value of 64 assumed for HS_FDS_SQLLEN_INTERPRETATION
    setting HS_CALL_NAME_ISP to "gtw$:SQLTables;gtw$:SQLColumns;gtw$:SQLPrimaryKeys;gtw$:SQLForeignKeys;gtw$:SQLProcedures;gtw$:SQLStatistics;gtw$:SQLGetInfo"
    setting HS_FDS_DELAYED_OPEN to default of "TRUE"
    setting HS_FDS_WORKAROUNDS to default of "0"
    Exiting hgosdip, rc=0
    ORACLE_SID is "dg4odbc"
    Product-Info:
      Port Rls/Upd:4/0 PrdStat:0
      Agent:Oracle Database Gateway for ODBC
      Facility:hsa
      Class:ODBC, ClassVsn:11.2.0.4.0_0019, Instance:dg4odbc
    Exiting hgogprd, rc=0
    hostmstr: 8795961769984: HOA After hoagprd
    hostmstr: 8795961769984: HOA Before hoainit
    Entered hgoinit
    HOCXU_COMP_CSET=1
    HOCXU_DRV_CSET=178
    HOCXU_DRV_NCHAR=1000
    HOCXU_DB_CSET=873
    HS_LANGUAGE not specified
    rc=1239980 attempting to get LANG environment variable.
    HOCXU_SEM_VER=112000
    Entered hgolofn at 2014/08/29-14:01:06
    Exiting hgolofn, rc=0 at 2014/08/29-14:01:06
    HOSGIP for "HS_OPEN_CURSORS" returned "50"
    HOSGIP for "HS_FDS_FETCH_ROWS" returned "100"
    HOSGIP for "HS_LONG_PIECE_TRANSFER_SIZE" returned "65536"
    HOSGIP for "HS_NLS_NUMERIC_CHARACTER" returned ".,"
    HOSGIP for "HS_KEEP_REMOTE_COLUMN_SIZE" returned "OFF"
    HOSGIP for "HS_FDS_DELAYED_OPEN" returned "TRUE"
    HOSGIP for "HS_FDS_WORKAROUNDS" returned "0"
    HOSGIP for "HS_FDS_MBCS_TO_GRAPHIC" returned "FALSE"
    HOSGIP for "HS_FDS_GRAPHIC_TO_MBCS" returned "FALSE"
    Invalid value of 64 given for HS_FDS_SQLLEN_INTERPRETATION
    treat_SQLLEN_as_compiled = 1
    Exiting hgoinit, rc=0 at 2014/08/29-14:01:06
    hostmstr: 8795961769984: HOA After hoainit
    hostmstr: 8795961769984: HOA Before hoalgon
    Entered hgolgon at 2014/08/29-14:01:06
    reco:0, name:OPTIM, tflag:0
    Entered hgosuec at 2014/08/29-14:01:06
    Exiting hgosuec, rc=0 at 2014/08/29-14:01:06
    HOSGIP for "HS_FDS_RECOVERY_ACCOUNT" returned "RECOVER"
    HOSGIP for "HS_FDS_TRANSACTION_LOG" returned "HS_TRANSACTION_LOG"
    HOSGIP for "HS_FDS_TIMESTAMP_MAPPING" returned "DATE"
    HOSGIP for "HS_FDS_DATE_MAPPING" returned "DATE"
    HOSGIP for "HS_FDS_MAP_NCHAR" returned "TRUE"
    HOSGIP for "HS_FDS_RESULTSET_SUPPORT" returned "FALSE"
    HOSGIP for "HS_FDS_RSET_RETURN_ROWCOUNT" returned "FALSE"
    HOSGIP for "HS_FDS_PROC_IS_FUNC" returned "FALSE"
    HOSGIP for "HS_FDS_REPORT_REAL_AS_DOUBLE" returned "FALSE"
    using OPTIM as default value for "HS_FDS_DEFAULT_OWNER"
    HOSGIP for "HS_SQL_HANDLE_STMT_REUSE" returned "FALSE"
    Entered hgocont at 2014/08/29-14:01:06
    HS_FDS_CONNECT_INFO = "test12"
    RC=-1 from HOSGIP for "HS_FDS_CONNECT_STRING"
    Entered hgogenconstr at 2014/08/29-14:01:06
    dsn:test12, name:OPTIM
    optn:
    Entered hgocip at 2014/08/29-14:01:06
    dsn:test12
    Exiting hgocip, rc=0 at 2014/08/29-14:01:06
    ##>Connect Parameters (len=31)<##
    ## DSN=test12;
    #! UID=OPTIM;
    #! PWD=*
    Exiting hgogenconstr, rc=0 at 2014/08/29-14:01:06
    Entered hgopoer at 2014/08/29-14:01:06
    SQLGetDiagRec returns rc=100 (SQL_NO_DATA) for handle 4619630 (SQL_HANDLE_DBC)
    Exiting hgopoer, rc=0 at 2014/08/29-14:01:06 with error ptr FILE:hgopoer.c LINE:186 ID:GetDiagRec error
    hgocont, line 2831: calling SqlDriverConnect got sqlstate
    Exiting hgocont, rc=28500 at 2014/08/29-14:01:06 with error ptr FILE:hgocont.c LINE:2851 ID:Something other than invalid authorization
    Exiting hgolgon, rc=28500 at 2014/08/29-14:01:06 with error ptr FILE:hgolgon.c LINE:806 ID:Calling hgocont
    hostmstr: 8795908591616: HOA After hoalgon
    RPC Calling nscontrol(0), rc=0
    hostmstr: 8795908591616: RPC Before Exit Agent
    hostmstr: 8795908591616: HOA Before hoaexit
    Entered hgoexit at 2014/08/29-14:01:06
    Exiting hgoexit, rc=0
    hostmstr: 8795911442432: HOA After hoaexit
    hostmstr: 8795911442432: RPC After Exit Agent

  • Error installing 365 Pro Plus from deployment tool

    I have 1 Windows 7 x64 PC which is failing to install from the deployment tool. It is built from the same image as 50-60 other PCs which had no issues installing using the same XML configuration file and network share. The log always shows the same few lines
    at the end implying there is some kind of pre-requisite missing. So far I have tried:
    Scanned for Windows updates and installed all available
    Ran the Fix It tool from KB 2739501 which said it could not detect any problems
    Checked that the registry entries did not exist for HKLM\Software\Microsoft\Office\15.0 and HKCU\Software\Microsoft\Office\15.0
    Checked "C:\Program files\Microsoft Office 15" does not exist
    Checked "C:\Program files (x86)\Microsoft Office 15" does not exist
    Tried creating a new local administrator account
    Uninstalled the previous version of Office
    The last few lines of the log are:
    04/08/2014 17:08:12.366 SETUP (0x8e4) 0x508  Click-To-Run anhmn Unexpected Prereq::PrereqsFailed: OException has occured ErrorCodeOnly (failed MsiEnumProducts , Error:0x64a). Exiting bootstrapper. 
    04/08/2014 17:08:12.366 SETUP (0x8e4) 0x508  Click-To-Run aoh88 Medium RunPrereqs::HandleStateAction Prereq check has failed. 
    04/08/2014 17:08:12.366 SETUP (0x8e4) 0x508  Click-To-Run aoh9e Unexpected HandlePrereqFailure::HandleStateAction: Failure has occured with unknown action: 160 
    04/08/2014 17:08:12.366 SETUP (0x8e4) 0x508  Click-To-Run aoh71 Medium BootstrapperState::OnError: Error has occured. Go to ExitBootStateMachine. 
    04/08/2014 17:08:12.366 SETUP (0x8e4) 0x508  Click-To-Run aoh9f Medium BootStateMachine::ShowFailureUI: Showing failure UI. 

    04/08/2014 17:08:12.366 SETUP (0x8e4) 0x508  Click-To-Run anhmn Unexpected Prereq::PrereqsFailed: OException has occured ErrorCodeOnly (failed MsiEnumProducts , Error:0x64a).
    0x64a = 1610 (hex-to-decimal)
    MSI error reference:
    ERROR_BAD_CONFIGURATION
    1610
    The configuration data for this product is corrupt. Contact your support personnel.
    -=-=-
    Not terribly helpful. Are there other errors in the event log of the machine (maybe bad hardware or other issues)?
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • Problem connecting from Windows XP to 10.4.7 server.

    I have an old G4 tower running as a server. I had OS Xserver 10.3.x running on a single disk in this machine. Everything worked fine.
    I then inserted a mirrored disk pair in the machine and installed OS X server 10.4.7. The machine is set up as a standalone server.
    When connecting from a Mac I can use both AFP and SMB to connect to the fileservices.
    But when trying to connect to the fileservices using smb from Windows XP machines only a few of them can actually see the server in Network Neighbourhood. And none of them seems to be able to connect.
    I can though ping the servers IP from the Window machines.
    Do you have any Ideas that could help me solve this problem?
    TIA
    Hans

    I also have a problem with people unable to connect via FTP from Windows.
    My computer is set up as a Standalone Server. When I click the Windows button in Workgroup Manager for a user, the dialog says:
    "Only a user with a password type 'Open Directory' may have a WIndows profile or home directory. You can change the user's password type on the Advanced tab."
    But the Advanced tab only offers one password type: Shadow Password.
    Note that this WAS working correctly for some time. I updated to Server 10.4.4 a while back. I don't think my single Windows user has accessed since the update. I'm trying add a new Windows user now and he can't connect because of this problem.
    Please point me to a document to help me correctly configure this.

  • An urgent problem of the deploy tool!!

    Hi all,
       I used the deploy tool to create a new EAR.In the Assembler tab, I built the EAR successfully and an EAR file appears in the workplace folder.But when I'm going to deploy this EAR,the EAR file is deleted from local machine and I get a message which reads "Can't find the EAR".What do the deploy tool?How can it delete the EAR file and give the message of finding no EAR?How to explain this?

    Hi Zhang,
             This problem will occur due to some configuration settings with the Studio.Even tough you save all your jar,war & ear file it will get deleted when you deploy since the environment is not properly set.
             Did you try building ear file for another sample dummy application with the studio?Is the problem arises only for the current project or for all esr files.
    If you get problem for all ear files then,please do as below.
            I suggest you to re-install the studio once again.But before doing so clear your registry entries also in your local machine for the older version.
            It shd definitely work.
    Regards,
    Guru

  • Problems connecting from Client to Database

    I've run into a strange situation,
    We are running Oracle 8.1.7 installed on Sco?!? In the past everyone has just opened a netterm connection from windows 2000 to the box that the database exists on and run SQL Plus from within that window. They do not use any of the client side Oracle tools.
    I just started working here and was trying to explain the benefits of some of the existing Oracle tools that are out there. I installed Discoverer along with some other tools and was having troubles connecting. I uninstalled everything and started with just SQL Plus. The following is my tnsnames entry for the database:
    oradev =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS =
    (PROTOCOL = TCP)
    (Host = ORADEV)
    (Port = 1521)
    (CONNECT_DATA = (SID = DVCX)
    and the error that I get when I try to connect is:
    ORA-12514: Message 12514 not found; product=RDBMS80; facility=ORA
    The strange thing is that I installed JDeveloper and told it to start a SQL Plus session and it works fine. It is pointing at the exact same executable that I tried running from the start menu. C:\ORACLE\806\BIN\PLUS80W.EXE
    I tried running this executable frmo the Dos prompt using this:
    C:\ORACLE\806\BIN\PLUS80W.EXE user/passwd@oradev:1521:DVCX
    and I get this error message:
    ORA-06401: NETCMN: invalid driver designator
    Does anyone have any ideas? It would be really nice to be able to show these guys why they spent so much money to buy Oracle. Right now they're only using it to store data.
    Any responses would be appreciated. If I don't know the answer to your questino I can ask around and find it.
    Thanks,
    Chris S.

    Before I do that,
    Since it's not really my database to hack around with, why would the everything work through JDeveloper or through a netterm session to the Sco box? I'm not familiar with stopping and starting the listener so I will have to figure out how to do that as well.
    Thanks again for your input. I appologize if these are newby questions but this has always been set up for me in the past. I'm on new ground here.
    Thanks,
    Chris S. I haven't worked with Java so I can't explain the JDeveloper connection. I assume netterm is a terminal emulater, thus running a 'local' session on the host and doesn't need the listener to be running.
    Before you change anything, on the SCO box run the following command:
    prompt> lsnrctl status
    if it is not running or configured properly, you should see this kind of output (my output is from an NT box, but it should be close):
    LSNRCTL for 32-bit Windows: Version 9.0.1.1.1 - Production on 04-OCT-2002 13:59:44
    Copyright (c) 1991, 2001, Oracle Corporation. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC0)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 2: No such file or directory
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=astra)(PORT=1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 61: Unknown error
    if it is running, it should show you which ports it is listening on. All things considered, you should take these steps first, because some O/Ss like to play games with the location of the config files (esp. Sun).

  • Cannot connect to the internet from my MAC on WRT160Nv2 - no problems connecting from my PC

    Hi,
    I have just bought a WRT160Nv2, but I am having problems connecting to the internet from my MAC (a powerbook with OS X) when I connect to the router wirelessly. If I try from my PC the Internet works fine. Also if I connect the MAC directly to the routers LAN port, the Internet works.
    When I connect wirelessly from the MAC I do get an IP adress, and I am able to access the routers web configuration page. I can also see that the correct DNS gets assigned, so I am low on suggestions to what could be the problem.
    Currently I have the router set up to WPA2 encryption, but I have tried different settings, e.g. no security at all with the same result.
    I just tried upgrading to the newest firmware (WRT160Nv2_v2.0.02_008), also with no luck.
    Also I should mention that the MAC can connect to other wireless connections without problems, e.g. my previous ZyXel DSL router. 
    Any ideas to what could be the problem?
    Thanks,
    Rasmus

    Well maybe WPA2 Security is not compatible with Mac so change the Security mode to WEP or WPA and prepare security key of 10 digit password and while connecting to the wireless network on Mac type a $ sign first followed by the 10 digit passoword and it should work.

  • Serious problem connecting from handset - Help!!!!!

    Hi all,
    I�ve developed an J2ME App. wich communicates with a remote web site (Tomcat server with Apache & MySQL server). The App. client side consist basically of a MIDlet wich handles the UI navigation & an support class wich do the real work calling the Servlet servicess and passing parameters to it. The Servlet queryes de MySQL DB. and return data to de client wich are showed in lists, forms, etc.
    My system works fine using the java WTK22, accessing the web site via internet but, when I try with my real "Sony Ericsson - K300a", nothig happens (no errors and data = 'null').
    Trying to capture errors, I can see that, when the execution is from the WTK22 the Servlet receives the input parameters and works fine. On the other hand, when I try from de K300a the Server log doen�t show nothig so, I suspect that the problem source is a connection problem.
    I�m not posting code here because the good WTK22 execution but, if somebody need it, I�ll post it also.
    Please, help me with this problem. A real proyect depends on it!!!!
    A lot of thaks in advance.

    Hi printisor,
    1)Finally I installed SonyEricsson emulator and ran my app.. Same problem (app. run fine from emulator but not from handset).
    2)Here I send code related with the connection aspect. Sorry by the length but is the minimun I can paste in order to be clear:
         * loadData:
         *      1)Construct String message depending on a received RecordStore.
         *     2)Obtains Connection & Data from Servlet.
         * NOTE: messages himself are: (public static final int MSJE_...... = 1) + �^�; etc
         public void loadData(RecordStore rStor){          
         //// Here discriminates message value ////
         try{
              String message = null;
              if(rStor == recStorCereales){
         message = CttesMensaje.MSJE_CARGAR_CEREALES + "^";
              } else {if(rStor == recStorAcciones){
                     message = CttesMensaje.MSJE_CARGAR_ACCIONES + "^";
                   } else {if(rStor == recStorTitulos){
                               message = CttesMensaje.MSJE_CARGAR_TITULOS + "^";
                        } else {if(rStor == recStorDivisas){
                                    message = CttesMensaje.MSJE_CARGAR_DIVISAS + "^";
         //// Here obtains Connection & Data     ////
              HttpConnection conn = null;
              DataInputStream in = null;
         String urlServlet = http://www.nasinibursatil.com.ar/rnasini/servlet/ServletNSN";
              conn = open(urlServlet, message);
              in = conn.openDataInputStream();
              String losRegs = in.readUTF();
              close(conn, in);
         } catch (Exception e) {}
         * open(String url, String mensaje) does the real work
         static HttpConnection open(String url, String strMens)
         throws IOException, ExcepcionAplicacion
              HttpConnection conn = open(url); // see the following method
              conn.setRequestMethod(HttpConnection.POST);
              DataOutputStream dos = null;
              strMens = strMens + '\n';
              try {
              dos = conn.openDataOutputStream();
              dos.write(strMens.getBytes());
              } finally {
              if (dos != null) {
                   dos.close();
    /// Reports an error if any ///
         if (conn.getResponseCode() == HttpConnection.HTTP_INTERNAL_ERROR){
         String razon = conn.getHeaderField("Reason-Phrase");
         if (razon == null) {
              razon = "Server Error";
         throw new ExcepcionAplicacion(Integer.parseInt(razon));
         checkCodigoRta(conn);
         return conn;
         * open(String url): open a connection to a URL, using a "Connector",
         * put some properties and returns a HttpConnection Object
         static HttpConnection open(String url)
                   throws IOException {
              HttpConnection conn = (HttpConnection) Connector.open(url);
              conn.setRequestProperty("User-Agent", System.getProperty("microedition.profiles"));
         return conn;
         * Obtains the RC and throws an error if isn�t HTTP_OK(200).
         static void checkCodigoRta(HttpConnection conn) throws IOException {
         int codigo = conn.getResponseCode();
              if (codigo != HttpConnection.HTTP_OK) {
              throw new IOException(codigo + "; " + conn.getResponseMessage());
         *      Close Connection & Streams.
         static void close(HttpConnection conn, InputStream in) {
              try{
                   if (in != null) {
                        in.close();
                   if (conn != null) {
                        conn.close();
              } catch (IOException ioe) {
                   System.out.println("Error: " + ioe);
    3) Going back to your previous questions about my connection modes (wap, http, etc) let me tell you that I�m not sure now wath I�m doing. The mater is that I live in Argentina and there are only three providers here.
    Today I was speaking with a provider representative (from PERSONAL) and he say me that the only mode that the three providers works here is using WAP/GPRS. I cannot beleave it!!!!. If so, It could be a desaster for me(and for J2ME here,also).
    I was searching the forums trying to find this kind of things and really there are a lor of people having problems like this. Some of them were resolved and the sollution was to put some settings in the phone such as "APN Settings" to bypass WAP mode. Now, my questions are:
    �May be it a sollution?
    �Is it possible to do it?
    �Some example?           
    Lot of THANKS.
    BlufsteinEJ.
    [email protected]

  • Problems connecting from "outside"

    Hi,
    i've a j2ee server successfully running on my machine, and all is ok when i try to connect to "http://localhost:8000/index.html" , but when i try via internet "http://<my IP address>:8000/index.html" i get a connection time out message...
    Someone can help me?
    Thanks in advance
    Luca

    Problem solved, probably posting msgs in this forum is a kind of "therapy" for me...
    The problem was "stupid" due to my carelessness, but if i can help anyone, here the solution: the winXP "built-in" firewall was blocking all the connections to my server.
    Hi,
    i've a j2ee server successfully running on my machine,
    and all is ok when i try to connect to
    "http://localhost:8000/index.html" , but when i try
    via internet "http://<my IP address>:8000/index.html"
    i get a connection time out message...
    Someone can help me?
    Thanks in advance
    Luca

  • Problems connecting from shell

    I have developed a cron job that is executed every hour, but it can not connect to database (Oracle 10). The cron executes a webpage in PHP that works perfectly if it is launched from http, but it doesn't work executing it from sh.
    I though the reason could come from permissions or something like that, but I am very lost with this problem.
    I have no idea what it's wrong.
    Some idea?
    Thanks.

    I'm having the same problem. I've set the environment variables in both the shell script and with putenv() in PHP, but it still fails.
    My shell script is
    export LD_LIBRARY_PATH=/usr/apps/oracle/product/10.2.0/lib
    export TNS_ADMIN="/usr/apps/oracle/product/10.2.0/network/admin"
    export ORACLE_HOME="/usr/apps/oracle/product/10.2.0"
    /usr/bin/php /var/www/html/NightlyUpdate.phpThe error is:
    ORA-12154: TNS:could not resolve the connect identifier specified
    I'm running on an Red Hat EL system.
    Any help would be appreciated.

  • Problems connecting from Forms 6i to Personal Oracle

    I have loaded Oracle 8i Personal Edition in the following directory c:\Oracle\Oar81 and Forms 6i in c:\Orawin95 on my local PC. I'm running windows 98 OS. I have been able to use SQL*Plus to query the customer and sales_order demo databases sucessfully. I've also went out to DOS and started up the listner. However when I bring up Forms Builder and try to connect to the database I get the following error: ORA-01034: Oracle not available. I am logging in as scott/tiger. Do I need to specify a database name? Do you have specific suggestions on how to get the Oracle database and Forms Builder talking?

    I have tried your solution and it did not work. Is there another proposition. It seems there is a lot of bugs in oracle forms 6i or personal oracle 8i.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by p g ([email protected]):
    Hi,
    I isntalled oracle8i in H:\oracle\ora81 and forms6i in H:\oracle\orant. In order to access tables from oracle8i into froms6i, I copied the service block
    CSCPRJ.DCS =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = prashant)(PORT = 1521)))
    (CONNECT_DATA =
    (SERVICE_NAME = CSCPrj)
    from my oracle home tnsnames.ora file
    H:\oracle\ora81\network\admin\tnsnames.ora
    and pasted it in forms home tnsnames.ora file
    H:\oracle\orant\NET80\ADMIN\tnsnames.ora
    No reboot necessary..
    This let me access my tables from forms6i.
    Hope this helps
    prashant<HR></BLOCKQUOTE>
    null

  • Problem connecting from Enterprise Manager

    I installed Oracle 10g on a standalone machine with Win XP pro. I'm able to login to EM. However, when I tried to perform admin tasks, it asks for OS username/password which I supplied. But it gave me this error message: Connection to OASISONE as user boss1 failed: Error: wrong password for user. Then I tried to start the emctl dbconsole from the command prompt and got the message: environment variable ORACLE-SID not defined. Are they related? The ORACLE-SID is orcl. I am confused.
    Thanks for helping in advance.

    Hi,
    Error: wrong password for user
    Are you grant LOG ON AS AN BATCH job to OS USER.
    OR
    before emctl command you always set ORACLE_SID enviourment variable.
    regards
    Taj

Maybe you are looking for