Re: SSH Message processing - WeOnlyDo Discussion board

Re: SSH Message processing (General questions)

by garyjones, Tuesday, February 19, 2008, 00:09 (6122 days ago) @ wodDamir

I don't receive an error, it just doesn't seem to, or it incorrectly processes the commmands. The prompt is always $, so I think that is ok. I use a Putty session to test it first before using the SSH component. I'm attaching that log below. It also does run in debug mode, just not when it runs through real time. The one thing I noticed is when it runs in real time, the delete emp returns the following instead of what it shows in the Putty log below--- . ./export_env_variables.sh ./delete_ecn.sh 112374251845210 . It seems to repeat the commands instead of running them.

Thanks!

Putty log--

Using username jonesga .
Using keyboard-interactive authentication.
Password:
Last login: Mon Feb 18 12:18:36 2008 from r.wel
Sun Microsystems Inc. SunOS 5.10 Generic January 2005
$ /usr/local/bin/pbrun su-billapp
Sun Microsystems Inc. SunOS 5.10 Generic January 2005
$ cd /opt/apps/billing/qa1/billing-batch/scripts/
$ . ./export_env_variables.sh
$ ksh ./delete_emp.sh 112374251

SQL*Plus: Release 10.2.0.1.0 - Production on Mon Feb 18 14:41:49 2008

Copyright (c) 1982, 2005, Oracle. All rights reserved.


Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
With the Partitioning and Data Mining options

SQL> SQL> SQL> SQL> SQL> Deleting EMP=112374251

PL/SQL procedure successfully completed.


Commit complete.

SQL> SQL> Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
With the Partitioning and Data Mining options
$


Complete thread: