DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: error

  1. #1
    Join Date
    Sep 2007
    Posts
    19

    error

    Can someone look in to this error?

    KSC Connect

    Source Command: Discoverer EULAPI

    Protocol: com.kintana.core.net.SSHClient
    Host: ora-dr-ebs-app-1.vmware.com
    Username: applperf
    [2009/06/18 10:45:29 -0700] LOGON_ATTEMPT applperf@ora-dr-ebs-app-1.vmware.com:22
    Negotiating Encrypted Session
    SSH version received from remote host: SSH-1.99-OpenSSH_3.9p1
    SSH Version sent to remote host: SSH-1.5-CLTI_SSH_1.0
    Read server public key data.
    Generating session key.
    Write session key to remote host and wait for success.
    Successfully wrote session key to remote host.
    Logging in user applperf
    Waiting for response packet.
    Trying PASSWORD_AUTH
    Attempting to negotiate the terminal type.
    Sent a PTY request with terminal type dumb.
    Login successful.
    168 bit strong Triple DES Encryption enabled.

    Last login: Wed Jun 17 17:42:53 2009 from ppmprod.vmware.com

    Issuing test commands to test the readiness of the remote host to receive commands.
    Sending command..
    waiting for something to read...
    echo 'TEST_SESSION_RESPONSE'; echo KSC_EXIT_STATUS $? 1
    Type menu for Services Menu
    $ echo 'TEST_SESSION_RESPONSE'; echo KSC_EXIT_STATUS $? 1
    TEST_SESSION_RESPONSE
    KSC_EXIT_STATUS 0 1
    $
    Found exit code 0 for attempt 1. (Expecting attempt 1.)
    Exit status is 0.
    Sending command..
    waiting for something to read...
    echo 'TEST_SESSION_RESPONSE'; echo KSC_EXIT_STATUS $? 2
    TEST_SESSION_RESPONSE
    KSC_EXIT_STATUS 0 2
    $
    Found exit code 0 for attempt 2. (Expecting attempt 2.)
    Exit status is 0.

    Proceeding with command execution.

    sent command:
    cd "/oracle/d1/oracle/vmwperfcomn/temp/"; echo KSC_EXIT_STATUS $?
    received echo:
    cd "/oracle/d1/oracle/vmwperfcomn/temp/"; echo KSC_EXIT_STATUS $?
    Did not detect Microsoft Telnet Server

    KSC_EXIT_STATUS 0


    sent command:
    $ cd /oracle/app/oracle/10gAS_BI/bin; echo KSC_EXIT_STATUS $?
    received echo:
    cd /oracle/app/oracle/10gAS_BI/bin; echo KSC_EXIT_STATUS $?

    KSC_EXIT_STATUS 0


    sent [encrypted] command:
    $ Hidden% eulapi -connect discoverer/#!#*****#!#@VMWPERF -apps_user -eul EUL_US -log 32640_2.log -import /oracle/d1/oracle/vmwperfcomn/temp/XXVM_HP_CONTRACT_RENEWAL.eex -preserve_workbook_owner -import_rename_mode refresh -identifier; echo KSC_EXIT_STATUS $?
    received echo:
    The received command was suppressed because it contained a password.

    -connect <**********>
    -import /oracle/d1/oracle/vmwperfcomn/temp/XXVM_HP_CONTRACT_RENEWAL.eex
    -log 32640_2.log
    -apps_user
    -preserve_workbook_owner
    -eul EUL_US
    -import_rename_mode refresh
    -identifier
    Abort
    KSC_EXIT_STATUS 134

    Command: [eulapi -connect discoverer/#!#*****#!#@VMWPERF -apps_user -eul EUL_US -log 32640_2.log -import /oracle/d1/oracle/vmwperfcomn/temp/XXVM_HP_CONTRACT_RENEWAL.eex -preserve_workbook_owner -import_rename_mode refresh -identifier] did not complete successfully.
    Aborting command execution.
    Closing SSH Session
    Errors occurred during command execution.

  2. #2
    Join Date
    Mar 2011
    Posts
    1
    edit the last line of eulapi file and add "grep -v Aborted" at the end. Example below.
    $OH/jdk/bin/java -jar $OH/discoverer/lib/eulbuilder.jar "$@" | grep -v Aborted

    This will solve command line migration problem.

    Vijay

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width